/*
Theme Name: PWBlog
Theme URI: http://wordpress.org/
Description: PWBlog Theme.
Version: 1.0
Author: Playworks
Author URI: http://playworksonline.com/
Tags: Playworks
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Geneva, sans-serif;
	background-color: #333333;
	color: #fff;
	text-align: center;
	}

#page {
	background-color: #333333;
	border:0;
	text-align: left;
	}

#header {
	background: transparent url('images/topbg.jpg') no-repeat top left;
	border:0;
	}

#headerimg 	{
	margin: 0;
	height: 150px;
	width: 1000px;
	}
	
#headerimg a#logo{
	display:block;
	width:592px;
	height:150px;
}

#header div#topad{
	margin-top:13px;
    height:90px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
}

#content {
	padding-top:10px;
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

/*
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
*/

.widecolumn {
	line-height: 1.6em;
	}
/*
.narrowcolumn .postmetadata {
	text-align: center;
	}
*/

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
small a {
	color:#333;	
}

div.postcat {
	width:auto;
	padding:5px 10px;
	background-color:#ffdfc0;
	font-size:11px;
	font-weight:normal;
	color:#ff6006;
}

div.postcat a {
	color:#ff6006;
	font-weight:bold;
	text-decoration:none;
}


div.postcat a:hover {
	text-decoration:underline;
}

div.postcat div.timedate {
	float:right;
	color:#666;
	font-weight:bold;
}

h1, h2, h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color:#fff;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 16px;
	}

h2.pagetitle {
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	}

#sidebar, #sidebar2, #sidebar3 {
	font-size:11px;	
}

#sidebar h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

#sidebar {
	font: 1em Verdana, Geneva, sans-serif;
	}

/*small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}*/

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Geneva, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	background-color: #333333;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	clear:both;
	/*border: 1px solid #959596;*/
	}

#header {
	margin: 0;
	padding: 0;
	height: 300px;
	width: 1000px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 640px;
	}

.widecolumn {
	float: left;
	padding: 0 0 0 0;
	margin: 0px 0 0;
	width: 640px;
	}

/* Featured Box */

div#featuredbox {
	margin:0 0 10px 0;
	padding:0;
	height:auto;
	/*text-align: justify;*/
	background-color:#fff;
	border:5px solid #000;
	color:#333;
	}

div#featuredhdr {
	background:#ff842f url('images/rtcorner.gif') no-repeat top right;
	color:#fff;
	padding:0 0 0 10px;
	margin:0;
	height:36px;
	line-height:36px;
}

div#featuredhdr img {
	float:left;
	height:33px;
}

div#featuredhdr div {
	float:left;
	margin-left:5px;
	height:36px;
	color:#fff;
	font:normal bold 15px/36px Verdana, Geneva, sans-serif;
}

div#featureditems{
	padding:10px;	
}

div.featuredpostitem_header {
	margin:2px 0 2px 0;
	padding:0;
	height:48px
}

div.featuredpostitem_header a {
	color:#cd6218;
	font-size:14px;
	font-weight:bold;
}

div.featuredpostitem {
	float:left;
	width:176px;
	padding:10px;
	background-color:#f2f2f2;
}
div.sepa {
	width:10px;
	margin-top:10px;
	float:left;
}

/* Normal Posts */

.post {
	margin:0 0 10px 0;
	padding:0;
	height:auto;
	/*text-align: justify;*/
	background-color:#fff;
	border:5px solid #000;
	color:#333;
	}

.post h2 {
	background:#666 url('images/rtcorner.gif') no-repeat top right;
	color:#fff;
	padding:0 10px 0 10px;
	margin:0;
	height:36px;
	width:610px;
	font: normal bold 16px/36px Verdana, Geneva, sans-serif;
}

.post h2 a {
	text-decoration:none;
	color:#fff;
	font: normal bold 16px/36px Verdana, Geneva, sans-serif;
}

.post h2 a:hover {
	text-decoration:underline;
}

.post small {
	padding:0 0 0 10px;
}

.post hr {
	display: block;
	}

