/* ------------ Globals ------------ */

body {
	margin:0;
	padding-top:0px;
	background:#666666;
	font-family: Arial, Georgia, Sans-serif;
	color:#000;
	font-size:13px;
}
	
img {
	border:0;
}

.alt {
	background: #eee;
}

a {
	color:#377443;
	text-decoration:none
}
		
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	
blockquote {
	padding-left:10px;
	padding-right:10px;
	font-size: 10px;
	font-family: "century gothic", Arial, Sans-Serif;
	color:#000;
	letter-spacing: 0.1em;
    background:#dddddd;
    border: 1px solid #fff;
	font-style: normal;
}

/* ------------ Header ------------ */

#header {
	height: 148px;
	background: url(images/header.png) repeat-x top left;
}

#header_top {
	height: 120px;
}

#header_top #blogname {
	margin: 0 auto;
	padding-top: 30px;
	width: 1000px;
}

#header_top #blogname h1 a {
	font-size: 30px;
	color: #fff;
}

#header_top #blogname h2 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#header_bottom {
	margin: 0 auto;
	width: 1000px;
	height: 28px;
}
	
/* ------------ Menu Navigation ------------ */

#menu {
	float: left;
	height: 20px;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0 3px 0 0;
	padding: 0;
	height: 28px;
	list-style: none;
	float: left;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
	background: url(images/menu.png) repeat-x;
}

#menu ul li a {
	position: relative;	
	top: 30%;
	margin: 0;
	padding: 0 10px 0 10px;
	height: 28px;
	font-weight: bold;
	color: #fff;
}

/* ------------ RSS Icon ------------ */

#rss_icon {
	float: right;
	margin-right: 20px;
	width: 62px;
	height: 28px;
}

#rss_icon img {
	margin: 0;
	padding: 0;
}


/* ------------ Wrappers ------------ */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: 25px;
}



/* ------------ Content ------------ */	

#content {
	float: left;
	width: 610px;
	background: url(images/content_main.png) repeat-y top;
}

#content .pagetitle {
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
}

#content_top {
	width: 610px;
	height: 10px;
	background: url(images/content_top.png) no-repeat;
}

#content_bottom {
	width: 610px;
	height: 10px;
	background: url(images/content_bottom.png) no-repeat;
}

/* ------------ Post ------------ */

#content .post {
	color: #fff;
}

#content .post .date {
	float: left;
	padding-top: 3px;
	width: 60px;
	height: 60px;
	text-align: center;
	background: url(images/date.png) no-repeat;
}

#content .post .date .span_month {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#content .post .date .span_date {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

#content .post .top_post_container {
	float: right;
	width: 538px;
}

#content .post .top_post_container h2 a {
	font-family: "century gothic", Arial, Sans-Serif;
	font-size: 26px;
	font-weight: normal;
	color: #2771bc;
}

#content .post .top_post_container span {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

#content .post .cover {
	padding-top: 10px;
	clear: both;
}

#content .post .cover .entry p {
	margin: 0;
	padding: 0 23px 0 15px;
}

/* Remove CSS between these tags to stop text from wrapping around an image */

#content .post .cover .entry img {
	float: left;
	margin: 1em;
}

/* End image tag */

/* ------------ Post Comments ------------ */

#content .post .postmetadata {
	margin: 5px 20px 5px 0;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

#content .post .postmetadata img {
	margin: 0 4px 0 0;
}

/* ------------ The Sidebar ------------ */

#sidebar_container {
	float: right;
	width: 390px;
}

#sidebar_bottom {
	margin-bottom: 10px;
	width: 190px;
	height: 10px;
	background: url(images/sidebar_bottom.png);
}

#sidebar_container #sidebar_left {
	float: left;
	width: 190px;
}

#sidebar_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_container ul li {
	background: url(images/sidebar_main.png) repeat-y;
}

#sidebar_container ul ul li {
	padding: 0 20px 0 10px;
	border: 0;
	background: transparent;
}

#sidebar_container ul ul ul li {
	padding: 3px 0 0 0;
	border: 0;
}

#sidebar_container ul ul ul li a {
	margin: 0;
	padding: 0 0 0 30px;
	background: #999999;
}

#sidebar_container ul li a {
	margin: 0;
	padding: 0 0 0 20px;
	color: #fff;
	background: url(images/bullet.png) no-repeat 0 4px;
}

#sidebar_container ul li a:hover {
	background: url(images/bullet_on.png) no-repeat 0 4px;
}

#sidebar_container ul ul ul li a:hover {
	background: #999999;
}

#sidebar_container ul li h2 {
	width: 180px;
	height: 25px;
	padding: 4px 10px 0 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: url(images/sidebar_top.png);
}

#sidebar_container #sidebar_right {
	float: left;
	width: 190px;
}

/* ------------ Footer ------------ */

#footer {
	width: 600px;
	text-align: left;
}

#footer p {
	color: #fff;
	font-size: 10px;
}

#footer p a {
	color: #fff;
	text-decoration: underline;
}

/* ------------ Post Navigation ------------ */

#navigation {
	text-align: center;
	color: #fff;
}

#navigation a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
}


/* ------------ Attachment ------------ */



/* ------------ The Page Title ------------ */



/* ------------ Comments ------------ */

#comments {
	margin: 0 auto;
	padding-right: 10px;
	padding-top: 20px;
	width: 500px;
}

#comments h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #dddddd;
	border-bottom: 1px dashed #fff;
}

#comments ol {
	margin: 12px 0 10px 0;
	padding: 0;
	list-style-position: inside;
}

#comments ol li {
	margin: 1px 0 0 0;
	padding: 5px 5px 1px 5px;
	background: #dddddd;
	border: 1px solid #fff;
}

#comments #commentform #author {
	width: 200px;
}

#comments #commentform #email {
	width: 200px;
}

#comments #commentform #url {
	width: 200px;
}
#comments #commentform #comment {
	width: 500px;
}

/* ------------ Calendar ------------ */

#calendar_wrap caption {
	margin: 0;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#wp-calendar {
	margin: 0 auto;
	width: 160px;
}