body {
	background:#999;
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:12px;
	color:#ffffff;
	height:100%;
}

h2, h3, tbody {
	margin:0px;
	padding:0px;
}

a, img {
	border:0px;
	text-decoration:none;
	margin:0px;
	padding:0px;
	outline:0;
}

p {
	margin:0px;
	padding:10px 0px;
}

.maintable {
	width:1040px;
	margin:0px auto;
	padding:0px;
}
.maintable td#left {
	background:url(images/pitch_shadow_left.gif) repeat-y;
	width:20px;
}
.maintable td#right {
	background:url(images/pitch_shadow_right.gif) repeat-y;
	width:20px;
}
.maintable td#center {
	width:900px;
	background:url(images/pitch_bkg_2.jpg) repeat-y center top;
	/*background-attachment:fixed;*/
	padding:20px 50px;
}

.header {
	width:860px;
	height:160px;
	background:url(images/header_bkg.png) no-repeat;
	padding:15px 20px 0px 20px;
}
.header_logo, .header_menu {
	width:50%;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
}
.header_menu img {
	margin:0px 10px 0px 25px;	
	vertical-align:middle;
}
.header_menu a {
	color:#fff;
}
.header_menu a:hover {
	color:#fff;
	text-decoration:underline;
}
.search_rss {
	margin-top:35px;
}
.search_rss img {
	margin:0px 0px 0px 5px;
}
.search_form {
	margin-top:10px;	
}
.search_form #s {
	width:268px;
	height:18px;
	font-weight:bold;
}
.search_form #s_button {
	vertical-align:bottom;
	
}

.main {
	width:900px;
	margin:0px;
}

.page {
	width:600px;
	float:left;
	margin-right:20px;
}
.page_top {
	height:20px;
	background:url(images/page_bkg_top.png) no-repeat;
	line-height:0px;
}
.page_main {
	margin:0px;
	padding:0px 20px;
	background:url(images/page_bkg_main.png) repeat-y;
	height:100%;
}
.page_bottom {
	height:20px;
	background:url(images/page_bkg_bottom.png) no-repeat;
	line-height:0px;
}
/*
.page h2 {
	font-weight:bold;
	font-size:20px;
	width:100%;
	border-bottom:1px solid #fff;
	margin-bottom:5px;
}
*/
.page a, .sidebar_recentposts a {
	/*color:red;*/
	color:#2580f0;
	text-decoration:none;
}
.page a:hover, .sidebar_recentposts a:hover {
	text-decoration:underline;
}
	

.sidebar {
	width:260px;
	margin-left:20px;
	float:left;
}
.sidebar_top {
	height:20px;
	background:url(images/sidebar_bkg_top.png) no-repeat;
}
.sidebar_main {
	background:url(images/sidebar_bkg_main.png) repeat-y;
	height:100%;
	padding:0px 20px;
}
.sidebar_bottom {
	height:20px;
	background:url(images/sidebar_bkg_bottom.png) no-repeat;
}
.sidebar h3, .footer_menu h3 {
	font-weight:bold;
	font-size:13px;
	width:100%;
	border-bottom:1px solid #fff;
	margin-bottom:5px;
	text-transform:uppercase;
}
.sidebar_categories div {
	/*line-height:250%;*/
	margin-bottom:15px;	
}
.sidebar_categories a {
	color:#fff;
	font-weight:bold;
}
.sidebar_categories a:hover {
	text-decoration:underline;
}
.sidebar_categories img {
	vertical-align:middle;
	margin-right:10px;
}
.sidebar_recentposts {
	margin-top:10px;
}
.sidebar_recentposts select {
	width:220px;
}

.footer {
	width:900px;
	float:left;
	margin:20px 0px;
}
.footer_top {
	height:20px;
	background:url(images/footer_bkg_top.png) no-repeat;
	line-height:0px;
}
.footer_main {
	background:url(images/footer_bkg_main.png) repeat-y;
	height:100%;
	padding:0px 20px;
}
.footer_bottom {
	height:20px;
	background:url(images/footer_bkg_bottom.png) no-repeat;
	line-height:0px;
}
.footer_menu {
	width:220px;
	margin-right:100px;
}
.last {
	margin-right:0px;
}
.footer a {
	/*color:#fff;*/
	color:#2580f0;
}
.footer a:hover {
	text-decoration:underline;
}
.footer_footer {
	width:860px;
	margin:15px 0px 0px 0px;
	border-top:1px solid #fff;
	float:left;
	font-size:10px;
	padding:5px 0px 0px 0px;
}
.footer_footer_left {
	float:left;
	width:50%;
}
.footer_footer_left img {
	vertical-align:top;
}
.footer_footer_right {
	float:right;
	width:50%;
}

