html, body
{
	height: 100%;

}

body
{
	text-align:center;
	background: #111 url(../img/body_background.gif);
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

.clear
{
	clear: both;
}

h2 a, h3 a, h4 a, h5 a
{
	color: #eee !important;
	text-decoration: underline;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover
{
	color: #74a4cb !important;
	text-decoration: underline;
}

h2
{
	font-family: Georgia;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
}

h3
{
	font-family: Georgia;
	font-size: 1.5em;
	font-weight: normal;
}
p
{
	font-size: 1em;
	line-height: 1.15em;
	margin: 15px 0;
}

p.by-line
{
	font-size: 0.8em;
	color: #999;
}

#wrapper
{
	width: 920px;
	background-image: url(../img/wrapper_background.png);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
	padding: 0 40px 80px 40px;	
	font-size: 1.5em;
}


#container
{
	float: left;
	width: 550px;
	margin: 40px 20px 0 0;
}


#container a
{
	color: #81b7e2;
}
#container a:hover
{
	color: #74a4cb;
}



h1#logo a
{
	background-image: url(../img/logo.gif);
	width: 330px;
	height: 330px;
	display: block;
	border: none;
	text-indent: -5000px;
	margin-bottom: 40px;
}

h1#logo a:hover
{
	background-image: url(../img/logo_hover.gif);
}

#container .blog-post
{
	border-bottom: 1px dashed #444;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#container p.introtext
{
	font-size: 1.1em;
	color: #ccc;
}
blockquote#web_quote
{
	padding-left: 20px;
	float: left;
	width: 340px;
	font-family: Georgia;
	font-size: 2.5em;
	line-height: 1.5em;
	color: #ccc;

}
#sidepanel
{
	float: left;
	width: 330px;
	margin: 20px 0 0 20px;
	font-size: 0.85em;	
}

 #sidepanel h3
{
	margin-top: 40px;
}

#sidepanel ul
{
	margin-top: 20px;	
}
#sidepanel ul li
{
	margin: 5px 0 5px 5px;	
}

#sidepanel ul li ul
{
	margin-top: 0px;	
}
#sidepanel ul li ul li
{
	margin: 0 0 0 15px;	
}

#sidepanel ul
{
	margin-bottom: 15px;
	border-bottom: 1px solid #384C5B;
}

#sidepanel ul li ul
{
	margin-bottom: 0px;
	border-bottom: none;
}

#sidepanel ul li
{
	margin: 0;
	text-transform:uppercase;		
}

#sidepanel ul li a
{
	color: #eee;
	text-decoration: none;
	display: block;
	padding: 6px 0 4px 0;
	background-image: url(../img/menu_background.png);
	background-repeat: repeat-x;
	padding-left: 0px;
}
#sidepanel ul li a:hover, #sidepanel ul li.active a
{
	background-color: #3f5a70;
	
}


form#EmailForm input
{
	width: 300px;
	margin-bottom: 10px;
	border: none;
	padding: 5px;
}

form#EmailForm input#cfContact
{
	padding: 5px;
	border: 1px solid #111;
	width: 130px;
}

textarea#cfMessage
{
	width: 530px;
	height: 200px;
	border: none;
	padding: 5px;
}

p#photolist a {
	display: block;
	float: left;
}

p#photolist a img
{
	margin: 0 5px 5px 0;
	border: 1px solid #333;
	padding:4px;
}

p#photolist a:hover img 
{
	border: 5px solid #B21A00;
	padding: 0;
}




