/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: A customized theme for Dreambuilder Custom Homes LLC
Version: 1.0
Author: The Red Building Group LLC
Author URI: http://theredbuildinggroup.com
Tags: blue, custom header, fixed width, two columns

Copyright 2010 - All rights reserved

*/



body {
	margin: 0;
	padding: 0;
	font: medium/2em Helvetica, Arial, sans-serif;
	text-align: center;
	background: #01273d;
	}

#wrap_out {
	text-align: center;
	width: 990px;
	margin: auto;
	padding: 0;
	background:  #01273d url(images/shadowbg.png) repeat scroll top center;
}


#wrap {
	text-align: left;
	width: 939px;
	margin: auto;   /* the key to centering the wrap is setting the margin to auto */
	padding: 0;
	background-color: #ccc;
	background: url(images/sidebar_bg.jpg) scroll repeat 0 0; 
}

.spacer {
	clear: both;
}



















/*----------------------------------- HEADER ---------------------------------------------------------- */
#header {
	width: 939px;
	height: 110px;
	margin: 0;
	padding: 0;
	background: #fff url(images/header_bg.jpg) repeat scroll top left;
}

#header h1 {
	margin: 0;
	padding: 0;
	background: url(images/logo.png) no-repeat scroll 17px 7px; 
	text-indent: -9000px;
	height: 100px;
	width: 920px;
}

#header a.headerlink {
	display: block;
	margin: 0;
	padding: 0;
	height: 80px;
	width: 480px;
	}









/* ----------------------------------  NAVMENU ----------------------------------------------------- */


#navmenu {
	margin: 0;
	padding: 0;
	width: 939px;
	height: 41px;
	background: #003e60;
	border-top: 1px solid #5a85a5;
	border-bottom: 1px solid #8a8a8a;
}


#menu {
	margin: 10px 0 0 0;
	padding: 0;
	/*width: 488px;*/
	width: 610px;
	height: 25px;
	float: right;
}

#menu li {
	position: relative;
	width: 122px;
	float: left;
	font-size: 90%;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu a {
	padding-bottom: 3px;
}

#menu a:link {
	color: white;
	text-decoration: none;
}

#menu a:visited {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#menu a:active {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}






/*-----------------------------------------------  DROPDOWN NAV --------------------------------------------------------*/

.mainitem a:hover {
margin: 0;
} 

.dropdown{
z-index: 5;
display: none;
width: 122px;
position: absolute;
padding: 15px 0 5px 0;
top: 1.2em;
left: 0;
	background: #003e60;
/*	filter:alpha(opacity=95);
	opacity: .95;	  */
min-height: 25px;
}

.dropdown li{
width: 110px;
height: 25px;
text-align: left;
}

.dropdown li a{
/*text-decoration: underline;*/
font-size: 85%;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: 21px;
left: 0;
}

#menu li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}














/* --------------------------------- MAIN --------------------------------------------------------------- */

#main {
	margin: 0;
	padding: 0;
	width: 939px;
	height: 475px;
	border-bottom: 1px solid #8a8a8a;
}


#swf {
	margin: auto;
	padding: 0;
	width: 939px;
	height: 475px;
	text-align: center;
	background: url(tfile_gallery_big_pic3.jpg) no-repeat 0 0; 
	display: block;
	z-index: 2;
	}	





/* --------------------------------- INSIDEMAIN --------------------------------------------------------------- */



#insidemain {
	margin: 0;
	padding: 0;
	width: 939px;
	border-bottom: 1px solid #8a8a8a;
	/*background-color: #fff;*/
}


#insideleft {
	float: left;
	margin: 0;
	padding: 0;
	width: 195px;
	min-height: 456px;
	/*background-color: #fff;*/
}

#insideleft.team {
	background: url(images/sidebar_bg_team.jpg) scroll no-repeat 0 0; 
}

#insideleft.supports {
	background: url(images/sidebar_bg_supports.jpg) scroll no-repeat 0 0; 
}

#insideleft.dream {
	background: url(images/sidebar_bg_dream.jpg) scroll no-repeat 0 0; 
}

#insideleft.imagine {
	background: url(images/sidebar_bg_imagine.jpg) scroll no-repeat 0 0; 
}

#insideleft.create {
	background: url(images/sidebar_bg_create.jpg) scroll no-repeat 0 0; 
}

#insideleft.live {
	background: url(images/sidebar_bg_live.jpg) scroll no-repeat 0 0; 
}

#insideleft.afford {
	background: url(images/sidebar_bg_afford.jpg) scroll no-repeat 0 0; 
}

#insideleft.gallery {
	background: url(images/sidebar_bg_gallery.jpg) scroll no-repeat 0 0; 
}

#insideleft.consult {
	background: url(images/sidebar_bg_consult.jpg) scroll no-repeat 0 0; 
}

#insideleft.connect {
	background: url(images/sidebar_bg_connect.jpg) scroll no-repeat 0 0; 
}





#sidebarmenu {
	margin: 0;
	padding: 40px 10px 0 15px;
	width: 170px;
}

