/*CSS by Tyler Mulligan of www.tylerjmulligan.com*/

/* Global */
* {
	margin:0;
	padding:0;
	font-family:sans serif, arial, verdana, tahoma;
}
body {
	background-color:#fff;
	color:#000;
}
img {
	border:0;
}
#container {
	position:relative;
	width:800px;
	margin:0 auto;
}

/* Header */
#header {
	display:block;
	width:800px;
	height:115px;
	background:url('img/site_header.png') 0 0 no-repeat;
	text-align:center;
	border-bottom:6px solid #303;
}
#header #site_index {
	position:absolute;
	top:60px;
	left:100px;
	width:600px;
	height:60px;
}
#header h1 {
	position:absolute;
	top:34px;
	color:#fff;
	font-size:0;
	padding:0;
	margin:0;
	width:800px;
	text-align:center;
}
#header h2 {
	color:#fff;
	font-size:14px;
	padding-top:6px;
}
#header h4 {
	position:absolute;
	top:40px;
	right:8px;
}
#header h4 a {
	font-size:14px;
	color:#303;
	text-decoration:none;
}
#header h4 a:hover {
	text-decoration:underline;
}
#header #ga {
	width:800px;
	height:100px;
	text-align:center;
	position:absolute;
	top:140px;
	border-bottom:6px solid #303;
}

/* Content */
#left_sidebar, #right_sidebar, #center_content {
	float:left;
	margin-top:136px;
	height:720px;
	height:auto !important;
	min-height:720px;
}

#left_sidebar {
	width:160px;
}
#left_sidebar #post_a_job {
	text-align:center;
}
#left_sidebar #post_a_job #post_job_button {
	display:block;
	width:120px;
	height:60px;
	background:url('img/banner120x60.gif') 0 0 no-repeat;
	margin:3px auto;
}
#left_sidebar #post_a_job p {
	margin:10px 0;
	font-size:12px;
}
#left_sidebar #post_a_job p a {
	color:#CC0001;
	font-weight:bold;
	text-decoration:underline;
	margin:10px 0;
}

#center_content {
	width:450px;
	padding:20px;
}
#center_content h2 {
	font-size:16px;
	margin:10px 0;
}
#center_content p {
	font-size:14px;
	margin:8px 0;
}
#center_content p.italic {
	font-style:italic;
}
#center_content img {
	margin:10px 0;
}
#center_content #headlines {
	margin:6px 10px;
}
#center_content #pdf_head {
	float:left;
	width:290px;
	margin-right:10px;
}

#right_sidebar {
	width:150px !important;
}
#right_sidebar h3 {
	font-size:13px;
	margin:10px 0;
	text-align:center;
}
#right_sidebar #site_buttons a {
	display:block;
	width:150px;
	height:50px;
	margin:10px 0;
}
#button_wind_power { background:url('img/sites-wind.gif') 0 0 no-repeat; }
#button_biofuels { background:url('img/sites-biofuels.gif') 0 0 no-repeat; }
#button_geothermal { background:url('img/sites-geothermal.gif') 0 0 no-repeat; }
#button_leed { background:url('http://www.jobsingreenbuilding.com/sites-bldg.gif') 0 0 no-repeat; }
#button_solarpower { background:url('img/sites-solarpower.gif') 0 0 no-repeat; }
#button_sustainability { background:url('img/sites-sustain.gif') 0 0 no-repeat; }
#right_sidebar img {
	margin:10px 0 0;
}

/* Footer */
#footer {
	width:800px;
	background:url('img/site_footer.png') 0 bottom no-repeat;
}
#webring_menu {
	clear:both;
	margin:10px 0;
}
#webring_menu p {
	text-align:center;
	font-size:13px;
	padding:15px 0 5px;
}
#site_footer {
	border-bottom:6px solid #303;
	height:24px;
}
#copyright {
	font-size:11px;
	padding:5px 8px;
}
#footer h2 {
	font-size:24px;
	color:#303;
}
#footer h3, #footer h3 a {
	font-size:14px;
	color:#303;
	text-decoration:none;
}
#footer_tagline, #footer_name, #footer_email {
	float:left;
	width:266px;
	text-align:center;
	height:30px;
	line-height:30px;
	vertical-align:bottom;
}
#footer h3 a:hover {
	color:#000;
	text-decoration:underline;
}
#footer #ga2 {
	clear:left;
	margin-top:10px;
	padding-bottom:24px;
	width:800px;
	height:100px;
	text-align:center;
}
