/*
Skin name: Larry Clark Blog
Version: 1.0
Author: PWS
Author uri: http://www.larryclarkblog.com
Description: Larry's blog 
*/


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

body{
margin:0 0 0 0;
background:url(bg-page.jpg) repeat-x;
}

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



/*
	Border, background, font and link colors for the site canvas
	------------------------------------------------------------
*/
#wrapper
{
	/*width:1002px;
	height:332px;*/
}

/*
	Border, background, font and link colors for the header
	-------------------------------------------------------
*/
div #navbar
{
background:#204b76;
width:1270px;



}

div #header_nav
{
margin:0px 80px 0 80px ;
color:#fff;
font-size:14px;
font-weight:bold;
}
div #ext_main
{
padding-left:8px;
}
div #header_nav a
{
color:#fff;
text-decoration:none;
}

div #header_nav a hover
{
color:#fff;
padding-top:20px;
text-decoration:none;}

.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: 0px 80px 2px 80px;
	background:#FFFFFF;
	
}

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

.entry_header #head_date
{
	
	color:#666666; font-size:11px;
        width:625px;
	border-bottom:1px solid #CDC9AB; 
	
}

.entry_header h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#990033;
text-decoration:none;
}

.entry_header h1 a
{
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#990033;
text-decoration:none;
}

.entry_header h1 a:hover
{
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#990033;
text-decoration:none;
}

blockquote{
    background-image: url(blockquote.gif);
	}
	
div.entry
{
width:625px;
border:1px solid #dedbd1;
padding-left:10px; 
padding-right:10px;
background:#fff;

}



div.copyright_notice
{
color:#999999;
}



.ssm #ext_wrapper,
.sms #ext_wrapper,
.mss #ext_wrapper,
.sm #ext_wrapper,
.ms #ext_wrapper,
.m #ext_wrapper
{
margin:0 0 0 0px;
	
	
}
#sidebar
{
	padding-left:1px;
	width:350px;
    
	
}

#ext_main
{
width:900px;

}
.wide_ms #main,
.wide_sm #main
{
	width: 668px;
border-right: solid 6px #666666;
}
.entry_actions
{
margin:0 10px 5px 0;
padding-right:10px;
background:#efe7e7;

}

#footer
{
width:1270px;

border-top: solid 5px #204b76;
background: #204b76;
}

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

}
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;
}