/*  

Theme Name:  SW Poker2
Theme URI: http://www.stephenweb.com
Description: SW Poker2 by <a href="http://www.stephenweb.com">stephenweb.com</a>.
Version: 1.0
Author: stephenweb
Author URI: http://www.stephenweb.com/
Tags: 2 Column, Widget Ready, Left Sidebar, Fixed Width, Green

*/

/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	text-align: left;
	font-weight:normal;
	color:#fff;
	}

.alt {
	
	border:solid 1px #ffffff;
	margin-top:10px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	}

h1 {
	font-size: 24px;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 24px;
	}

h2.pagetitle {
	font-size: 24px;
	}

#sidebar h2, #sidebar2 h2{
	font-family:Arial, Helvetica, Sans-Serif;
	}
	
#sidebar h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:normal;
	padding:15px 0px 0px 62px !important;
	color: #fff;
	font-weight:normal;
	margin:0px 0px 0px 0px !important;
	}
	
#sidebar2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:normal;
	padding:10px 0px 0px 50px !important;
	color: #749f0b;
	font-weight:normal;
	background-image:url(images/icon.gif);
	background-repeat:no-repeat;
	height:34px;
	margin:10px 0px 0px 0px !important;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #ffffff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ffffff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2,#sidebar2 h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.entry{
	padding:0px 0px 0px 10px;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em   arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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;
	}

#commentform p {
	font-family:Arial, Verdana;
	}

.commentmetadata {
	font-weight: normal;
	color:#ffffff;
	}


#sidebar ul ul li, #sidebar ul ol li,#sidebar2 ul ul li, #sidebar2 ul ol li{
	color: #ffffff;
	}
	
.nocomments, blockquote, strike {
	color: #fff;
	}
	
code{
	font: 1.1em  arial, Helvetica, Sans-Serif;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a, #wp-calendar a:visited {
	color: #ffffff;
	text-decoration:underline;
	}
	
#wp-calendar a:hover {
	text-decoration:none;
	}

#wp-calendar caption {
	font: bold 1.1em  arial, Helvetica, Sans-Serif;
	text-align:center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	}

.widecolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.post {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: justify;

	}
.post hr {
	display: block;
	}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	padding-top: 5px;
	}

.widecolumn .postmetadata, .widecolumn .postmetadata1 {
	margin: 0px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle, h2.center{
	padding-top: 10px;
	text-align: center;
	padding-bottom:15px;
}

#sidebar h2 ,#sidebar2 h2{
	margin: 0px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 22px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	
	}
/* End Headers */



/* 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, .alignright2 {
	float:right;
	}

.alignleft, .alignleft2 {
	float: left;
	}
	
.navigation {
	display: block;
	margin-top: 0px;
	padding-bottom: 25px;
	padding-left:10px;
	padding-right:20px;
	}
.navigation2 {
	display: block;
	margin-top: 0px;
	padding-bottom: 25px;
	padding-left:10px;
	padding-right:20px;
	}
		
/* End Images */



/* Begin Lists */

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, #sidebar2 ul ul li:before,  #sidebar ul ul li, #sidebar2 ul ul li {
	list-style-image:url(images/arrow.png);
	list-style-position:outside;
	margin:0px;
	padding:0px 0px 0px 0px;

	}*/
#sidebar ul li:before, #sidebar ul li{
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0px 0px 0px 0px;
	margin:0px;
	
	}
	
#sidebar2 ul ul li{
	padding:0px 0px 0px 0px;
	margin:0px;
	background-image:url(images/arrow_green.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	}
	
div.entry ul{
	margin:0px;
	padding:0px 0px 0px 20px;
}
div.entry ul li{
	background-image:url(images/arrow-blue.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0px 0px 0px 25px;
	margin:0px;
	list-style-type:none;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li, .postmetadata1 ul, .postmetadata1 li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul{
	margin: 0 !important;
	padding: 8px 10px 10px 20px;
	}

#sidebar ul li{
	list-style-type: none;
	list-style-image: none;
	margin-top:0px !important;
	padding:0px 10px 0px 20px;
	
	}
	
#sidebar2 ul{
	padding:0px;
	margin:0px;
	}
	
#sidebar2 ul li{
	padding:0px;
	list-style-type:none;
	background-image:none;
	margin:0px;
	}
	

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select {
	margin: 0px 0 0px;
	}
	
#sidebar ul ul, #sidebar ul ol{
	margin: 0px 0px 0 0px;
	padding:0px 0px 0px 0px;
	}
	
#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 0px 0px 0 0px;
	padding:5px 0px 0px 30px;
	
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li, #sidebar2 ul ol li{
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li{
	margin: 0px 0 0;
	padding: 0px 0px 0px 20px;
	
	}
	