/* POST CONTENT */
.post .entry {
	font-size:11px;
	padding: 0 10px 0 10px;	
}

.post .entry p {
	font-size:11px;	
}

.post .entry a {
	color:#ff6006;
	text-decoration:none;
}

.post .entry a:hover {
	color:#ff6006;
	text-decoration:underline;
}

.entry p a:visited {
	color:#ff6006;
	}

/* POST FOOTER */

.post .postmetadata {
 	text-align:center;
	border-top:1px solid #000;
	padding:0 0 3px 0;
	margin:0;
}

.post .postmetadata a {
	color:#333;	
}

	

.commentspopbox{
	float:right;
	width:30%;
	margin:10px 10px 0 0;
}

.commentslink {
	float:right;	
}

.commentslink a { 
	color:#747474;
	margin-right:10px;
	font-size:11px;
}

.commentspopbox .commentspop {
	display: none;
	float:right;
	background:transparent url('images/commentscountbg.gif') no-repeat top center;
	width:33px;
	height:24px;
	text-align:center;
	vertical-align:middle;
	line-height:18px;
	color:#FFF;
}

.commentspopbox .commentspop a {
	color:#FFF;
	font-size:11px;
}

.websharepop {
	float:left;	
	margin:10px 0 0 10px;
	color:#333;
	font-size:11px;
}

.websharepop a {
	color:#333;
	font-size:11px;
}

.websharepop ul.addtoany_list {
	padding:0;
	margin:0;
}

.websharepop ul.addtoany_list a {
	color:#333;
}

/* comments area */

div#respond {
	border:5px solid #000;
	background-color:#fff;
	margin:5px 0 0 0;
	color:#333;
}

div#respond h3 {
	background:#666 url('images/rtcorner.gif') no-repeat top right;
	color:#fff;
	padding:0 10px 0 10px;
	margin:0;
	height:36px;
	line-height:36px;
	width:610px;
}

div#respond a {
	color:#666;	
	text-decoration:underline;
}

div#respond div#respondbox {
	margin:10px;	
}



.widecolumn .post {
	margin: 0;
	padding: 0;
	}

/*
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
*/
.widecolumn .postmetadata {
	margin: 0 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 204px;
	background:transparent url('images/footerbg.jpg') no-repeat top center;
	clear: both;
	display:block;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footerbar {
	width:100%;
	background:transparent url('images/footerbartile.gif') repeat-x top center;
	height:40px;
	text-align:center;
	font:normal normal 11px Verdana, Geneva, sans-serif;
	color:#333;
	vertical-align:middle;
	line-height:40px;
}

#footerbar a {
	color:#333;
	text-decoration:underline;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding:0;
	margin:0;
	}
	
/* SIDE BAR */

#sidebarzone {
	margin-left:10px;
	width:330px;
}

#sidebar h2 , #sidebar2 h2 , #sidebar3 h2 {
	font-weight:bold;
	font-size:16px;
}

#sidebar3 h2.widgettitle a {
	color:#fff;
	text-decoration:none;
}
#sidebar2 {
	float:left;
	width:160px;
	color:#000;
}

#sidebar3{
	margin-left:10px;
	float:left;
	width:160px;
	color:#000;
}

/* for text widget boxes */

#sidebar2 ul, #sidebar3 ul {
	padding:0px;
	margin:0px;
}

li.widget { display: block; }

#sidebar2 ul li.widget_text, #sidebar3 ul li.widget_text {
	border:5px solid #000;	
}
/* for text widget poll boxes */
#sidebar2 ul li.widget_polls-widget, #sidebar3 ul li.widget_polls-widget {
	border:5px solid #000;
}
/* for widget rss boxes */
#sidebar3 ul li.widget_rss {
	border:5px solid #000;
}
#sidebar3 ul li.widget_rss ul {
	padding:5px;	
}
#sidebar3 ul li.widget_rss ul li a {
	color:#333;
	text-decoration:underline;
}
#sidebar3 ul li.widget_rss ul li {
	padding-top:5px;
	padding-bottom:5px;
}

