/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/************************ body and page stuff ************************/

#page {margin:10px 0;}
body.custom {background:#222;}
body.custom br.clear {clear:both;}
#header {padding:0px; border:none;}
#content_box {background:#000;}
#content {background:#000;}
.custom .post_box {padding-left:10px; margin-top:10px; background:#fff; padding-right:10px; border:3px #B22222 solid !important;}
.custom p.attachment {display:none;}
.custom h3.sidebar {font-size:14px; color:#B22222; text-align:left; font-weight:bold; font-variant:normal; font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;letter-spacing:0px; background:url("../custom/images/arrow.png") no-repeat; padding:0 0 5px 25px; border-bottom:3px solid #ccc; text-transform:uppercase;}
.custom h3.sidebar a {font-size:14px; color:#B22222;}  
.custom h3.sidebar a:hover {font-size:14px; color:#B22222; text-decoration:underline;}
.custom h2 a:hover {color:#b22222;}
.custom .teasers_box {background:#fff; padding-left:10px; padding-right:10px;}
.custom #sidebar_1 {background:#fff; padding-top:10px; width:18.5em; margin-right:10px;}
.custom #sidebar_2 {background:#fff; padding-top:10px; width:18.5em;}
.custom #footer {border-top:10px solid #000;}

/************************ header colors and styles 
#header #logo a {color:red; text-transform:uppercase; font-size:45px;}
#header #logo a:hover {color:red; text-transform:uppercase; font-size:45px;}
#header #tagline {font-size:22px; color:#666;} ************************/

/************************ feature box stuff if we want it 
#feature_box {margin:20px 20px 0 10px;border:5px #ccc solid;}
#feature_box p {padding:10px;font-size:18px;} ************************/

/************************ top cat images and ad ************************/

#topCat {margin:15px 0 10px 0; height:auto;}
#topCat ul {display:block; list-style-type:none; }
#topCat ul img {border:#000 solid 3px;}
#topCat ul p.cat_title {background:#b22222; padding:3px 4px;}
#topCat ul p.cat_title a {font-weight:normal; color:#fff; font-size:10px; text-transform:uppercase; font-family:Arial; letter-spacing:.06em;}
#topCat ul p.cat_title a:hover {font-weight:normal; text-decoration:underline; color:#fff; font-size:10px; text-transform:uppercase; font-family:Arial; letter-spacing:.06em;}
#topCat ul li.first {border-left:none; float:left; margin-left:5px; padding-left:0; width:140px;}
#topCat ul li.ad {float:left; padding-left:23px; padding-right:0px; width:300px; height:250px;}
#topCat ul li {border-left:1px solid #333333; float:left; padding:0px 12px; width:140px;}
#topCat ul li a {text-wrap:normal;font-size:17px;font-weight:normal;color:#fff;font-family:Georgia,"Times New Roman",Times,serif;}
#topCat ul li a:hover {text-wrap:normal;font-size:17px;font-weight:normal;color:#fff;text-decoration:underline;font-family:Georgia,"Times New Roman",Times,serif;}

/************************ search box and header ad ************************/

#searchBar {width:982px; background:#000;}
#searchBar h1 {width:750px; height:60px; background: url("../custom/images/wcpru-logo-bar.png") no-repeat #000; float:left; }
#searchBar a {width:350px; height:60px; text-indent:-9999px; }
#searchBar p {padding:8px 10px 0 0;}
#searchBox {float:right; margin-right:-20px;}
#s {float: right; background: url("../custom/images/wcp-search.png") 0 0 no-repeat; color: #666; padding: 4px 10px 6px 10px; width: 156px; font-size:12px; border:none; margin:12px 20px 0 0;}
#e {float: right; background: url("../custom/images/wcp-search.png") 0 0 no-repeat; color: #aaa; padding: 4px 10px 6px 10px; width: 156px; font-size:12px; border:none; margin:10px 20px 0 0;}

/************************ sidebars ************************/

#sidebars {background:#000;height:100%;}
ul.sidebar_list li a {color:#B22222;}
ul.sidebar_list li a:hover {color:#B22222;text-decoration:underline;}

/************************ for when there's diff types of content in the multimedia box ************************/
#video_box {background:#fff;}
#custom_box {background:#fff; text-align:center; margin:10px 10px 0 0;}
#custom_box p.watch {font-size:14px; text-align:center; font-weight:bold; }

/************************ follow WCP ************************/

#followWCP {margin-bottom:-35px; text-align:center; float:right; margin-right:-25px;}
#followWCP {font-weight:bold; font-size:18px;}
#followWCP ul {display:block; list-style-type:none; }
#followWCP ul li {float:left; margin:13px 9px 0px 5px;}
#followWCP ul li.email {float:left; margin-top:3px; margin-right:3px;}
#followWCP ul li img {width:27px;}


/************************ rss and tabs ************************/

ul#tabs {margin-top:15px; border:none; }
ul#tabs li {background:#000; border:none;}
ul#tabs li a {padding:5px 10px; color:#ccc; font-weight:normal;}
ul#tabs li a:hover {padding:5px 10px; color:#B22222; font-weight:normal;}
ul#tabs li.current_page_item a, ul#tabs li.current-cat a {text-decoration:none; background:#000; padding:5px 10px; font-weight:normal;}
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover {text-decoration:underline; color:#B22222; padding:5px 10px; font-weight:normal;}
ul#tabs li.home-item, li.current_page_item {padding-bottom:0px;}
ul#tabs li.rss a {color:#fff;}

/************************ sidebar twitter, ads and tabber ************************/

#twitterWrap {float:left; width:220px;}
#twitterWrap img {margin-bottom:-3px;}
#twitter_div {width:215px; padding:0px 10px 0 10px; background:#fff;}
#twitter_div a {color:red;}
ul#twitter_update_list {list-style-type:none;font-weight:normal;}
ul#twitter_update_list li {padding:5px 0; border-bottom:solid #555 1px;}


/* DOMtabs skin by Michael Martin - http://www.problogdesign.com */
/* DOMtabs script - http://www.onlinetools.org/tools/domtabdata/ */
/* Install guide: http://www.problogdesign.com/general-tips/how-to-install-domtabs-on-wordpress/ */

ul.domtabs li.active {background:#ffffff; }		/* Active tab background color */
ul.domtabs li:active a {color:#B22222;}		/* Active tab font color */
ul.domtabs li {background:#ccc;}			/* Inactive tabs background color */
ul.domtabs li a {color:#B22222;;}				/* Inactive tabs font color */
ul.domtabs li {border-color:#000;}			/* Tabs border color */
.domtab div {border:1px solid #ffffff;}					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#ffffff;}						/* Box background color */
.domtab div ul.results {list-style-type:none;}
.domtab div ul.results li {font-size:12px; padding:8px; border-bottom:1px solid #ccc;}
.domtab div ul.results li a {color:#B22222;}
.domtab div ul.results li a:hover {color:#B22222;text-decoration:underline;}
ul.domtabs li {margin-right:0em;}			/* Space between each tab. Set to 0 for no space. */
div.domtab div {display:none;}
ul.domtabs {list-style:none; padding:0; margin-left:0px;}
ul.domtabs li {float:left; padding:5px 1.2px 5px 1px; text-align:center; border-style:solid; border-width:1px 1px 0 0px;}
ul.domtabs li img {margin: 0 5px -5px 0;}
ul.domtabs li a { text-decoration:none; font-size:13px; font-weight:bold;text-transform:uppercase;}
.domtab div { border-width:0 1px 1px 1px; padding:0.5em; clear:both; margin:10px; margin-left:0px;}

/************************ the word on wcp ***********************/
#wordWCP {margin:20px 10px 10px 0; padding:10px; background: #fff;}
.custom ul.word {margin:10px; list-style-type:none;}
.custom ul.word li {margin-bottom:10px; font-size:12px;}

/************************ comments ***********************/
.custom #comments {background:#fff; margin-left:10px; margin-top:10px; border:3px #B22222 solid}
.custom #comments a {color:#b22222;}
.custom #comments a:hover {color:#b22222; text-decoration:underline;}

/************************ archives + prev/next post nav ***********************/

.custom #archive_info {background:#fff; border:3px solid #b22222; margin:10px 0 0 10px; width:535px;}
.custom .prev_next {background:#fff; border:3px solid #b22222; margin:10px 0 0 10px; width:535px;}

/************************ Ad stuff ***********************/

#googleAd {text-align:center; margin-right:10px; padding:20px; background:#fff;}
#sidebarAds {float:right; width:135px; text-align:center;margin-right:5px;}
#sidebarAds img {margin-bottom:5px;border:2px solid #fff;}
#sidebarAds p {margin-bottom:20px; color:#fff; font-size:12px; padding:0 10px;}
#pokerRoad {margin:0 0 20px 0; text-align:center;}

/************************ style author comments ***********************/

.custom dl#comment_list .bypostauthor {background: transparent;} /* Reseting Thesis default */
.custom dl#comment_list dd {padding-top: 0;} /* Reseting Thesis default */
.custom dl#comment_list dd, .custom dl#trackback_list dd {padding-left: 0;} /* Reseting Thesis default */
.custom dl#comment_list dl dd .format_text {margin-bottom: 0;} /* Reseting Thesis default */
.custom dl#comment_list dd div, .custom dl#trackback_list dd div {padding-left: 0.9em;}
.custom dl#comment_list dl dd div {padding-left: 1.5em;}
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #BC8F8F none repeat scroll 0 0;}
.custom dl#comment_list dl.children {background: #eee;padding-left: 1em;padding-top: 1em; padding-bottom:1em;}
.custom dl#comment_list dl.children dt {padding-top: 1em;}
.custom dl#comment_list p.reply {margin-bottom: 1em;}
.custom dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text {border-color:#999999;}
.custom dl#comment_list dl dt, dl#comment_list dl dd > .format_text {border-color:#999999;}

/************************ style reply button ***********************/
.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}

/************************ nextgen imagebrowser 
.custom .ngg-imagebrowser img {width:95%;} ********************/
