/*
*/

/********    Stylesheet for Landscape Innovations - Burning Brains      *********/

/*
*/

/******** COLORS **********/

/* 	
	7f7e31 dk green
	b1b07c med green
	bebd91 lt green
	5b1d65 dk purple
	542A57 dk purple new
*/

/******** General tags ********/

body {
background:#542A57 url(images/bg_green.jpg) repeat-y center;
color:#000000;
margin:0 auto;
padding:0;
font-family: Georgia, "Times New Roman", Times, serif;
}

a {
text-decoration:none;
color:#7f7e31;
font-weight:bold;
}

a:hover {
text-decoration:underline;
}

p {
margin:0 10px 15px 15px;
text-align: justify;
}

h1 {
font-size:1.8em;
margin:0 0 10px 10px;
color:#5b1d65;
line-height: 2em;
}

h1 a {
text-transform:none;
color:#4088b8;
}

h2 {
	font-size:1.2em;
	color:#000000;
	margin:50px 0 10px 15px;
}

h3 {
font-size:1.4em;
color:#b1b07c;
margin:0 0 10px 15px;
}

h4 {
font-size:0.9em;
color:#542A57;
margin:10px 0 10px 15px;
}

h5 {
font-size:1em;
margin:25px 0 10px 15px;
}

blockquote {
font-size:0.9em;
border:1px solid #dadada;
margin:20px 10px;
padding:8px;
}

ul li {
font-size:0.8em;
}
/******** Main wrap ********/

#wrap {
width:800px;
margin:10px auto 10px auto;
padding:0 0 0 0;
}

#header {
margin:10px 0 0 0;
text-align: center;
}

/******** Sidebar ********/

#sidebar {
background-image: url(images/bg_logo_purp.jpg);
background-repeat: no-repeat;
float:right;
margin:0 0 0 0;
padding:0 0 0 0;
width:400px;
height: 524px;
}

#sidebar_top {
background-image: url(images/bg_logo_purp_top.jpg);
background-repeat: no-repeat;
float:right;
margin:0 0 0 0;
padding:0 0 0 0;
width:400px;
height: 524px;
}

#sidebar_text {
margin-top: 350px}
/******** Content variations ********/

#contentalt {
	width:400px;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 524px;
	background-color: #efe5eb;
	font-size: 1em;
}

#content {
background-color: #542A57;
width:400px;
float:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#content_full {
background-color: #efe5eb;
width:600px;
float:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
/******** Footer ********/

#footer {
clear:both;
text-align:right;
color:#CCCCCC;
font-size:0.9em;
border-top:30px solid #542A57;
margin:0 auto 20px auto;
padding:8px 0;
line-height:1.6em;
}

#footer p {
margin:0 20px 0 0;
padding:0;
font-size: 0.7em;
text-align: right;
}

#footer a {
color:#FFFFFF;
}

/******** Various classes ********/

.left {
float:left;
margin:0 15px 4px 0;
}

.right {
float:right;
margin:0 0 4px 15px;
}

.textright {
text-align:right;
font-style: italic;
}

.center {
text-align:center;
}

.italic {
font-style: italic;
margin: 0px 0 6px 15px;
font-weight: bold;
}

.italic_purple {
font-style: italic;
margin: 0px 0 6px 30px;
font-weight: bold;
color: #5b1d65;
}

.tight {
margin-top: -12px;
}

.big {
font-size:1.1em;
color: #5b1d65;
font-weight: bold;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.clear {
clear:both;
}

.italic_purple_left {
	font-style: italic;
	margin: 0px 0 6px 0px;
	font-weight: bold;
	color: #5b1d65;
}