#sidebar2 div.textwidget, #sidebar3 div.textwidget {
	padding:5px;
}

#sidebar2 div.textwidget ul, #sidebar3 div.textwidget ul {
	padding:0;
	margin:0;
}

#sidebar2 div.textwidget ul li, #sidebar3 div.textwidget ul li{
	height:16px;
	line-height:16px;
}

#sidebar2 ul li.widget, #sidebar3 ul li.widget , #sidebar2 ul li.widget_text, #sidebar3 ul li.widget_text {
	padding:0;
	margin:0 0 10px 0;
	background-color:#fff;
}

#sidebar2 h2.widgettitle, #sidebar3 h2.widgettitle {
	padding:5px;
	margin:0;
	color:#FFF;
	background:#ff842f url('images/rtcorner.gif') no-repeat top right;
}	

/* header2 poll start */
#sidebar2 ul li.widget_polls-widget {
	padding-bottom:10px;	
}
#sidebar2 ul li.widget_polls-widget div {
	padding:5px;
	width:130px;
}

#sidebar2 a {
	color:#333;
	text-decoration:underline;
}
#sidebar2 ul li ul li a {
	padding:5px;
	margin:5px;
}
/* header2 poll end */

#sidebar2 ul li a, #sidebar3 ul li a {
	color:#333;
	text-decoration:underline;
}

#sidebar3 ul li ul, #sidebar2 ul li ul{
	padding:0;
	margin:0;
}

#sidebar3 ul li ul li, #sidebar2 ul li ul li{
	padding:0;
	margin:0;
	list-style-type: none;
	list-style-image: none;
}

/* SIDEBAR 1 */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li, #sidebar1 ul li , #sidebar2 ul li , #sidebar3 ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin:0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin:0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin:0px;
	}

ol li, #sidebar ul ol li {
	list-style: none outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px;
	padding: 0px;
	}
/* End Entry Lists */



/* Begin Form Elements */
form#searchform {
	padding-top:8px;
	padding-bottom:8px;	
	background:url('images/searchbg.jpg') no-repeat center left;
	width:330px;
	height:33px;
}

#sidebar #searchform #s {
	margin-left:80px;
	width: 208px;
	height:16px;
	background:transparent;
	border:0;
	margin-top:4px;
	padding:4px;
	}

#sidebar #searchsubmit {
	width:26px;
	height:26px;
	background:transparent;
	cursor:pointer;
	padding:0;
	margin:0;
	border:0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}


div#comments {
	margin:5px 15px 5px 15px;	
}
ol.commentlist {
	margin:0px 15px 0 15px;	
	padding:0;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Geneva, sans-serif;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right:10px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-color:#f2f2f2;
	font-weight: bold;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}

.commentlist li.comment {
	color:#333;	
}
.commentlist li.comment a {
	color:#333;	
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-family: Verdana, Geneva, sans-serif;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	width: 340px;
	margin-left:10px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	height:16px;
	}
.navigation a {
	font:bold normal 14px/16px Verdana, Geneva, sans-serif;
	color:#fff;
}
.navigation a:hover {
	color:#ff7100;
}	

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* additional css */
#tabs_container {
	width: 320px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border:5px solid #000;
	background-color:#ff842f;
	height:auto;
}

#tabs_container ul.tabs {
	list-style: none;
	height: 34px;
	background:url('images/tab3bg.jpg') no-repeat top right;
	margin: 0;
	padding: 0;
}
#tabs_container ul.tabs li {
	float: left;
	margin:0;
	padding:0;
}

#tabs_container ul.tabs li a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: transparent;
	color:#fe842f;
}

#tabs_container ul.tabs li a#tab1 {
	display: block;
	margin-top:-2px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	height:34px;
	width:97px;
	text-align:center;
	background:transparent url('images/tab1bg_active.gif') no-repeat top left;
	color:#fe842f;
	font:normal bold 14px/34px Verdana, Geneva, sans-serif;
}

