/*  
Theme Name: FMG
Author: Steve Foster
Created: 04302010
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* ===== HTML Elements ===== */
* {
	margin:0;
	padding:0;
	}

body {
	background: #FFF url('/wp-content/themes/fmg/images/background.png') repeat-x 0px 10px;
	font: 12px Arial,sans-serif;
	letter-spacing:-0.01em;
	color: #333;
	}

p {	
	}

p .clear {	
	clear:both;
	height: 0;
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4, h5 {
	color:#333;
	}

a:link, a:visited {
	color: #cd671d;
	text-decoration:none;
	}

a:hover, a:active {
	color: #CCC;
	text-decoration:none;
	}

img {
	border:none;
	}

/* ===== Structure ===== */
#head {
	background:#CCC;
	width:960px;
	margin: 10px auto 0px;
	}

#page {
	background:#CCC;
	width:960px;
	margin:0px auto;
	}

#footer {
	float:left;
	background:#FFF;
	width:960px;
	text-align:center;
	margin: 20px 0px;
	}
	
#main {
	background:#FFF;
	float:left;
	width:740px;
	min-height:500px;
	}

#navigation {
	background:#FFF;
	position: relative;
	width:740px;
	height:80px;
	float:left;
	border-right:1px solid #333;
	}
	
#content {
	position: relative;
	background: #FFF;
	float:left;
	width:741px;
	}

.logopoint {
	position: absolute;
	top:0px;
	left:0px;
	float:left;
	z-index:1;
	}

.rotator {
	width:735px;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
	border-top:5px solid #333;
	border-right:5px solid #333;
	}


#sidebar {
	background: #FFF url('/wp-content/themes/fmg/images/sidebarbackground.png') no-repeat top right;
	float:left;
	width:220px;
	min-height:500px;
	font-size:1em;
	line-height1.3em;
	}

/* ===== Navigation Menu ===== */
.navbar {
	background: #FFF url('/wp-content/themes/fmg/images/menubackground.png') no-repeat top left;
	width:550px;
	height:80px;
	position: absolute;
	left:190px;
	top:0px;
	font-weight:bold;
	}

.navbar ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:1.12em;
	}

.navbar li {
	float:right;
	display:block;
	padding:60px 0px 10px 0px;
	}

.navbar a {
	background: #FFF url('/wp-content/themes/fmg/images/menubackground.png') no-repeat top left;
	color:#cd671d;
	display:block;
	text-indent:1em;
	margin-top:-60px;
	padding:50px 10px 12px 0px;
	}

.navbar a:hover {
	background:#e9e9e9;
	color:#cd671d;
	display:block;
	text-indent:1em;
	margin-top:-59px;
	height:60px;
	padding:49px 10px 12px 0px;
	}

.home {
	border-left:none;
	}

.civil {
	border-left:1px solid #333;
	}

.industrial {
	border-left:1px solid #333;
	}

.geo {
	border-left:1px solid #333;
	}

.energy {
	border-left:1px solid #333;
	}

/* ===== Text ===== */
#sidebar p {
	padding: 20px 0px 0px 20px;
	}

.sidemenu {
	background: #FFF;
	font-weight:bold;
	}

.sidemenu ul {
	list-style:none;
	margin:0px;
	}

.sidemenu li {
	display:block;
	border-bottom:1px solid #333;
	}

.sidemenu a {
	background:#FFF;
	color:#cd671d;
	display:block;
	text-indent:20px;
	padding: 3px 0px 3px 0px;
	}

.sidemenu a:hover {
	background:#e9e9e9;
	color:#cd671d;
	display:block;
	text-indent:20px;
	padding: 3px 0px 3px 0px;
	}

.map {	
	margin:20px 0px 0px 0px;
	border-top:7px solid #FFF;
	background: url(/wp-content/themes/fmg/images/map.jpg) no-repeat 13px 0px;
	}

.map span {
	visibility:hidden;
	}

.map a {
	display:block;
	width:200px;
	height:126px;
	padding:0;
	margin:0;
	}

.map a:hover {
	display:block;
	width:200px;
	height:126px;
	padding:0;
	margin:0;
	background: url(/wp-content/themes/fmg/images/map.jpg) no-repeat 13px -126px;
	}

.alignleft, .left {
	float:left;
	line-height:1.05em;
	margin-top:2px;
	margin-bottom:20px;
	margin-right:20px;
	}

.alignright, .right {
	float:right;
	line-height:1.05em;
	margin-top:2px;
	margin-bottom:20px;
	margin-left:20px;
	}

/* ===== Archive Page ===== */
#archive {
	background-color:#000;
	}

/* ===== Single Post-Page ===== */
.post {
	background:#e9e9e9;
	font-size:1.1em;
	line-height:1.3em;
	padding: 45px 20px 0px 20px;
	border:1px solid #333;
	border-top:5px solid #333;
	border-right:5px solid #333;
	min-height:375px;
	}

.post ul {
	margin-bottom:20px;
	line-height:1.2em;
	z-index:2;
	}

.post li {
	margin-left:15px;
	line-height:1.2em;
	}

.post h2 {
	font-size:0.1em;
	line-height:0.1em;
	visibility:hidden;
	}

.post h3 {
	margin-bottom:5px;
	}

.post p {
	margin-bottom:15px;
	}

.post img {
	margin-bottom:15px;
	border:1px solid #333;
	}

.postbox {
	font-size:0.95em;
	float:right;
	margin-left:20px;
	padding-top:2px;
	width:250px;
	}

.postbox ul {
	margin-bottom:20px;
	line-height:1.2em;
	}

.postbox li {
	margin-left:15px;
	line-height:1.2em;
	}

.projectbox {
	float:left;
	margin-bottom:20px;
	}

.projectleft {
	float:left;
	margin-right:17px;
	width:220px;
	}

.projectright {
	float:left;
	width:220px;
	}

.projectbox img {
	margin-bottom:0px;
	border: 1px solid #333;
	}

.projectbox p {
	background:#333;
	color:#FFF;
	font-size:0.85em;
	line-height:1.1em;
	padding:10px;
	margin-bottom:0px;
	height:12px;
	}

.projectname {
	color:#FFF;
	}

.soqbox {
	float:left;
	margin-bottom:20px;
	}

.soqbox img {
	margin-bottom:0px;
	border: 1px solid #333;
	}

.soqbox p {
	background:#333;
	color:#FFF;
	font-size:0.85em;
	line-height:1.1em;
	padding:10px;
	margin-bottom:20px;
	height:25px;
	}

#wherebox {
	position:relative;
	background:#E9E9E9 url('/wp-content/themes/fmg/images/wheremap.jpg') no-repeat top left;
	width:695px;
	height:450px;
	float:left;
	}

#wherebox p {
	background:#333;
	color:#FFF;
	font-size:0.85em;
	line-height:1.1em;
	padding:10px;
	margin-bottom:20px;
	height:12px;
	}

#wherebox img {
	margin-bottom:0px;
	border: 1px solid #333;
	}

.wtopleft {
	position:absolute;
	top:255px;
	left:0px;
	float:left;
	width:220px;
	}

.wtopright {
	position:absolute;
	top:20px;
	left:475px;
	float:left;
	width:220px;
	}

.wbottomleft {
	position:absolute;
	top:255px;
	left:237px;
	float:left;
	width:220px;
	}

.wbottomright {
	position:absolute;
	top:255px;
	left:475px;
	float:left;
	width:220px;
	}

#upload {
	background:#FFF;
	padding:10px;
}

.uploadbox {
	border:1px solid #333;
	padding:5px
}