#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 0px 0 0;
	padding: 0px 0px 0px 20px;
	
	}
	
#sidebar ul li ul{
	margin:0px !important;
	}
	
#sidebar ul#recentcomments{
	padding-top:30px ;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 10px 0px 0px 0px; 
	text-align:center;
	}

#sidebar #searchform #s, #sidebar2 #searchform #s  {
	width: 100px !important;
	padding: 2px;
	}

#sidebar #searchsubmit{
	padding: 1px 4px 1px 4px;
	border:0px;

	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#commentform{
	}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:solid 1px #ffffff;
	
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	border:solid 1px #ffffff;
	}

#commentform #submit {
	margin: 0px;
	width:170px;
	border:none;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	padding: 10px;
	font-size:11px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
	
ol.commentlist{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 0px 0px 10px;
	list-style: none;
	}

.commentlist p {
	margin: 5px 5px 10px 0;
	}

#commentform p {
	margin: 0px;
	padding:0px 0px 8px 15px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	
	}
#sidebar2
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;

	}

#sidebar form, #sidebar2 form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 80%;
	color:#ffffff;
	
	}

#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 td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: transparent; }
/* 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: 3px solid #ffffff;
	font-size:11px;
	}
	
blockquote p{
	margin:0px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* "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." */
	
	
div.post h2 a:link,div.post h2 a:visited, div.post h3 a:link,div.post h3 a:visited {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	padding:0px 10px 5px 0px;
	line-height:25px;
	}

div.post h3 a:hover, div.post h2 a:hover{
	color: #fe8b18;
	}
  
#comments, #respond{
	padding:0px 0px 8px 15px;
	 }
 
h3#respond, h3#comments{
	font-size:18px;
	font-weight:lighter;
	}

.but{
	vertical-align:top;
	padding-top:0px;
	padding-left:4px;
	}
	
input#s.input01{
	width:100px!important;
	font-size:11px;
	border:1px solid #aeb6bd;
	}
	
	
#today, #today a:link, #today a:visited {
	color:#202020;
	}
	
	
#top_bar .textwidget{
	text-align:left;
	padding-top:5px;
	padding-left:30px;
	color:#939393;
	font-size:12px;
	}
	
.widget{
	padding-bottom:5px;
	}
	
	
/*=========style index.html========*/
html, body{ height:100%; min-height:100%;}
* html #frame{height:100%;}/* ie6 and under*/
body {
	background-color:#477303;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#fff;
	}
	
a, a:visited{color:#CCCCCC; text-decoration:none;}

a:hover{text-decoration:underline}
	
#container {
	width:100%;
	background-image:url(images/bg_container.gif);
	background-repeat:repeat-x;
	}
	
#bottom_container {
	width:100%;
	background-image:url(images/bottom_container.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#frame{width:768px; margin-left:auto; margin-right:auto}

/* top */
#top{height:69px;}
#logo{background-image:url(images/logo.gif); background-repeat:no-repeat; width:420px; height:57px; float:left; padding:12px 0px 0px 60px}
#txt_logo a{font-size:26px; color:#fff; padding-bottom:5px;}
.desc{padding:5px 0px 0px 0px;}
#top_search{ float:right; padding:27px 10px 0px 0px;}
#top_search form#searchform{margin:0px !important; padding:0px !important;}
span.bg_input{
	background-image:url(images/bg_input.gif);
	background-repeat:no-repeat;
	width:179px;
	border:0px;
	overflow:hidden;
	padding:5px 2px 5px 2px;
	margin:0px;
	vertical-align:middle;
	}
#top_search .inputbox{background:transparent; border:0px; width:163px; padding:0px 8px 0px 8px; margin:0px; vertical-align:baseline; }
#top_search .button_search{background-image:url(images/icon_search.gif); background-repeat:no-repeat; border:0px; width:23px; height:26px; vertical-align:top;}
/* header */
#header{background-image:url(images/header.jpg); background-repeat:no-repeat; height:238px;}
#header_left{float:left; width:330px;}
#top_bar{float:left}

/* main */
#main{width:900px; padding-bottom:20px; float:left;}
#main_left{width:220px; float:left; padding-top:10px;}
#main_right{width:620px; float:left;}
#top_nav{
	height:43px;
	padding:0px 0px 0px 15px;
	}
	
#top_nav ul{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
#top_nav ul li a, #top_nav ul li a:visited{
	color:#939393;
	}
	
#top_nav ul li a:hover{
	color:#749f0b;
	}

.tabmenu{
	font-size:14px;
	line-height:normal;
	margin-bottom:0px;
	}

* html .tabmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom:-10px;
	}
.tabmenu ul li ul{float:left !important; margin:0px !important; padding:0px 6px 0px 0px;}

