/*
Theme Name: Blue Columns
Description: A 3 column design widget, AdSense, and sponsor ready.
Author: GuessLotto
Author URI: http://www.guesslotto.com/
*/

/* ------------ Globals ------------ */

body {
	margin:0px;
	margin-top:15px;
	padding-top:0px;
	background:#848484;
	font-family: Arial, Verdana, Sans-Serif;;
	color:#000;
	font-size:13px;
	
}
	
img {
	border:0;
}

.alt {
	background: #eee;
}

.author {
	border: solid 1px #012964;
}

a {
	color:#1b5bba;
	text-decoration:none;
	font-weight:bold;
}
	
a:hover {
	color:#4082e5;
	text-decoration:none;
	font-weight:bold;
}
		
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) ------------ */

#top {
	margin: 0 auto;
	width: 996px;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-top:2px solid #000;
}

/* ------------ Header ------------ */

#header_top {
	width: 996px;
	margin:0 auto;
	height:153px;
	background: url(images/header_blog-v3.png);
	
}
.blog_title {
	font-size: 36px;
	padding: 10px;	padding-top: 15px;
	color: #fff;
}

.blog_title h2 {
	font-size:36px;
	font-weight:bold;
	font-style: italic;
	font-family: Verdana;
	color:#fff;	margin-left: 420px;	display: inline;
}

.logo {
	float:left;
}

.top_banner {
	float:right;
	width:468px;
	height:60px;
	margin:15px 15px 0px 0px;
	padding:0 0;
}

.blogname {
	float:left;
	width:700px;
	font-family: Arial, Georgia, Sans-serif;
}
	
.blogname h1  {
	font-size:40px;
	font-weight:bold;
	margin:20px 0 0 32px;
	text-decoration: none;
}

.blogname h1  a:link, .blogname h1  a:visited{ 
	
	color: #000; 
	text-decoration: none; 
	background-color:transparent;
}
	

.blogname h1  a:hover {
	color: #fff; 
	text-decoration: none;
	background-color:transparent;
}	

.blogname h2 {
	margin:0px 0 0 32px;
	font-size:16px;
	font-weight:normal;
	color:#fff;
}
	
/* ------------ Menu Navigation ------------ */

#nav {
    width:996px;
    height:34px;
    background: url(images/menu.png) repeat-x;
 /* 	margin:0 auto; padding:0;      overflow: auto; */
margin-top: -34px;
}

#menu {
	float:left;
	width: 780px;
	height:34px;		margin-left: 70px;		margin-top: -34px;	
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	color: #333;
}

#menu ul li a:hover, #menu ul li a.active {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #ccc;
}

#search_box {
	float: right;
	width:200px;
	height:34px;		margin-top: -34px;
	
}

#search_box #searchform {
	margin: 0 0;
	padding: 0 0;
	height:34px;
}

#search_box #searchform .search_button {
	margin: 0 0 0 5px;
	padding: 0 0;
	border:0;
	width:28px;
	height:30px;
	background: url(images/search.png) no-repeat;
	cursor:pointer;
}

#search_box #searchform #s {
margin-top: 6px;
padding: 0;
vertical-align:top;
}	

/* ------------ Top Boxes ------------ */

#box_container {
	width:1000px;
	margin:0 auto 0 auto;
	
}

#box_left {
	float:left;
	width:331px;
	height:140px;
	margin:0 auto 0 auto;
	background: url(images/box_left.png);
	border-left:2px solid #000;
	border-right: 2px solid #c1c1c1;
	border-bottom: 2px solid #c1c1c1;
}

#box_left a {
	color: #fff;
	font-size:10px;
}

#box_left a:hover {
	color: #fff;
	text-decoration: underline;
}

#box_left .top_container_left {
	float:right;
	text-align:center;
	margin-top:15px;
	width: 260px;
}

#box_left .top_container_left .top_left {
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

#box_left .main_text_left {
	clear:both;
	width:300px;
	margin: 0 auto;
	padding-top:15px;
	text-align:left;
	color:#fff;
	font-size:12px;
}

#box_mid {
	float:left;
	width:330px;
	height:140px;
	margin:0 auto 0 auto;
	background: url(images/box_mid.png);
	border-bottom: 2px solid #c1c1c1;
}

#box_mid a {
	color: #fff;
	font-size:10px;
}

#box_mid a:hover {
	color: #fff;
	text-decoration: underline;
}

#box_mid .top_container_mid {
	float:right;
	text-align:center;
	margin-top:15px;
	width: 259px;
}

#box_mid .top_container_mid .top_mid {
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