#tabs_container ul.tabs li a#tab2 {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	height:34px;
	width:123px;
	text-align:center;
	background:transparent url('images/tab2bg_active.gif') no-repeat top left;
	color:#454545;
	font:normal bold 14px/34px Verdana, Geneva, sans-serif;
}

#tabs_container ul.tabs li.active a#tab1 {
	background:transparent url('images/tab1bg.gif') no-repeat top left;
}

#tabs_container ul.tabs li.active a#tab2 {
	background:transparent url('images/tab2bg.gif') no-repeat top left;
}

/**
#tabs_container ul.tabs li.active a {
	background-color: #fff;
}
**/

div.tab_contents_container {
	border-top: none;
	padding: 0px;
}
div.tab_contents {
	display: none;
	background-color:#fff;
	color:#000;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
}

div#tab_1_contents ul.tabsmenuitems, div#tab_2_contents ul.tabsmenuitems {
	padding: 0px;
	margin: 0px;
}

div#tab_1_contents ul.tabsmenuitems li {
	list-style:disc inside;	
	padding-left:3px;
	margin-left:0px;
	clear:left;
	font-size:11px;
}

div#tab_1_contents ul.tabsmenuitems li a, div#tab_2_contents ul.tabsmenuitems li a {
	color:#000;	
}

div#tab_1_contents h2, div#tab_2_contents h2 {
	padding:0;
	margin:3px 0;
}


div#tab_1_contents h2 a {
	color:#000;
	font-size:11px;
}

div.tab_contents li.categories a, div.tab_contents li.pagenav a {
  color:#000;	
}

div.tab_contents2 {
	display: none;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
	color:#000;
	height:auto;
}
div.tab_contents_active {
	display: block;
}
div.clear {
	clear: both;
}
div.cr {
	clear: both;
}

/* Site Menu CSS */
div#sitemenu {
	margin: 0 auto;
	width:990px;
}
div#sitemenu a {
	float:left;
	height:34px;
	display:block;
}
div#sitemenu a#m1 {
	margin-left:100px;
	background:url('images/menu_01.jpg') no-repeat top left;
	width:83px;
}
div#sitemenu a#m1_hl, div#sitemenu a#m1:hover {
	margin-left:100px;
	background:url('images/menu_hl_01.jpg') no-repeat top left;
	width:83px;
}
div#sitemenu a#m2 {
	background:url('images/menu_02.jpg') no-repeat top left;
	width:94px;
}
div#sitemenu a#m2_hl, div#sitemenu a#m2:hover {
	background:url('images/menu_hl_02.jpg') no-repeat top left;
	width:94px;
}
div#sitemenu a#m3 {
	background:url('images/menu_03.jpg') no-repeat top left;
	width:127px;
}
div#sitemenu a#m3_hl, div#sitemenu a#m3:hover {
	background:url('images/menu_hl_03.jpg') no-repeat top left;
	width:127px;
}
div#sitemenu a#m4 {
	background:url('images/menu_04.jpg') no-repeat top left;
	width:132px;
}
div#sitemenu a#m4_hl, div#sitemenu a#m4:hover {
	background:url('images/menu_hl_04.jpg') no-repeat top left;
	width:132px;
}
div#sitemenu a#m5 {
	background:url('images/menu_05.jpg') no-repeat top left;
	width:131px;
}
div#sitemenu a#m5_hl, div#sitemenu a#m5:hover {
	background:url('images/menu_hl_05.jpg') no-repeat top left;
	width:131px;
}
div#sitemenu a#m6 {
	background:url('images/menu_06.jpg') no-repeat top left;
	width:96px;
}
div#sitemenu a#m6_hl, div#sitemenu a#m6:hover {
	background:url('images/menu_hl_06.jpg') no-repeat top left;
	width:96px;
}

div#web20buttons{
	float:left;
	margin-left:36px;
	width:161px;
	height:36px;
	background:url('images/web20buttons.gif') no-repeat top left;
}

div#web20buttons a{
    display:block;
	background:transparent;
	border:0;
	width:35px;
	height:36px;
	margin-right:6px;
	float:left;
}