.tabmenu ul li ul li{padding-right:0px !important; margin:0px 0px 0px 0px !important;}

.tabmenu ul{
	list-style-type: none;
	padding:0;
	}

.tabmenu li{
	margin:0px !important;
	padding:0;
	list-style-type: none;
	}

.tabmenu li.page_item {
	float:left;
	background:url(images/top_nav_l.gif) no-repeat left top;
	margin:0px 0px 0px 0px !important;
	padding:0px 6px 0px 17px;
	text-decoration:none;
	}
	
.tabmenu li#home a{
	color:#749f0b !important;
	}

.tabmenu li.page_item a {
	float:left;
	display:block;
	background:url(images/top_nav_r.gif) no-repeat right top;
	padding:10px 27px 20px 10px;
	font-weight:normal;
	color:#939393;
	text-decoration:none;
	}

#main_content{
	padding:26px 0px 0px 15px;
	}

/* footer */
#footer{width:768px; clear:both; height:59px;}
#foot{text-align:center; color:#749f0b; padding:10px 0px 0px 0px;}
#foot a, #foot a:visited{color:#749f0b; text-decoration:underline;}

	
/*tbh*/
.title_box{
	float:left;
	width:620px;
	}

.c_t{
	background-image:url(images/c_t.png);
	background-repeat:no-repeat;
	width:533px;
	height:11px;
	float:left;
	}
	
.c_b{
	background-image:url(images/c_b.png);
	background-repeat:no-repeat;
	width:533px;
	height:11px;
	float:left;
	}
	
.pad_title{
	width:533px;
	background-image:url(images/c_m.png);
	background-repeat:repeat-y;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.title{float:left; padding:0px 10px 0px 10px;}
.title h2, .title h2 a{color:#638e08 !important; margin:0px !important; line-height:26px;}
.pad_time{float:right; padding:0px 10px 0px 10px;}
.time{ background-image:url(images/bg_time.gif); background-repeat:no-repeat; width:108px; height:26px; font-size:14px; text-align:center; padding:3px 0px 0px 0px;}
.author{clear:both; padding-left:10px; font-size:11px;
}
	

/* box sidebar */
.box_left{ padding-bottom:5px;}

.title_sidebar{
	background-image:url(images/title_sidebar.png);
	background-repeat:no-repeat;
	max-height:41px;
	margin:0px;
	padding:0px;
	position:relative;
	}
	
.box_bg{
	background-image:url(images/repeat_box.png);
	background-repeat:repeat-y;
	width:220px;
	}
	
.box_indent{
	background-image:url(images/box_bg.gif);
	background-repeat:no-repeat;
	min-height:91px;
	padding-left:20px;
	z-index:10;
	width:200px;
	}
	
.box_indent ul li, .box_indent a{
	position:relative;
	z-index:20;
	}
	
.box_bottom{
	background-image:url(images/bottom_box.png);
	background-position:top;
	background-repeat:no-repeat;
	width:220px;
	}
	
	
#sidebar .inputbox{width:auto !important;  background-color:#FFFFFF; height:auto !important; border:0px;}



#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar a, #sidebar a:visited{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-family:Tahoma, Arial, Verdana;
	color:#fff;
	text-decoration:none;

}

#sidebar ul li, #sidebar ul li, #sidebar2 ul li, #sidebar2 ul li{
	text-align:left;
	display:block;
	font-family:Tahoma, Arial, Verdana;
	line-height:20px;
	
}
#sidebar ul li a:hover, #sidebar a:hover{
	text-decoration:underline;

}

#sidebar2 ul li a:link, #sidebar2 ul li a:visited, #sidebar2 a, #sidebar2 a:visited{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-family:Tahoma, Arial, Verdana;
	color:#939393;
	text-decoration:underline;
	}

#sidebar2 ul li a:hover, #sidebar2 a:hover{
	text-decoration:none;
	}


.entry ul{
	list-style-type:none;
	padding:0px 0px 0px 0px !important;
	margin:0px !important;
	}
	
.entry ul li{
	background-image:url(images/arrow.gif) !important;
	background-repeat:no-repeat;
	list-style-type:none;
	background-position:0px 6px;
	background-position:left;
	margin:0px !important;
	line-height:20px !important;
	}
	
.clr{
	clear:both;
	}

p{margin:10px 0px 10px 0px;}

.button{
	background-color:#fff;
	color:#212121 !important;
	font-weight:bold !important;
	border:0px;
	padding:1px 4px 1px 4px;
	}
	
	
.comment{
	padding-bottom:20px;
	text-align:right;
	color:#b6e90e;
	}
	
.com{
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	font-weight:bold;
	}
	
.box_top{
	float:left;
	width:200px;
	}