/*

Theme Name: Guy Engineering
Theme URI: http://aquavitacreative.com
Description: The default Guy Engineering theme by<a href="http://aquavitacreative.com">Aqua Vita Creative</a>.
Version: v1.0
Author: Jonathan Cox & Sean Ferguson
Author URI: http://aquavitacreative.com
Tags: Guy Engineering, Aqua Vita Creative

*/

/* CSS Document */

/* Body Structure Rules Begin */

body {
background: #FFFFFF url(images/bg.jpg) top center no-repeat;
margin: 0;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
}

#container {
width: 950px;
margin: auto;
}

.clearFloat {
display: block;
clear: both;
}

.divider {
display: block;
float: left;
clear: both;
width: 99%;
height: 5px;
margin: 15px 0;
border-top: 2px dotted #333333; 
}

hr {
color: #000000;
margin: 15px auto;
}

/* Body Structure Rules End */


/* Header Rules Begin */

#header {
display: block;
width: 950px;
height: 455px;
margin: auto;
}

#aboutHeader {
display: block;
width: 950px;
height: 265px;
margin: auto;
}

#navStrip {
display: block;
float: float;
height: 30px;
width: 950px;
}

#logo {
display: block;
float: left;
width: 339px;
height: 27px;
margin-left: -10px;
}


#headerInfo {
display: block;
float: right;
width: 585px;
height: 27px;
}

	/* Drop Down Navigation Rules Begin */
		
		#jsddm {	
			float: right;
			margin: 2px 10px 0 0;
			padding: 0;
			font-size: .8em;
		}
			
		#jsddm li {	
			float: left;
			list-style: none;
			margin-right: 8px;
		}
		
		#jsddm li a	{	
			color: #333333;
			display: block;
			padding: 5px 5px;
			text-decoration: none;
			white-space: nowrap;
		}
		
		#jsddm li a:hover {	
			color: white;
		}
				
		#jsddm li ul {	
			margin: 0;
			padding: 0;
			position: absolute;
			margin-top: 3px;
			visibility: hidden;
			z-index: 500;			
		}
				
		#jsddm li ul li	{	
			float: none;
			display: inline;
			margin: 0;			
		}
		
		#jsddm li ul li a {	
			width: auto;
			color: #7d7d7d;
			font-size: .95em;
			background-color: #FFFFFF;
			border-left: 1px solid #333333;
			border-right: 1px solid #333333;
			border-bottom: 1px dotted #333333;							
		}
		
		#jsddm li ul li a.lastItem {	
			width: auto;
			color: #7d7d7d;
			font-size: .95em;
			background-color: #FFFFFF;
			border-left: 1px solid #333333;
			border-right: 1px solid #333333;
			border-bottom: 1px solid #333333;							
		}		
				
		#jsddm li ul li a:hover	{	
			background-color: #c2c2c2;		
			color: #333333;
		}

	/* Drop Down Navigation Rules End */


	/* Slideshow Rules Begin */

		.slideshow1 { 
			display: block;
			width: 567px;
			height: 392px; 
		}

		.slideshow2 { 
			display: block;
			float: left;			
			width: 356px;
			height: 220px;  
			margin: 0 5px 0 0;
		}

		.slideshow3 { 
			display: block;
			float: left;
			width: 151px;
			height: 165px;
			margin: 7px 4px 0 0;
		}

	/* Slideshow Rules End */

#photoCollage {
display: block;
margin-top: 31px;
}

/* Header Rules End */


/* Content Area Rules Begin */

#contentArea {
display: block;
float: left;
width: 690px;
margin: 10px 0 0 0;
padding: 25px 0;
border-right: 2px dotted #333333;
}

#col1 {
display: block;
float: left;
width: 220px;
padding-right: 15px;
}

#col2 {
display: block;
float: left;
width: 220px;
padding-right: 15px;
}

#col3 {
display: block;
float: left;
width: 200px;
}

/* Content Area Rules End */


/* Sidebar Rules Begin */

#sideBar {
float: right;
width: 207px;
margin: 10px 0 0 0;
padding: 25px 20px 25px 13px;
}


/* Sidebar Rules End */


/* Footer Rules Begin */

#footer {
display: block;
width: 950px;
margin: auto;
text-align: center;
border-top: 2px dotted #333333; 
}

/* Footer Rules End */


/* Typography Rules Begin */

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

h1, h2, h3, h4, h5, h6 {
text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
}

h1, h3, h5 {
color: #333333;
margin-bottom: 10px;
}

h2, h4, h6 {
color: #0078C9;
margin-bottom: 10px;
}

h1 {
font-size: 1.1em;
}

h2 {
font-size: 1.05em;
}

h3 {
font-size: .9em;
}

h4 {
font-size: .8em;
}

h5 {
font-size: .7em;
}

h6 {
font-size: .6em;
}

p {
font-size: .75em;
margin: 10px 0;
padding: 0;
}

#contentArea p {
padding: 0 20px 0 0;
}

#footer p {
font-size: .7em;
}

a {

}

a:hover {
color: #000;
}

#contentArea a:hover {
color: #333333;
text-decoration: underline;
}

h1 a, h3 a, h5 a {
color: #333333;
}

h1 a:hover, h3 a:hover, h5 a:hover {
color: #333333;
}

h2 a, h4 a, h6 a {
color: #0078C9;
}

h2 a:hover, h4 a:hover, h6 a:hover {
color: #ffcc00;
}

#contentArea ul {
font-size: .8em;
}

/* Typography Rules End */

/* Image Rules Begin */

img {
border: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* Image Rules End */