#box_mid .main_text_mid {
	clear:both;
	width:300px;
	margin: 0 auto 0 auto;
	padding-top:3px;
	text-align:left;
	color:#fff;
	font-size:12px;
}

#box_mid .news_form {
	clear:both;
	width:270px;
	margin: 3px 0px 0px 45px;
}

#box_mid .news_form .main_form {
	margin: 0 0;
	padding: 0 0;
}

#box_mid .news_form .input_boxes {
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left:1px;
	width:150px;
	height: 15px;
	font-size: 12px;
	border: 1px solid #555;
}

#box_mid .news_form .submit_box {
	font-size:12px;
	margin: 0 0;
}

#box_mid .news_form .form_text {
	margin-right:5px;
	color:#fff;
	font-size:11px;
}

#box_mid .news_form .form_text_two {
	margin-right:4px;
	color:#fff;
	font-size:11px;
}

#box_right {
	float:left;
	width:327px;
	height:140px;
	margin:0 auto 0 auto;
	background: url(images/box_right.png);
	border-left:2px solid #c1c1c1;
	border-right: 2px solid #000;
	border-bottom: 2px solid #c1c1c1;
}

#box_right .top_container_right {
	float:right;
	text-align:center;
	margin-top:15px;
	width: 260px;
}

#box_right .top_container_right .top_right {
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

#box_right .main_text_right {
	clear:both;
	width:250px;
	margin: 0 auto 0 auto;
	padding-top:15px;
	text-align:left;
	color:#fff;
	font-size:9px;
	float:right;
}

#box_right .rss_buttons {
	clear:both;
	float:right;
	width:300px;
}

/* ------------ Wrappers ------------ */

#wrapper {
	clear: both;
    margin: 0 auto 0 auto;
    padding-top:10px;
    width: 996px;
    background:#fff;
    text-align: left;
    overflow:hidden;
    border-left:2px solid #000;
    border-right:2px solid #000;
    border-bottom:2px solid #000;
}

/* ------------ Content ------------ */

#content {
	float: left;
	width: 600px;
}

.post {
	margin: 0 0;
	padding:20px 25px 0px 10px;
	height: 100%;
	text-align: justify;
	color:#333;
}

.post h2 {
	font-family: Arial, Georgia, Sans-serif;
    font-size: 20px;
    text-transform:none;
    padding: 0 0;
    margin: 0 0;
}

.post h2 a, .post h2 a:link, .post h2 a:visited, .post h2 a:hover  {
	color:#d70014;
	background-color: transparent;
	font-size:20px;
}

.post .top_post_container {
	float:left;
	margin-top:4px;
	margin-left:10px;
	width:490px;
}

.post .top_post_container a {
	font-size:10px;
}

.post .top_post_container img {
	padding: 0px 4px 0px 4px;
}

.post .date {
	float:left;
    width:56px;
    height:56px;
    text-align: center;
    background: url(images/date.png) no-repeat;
}

.span_month {
	margin: 2px 0 0 0;
	color:#dcdcdc;
	line-height:18px;
	padding-right:1px;
	font-size: 14px;
	font-weight: bold;
}

.span_date {
	margin: 0 0;
	line-height:38px;
	font-size: 28px;
	font-weight: bold;
}

.post .postmetadata {
	padding: 2px 15px 0px 15px;
	font: normal 11px Arial, Georgia, Sans-serif;
	text-align: right;
	height:34px;
}

.p_comments {
	height:25px;
	width:80px;
	line-height:26px;
	text-align:center;
	float:right;
	padding:0 5px 0 5px;
}

.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 {
	margin: 0 0;
	padding: 0 0;
}
	
.cover{
	clear:both;
	margin: 0 0;
	padding: 0 0;
}

.cover p {
	margin: 0 0;
	padding: 15px 0 0 0;
}

/* ------------ The Adbox ------------ */

#adbox {
	width:350px;
	float:right;
	background:#efefef;
	margin: 10px 15px 0 0px;

	}
	
/* ------------ The Mini Sidebars------------ */

#sidebar {
	width:170px;
	float:right;
	font-size:10px;
	color:#999;
	font-family: Arial, Georgia, Sans-serif;
	margin-right:12px;
	background:#fff;
	clear:right;
}

#sidebar-mini {
	width:170px;
	float:right;
	font-size:10px;
	color:#999;
	font-family: Arial, Georgia, Sans-serif;
	margin-right:12px;
	background:#fff;
	
}

#sidebar table {
	width:100%;
	text-align:center;
	background-color:#464646;
}

.sidebar_content {
	float:left;
     margin-top: 5px;
	width:170px;

}

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

