/*   
Theme Name: temp
Theme URI: http://www.wibdesigns.com/
Description: Custom theme for Virtue Systems LLC		
Author: Brandon Jernigan
Author URI: http://www.whatisboom.com
Version: 0.1
*/

html {
	background: url('img/bg.jpg') repeat-x top #1d1d1d;
}

body {
	color: #fff;
	margin: auto;
	width: 1024px;
	font-size: 18px;
	line-height: 24px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	position:relative; /*ie pos: rel fix */
	
}

body {
	background: url('img/blank.jpg') no-repeat top;
	background-position: -10px 0px;
}

body.Home, body.Contact {
	background: url('img/home.jpg') no-repeat top;
	background-position: -10px 0px;
}




h1 {
	font-size: 24px;
	margin: 0px 0px 20px 0px;
}

p {
	text-indent: 2.5em;
	margin-bottom: 10px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 720px;
	padding-left: 20px;
	background-position: -150px 0px;
}

#content {
	min-height: 325px;
}

#content a {
	color: #fff;
}

#nav {
	text-shadow: 1px 1px 2px #000;
}

#nav ul {
	float: right;
	margin-top:100px;
	margin-left: 0px;
	padding: 0px;
	text-indent: 0px;
}

#nav ul li {
	padding: 0px 20px;
	float: left;
	height: 20px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 10px;
}

#nav ul li a, #footer a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top:5px;
}

#nav ul li a:after {
	/*content: "&nbsp;&#124;&nbsp;";*/
}

#footer a {
	padding: 0px;
}


#nav ul li.current_page_item a {
	color: #900;
}

#header {
	height: 152px;
	margin: 0px 0px 20px 0px;
}

#header img {
	margin-top: 20px;
}

#header h1 {
	font-weight: 400;
	float:left;
	margin-top: 55px;
	font-size: 48px;
	text-shadow: 3px 3px 5px #000;
	overflow: visible;
}

#footer {
	font-size: 12px;
	margin-top: 20px;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #777;
}

#footer div {
	line-height: 14px;
}

#footer ul {
	float: right;
	list-style: none;
}

#footer ul li {
	float: left;
	text-align: center;
}

#footer ul li a {
	display: block;
	width: 75px;
	height: 18px;
	text-decoration: none;
}

#feedback {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#feedback a {
	color: #888;
	font-size: 10px;
	text-decoration: none;
}

.clear {
	clear: both;
}

.spacer {
	height: 600px;
	float: right;
}

/************************
Index specific CSS
************************/

#values {
	height: 175px;
	font-size: 16px;
	line-height: 22px;
	margin-top:20px;
}

#col2 {
	margin: 0px 20px;
}

#col1, #col2, #col3 {
	float:left;
	width: 31%;
	height: 40px;
	margin-top: 0px;
}

#slideshow {
	
}

#slideshow-text, #slideshow-list, .map, .contact-text {
	float: left;
	margin: 0px 0px;
}

#slideshow-text, .contact-text {
	width: 330px;
	margin: 0px 10px;
}

#slideshow-list, .map {
	margin-left: 30px;
	width: 320px;
	height: 300px;
}

#slideshow-list ul li {
	width: 320px;
}



/************************
Services specific CSS
************************/

.serv-col {
	float: left;
	margin-left: 20px;
	width: 45%;
	height: 250px;
}

.serv-col ul {
	list-style-image: url('img/bullet.gif');
	list-style-position: inside;
}

/************************
Contact specific CSS
************************/

 {
	float: right;
}
