/* CSS Document */

/* Default Settings */

:link,:visited {
	text-decoration:none; }
ul,ol {
	list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0; }
a img,:link img,:visited img {
	border:none; }
address {
	font-style:normal; }
	
/* Layout */

body {
	background: #3f3f3f url(images/header_bg.gif) repeat-x 0 0;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px; }
	
/* Header */
	
#header {
	height: 90px;
	width: 800px;
	margin: 0 auto;
	}
#header a#logo {
	float: left;
	position: relative;
	top: 0px; 
	left: 0px;}
		
#header ul#nav {
	font-size: 12px;
	float: right;
	position: relative;
	top: 50px;
	right: 80px; }
		
#header ul#nav li {
	display: inline;
	margin-right: 5px;
	color: #484946; }
			
#header ul#nav li a {
	color: #484946;
	text-transform: uppercase; 
	}

#header ul#nav li a:hover {
	color: #5487c1;
	border-bottom: 1px solid #5487c1;
	}
	
h1 {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 24px;
		color: #5487c1;
		letter-spacing: -1px;
		padding: 25px 0; 
		}

h2 {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 18px;
		color: #5487c1;
		padding: 25px 0;
		margin: 0; }

h4 {
	clear: left;
	margin: 0;
	padding: 10px 0 0 10px;
	color: #87b2e3;
	font-size: 14px;
}

h4 a {
	color: #87b2e3 !important;
	border: none !important;
}


/* Main Content */
				
				
#main_wrapper {
	float: left;
	width: 100%;
	background: #2a5492 url(images/content_bg.gif) repeat-x 0 0;
	padding: 35px 0;
	border-bottom: 15px solid #1c4788; }
	
#content {
		width: 800px;
		padding: 0px; /* aligns perfectly with width of header, 800px */
		margin: 0 auto;
		color: #FFFFFF; }

#main_content {
	width: 450px;
	float: left;
}
			
#main_content p {
		line-height: 160%;
		margin: 0 0 15px 0; 
		}
		
#main_wrapper #content a {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom: 1px dotted #ffffff;
}

#main_wrapper #content a:hover {
	color: #0033FF;
	background-color:#FFFFFF;
}
	
		
#right_content {
		float: right; 
		width: 300px;
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
}


			
#right_content img { }



#right_content p {
		line-height: 160%;
		margin: 0 0 15px 0; 
		}

					
		
/* Bottom Sections */
		
#bottom {
		clear: both;
		width: 800px;
		margin: 0 auto;
		background: #3f3f3f; /* dont really need this, its the same color as the body bg which is what i want */
		padding: 20px 0;
		}
	
#bottom h3 {
		color: #245180;
		font-size: 20px;
		text-transform: lowercase; 
		margin-bottom: 30px; /* used to vertically align floated boxes below */
		}
		
#news {
		float: left;
		width: 225px;
		margin-right: 0px;
		padding: 0;
		}

#news .date {
		color: #ffffff;
		font-family: Verdana, Helvetica, Sans-Serif;
		font-size: 10px; 
		margin: 5px 0; }
				
#news p {
		color: #6B6B6B;
		font-size: 10px;
		margin: 10px 0 10px 0; }

#news .hr {
		height: 1px;
		margin: 10px 0;
		background: transparent url(images/dot.gif) repeat-x 0 0; }
				
#news hr { display: none; }
				
				
#recent_portfolio {
	float: left;
	width:  235px;
	margin-right: 50px;	
}

.thumb {
	margin: 0;
	padding: 0;
}

.thumb li {
	padding: 0;
	margin: 0 0 20px 0;
}

/* thumbnail - used in portfolio section & bottom section 
Note: - need to apply full directory of #main_wrapper #content ...etc 
      to overide previous declarations regarding border among links */

#bottom .thumb li a {
	padding: 0;
	margin: 0;
	display: block;
	width: 199px;
	height: 48px;
	border: 2px solid #7c7c7c;
	}
	


/* #main_wrapper #content #portfolio_nav .thumb li a:hover,  */


#bottom .thumb li a:hover {	
	border: 2px solid #ffffff;
}

	
#inspiration {
	float: left;
	width: 175px;	
	margin-right: 50px;
}

#inspiration ul li { 
	padding: 0 0 20px 0;
	margin: 0;
}

#inspiration ul li a {
	color: #CCCCCC;
	font-size: 12px;
	}

#inspiration ul li a:hover {
	color: #5487c1;
	border-bottom: 1px dotted #5487c1;
	}
	
#footer {
	clear: both;
	background: #383b3d; 
	margin: 0;
	padding: 0;
	}


#footer_content
{
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}


#footer p {
	color: #FFFFFF;
	font-size: 10px;
	float: left; 
	}
	
#footer ul {
	text-align: right;
	margin-right: 55px;
}

#footer ul li {
	display: inline;
	margin-right: 5px;
}

	
#footer ul li a {
	color: #504F4F; 
	}
#footer ul li a:hover {
	color:#FFFFFF;
	text-decoration: underline; 
	}
	
#valid  {
	text-align: right;
	margin: 30px 60px 10px 0;
	}
#xhtml {
	margin-right: 20px;
	}
	
/* Misc classes */

.slash {
	text-decoration:line-through;
}


/* Portfolio Page */

#portfolio_nav {
	width: 200px;
	float: left;
	margin-right: 30px;
}

#portfolio_content {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
}

#portfolio_main {
	width: 450px;
	padding:  0 20px 20px 20px;
	}

#portfolio_content p {
		line-height: 160%;
		margin: 0 0 15px 0;
}

#portfolio_thumbs ul {
	list-style-type:none;
	float: left;
}


#portfolio_thumbs ul li {
	float: left;
	padding: 0;
	margin: 20px 40px 0px 0;
	display: inline; /* fixes double margin in IE6 */
}

#portfolio_thumbs li a {
	float: left;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	display: block;
	border: 2px solid #7c7c7c !important;
}

#portfolio_thumbs li a:hover, #portfolio_thumbs li a.active {	
	border: 2px solid #ffffff !important;
}

.next {
	clear: left;
	padding-top: 20px;
}

.border {
	border: 4px solid #697d8d;
}


#contact {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px; 
	color: #ffffff;
}

	

/* Clearing - if needed */

.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
* html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}
	

