/*
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.custom { background: #000000 url('images/site_background_6w6000h.gif'); color:#CCCCCC; }

/* added width to try and fix safari, nogo */
.custom #page { 
	background: #000000 url('images/Page_background_955x17.gif');
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	width:95.4em;
}


/* added width to try and fix safari, nogo */
.custom .container {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0.0em;
	width:95.4em;
}

/* add width: 955px;  ^about and it keeps the side from blowing out but pushed sidebar down. */

/* added width to try and fix safari, nogo */
.custom .content {
    margin-top: 0em;
    margin-bottom: 0em;
	margin-right: 0em;
    padding: 0.0em;
	width: 60em;	
}

/* added width to try and fix safari, nogo */
.custom #content.hfeed {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0.0em;
	width: 68.5em;
}

/* attempt to fix Safari
custom.sidebar ul.sidebar_list {
padding-right: 1em;
padding-left: 1em;
width: 20em;
}
*/


/* Nav menu */
.custom #tabs { list-style: none; border: 0px solid #ddd; border-width: 0 0 0px 0px; }
	.custom #tabs li { margin-bottom: -0.1em; background: #efefef; border: 0px solid #ddd; border-left: 0; float: left; }
	.custom #tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
		.custom #tabs a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; }
		.custom #tabs a:hover { color: #111; text-decoration: underline; }
		.custom #tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
		.custom #tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
		.custom #tabs .rss { padding-right: 0; border: none; }
		.custom #tabs .rss a { padding-right: 0px; }
	.custom #tabs .custom #tabs li {border: 0px solid #fbf6d8;}
.custom ul#tabs {border: 0; margin:0; background: url('images/ClanHub_menu_bk.gif') repeat-x; color:#FFFFFF; width: 100%; }	
		.custom ul#tabs li {margin:0; background: url('images/ClanHub_menu_bk.gif') repeat-x; color:#FFFFFF; }	
.custom ul#tabs li a { background: url('images/ClanHub_menu_bk.gif') repeat-x; color:#FFFFFF; }
.custom ul#tabs li a:hover { background: url('images/ClanHub_menu_bk.gif') repeat-x; color:#FFFFFF; }


/* Position Search in Nav from Custom HOOK */
.custom .s { 
font-size:10px;
position:inherit;
float:right;
margin-top:0.2em;
margin-right:4.2em;  
padding:0.2em; 
width:165px;
background: url('images/ClanHub_menu_bk.gif') repeat-x; color:#FFFFFF; 
}

.custom .text_input {
position:absolute;
margin-left:70em;
margin-top:0.2em;
width:248px;
}

