/*
Theme Name: Little Slick
Theme URI: http://websparkz.com/projects/littleslick
Description: A clean theme for gambling/poker related blogs.
Version: 1.0
Author: Glyn Humphrey
Author URI:  http://websparkz.com/
Tags: green, custom header, fixed width, three columns, widgets, web 2.0
*/

html
{
	height:100%;
}

body
{
	font:12px Verdana, Arial, Helvetica, sans-serif;
    background:#060 url('images/page_bg.jpg') top left repeat-x;
	color:#000;
	
	margin:0;
	padding:0;
}

a
{
	text-decoration:none;
	color:#0c0;
}

a:hover, a:active
{
	text-decoration:underline;
	color:#060;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.clear
{
	clear:both;
}



#page
{
	width:980px;
	padding:0 8px;
	margin:0 auto;
}

#userbar
{
	height:30px;
	line-height:30px;
	text-align:right;
	color:#fff;
}

#header
{
	width:980px;
	height:250px;
	padding-top:5px;
	color:#fff;
	
	background:url('images/header_bg.jpg') top center no-repeat;
}

#header #topbar
{
	width:970px;
	height:50px;
	margin:0 5px 5px 5px;
	
	background:url('images/topbar_bg.jpg') top center no-repeat;
}

#header #topbar h1
{
	padding:0;
	margin:0;
	
	line-height:50px;
}

#header #topbar .blogname
{
	float:left;
}

#header #topbar .topsearch
{
	float:right;
	padding:13px 20px 0 0 ;
}

#header #topbar h1 a
{
	color:#fff;
	padding-left:20px;
}

#header #bigimage
{
	width:970px;
	height:150px;
	margin:0 5px 5px 5px;
	
	background:url('images/bigimage_bg.jpg') top center no-repeat;
}

#header #bottombar
{
	width:970px;
	height:30px;
	margin:0 5px;
	
	background:url('images/bottombar_bg.jpg') top center no-repeat;
}

#header #bottombar ul
{
	padding:0;
	margin:0;
	
	list-style:none;
}

#header #bottombar ul li
{
	padding:0;
	margin:0;
	
	float:left;
	
	line-height:30px;
	padding:0 20px;
	background:url('images/bottombar_li_bg.jpg') right center no-repeat;
}

#header #bottombar ul li a
{
	display:block;
	width:100%;
	height:30px;

	color:#fff;
	font-weight:bold;
}


#header #bottombar ul li a:hover

{
	color:#FFFF00;
	font-weight:bold;
}


#sidebar
{
	width:250px;
	float:left;
	margin-bottom:5px;
}

#sidebar .top
{
	width:250px;
	height:5px;
	background:url('images/sidebar_top_bg.jpg') top center no-repeat;
}

#sidebar .content
{
	background-color:#fff;
	padding:0 5px;
}

#sidebar .bottom
{
	width:250px;
	height:5px;
	background:url('images/sidebar_bottom_bg.jpg') top center no-repeat;
}

#sidebar .widget
{
	width:240px;
}

#sidebar .widget .header
{
	height:40px;
	width:220px;
	line-height:40px;
	color:#fff;
	padding:0 10px;
	overflow:hidden;
	
	background:url('images/widget_header_bg.jpg') top center no-repeat;
}

#sidebar .widget .header h3
{
	margin:0;
	padding:0;
	font-size:12px;
}

#sidebar .widget .content
{
	padding:0 10px;
	background:url('images/widget_content_bg.jpg') top center repeat-y;
}

#sidebar .widget .content p
{
	margin:0;
	padding:0 0 5px 0;
}

#sidebar .widget .content ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar .widget .content ul li
{
	line-height:20px;
	list-style:none;
	padding-left:20px;
	
	background:url('images/bullet_green.png');
	background-position:0 3px;
	background-repeat:no-repeat;
}

#sidebar .widget .bottom
{
	width:240px;
	height:5px;
	background:url('images/widget_bottom_bg.jpg') top center no-repeat;
}

#sidebar .widget_spacer
{
	height:5px;
	clear:both;
}


#content
{
	width:720px;
	float:right;
	margin-bottom:5px;
}

#content .top
{
	width:720px;
	height:5px;
	background:url('images/content_top_bg.jpg') top center no-repeat;
}

#content .content
{
	background-color:#fff;
	padding:0 5px;
}

#content .content #aboutus
{
	width:710px;
	height:130px;
	padding:20px 0 10px 0;
	background:url('images/aboutus_bg.jpg') top center no-repeat;
}

#content .content #aboutus h3
{
	margin:0 0 0 200px;
	padding:0;
	color:#fff;
}

#content .content #aboutus p
{
	width:500px;
	line-height:16px;
	color:#fff;
	margin:10px 0 0 200px;
}

#content .bottom
{
	width:720px;
	height:5px;
	background:url('images/content_bottom_bg.jpg') top center no-repeat;
}

/* post */

#content .post
{
	padding-bottom:10px;
}

#content .post .header .top
{
	width:710px;
	height:10px;
	background:url('images/post_header_top_bg.jpg') top left no-repeat;
}

#content .post .header .content
{
	width:710px;
	background:url('images/post_header_content_bg.jpg') top left repeat-y;
}

#content .post .header .content h3
{
	margin:0;
	padding:0 10px 5px 10px;
	color:#fff;
}

#content .post .header .content a
{
	color:#fff;
}

#content .post .header .content p
{
	margin:0;
	padding:0 10px;
	font-size:10px;
	line-height:14px;
	color:#fff;
}

#content .post .header .bottom
{
	width:710px;
	height:10px;
	background:url('images/post_header_bottom_bg.jpg') top left no-repeat;
	
}

#content .post .main
{
	width:690px;
	background:url('images/post_main_bg.jpg') top left repeat-y;
	padding:0 10px;
	color:#000000;
}

#content .post .main p,
#content .post .main h1,
#content .post .main h2,
#content .post .main h3,
#content .post .main h4,
#content .post .main h5
{
	margin:0;
	padding:0 0 10px 0;
	
	color: #000000;

	font-family: arial;

}

#content .post .main .meta
{
	text-align:right;
}

#content .post .footer
{
	width:710px;
	height:10px;
	background:url('images/post_footer_bg.jpg') top left no-repeat;
}

#content .navigation
{
	padding:10px;
	line-height:30px;
}

.commentsbox
{
	background:url('images/comment_content_bg.jpg') top left repeat-y;
	width:710px;
}

.commentsbox .header
{
	width:710px;
	height:10px;
	background:url('images/comment_header_bg.jpg') top left no-repeat;
}

.commentsbox .header h3
{
	margin:0;
	padding:0 10px;
	line-height:30px;
}

.commentsbox .content
{
}

.commentsbox .commentform
{
	padding:0 10px;
}

.commentsbox .commentform h3
{
	margin:0;
	padding:0;
	line-height:30px;
}

.commentsbox .commentform textarea
{
	width:670px;
	border:solid 1px #060;
	padding:5px;
}

.commentsbox .footer
{
	width:710px;
	height:10px;
	background:url('images/comment_footer_bg.jpg') top left no-repeat;
}



#footer
{
	margin:0 auto;
	width:950px;
	height:60px;
	line-height:40px;
	
	padding:0 15px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	
	background:url('images/footer_bg.jpg') top center no-repeat;
}

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



/* 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: 10px;
	margin:0 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0px none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/****************************************************************/
/* Cat title  													*/
/****************************************************************/
.cat {
	font-weight: bold; font-size: 13px; color: #81b101; font-family: "trebuchet ms", verdana, arial, sans-serif;
}
.cat a:link {
	color: #81b101; text-decoration: none;
}
.cat a:visited {
	color: #81b101; text-decoration: none;
}
.cat a:hover {
	color: #81b101; text-decoration: underline;
}


/****************************************************************/
/* Subcat		  												*/
/****************************************************************/
.subcat {
	font-size: 11px; color: #6F6F6F;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
.subcat a:link {
	color: #6F6F6F; text-decoration: none;
}
.subcat a:visited {
	color: #6F6F6F; text-decoration: none;
}
.subcat a:hover {
	color: #6F6F6F; text-decoration: underline;
}

/****************************************************************/
/* Link area													*/
/****************************************************************/
.linkarea {
	padding-bottom: 15px;
}


/****************************************************************/
/* Link Title 													*/
/****************************************************************/
.linktitle {
	font-weight: bold; font-size: 13px; color: #81b101; font-family: "trebuchet ms", verdana, arial, sans-serif;
}
.linktitle a:link {
	font-weight: bold; color: #81b101; text-decoration: underline;
}
.linktitle a:visited {
	font-weight: bold; color: #81b101; text-decoration: underline;
}
.linktitle a:hover {
	font-weight: bold; color: #81b101; text-decoration: none;
}


/****************************************************************/
/* Link Details 												*/
/****************************************************************/
.linkdetails {
	font-size: 13px; color: #6F6F6F; font-family: "trebuchet ms", verdana, arial, sans-serif;
}
.linkdetails a:link {
	font-weight: bold; font-size: 13px; color: #6F6F6F; text-decoration: none;
}
.linkdetails a:visited {
	font-weight: bold; font-size: 13px; color: #6F6F6F; text-decoration: underline;
}
.linkdetails a:hover {
	font-weight: bold; font-size: 13px; color: #6F6F6F; text-decoration: underline;
}


/****************************************************************/
/* Link short desc 												*/
/****************************************************************/
.linkshortdesc {
	font-weight: normal; font-size: 13px; color: #6F6F6F; font-family: "trebuchet ms", verdana, arial, sans-serif;
}
.linkshortdesc a:link {
	font-weight: normal; color: #6F6F6F; text-decoration: none;
}
.linkshortdesc a:visited {
	font-weight: normal; color: #6F6F6F; text-decoration: none;
}
.linkshortdesc a:hover {
	font-weight: normal; color: #6F6F6F; text-decoration: underline;
}


/****************************************************************/
/* link Url		 												*/
/****************************************************************/
.linkurl {
	font-weight: normal; font-size: 13px; color: #6f6f6f; font-family: "trebuchet ms", verdana, arial, sans-serif;
}

.linkurl a:link {
	font-weight: normal; color: #6f6f6f; text-decoration: none;
}
.linkurl a:visited {
	font-weight: normal; color: #6f6f6f; text-decoration: none;
}
.linkurl a:hover {
	font-weight: normal; color: #6f6f6f; text-decoration: underline;
}

/****************************************************************/
/* Bg															*/
/****************************************************************/
.bg {
	padding-left: 50px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/****************************************************************/
/* Break														*/
/****************************************************************/
.break {
	padding-bottom: 6px;
	padding-top: 6px;
}


/****************************************************************/
/* Profile		  												*/
/****************************************************************/
.profile {
	font-size: 11px; color: #6F6F6F;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
.profile a:link {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.profile a:visited {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.profile a:hover {
	font-weight: bold; color: #81b101; text-decoration: underline;
}

/****************************************************************/
/* Text area, Input, Select 									*/
/****************************************************************/
SELECT {
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
INPUT {
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA {
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
form {
margin: 0;
}

/****************************************************************/
/* SP Area					 									*/
/****************************************************************/
.sp_area {
	font-size: 11px; color: #6F6F6F;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	background-color: #f5f9eb;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	Border: #81b101 1px solid;
}
.sp_area a:link {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.sp_area a:visited {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.sp_area a:hover {
	font-weight: bold; color: #81b101; text-decoration: underline;
}

/****************************************************************/
/* SP Area					 									*/
/****************************************************************/
.f_area {
	font-size: 13px; color: #6F6F6F;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	background-color: #f5f9eb;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	Border: #81b101 1px solid;
}
.f_area a:link {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.f_area a:visited {
	font-weight: bold; color: #81b101; text-decoration: none;
}
.f_area a:hover {
	font-weight: bold; color: #81b101; text-decoration: underline;
}


div.pr {
	font-size: 6pt;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}


.small, .small a {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #81b101;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	color: #6f6f6f;
}

table.formPage {
	border: 1px solid #A0A0A0;
}
td.err {
	padding: 4px;
	color: #81b101;
	background: #edf4db;
	border: 1px solid #81b101;
	text-align: left;
}
td.msg{
	padding: 4px;
	color: #81b101;
	background: #edf4db;
	border: 1px solid #81b101;
	text-align: left;
}

.limit_field {
   border: 0px solid transparent;
   background:;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#81b101;
   font-family:"trebuchet ms", verdana, arial, sans-serif;
}

#categtree {
   border-left:1px dotted #81b101; border-right:1px dotted #81b101; border-top:0px dotted #81b101; border-bottom:1px dotted #81b101; margin:3px 0; height:200px;
   width:300px;
   overflow:auto;
   font-family:"trebuchet ms", verdana, arial, sans-serif;
   font-size:12px
}

#catTitle { background:#F6FAEE; font-size:13px; } /* Important for Konqueror */

#categtree h2 {
   border-left:0px solid #81b101; border-right:0px solid #81b101; border-top:1px solid #81b101; border-bottom:3px solid #81b101; padding:2px; text-align:center;
   color:#81b101;
   background:#F6FAEE;
   vertical-align:middle; margin-left:0; margin-right:0; margin-top:0; margin-bottom:5px
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   border-left:0px dotted #CBE2EC; border-right:0px dotted #CBE2EC; border-top:1px dotted #CBE2EC; border-bottom:1px dotted #CBE2EC; clear:both;
   margin:3px 5px;
   display:block;
   cursor:pointer;
   cursor:hand; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F6FAEE;
}

#categtree .even {
   background:#EFF3E8;
}

#categtree .categ-item:hover {
   background:#E0FAD7;
}



.box {
	border-left: 1px solid #6ca901;
	border-right: 1px solid #6ca901;
	padding: 8px;
	width: 203px;
}
	.box a {
		color: #696969; text-decoration: none;
	}
	.box a:hover {
		text-decoration: underline;
	}
	
	.box ul {
		margin: 0;
		padding: 0;
	}
	.box li {
		list-style-type: none;
		margin: 0 0 0 3px;
		padding: 0 0 4px 20px;
		background: url('blt.gif') no-repeat;
	}
	
	.boxcaption {
		background: url('box.caption.gif') no-repeat;
		padding: 6px 0 0 10px;
		height: 22px;
		width: 211px;
		color: #303030;
	}
	
	.boxbottom {
		background: url('box.bottom.gif') no-repeat;
		width: 221px;
		height: 3px;
		margin: 0 0 10px 0;
	}

.subcat {
	font-size: 11px;
	color: #393a3e;
	background: url('subcat.gif') no-repeat left;; margin-left:16px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:18px; padding-right:0; padding-top:3px; padding-bottom:3px
}
	.subcat A:link {
		COLOR: #393a3e; TEXT-DECORATION: none;
	}
	.subcat A:visited {
		COLOR: #393a3e; TEXT-DECORATION: none;
	}
	.subcat A:hover {
		COLOR: #393a3e; TEXT-DECORATION: Underline;
	}
