body
{
	background-color: #333;
	text-align: center;
	margin: 0;
}
#page {	
	background: #fff;
	position: relative;
	text-align: left;
	top:0;
	left:0;
	width: 839px;
	margin: 0 auto;
	font-size: 0.8em;
	font-family: arial;
	border-right: solid #000 1px;
	border-left: solid #000 1px;
}

#header {	
	width: 837px;
	height: 200px; 
	z-index: 10;
	margin: 0 auto 0 auto;
	background-image: url('images/header_photos3.jpg');
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#header h1 {
	font-size:1.4em;
	position:relative;
	top:15px;
	left:220px;
	text-align: left;
	width: 80%;
	height: 2px;
	padding: 0;
	margin: 0;
	color: #999;
	font-weight: normal;
}
#header h1 .blogname {
	font-weight: bold;
}
#header #logo {
	display: none;
}

#header A.home {
	display: block;
	position: absolute;
	top: 0;
	width: 410px;
	height: 175px;
}
#header A.home SPAN {
	display: none;
}
#main {
	clear: both;
	position: relative;
	background: #fff;
}

#content {
	float: left;
	width: 470px;
	_width: 450px;
	padding-left: 50px;
	padding-right: 20px;
	padding-top:20px;
	
}
#content .alignleft {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}
#content .alignright {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
#content UL LI { 
	list-style:url(/images/li_bullet.gif);
	margin-bottom: 1em;
}
#content OL LI { 
	margin-bottom: 1em;
}
#content H2 {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.5em;
 	color: #000;
 	text-transform: uppercase;
 	letter-spacing:-1px;
 	text-decoration: none;
 	border-bottom: dotted #ddd 1px;
}
#content H2 A {
	color: #000;
	text-decoration: none;
}
#content H1, #content H1 A {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	font-size: 1.7em;
 	color: #999;
 	text-decoration: none;
}
#content .post LI {
	margin-bottom: 2px;
}
#content .endpost {
	clear: both;
	margin-bottom: 20px;
}
#content .post IMG {
	padding:5px;
	background:#fff;
	border:solid #eee 1px;
	border-right:solid #eee 2px;
	border-bottom:solid #eee 2px;
	margin-bottom:5px;
}
#content .entry {
	clear: both;
	padding-top: 1px;
}
#content .post-date {
	color: #999 !important;
	font-size:0.8em;
	margin: 0;
	padding: 0;
	color: #036;
}
#content .post-cath {
	font-size: 0.9em;
	float: left;
}
#content .post-edit {
	font-size: 0.8em;
	float: left;
	margin-left: 5px;
}
#content .post-comm {
	margin: 0;
	padding: 3px 5px 3px 5px;
	float: right;
	border: dotted #ddd 1px;
	border-top: none;
	font-size:0.9em;
}
#content .post-comm A {
	color: #999;
}
#content A {
	color: #036;
}

#side-content .rss-feed {
	position: relative;
	margin: 20px 0 20px 0;
	float: left;
	width: 100px;
	height: 28px;
	display: block;
	background: url('images/feed-icon.gif') no-repeat;
	font-size: 1.5em;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 32px;
	color: #999;
}
#side-content .twitter-button {
	 float: right;
	 position: relative;
	 top: 20px;
	 left: -15px;
}
#side-content {
	padding: 0 30px 0 30px;
	_padding: 0 0 0 20px;
	z-index: 2;
	float: right;
	background: url('images/side_bg.gif') no-repeat top left;
	width: 219px;
}
#side-content .side-element {
	margin-bottom: 20px;
}
#side-content .side-element h2 a.rsswidget {
	color: #000;
}
#side-content .side-element .rsswidget ul li a {
	color: #036;
}
#side-content .side-element h2 {
	margin-bottom: 5px;
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
}
#side-content .side-element UL {
	margin: 0;
	padding: 0;
}
#side-content .side-element UL LI {
	font-size:0.9em;
	line-height: 1.2em;
	list-style: none;
	margin-bottom: 0.5em;
	color: #036;
}
#side-content .side-element UL LI A {
	color: #036;
	text-decoration: none;
}
#side-content A {
	color: #036;
	text-decoration: none;
}
#side-content .side-element UL LI A:hover {
	text-decoration: underline;
}
#recentcomments LI A {
	font-weight: normal;
}
#recentcomments LI {
	font-weight: bold;
}
.prev_entries {
	padding-bottom: 15px;
}
/****** FOOTER STYLES **********/

#footer {
	z-index: 20;
	height: 91px;
	background: #999;
	border-top: solid #666 4px;
	color: #666;
	clear: both;
	font-size: 0.5em;
	font-family: tahoma;
	font-size: 10px;
}
#footer .copyright {
	width: 240px;
}
#footer .slogan {
	position: relative;
	left: 20px;
	top: 7px;
	background: #222 url('images/footer.gif');
	float: left;
	width: 282px;
	height: 48px;
}
#footer .slogan SPAN {
	display: none;
}
#footer .links {
	position: relative;
	top:20px;
	padding: 5px 10px 0 10px;
	font-size: 11px;
	width: 490px;
	text-align: right;
	float: right;
}
#footer .links A {
	color: #666;
}
#footer .legal {
	color: #333;
	font-size: 11px;
	text-align: center;
	padding: 5px 0 7px 0;
	background: #777;
	position: relative;
	top: 15px;
	clear: both;
}
#footer .legal A {
	color: #333;
	text-decoration: none;
}
#footer .legal A:hover {
	text-decoration: underline;
}
#footer .disclosures {
	font-size:11px;
}


/****** MISC CONTENT STYLES **********/

.clear_content {
	clear: both;
}
.clear {
	clear: both;
}
HR {
	clear: both;
	border: none;
	border-bottom: dotted #ddd 1px;
	padding: 10px;
	margin:0 0 10px 0;
}
.hr {
	clear: both;
	border-bottom: dotted #ddd 1px;
	padding-top:10px;
	margin-bottom:5px;
}
.box-border {
	background: #f7f7f7;
	margin: 20px 0 20px 0;
	border: solid #ddd 1px;
	padding: 15px;
}
.error {
	color:red;
	font-weight:bold;
}

.photo_right {
	float:right;
	margin-left:10px;
	padding:5px;
	background:#fff;
	border:solid #eee 1px;
	border-right:solid #eee 2px;
	border-bottom:solid #eee 2px;
}

.photo_left {
	float:left;
	margin-right:10px;
	padding:5px;
	background:#fff;
	border:solid #eee 1px;
	border-right:solid #eee 2px;
	border-bottom:solid #eee 2px;
}
.noborder {
	border: none !important;
	padding: 0 !important;
}
.photo {
	padding:5px;
	background:#fff;
	border:solid #eee 1px;
	border-right:solid #eee 2px;
	border-bottom:solid #eee 2px;
}
.aligncenter {
	clear: both;
	margin: 0 auto 0 auto !important;
	text-align: center;
}

.clear {
	clear: both;
}
