/*  
Theme Name: Sorrento
Theme URI: http://billoday.net/
Description: A special theme written for billoday.net.
Version: 1.4
Author: Bill O'Day
Author URI: http://billoday.net/

*/


body
{
	background-color: #FFFFFF;
	padding: 0;
	color: #111111;
	font: normal 10pt "Lucida Grande", sans-serif;
	min-width: 790px;
}

h1, h2, h3, h4, h5
{
	font-family: helvetica, arial, verdana, sans-serif;
}

#splash
{
	background-image: url(sor_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 725px;
	height: 400px;
	margin: 0px auto;
	font-size: 10pt;
	font-family: courier, "Courier New", fixed;
	
}

#splash ul
{
	list-style-type: none;
}

#splash li
{
	color: #000000;
	margin-bottom: 15px;
	margin-top: 5px;
}

.picture_text
{
	background-color: #EEEE77;
}

#header
{
	background-color: #FFFFFF;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 740px;
	margin: 0px auto;
	color: #118811;
	font-size: 10pt;
	text-align: right;
	vertical-align: center;
}

#header a
{
	color: #118811;
	text-decoration: none;
	font-weight: normal;
	padding: 1px;
}


#heaaer p
{
	background-color: #FFFFFF;
	color: #111111;
	line-height: 5px;


}

#container
{
/*	background-color: #ccc;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;*/
	border: 1px dotted #ccc;
	width: 740px;
	margin: 0px auto;
}

#content
{
	text-align: left;
	margin-left: 25px;
	width: 665px;
}
#content .wide
{
	width: 725px;
}

#footer
{
	clear: both;
	text-align: center;
	
}

#header p
{
	font-size: 10pt;


}

#header a:link, a:visited, a:active
{
	text-decoration: none;
}

#header a:hover
{
	color: #111111;
	background-color: #888888;
	text-decoration: none;
}


/*#sidebar
{

	width: 150px;
	float: right;
	margin-right: 10px;
}*/



/*classes to implement:*/
.post
{
	color: #000;
	font-size: 11pt;
	font-weight: normal;
}

.post h2
{
	font-size: 12pt;
	font-weight: bold;
}

.entry
{
	font-size: 10pt;
	font-style: normal;
	margin-left: 10px;
	width: 450px;
	margin: 0 auto;
}

.firstEntry
{
	font-size: 10pt;
	font-style: normal;
	margin-left: 20px;
	background-color: #EEEE77;
	padding: 10px;
}


.postmetadata
{
	font-size: 10pt;
	font-style: italic;
	margin-top: 20px;
	border-top: 1px dotted #333333;
}

.navigation
{
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	margin: 3px auto;
}

.alignleft
{
	text-align: left;
}

.alignright
{
	text-align: right;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
}


.white
{
	color: #FFFFFF;
}

a:link, a:active, a:hover
{
	color: #111199;
	text-decoration: underline;
}

a:visited
{
	color: #331188;
	text-decoration: underline;
}

.end
{
	border-bottom: 1px dotted #333333;
	font-size: smaller;
}

blockquote
{
	background-image: url(quote.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 5px;
	margin-left: 0px;
}

