/* ------------ Globals ------------ */

body {
	margin:0;
	padding-top:0px;
	background:#e6e6cc;
	font-family: Arial, Georgia, Sans-serif;
	color:#000;
	font-size:13px;
}
	
img {
	border:0;
}

.bg_images {
	display:block;
}

.alt {
	background: #f3f3e1;
}

a {
	color:#1b5bba;
	text-decoration:none
}
	
a:hover {
	color:#4082e5;
	text-decoration:none
}
		
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	
blockquote {
	padding-left:10px;
	padding-right:10px;
	color:#000;
    background:#fff;
    border-left: 1px dashed #999;
    border-right: 1px dashed #999;
	font-style: normal;
}
	
.clear {
	clear:both;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

/* ------------ Top (Header and Navigation) ------------ */

#site_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}

/* ------------ Top (Header and Navigation) ------------ */

#top {
	margin: 0 auto;
	width: 1100px;
	height: 210px;
	background: url(images/header.png) no-repeat;
}

/* ------------ Header ------------ */

#header_top {
	width: 1000px;
	margin:0 auto;
	height:135px;
	background:transparent;
}

.blogname {
	float:left;
	width:532px;
	font-family: Arial, Georgia, Sans-serif;
}
	
.blogname h1 {
	font-size:30px;
	font-weight:bold;
	margin:30px 0 0 20px;
	text-decoration: none;
}

.blogname h1  a:link, .blogname h1  a:visited { 
	color: #ff9900; 
	text-decoration: none; 
	background-color:transparent;
}
	

.blogname h1 a:hover { 
	text-decoration: none;
	background-color:transparent;
}	

.blogname h2 {
	margin:0px 0 0 20px;
	font-size:16px;
	font-weight:normal;
}

.top_ad_box {
	float:right;
}
	
/* ------------ Menu Navigation ------------ */

#header_nav {

	width:1000px; 
    height:36px;
    margin:0 auto;
    background:transparent;
}

#menu {
	float:left;
	width: 800px;
	padding-top: 2px;
	background:transparent;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 0 17px;
	padding: 0;
}

#menu li {
	float: left;
	margin-left: 3px;
	line-height:1.4em;
	padding-top:6px;
}

#menu a {
	height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 5px 0px 5px;
	color: #555;
}

#menu a:hover, #menu a.active {
	border-top: 2px solid #FF9900;
	color: #000;
}

/* ------------ Search (inside #header_nav) ------------ */

#top_search {
	float:right;
	width:200px;
	height:32px;
	text-align:right;
	margin: 0 0;
	padding: 0 0;
	background:transparent;
}

#top_search #searchform {
	margin:8px 20px 0 0;
	padding:0 0;
}

#top_search #searchform #s {
	margin: 0 0;
	width: 140px;
	height: 14px;
}

#top_search #searchform .search_button {
	margin: 0 0 0 5px;
	padding: 0 0;
	border:0;
	width:20px;
	height:21px;
	background: url(images/search.png) no-repeat;
	cursor:pointer;
}

/* ------------ RSS ------------ */

#rss_box {
	clear:both;
	margin: 0 auto;
	padding-right:48px;
	width:950px;
	background:#fff;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	text-align:right;
}

#rss_box span {
	margin: 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	color: #333;
}

#rss_box span img {
	margin: 0 0 0 10px;
	padding: 0 0;
	border: 0px;
}

/* ------------ Wrappers ------------ */

#wrapper {
	clear: both;
    margin: 0 auto 0 auto;
    padding-top:30px;
    width: 998px;
    background:#fff;
    text-align: left;
    overflow:hidden;
    border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

/* ------------ Content ------------ */

#content {
	float: left;
	width: 690px;
	margin-left:0px;
}

.post {
	margin: 0px 0px 0px 0px;
	padding:0px 25px 0px 25px;
	height: 100%;
	text-align: justify;
	color:#333;
}

.post h2 {
	font-family: Arial, Georgia, Sans-serif;
    font-size: 20px;
    text-transform:uppercase;
    padding: 0px 0px 0px 0px;
}

.post h2 a, .post h2 a:link, .post h2 a:visited, .post h2 a:hover  {
	color: #3b79b8;
	background-color: transparent;
}

.post .top_post_container {
	float:left;
	margin-top:4px;
	margin-left:4px;
	width:542px;
}

.post .top_post_container img {
	padding: 0px 4px 0px 4px;
}