/* Previous and Next */
.prev_next { text-transform: uppercase; letter-spacing: 2px; border-top: 1px solid #ddd; width: 94%; color: #666; clear: both; }
	.prev_next .next { text-align: right; }
	.prev_next .floated { float: left; }
	.prev_next a { text-decoration: none; }
	.prev_next a:hover { text-decoration: underline; }
	.post_nav a { text-transform: none; letter-spacing: normal; }	
	
/* content styles */
.custom .format_text a { text-decoration: underline; }
.custom .format_text a:hover { text-decoration: none; }
.custom .format_text p.note { background: #f5f5f5; border: 0px solid #ddd; }
.custom .format_text p.alert { background: #ffffa0; border: 0px solid #e5e597; }
.custom .format_text .drop_cap { color: #888; float: left; }
.custom .format_text ul { list-style: square; }
.custom .format_text dt { font-weight: bold; }
	

/* Custom HEADER for Categories */
.custom li#categories-3 h3 {
   height: 27px;
   padding:0px;
   color:#ffffff;
   text-indent:30px;
   line-height: 22px;
   background: url(images/Widget_clanhub_header.gif) no-repeat;
}




/* ALL links on site */
.custom a { color: #ffffff; text-decoration: none; font-size: 11px; }
.custom a:hover { text-decoration: underline; color: #b4b4b4; }


/* Post Titles */
.custom .entry-title a { color: #86E6A4; text-decoration: none; font-weight: bold; font-size:20px; }
.custom .entry-title { color: #86E6A4; text-decoration: none; font-weight: bold; font-size:20px; }

.custom li.widget ul {
	list-style: square;
	color:#343434;
	list-style-position: outside;
} 


.custom #footer { color: #ffffff; text-decoration: none; font-size: 8px; border-top: 1px dashed #ddd; border-bottom: none; text-align: right; clear: both; background: url(images/ClanHub_footer_v3.jpg) no-repeat; }





/* REMOVE the thin line down the side of the right page */
.custom #content_box { 
	background: none ; 
}



/* DoubleMule Clickable Header v. 1.0 */

.custom #header
{
background: #000000;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border: none;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
background:url(http://www.clanhub.com/wp-content/themes/thesis_151/custom/images/ClanHub_header_v3.png) no-repeat;
width:955px;
height:83px;
color:#ffffff;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border: none;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}


.custom #header #tagline
{
color:#cccccc;
font-size:11px;
font-style:normal;
text-indent: -9999px;
}	

/* CUSTOM BACKGROUND HEADERS for Widgets */
.custom li#kb-advanced-rss-3 h3 {
	height: 27px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height: 22px;
	background: url(images/Widget_clanhub_header_NEWS.gif) no-repeat;
}

/* Team Speak Header*/
.custom li#text-3 h3 {
    height: 27px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height: 22px;
	background: url(images/Widget_clanhub_header_TEAMSPEAK.gif) no-repeat;
}

/* Search Header -NOT USING- 
.custom li#search h3 {
    height: 27px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height: 22px;
	background: url(images/Widget_clanhub_header_SEARCH.gif) no-repeat;
}
*/

/* RSS Feed Header*/
.custom li#text-4 h3 {
    height: 27px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height: 22px;
	background: url(images/Widget_clanhub_header_RSS.gif) no-repeat;
}

/* Twitter Header*/
.custom li#text-5 h3 {
    height: 27px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height: 22px;
	background: url(images/Widget_clanhub_header_TWITTER.gif) no-repeat;
}


/* Server Monitor */
.custom li#text-7 h3 {
    height: 27px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height: 22px;
	background: url(images/Widget_clanhub_header_SERVERSTATUS.gif) no-repeat;
}



.custom .twitter_update_list ul {
	list-style: square;
	color:#343434;
	list-style-position: outside;
}

/* POLLS Header*/
.custom li#recent-comments-3 h3 {
    height: 27px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height: 22px;
	background: url(images/Widget_clanhub_header_RSS.gif) no-repeat;
}

/* Recent comments Header*/
.custom li#polls-widget-3 h3 {
    height: 27px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height: 22px;
	background: url(images/Widget_clanhub_header_POLLS.gif) no-repeat;
}

/* Recent POSTS Header */
.custom li#widget_killer_recent_entries-2  h3 {
	height: 27px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height: 22px;
	background: url(images/Widget_clanhub_header_POPULAR.gif) no-repeat;
}

/* Archives Custom Header */
.custom li#archives-3  h3 {
	height: 27px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height: 22px;
	background: url(images/Widget_clanhub_header_ARCHIVE.gif) no-repeat;
}

/* You Must login box for comments, doesnt work yet */
/*.custom #login_alert { background: #000000; border: 1px solid #ddd; }*/

/*  this changes the bullet and copy in RECENT COMMENTS non link
.custom .recentcomments { color: #cccccc; text-decoration: none; font-size: 11px; }
*/
/* Custom Comment box back color */
.custom dl#comment_list .even { background: #292929; }
.custom dl#comment_list .odd { background: #636363; }

.custom #respond_intro { color: #86E6A4; text-decoration: none; font-weight: bold; font-size:12px; }

/* POLLS CUSTOM CSS 
.custom .wp-polls-ul  { text-align: left; }
*/

/* Customize FORM on contact page */

.custom #wpcf7-f1-p13-o1 { 
font-size:12px; 
position:relative; 
float:left; 
margin-top:0.5em;
margin-right:0.0em; 
padding:0.1em; 
width:300px;
color: #86E6A4;
 }