/* Post Styles */
.post {
	padding-bottom:0px;
}
.post p {
	line-height:180%;
}
.post_date {
	float:left;
	width:50%;
	margin-bottom:5px;
	font-weight:bold;
}
.alignleft {
	float:left;
}
.alignright, .alignright img, .alignright p {
	float:right;
}
.alignright p {
	text-align:right;
}
.wp-caption {
	margin-top:4px;
	font-size:10px;
}
.entry {
	margin-top:0px;
}
div.post div.title {
	width:100%;
	border-bottom:1px solid #fff;
	margin-bottom:5px;
	float:left;
}
div.post div.title h2 {
	font-weight:bold;
	font-size:20px;
	width:50%;
	float:left;
}
div.post div.title h2 a {
	color:#ffffff;
	text-decoration:none;
}
div.post div.title div.author {
	width:50%;
	float:right;
	text-align:right;
	padding-top:10px;
	font-size:10px;
}
div.post div.title div.author a {
	text-decoration:none;
}
div.post div.title div.author a:hover {
	text-decoration:underline;
}
div.post_info {
	font-size:10px;
}
div.post_info div.num_of_comments {
	background:url(images/comments_bubble.png) no-repeat;
	width:100px;
	height:30px;
	padding:5px 0px 0px 8px;
	float:left;	
	font-weight:bold;
	font-size:9px;
}
div.post_info div.num_of_comments a {
	color:#ffffff;
	text-decoration:none;
}
div.post_info div.tags {
	text-align:right;
	float:right;
}	

/* Comments Styles */
/*
h2#comments, h2#postcomment {
	margin-top:10px;
	font-size:13px;
}
*/

div.comments_container {
	margin-top:40px;
}
div.comment-icon {
	float:left;
	width:16px;
	padding-right:5px;
}
.comment-icon img {
	vertical-align:bottom;
	padding-top:10px;
}
div.comment {
	float:left;
	width:535px;
}
div.comment_details {
	color:#999;
	font-style:italic;
	font-size:10px;
	margin-bottom:10px;
}
#commentform input {
	font-weight:bold;
}

/* Contact Form Styles */
div.wpcf7 {
	padding-bottom:150px;
}
table.contact-form {
	margin-top:10px;
	margin-bottom:10px;
}
table.contact-form tr td {
	padding-bottom:10px;
}
table.contact-form tr td span.required {
	color:red;
}
table.contact-form tr td span.wpcf7-not-valid-tip-no-ajax {
	padding-left:5px;
	color:red;
}
table.contact-form tr td input.textinput {
	width:250px;
	height:18px;
	font-weight:bold;
}
table.contact-form tr td input.text-areainput {
	width:250px;
	height:50px;
	font-weight:bold;
}
table.contact-form tr td input.antispam {
	height:24px;
	width:100px;
	font-size:18px;
	font-weight:bold;
}
table.contact-form tr td input.send_button {
	color:white;
}


table.temp_table { 
	border-collapse:collapse; 
	border-top: 1px solid #fff; 
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
table.temp_table td { 
	padding:2px; 
	border-bottom: 1px solid #fff;
}

div.digg_this {
	clear:both;
	float:right;
}

div#recaptcha_area {
    margin-bottom:20px;
}

/* Deko Boko Form */

form#dekoboko_form fieldset {
    border:none;
}

form#dekoboko_form fieldset ol {
    list-style: none;
}
form#dekoboko_form fieldset ol li {
    margin:10px 0px;
}
form#dekoboko_form fieldset ol li label {
    width:120px;
    float:left;
}

div.dekoboko_errors {
    color:red;
}
div.dekoboko_errors ul {
    list-style-position:inside;
}