.sidebar_content li h2{
	width: 170px;
	padding-top: 2px;
    padding-bottom: 2px;
	margin-bottom:4px;
	text-align:center;
	color:#fff;
	background: #333366;
	font-size: 14px;
    display: block;
    text-transform:uppercase;
    border-top:2px solid #d70014;
}

.sidebar_content ul li{
    font-size:13px;
    background:#efefef;
    margin-bottom:10px;
   
}

.sidebar_content ul li a {
    color:#1b5bba;
    padding-left:0px;
    padding-bottom:0px;
    font-size:10px;
    font-weight:bold;
}

.sidebar_content ul li a:hover {
	color:#000;
	margin-left:-2px;
	font-weight:bold;
}

.sidebar_content ul ul li {
    text-decoration:none;

    padding-left:3px;
    padding-bottom:0px; 
}

.sidebar_content ul ul ul li {
	padding-top:2px;
	padding-bottom:0px;
}


.sidebar_content ul ul {
    text-decoration:none;
}

/* .sidebar_ads_container {
	float:right;
	width: 140px;
     margin-top:10px;
}

.sidebar_ads {
	margin: 0 auto 0 auto;
	width: 125px;
	display:block;
}

.sidebar_ads_title {
	width: 140px;
	padding-top: 5px;
    padding-bottom: 5px;
	text-align:center;
	color:#000;
	background: #eee;
	font-size: 16px;
	font-weight:bold;
    display: block;
}		*/

/* ------------ The Sidebar-Right (Main Sidebar) ------------ */

#sidebar-right {
	width:350px;
	float:right;
	font-size:10px;
	color:#000;
	font-family: Arial, Georgia, Sans-serif;
	margin-right: 15px;
}

#sidebar-right table {
	width:100%;
	text-align:center;
	background-color:#e5e5e5;
}

.top_ad_container {
	width:320px;
}

/* .adbox {
	clear:both;
	text-align:center;
	margin: 10px 10px 10px 10px;
	width: 300px;
	height: 250px;
	display:block;
} 

.adtitle {
	width: 320px;
	padding-top: 5px;
    padding-bottom: 5px;
	text-align:center;
	color:#000;
	background: #eee;
	font-size: 16px;
	font-weight:bold;
    display: block;
} */

.sidebar-right_content {
	float:left;
     margin-top: 10px;
	width:350px;
}

.sidebar-right_content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar-right_content li h2{
	width: 350px;
	padding-top: 2px;
    padding-bottom: 2px;
	margin-bottom:4px;
	text-align:center;
	color:#fff;
	background: #333366;
	font-size: 14px;
    display: block;
    text-transform:uppercase;
    border-top:2px solid #d70014;
}

.sidebar-right_content ul li{
    font-size:13px;
    background:#e5e5e5;
    margin-bottom:10px;

}

.sidebar-right_content ul li a {
    color:#1b5bba;
    padding-left:0px;
    padding-bottom:0px;
    font-size:12px;
}

.sidebar-right_content ul li a:hover {
	color:#000;
	margin-left:-2px;
	text-decoration:none;
}

.sidebar-right_content ul ul li {
    text-decoration:none;

    padding-left:3px;
    padding-bottom:0px;
}

.sidebar-right_content ul ul ul li {
	padding-top:2px;
	padding-bottom:0px;
}


.sidebar-right_content ul ul {
    text-decoration:none;
}

/* .sidebar_ads_container {
	float:right;
	width: 140px;
     margin-top:10px;
}

.sidebar_ads {
	margin: 0 auto 0 auto;
	width: 125px;
	display:block;
}

.sidebar_ads_title {
	width: 140px;
	padding-top: 5px;
    padding-bottom: 5px;
	text-align:center;
	color:#000;
	background: #eee;
	font-size: 16px;
	font-weight:bold;
    display: block;
}		*/

/* ------------ Footer ------------ */

#footer {
	color:#fff;
    clear: both;
   	margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: 34px;
    text-align:center;
    background:url(images/footer.png) no-repeat;
}

#footer p {
	margin: 0;
    padding: 5px 0px 0px 0px;
	font-size: 9px;
	color:#fff;
}

#footer p a {
	color:#fff;
	font-size:9px;
}

#footer p a:hover {
	color:#fff;
	font-size:9px;
}

/* ------------ Post Navigation ------------ */

.navigation {
	height: 20px;
	padding: 5px 15px 10px 15px;
}
	
.navigation a {
	font-weight:bold;
	
}
	
.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 10px 0px 10px;
	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: decimal;
}

/* ------------ 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;
}