/*
*/

/********    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:#7f7e31 url(images/bg_purple.jpg) repeat-y center;
color:#000000;
margin:0 auto;
padding:0;
font-family: Georgia, "Times New Roman", Times, serif;
/*font-size: 0.8em;
line-height:1.2em;*/
}

a {
text-decoration:none;
color:#B0B115;
font-weight:bold;
}

a:hover {
text-decoration:underline;
}

p {
	margin:0 10px 7px 15px;
	font-size: 0.7em;
}

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:#5b1d65;
margin:0 0 10px 15px;
}

h3 {

font-size:1.4em;
color:#b1b07c;
margin:0 0 10px 15px;
}

h4 {
font-size:1.2em;
color:#542A57;
margin:30px 0 10px 15px;
}

h5 {
font-size:1.0em;
color:#5b1d65;
margin:0 0 10px 15px;
}

blockquote {
font-size:0.9em;
border:1px solid #dadada;
margin:20px 10px;
padding:8px;
}

/******** 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_main_logo.jpg);
background-repeat: no-repeat;
float:right;
margin:0 0 0 0;
padding:0 0 0 0;
width:347px;
height: 524px;
}

/******** Content variations ********/

#contentalt {
background-color: #FFFFFF;
width:453px;
float:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
height: 524px;
}

#content {
background-color: #542A57;
width:453px;
float:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/******** Table ********/

table {
margin: 80px 0 0 30px;
}

/******** Footer ********/

#footer {
clear:both;
text-align:right;
color:#CCCCCC;
font-size:0.9em;
border-top:30px solid #7f7e31;
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;
}

#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.3em;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.clear {
clear:both;
}

