/*
Skin name: Construction Blog
Version: 1.0
Author: PWS
Author uri: http://www.constructionloanblog.com
Description: My style blog 
*/


/*
	Background, font and link colors for the entire site
	----------------------------------------------------
*/

body{
margin:0 0 0 0;
background:#f2f1df;
}

/**************** Links *********************/
a:link, a:visited{color: #392C1F;text-decoration:none;}
a:hover{color: #666666;}




/*
	Border, background, font and link colors for the site canvas
	------------------------------------------------------------
*/


#wrapper
{
height:221px;
	border: solid 1px #ECEDCF;
	color: black;
	
}


/*
	Border, background, font and link colors for the header
	-------------------------------------------------------
*/

div #navbar
{
background:#666;
color:#fff;
font-size:14px;
font-weight:bold;

}
div #navbar a
{
background:#666;
color:#fff;
font-size:14px;
font-weight:bold;

}
div #navbar a hover
{
background:#666;
color:#fff;
font-size:14px;
font-weight:bold;

}

div #header_nav
{
color:#fff;
}


div #header_nav a
{
color:#fff;
}

div #header_nav a hover
{
color:#fff;
}

.skin #header h1,
#header h1 a 
{
	color: white;
    font-size: 150%;
}
#header h1 a: hover
{
	color: white;
}

#header h2
{
	color: gray;
    font-size: 120%;
}
/**/



/*
	Aligns for the header
	---------------------
*/
#header h1
{
	text-align: center;
}

#header h2
{
	text-align: center;
}


/*
	Offset for the body
	-------------------
*/

#body
{
	margin: 25px 0px 2px 0px;
	
}

/*
	Title style for each entry
	--------------------------
*/

.entry_header h2
{
	
	color:#a2adbc; font-size:10px;
	border-bottom:1px solid #CDC9AB; 
	
}

.entry_header h1
{
	color: black;
}

.entry_header h1 a
{
	color: black;
}

.entry_header h1 a:hover
{
	color: #4844BB;
}

blockquote{
    background-image: url(blockquote.gif);
	}
	
div.entry
{
width:515px;
border:dashed #999999 1px;
padding-left:10px; 
background:#fff;

}

div.entry_categories
{
color:#666666; padding-left:11px; font-weight:normal;
background:#e6f3cb;

}
div.footer_nav
{
border:dashed #999999 1px;
background:#d5d3ba;
font-size:12px;
color:#999999;
height:40px;
padding-top:20px;
}

div.copyright_notice
{
height:30px;
background:#413d3c;
font-size:11px;
color:#999999;
padding-top:10px;
}

div .conSearch 
{
	height:62px;
	background:#000;
	background: url(search-bg.jpg) no-repeat ;
	border:dashed #999999 1px;

}

h2 .widgettitle
{
color:#999999;
}
 
form .contactForm
{
background:#FF00CC;

} 

form .inputBox input
{
    width: 105px;
	height:15px;
	background:none;
	margin: 0px 0px 0em 0px;
    border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}