.post .date {
	float:left;
    text-align: center;
    font-size:10px;
    font-weight:bold;
    padding-bottom:1px;
	color:#e88800;
}

.post .postmetadata {
	padding: 2px 15px 0px 15px;
	font: normal 10px Arial, Georgia, Sans-serif;
	text-align: right;
	height:34px;
}

.post .postmetadata .p_comments {
	height:25px;
	line-height:26px;
	text-align:center;
	float:right;
	padding:0 5px 0 27px;
	color:#000;
}

.post .postmetadata .p_comments a, 
.post .postmetadata .p_comments a:hover, 
.post .postmetadata .p_comments a:visited {
	color:#169a00;
}

.p_comments img {
	padding-right: 3px;
    border:0;
}

.post a:link,
.post a:visited {
	color: #1b5bba;
	background-color: transparent;
}

.post a:hover {
	color: #4082e5;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	display:block;
	margin: 0 0;
	padding: 0px 0px;
}
	
.cover{
	clear:both;
	border-top: 1px dashed #169a00;
	margin: 0 0;
}
	
/* ------------ The Sidebar ------------ */

#sidebar {
	width:280px;
	float:right;
	font-size:12px;
	color:#999;
	font-family: Arial, Georgia, Sans-serif;
}

#sponsor_box {
	margin: 0 0;
	padding: 0 5px 0 0;
	width: 280px;
	height: 280px;
}

#sponsor_box img {
	margin: 0 0 5px 5px;
	padding: 0 0;
	border: 0px;
}

#sidebar table {
	width:100%;
	text-align:center;
	background-color:#464646;
}

.sidebar_content {
	width:280px;
}

.sidebar_content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar_content li h2{
	width: 260px;
	color:#e88800;
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size: 22px;
	border-bottom: 2px solid #6699cc; 
}

.sidebar_content ul li{
    font-size:13px;
    line-height: 1.3em;
    padding-left:0px;
    padding-top:4px;
    padding-bottom:20px;
}

.sidebar_content ul li a {
    color:#000;
    margin-left:25px;
}

.sidebar_content ul li a:hover {
	border-bottom: 1px dashed #999;
}

.sidebar_content ul ul {
    margin-top: 3px;
    line-height: 11px;
    text-decoration:none;
}

.sidebar_content ul ul li {
    line-height: 9px;
    text-decoration:none;
    padding-left:10px;
    padding-bottom:2px; 
}

/* ------------ Footer ------------ */

#footer {
    clear: both;
   	margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: 50px;
    text-align:center;
    background:url(images/footer.png) no-repeat;
}

#footer p {
	margin: 0;
    padding: 0;
	font-size: 11px;
	color:#000;
}

#footer p a {
	color:#6699cc;
}

#footer p a:hover {
	color:#6699cc;
}

/* ------------ Post Navigation ------------ */

.navigation {
	height: 20px;
	padding: 5px 15px 10px 15px;
}
	
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#000;
}
	
.navigation a:hover {
	color:#000;
}

/* ------------ Attachment ------------ */

.contentCenter {
	text-align:center;
}

/* ------------ The Page Title ------------ */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
}

/* ------------ Comments ------------ */

.comments {
	padding: 22px 32px 23px 32px;
	line-height:16px;
}
	
.comments ol {
	margin: 0 0 30px 0;
	padding: 0px 30px 0px 30px;
	font-weight: normal;
	color: #000;
}	

div.comments ol li {
	padding-bottom: 9px;
}
	
.comments textarea {
	width:500px;
	height:156px;
	color:#000;
	overflow:auto;
	font-family: Arial, Georgia, Sans-serif;
	font-size:14px;
}
	
#commentform {
	padding-left:23px;
}
	
#commentform input {
	color:#000;
}
	
.comments input#submit {
	padding:0;
	width:72px;
}
	
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 0px;
	padding:0;
	font-weight:normal;
}
	
.comments ol li p {
	padding:0;
	margin:10px 0;
}
	
.comments ol li {
	padding: 10px;
	list-style: none;
}

/* ------------ Calendar ------------ */

#calendar {
    width: 230px; 
	background: transparent;
}

#calendar_wrap {
	background: url(images/sidebar_content.png) repeat-y;
}

table#wp-calendar {
	margin: 0 auto 0 auto;
	width:180px;
	color: #000;
	background: transparent;
}

table#wp-calendar caption {
	margin: 0 auto 0 auto;
}