/*
Skin name: Palm Spring Golfing Blog
Version: 1.0
Author: PWS
Author uri: http://www.palmspringsgolfingblog.com
Description: My style blog 
*/


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

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

/**************** 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
{
	width:960px;
	height:332px;
}

/*
	Border, background, font and link colors for the header
	-------------------------------------------------------
*/
div #navbar
{
padding-left:10px;
background:#FFFFFF;

}

div #header_nav
{
width:916px;
height:30px;
padding-top:7px;
padding-left:8px;
color:#FFFFFF;
background:#66b01b;
font-size:14px;
font-weight:bold;
}
div #ext_main
{
padding-left:8px;
}
div #header_nav a
{
color:#FFFFFF;
padding-top:5px;}

div #header_nav a hover
{
color:#FFFFFF;
padding-top:20px;}

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

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

.entry_header h2
{
	
	color:#a2adbc; font-size:10px;
width:480px;
	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:490px;
border:1px solid #dedbd1;
padding-left:10px; 
padding-right:10px; 
background:#fff;

}

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

}

div.copyright_notice
{
color:#999999;
}

#wp-calendar
{
	border: solid 1px dimgray;
}

#wp-calendar thead th
{
	border-bottom: solid 1px dimgray;
	background:#dcd9d0;
}

#wp-calendar tfoot td
{
	/*border-top: solid 1px dimgray;*/
}




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

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


.wide_ssm #sidebar,
.wide_sms #sidebar,
.wide_mss #sidebar,
{
	width: 185px;
}

.wide_ssm #sidebar2,
.wide_sms #sidebar2,
.wide_mss #sidebar2
{
	width: 210px;
}

.wide_ssm #main,
.wide_sms #main,
.wide_mss #main
{
	width: 520px;
margin-right:10px;
}

.wide_ssm #ext_main,
.wide_sms #ext_main,
.wide_mss #ext_main
{
	width: 730px;
}
/*li
{
background: #FF0000;

}*/

.entry_actions
{
width:480px;
margin:0 10px 5px 0;
padding-right:10px;
background:#efe7e7;

}