
body { background:rgb(32,32,32) url(images/background.png) 0 0 repeat-x fixed; }

#page {
	background:rgb(51,51,51);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:30px 0 10px;
}

#content_box {
	background:rgb(255,255,255);
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;	
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;

}

.menu { border-left:none; }

.menu .rss a, .menu .rss a:hover {
	background:url(images/feed-icon-24x24.png) 100% 50% no-repeat;
	padding-right:28px;
	color:#FFF;
}

.menu a {
	background:none;
	color:#FFF;
	border:none;
}

.menu .current a { }

#footer { border:none; color:#FFF }

#header{
	text-align:right;
	display:block;
	margin-top:10px;
	height:150px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	
	border:none;
	background:url(images/header.jpg) 50% 100%
}
#header p,h1{
	text-shadow:0 2px 1px rgba(0,0,0,0.5);
}
#header a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

/* FOOTER SHIT */
.seanseo_footer {
	background:#333;
	color:#FFF !important;
	text-align:center
}


.rsswidget img {
	display:none;
}

.footer_widget_holder {
	display:block;
	width:33%;
	float:left;
}

.footer_widget_content {
	padding:5px;
}

.footer_widget_content ul {
	margin:0;
	padding:0;
	list-style:none;
}

.footer_widget_content li {
	margin:10px 0;
}

.footer_widget_content .rssSummary {
	margin:10px 0;
	padding:0 0 10px;
}

.clear_footer {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.footer_widget_content h2 {
	font-size:20px;
}

.footer_widget_content a {
	color:#FFF;
}

.footer_widget_title {
	margin:10px 0;
}

.footer_signoff {
	margin:20px 0;
	text-align:right;
}
.footer_signoff a:Hover{
	color:#FFF;
}