#sidebarmenu li {
	font-size: 90%;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: left;
	font-weight: bold;
}

#sidebarmenu li.alt {
	padding-left: 10px;
}



#sidebarmenu a:link {
	text-decoration: none;
}

#sidebarmenu a:visited {
	text-decoration: none;
}

#sidebarmenu a:hover {
	text-decoration: underline;
}

#sidebarmenu a:active {
	color: #636161;
	text-decoration: none;
}





#sidebar {
	margin: 0;
	padding: 30px 0 0 15px;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li.margin {
	margin: 20px 0 20px 0;
	padding: 0;
}

#sidebar p.rss {
	font-size: 80%;
}

#sidelist {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#sidelist h3 {
	margin: 30px 0 10px 0;
	font-weight: bold;
	color: black;
}



#browsing {
	margin: 0;
	padding: 0;
	width: 170px;
}

#browsing p {
	font-size: 80%;
}



/*----------------------------------------------- INSIDERIGHT -- MAIN CONTENT AREA ---------------------------------------*/


#insideright {
	float: right;
	margin: 0;
	padding: 25px 60px 50px 70px;
	width: 614px;
	min-height: 456px;
	background: #fff;
}

#insideright h2 {
	font-family: Copperplate Gothic Light, 'Baskerville Old Face', Palatino, 'Palatino Linotype', Georgia, Garamond, 'Times New Roman', serif;
	color: #42ab28;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 175%;
}

#insideright h2.insidesubhead {
	font-size: 150%;
	margin: 25px 0 10px 0;
	padding: 0;
}

#insideright h3 {
	font-family: Copperplate Gothic Light, 'Baskerville Old Face', Palatino, 'Palatino Linotype', Georgia, Garamond, 'Times New Roman', serif;
	color: #01273d;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 95%;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}


#insideright h3.noborder {
	border: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#insideright h3.galleryheaders {
	margin: 40px 0 20px 0;
}

#insideright p {
	line-height: 1.8em;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 90%;
}


#insideright p.breadcrumbs {
	font-size: 70%;
	margin: -20px 0 10px 0;
	padding: 0;
}


#insideright ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	font-size: 90%;
	list-style-type: disc;
}

#insideright ul.none {
		list-style-type: none;
}


#insideright li {
	line-height: 1.8em;
	margin: 0;
	padding: 0 0 0 20px;
}




#insideright a:link {
	text-decoration: none;
	color: #5a85a5;
}

#insideright a:visited {
	text-decoration: none;
	color: #5a85a5;
}

#insideright a:hover {
	color: #636161;
	text-decoration: underline;
}

#insideright a:active {
	color: #636161;
	text-decoration: none;
}



#insideright p.wp-caption-text {
	padding-left: 3px;
	font-size: 70%;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 30px;
}




#insideright p.postmetadata {
	font-size: 75%;
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	display: block;
	border-bottom: 1px dotted #ccc;
}






/* --------------------------------- FOOTER --------------------------------------------------------------- */


#footer {
	background: #fff url(images/footer_bg.jpg) repeat scroll top left;
	height: 65px;
	padding: 0;
	margin: 0;
	width: 939px;
}

#footer ul {
	margin: 11px 9px 0 0;
	padding: 0;
	width: 700px;
	height: 20px;
	float: right;
	margin-left: 470px;
}

#footer li {
	position: relative;
	width: 100px;
	float: left;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}


#footer p {
	padding: 0 37px 0 0;
	margin: 0;
	text-align: right;
	font-size: 70%;
	color: #636161;
}


#footer p.credits {
	font-size: 70%;
}


#footer a:link {
	color: #01273d;
	text-decoration: none;
}

#footer a:visited {
	color: 01273d;
	text-decoration: none;
}

#footer a:hover {
	color: #636161;
	text-decoration: underline;
}
#footer a:active {
	color: #636161;
	text-decoration: none;
}




p.login {
	float: right;
	margin-right: 62px;
	margin-top: 5px;
	color: #aaa;
	font-size: 60%;
}

.login a:link {
	color: #aaa;
	text-decoration: none;
}

.login a:visited {
	color: #aaa;
	text-decoration: none;
}

.login a:hover {
	color: #ccc;
	text-decoration: underline;
}

.login a:active {
	color: #ccc;
	text-decoration: underline;
}



/* --------------------------------- STYLES --------------------------------------------------------------- */


	

h1 	{
	font-size: 300%;
	}

h2 	{
	font-size: 200%;
	}
	
h3 	{
	font-size: 120%;
	color: #aaa;
	line-height: 1em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	}	
		
h4	{
	font-size: 90%;
	text-transform: uppercase;
	}
	
p	{
	font-size: 90%;
	color: #000;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	}

ul {
	list-style-type: none;
	}
	
li {
	line-height: 1.3em;
	}

.alignright {
	float: right;
	margin: 0 5px 15px 15px;
}


a:link { color: #01273d; text-decoration: none;}
a:visited { color: #01273d; text-decoration: none;}
a:hover { color: #636161; text-decoration: none;}	
a:active { color: #01273d; text-decoration: none;}		

	