/*****************************************************************           
TITLE:         The Green Thing Stylesheet
AUTHOR:      Khaled Maiwand, HighCo Technology
CREATED:     Sept. 2007
*****************************************************************/
* { margin: 0; padding: 0; border: 0; }
body{ 
	font: 12px Georgia, serif;
	color: #333333;	
	background: #94B176 url( img/bg_line.gif) top center no-repeat fixed;
}
#wrap{
	width:750px;
	margin: 0 auto;
	background: url( img/main_sides.gif) center repeat-y;
	}
#head{
	width: 100%;
	height: 150px;
	font-family: "Trebuchet MS", serif;
	background: url( img/main_top.jpg) center top no-repeat;
	}
	#head h1{
		padding: 14px 0 0 20px;
		font-size: 30px;
		font-weight: bold;
		color:#384828;
		}
	#head h2{
		margin: 5px 20px; padding: 0;
		font-size: 50px;
		font-weight: bold;
		font-style: italic;
		color:#CFD6C8;
		}
	#head ul { margin: 10px 0 0 20px; list-style: none; }
	#head li { display: inline; }
	#head li  a{
		margin-right: 1em;
		padding-left: 8px;
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
		color: #E7ECCA;
		background: url( img/menu_bullets.gif) no-repeat;
		}
		#head li  a:hover{ background: url( img/menu_bullets.gif) 0 -18px no-repeat; }

/* ------------------------------------ Main Column ------------------------------------ */
#main{
	float: left;
	width: 490px;
	margin-bottom: 1em;
	}
	#main h1{
		margin-left: 10px; padding: 10px;
		font-weight: normal;
		font-size: 24px;
		color: #597241;
		background: url( img/heading_bg.gif) bottom repeat-x;
		}
	#main p.date{
		margin-bottom: 0.5em;
		font: 12px/14px "Trebuchet MS", serif;
		color: #597241;
		}
	#main a:hover { background: #E4ECDD; }
	#main ul { margin: 5px 30px; }
	#main img {
		float: left;
		margin: 0.5em; padding: 0.3em; 
		border: 1px solid gray; 
		}
/* ------------------------------------ Right Column ------------------------------------ */
.side_bar{
	float: right;
	width: 180px;
	margin: 3em 2em 0 0;
	border: 1px solid #88A968;
	background: #E4ECDD;
	clear: right;
	}
	.side_bar h1{
		padding: 0 1em;
		font: 14px/20px "Trebuchet MS", serif;
		color: white; 
		background-color: #88A968;
		}
	.side_bar a:hover{ background-color: white;}

#footer {
	clear: both;
	height: 50px;
	font: 12px "Trebuchet MS", serif;
	text-align: center;
	color: #666666;
	background: #94B176 url( img/main_bottom.jpg) bottom center no-repeat;
	}
	#footer a {
		text-decoration: none;
		color: #666666;
		}
		#footer a:hover{ text-decoration: underline; }

/* ------------------------------------ Common ------------------------------------ */
p{ padding: 3px 20px;}
li{ margin-left: 20px; }
a { color: #597241; }

