/*
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/
*/

/* DoubleMule Clickable Header v. 1.0 */

/*

.custom #header
{
background: #ffffff;
width:500px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
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 #logo a
{
display:block;
width:500px;
height:90px;
background:url(http://nitrileexamgloves.com) center no-repeat;
color:#000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
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:#000000;
text-indent: -9999px;
}

*/

body.custom {
    background: #e8e8e8;
}

.custom #container {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0em;
    background: #33332f;
    border:0px solid #999999;
}

.custom #page {
    background: #fff;
}

.custom .format_text p {
margin-bottom:.7em;
}

.custom .format_text {
font-size:1.3em;
line-height:1.3em;
}

.custom .headline_area {
margin-bottom:0em;
}

.custom .post_box {
padding-top:1em;
}

/* Post Section Headers **************************************************/

.custom .format_text h2 {
text-transform:uppercase;
background-color: #006699;
color:#FFFFFF;
font-size:1.308em;
line-height:1.176em;
margin:0.588em 0 0 0;
padding:.1em 0 .1em .3em;
}

/* Tile Bar **************************************************************/

#title {
	background: #006699;
	color: #ffffff;
	height: 14px;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 5px;
	}
	
#breadcrumb {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	float:left;
	color: #ffffff;
	}

#breadcrumb a:visited {
	color: #d2e4ed;
	text-decoration: none;
	}

#breadcrumb a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
#title .date {
	font-size: 11px;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	float:right;
	}	
	

/* Top (Main) Nav Menu ***************************************************/

.menu {
float:right;
height:26px;
}

.menu, .menu a, .menu li ul {
border-style:none;
border-bottom: 0px;
margin-left:5px;
}

.menu a {
color:#ffffff;
font-size:1.2em;
font-family:arial;
font-weight:bold;
text-align:center;
line-height:.7em;
padding:0.667em 0em;
background: url('http://nitrileexamgloves.org/wp-content/themes/thesis/custom/images/menu_tab.png') no-repeat; 
height: 26px; width:90px;
}

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
font-size:1.2em;
color:#ffffff;
line-height:.7em;
padding:0.667em 0em;
background: url('http://nitrileexamgloves.org/wp-content/themes/thesis/custom/images/menu_tab_selected.png') no-repeat; 
height: 26px; width:90px;
}

.menu a:hover {
background: url('http://nitrileexamgloves.org/wp-content/themes/thesis/custom/images/menu_tab_selected.png') no-repeat; 
color:#ffffff;
padding-top:0.6em;
}



/* Category Nav Menu */
ul#cat_tabs { list-style: none; background-color:#006699; font: Arial, Helvetica, sans-serif; text-decoration: bold; }
  ul#cat_tabs li { background: #006699; border-right: 1px solid #fff; float: left; }
  ul#cat_tabs li.current_page_item, ul#cat_tabs li.current-cat { 
  padding-bottom: 0.1em; background: #58ab58; 
  border-bottom: 0; 
}
	ul#cat_tabs li a { 
	display: block; line-height: 1em; color: #fff; 
	text-transform: uppercase; 
	text-decoration: bold;
	letter-spacing: 2px; 
	padding:0.545em 0.818em; 
}
	ul#cat_tabs li a:hover { color: #fff; background: #58ab58; }
      ul#cat_tabs li ul {position:absolute; display:none; list-style:none;}
	  ul#cat_tabs li:hover ul {display:block;}
	  ul#cat_tabs li ul li {float:none;}

ul#cat_tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* Add Logo */
.custom #header #logo a { display: block; height: 80px; width: 800px; background: url('http://nitrileexamgloves.org/wp-content/themes/thesis/custom/images/logo.png') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0}
.custom #header { padding: 0; }

/* Sidebar Widget */
.custom .sidebar h3 {
font-size:1.2em;
line-height:1.385em;
margin-bottom:0.3em;
}

.custom li.widget {
margin-bottom:1em;
}

.custom li.widget ul {
padding-left:3px;
line-height:.5em;
}

/* Search Widget Button */

input[type="submit"] {
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
padding:0.308em;
background:#006699 none repeat scroll 0 0;
color:#ffffff;
font-weight:bold;
text-transform: uppercase;
}

.custom ul, menu, dir {
-moz-padding-start:0px;
}