/* Footer CSS */
div#footer ul li{
	color:#333;	
	padding:0;
	margin:0;
	height:22px;
	line-height:22px;
}

div#footer #recentposts1 {
	margin-top:50px;
	margin-left:100px;
	float:left;
	width:270px;
}

div#footer ul {
	padding:0;
	margin:0px 0px 0px 15px;
}

div#footer #recentposts1 ul li a {
	color:#333;
	text-decoration:none;
	font-size:11px;
}

div#footer #recentposts1 ul li a:hover {
	text-decoration:underline;
}

div#footer #recentposts2 {
	margin-top:50px;
	float:left;
	width:260px;
}

div#footer #recentposts2 ul li a {
	color:#333;
	text-decoration:none;
	font-size:11px;
}

div#footer #recentposts2 ul li a:hover {
	text-decoration:underline;
}

div#footer #friendsbox {
	float:left;
	margin-top:60px;
	width:300px;
	height:100px;
	margin-left:10px;
}

div#footer #friendsbox a {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

/* OPENADS CSS */
div#openad2 {
	padding:10px 0px;
}

/* CONTEST CSS*/
.contest_sub_hdr {
	font:bold normal 14px Verdana, Geneva, sans-serif;
	color:#fd4a00;
}

.post form {
	padding:10px;	
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
}

.post form label { 
	width:125px;
	float:left;
	line-height:18px;
	height:18px;
}
.post form p {
	padding:4px 0;
	margin:2px 0;
	clear:both;
}

.post form input.text {
	line-height:18px;
	height:18px;
	width:180px;
	float:left;
}

.post input.radio {
	line-height:18px;
	height:18px;
}

.post div.contest_sub, div#respond div.postcommentsub {	
	margin:0;
	padding:0px 10px 0px 10px;
	width:610px;
	text-indent:10px;
	height:56px;
	background: url('images/contest_sub_bg.gif') no-repeat bottom center;
	color:#fd4a00;	
	font:normal normal 16px/51px Verdana, Geneva, sans-serif
}

.post div.contest_sub a, div#respond div.postcommentsub a {
	color:#fd4a00;	
	font:bold normal 16px/51px Verdana, Geneva, sans-serif
}

div#respond input#submit {
	float:left;
	margin:5px 0px 5px 0px;
}

.post form a {
	color:#333;
	font-weight:bold;
}

/* jquery validate for contest form */
.post form label.error {
	color:red;	
	font-weight:bold;
	font-size:10px;
	margin-left: 5px;
	float:left;
	width: auto;
	display: inline;
}

.post form input.error {
	border:1px solid red;
}

/* wpcf7 form */

.wpcf7 {
	clear:both;
	padding:5px;
	text-align:left;
}

.wpcf7 form label {
	float:none;
	text-align:left;
}
.wpcf7 p {
	text-align:left;	
}

/* default sidebar tab css */
.pwtabs_container {
	width: 320px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border:5px solid #000;
	background-color:#FFF;
	height:auto;
	margin-bottom:5px;
}

.pwtabs_container h2 {
	background:#ff842f url('images/rtcorner.gif') no-repeat top right;
	font:normal bold 14px/32px Verdana, Geneva, sans-serif;
	width:300px;
	padding:0px 10px 0px 10px;
	margin:0px;
	height:32px;
}

#sidebar .pwtabs_content {
	padding:10px;
	width:300px;
	background:#fff;
	color:#333;
}

#sidebar .pwtabs_content ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left:0px;
	margin-left:5px;
	color:#333;
}

.pwtabs_icon {
	float:left;
	margin-right:10px;
	width:55px;
}

.pwtabs_link {
	float:left;
	width:235px;
}

#sidebar .pwtabs_content a {
	color:#333;
	text-decoration:none;
}

#sidebar .pwtabs_content a:hover {
	text-decoration:underline;
}

.pwtabs_contests_item {
	margin-bottom:10px;
}

/* FOOTER CRUMBS */
#footercrumbs {
	padding:0 0 10px 0;
	text-align:center;
}
