/*
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/
*/






/*Header Navigation Menu Bar*/


.menu li {
	float: left;
	background-repeat: no-repeat

}


.menu li.tab a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
	outline: none;
	background-repeat: no-repeat;
	width: 20px;

}


.menu li a:hover,
.menu li.active a {
	background-position: 0-63px;

}

.menu li.tab-home a { 
	width:65px; 
	background-image:url(images/home_splice.jpg);
}

.menu li.tab-1 a { 
	width:80px; 
	background-image:url(images/about_splice.jpg);
}


.menu li.tab-2 a { 
	width:82px;
	background-image:url(images/reviews_splice.jpg);
}

.menu li.tab-3 a { 
	width:83px;
	background-image:url(images/contact_splice.jpg);

}

.menu li.tab-4 a { 
	width:130px;
	background-image:url(images/disclaimer.jpg );


}

/* CSS for Second Navigation Menu in Thesis */
.custom ul#secondnav {
background: none repeat scroll 0 0 #EFEFEF;
border-style: none;
float: left;
list-style: none outside none;
width: 100%;
}
.custom ul#secondnav li {
border-right: 1px solid #CCCCCC;
float: left;
padding: 8px 10px;
text-decoration: none;
}
.custom ul#secondnav li:hover {
background: none repeat scroll 0 0 #DDDDDD;
}
.custom ul#secondnav li a {
color: #000000;
font-size: 12px;
letter-spacing: 0.03em;
}
.custom ul#secondnav li a:hover {
text-decoration: underline;
}


.custom .menu { 
	background-color: #ec1d37;
}

.custom .rss a {
   background-color: #111111;
   text-transform: uppercase;
   padding-right: 16px;
   background: url('../lib/images/icon-rss.gif') 100% 50% no-repeat;
}

.custom .rss a:hover {
   color: #111111;
   text-decoration: underline;
}


/*Sidebar 1 & 2*/


.text_input {
	height: 16px;
	font-size: 12px;
	width: 204px;
}

#twitter-tools h3  {

	background-image:url(images/Sidebar_items/tweet_title.jpg);
	padding: 0 0 36px 0;
	background-repeat: no-repeat;
	text-indent: -5000px; 
	 
}

#categories-3 h3  {

	background-image:url(images/Sidebar_items/categories_title.jpg);
	padding: 0 0 18px 0;
	background-repeat: no-repeat;
	text-indent: -5000px; 
	 
}

#recent-posts-2 h3  {

	background-image:url(images/Sidebar_items/recent_posts_title.jpg);
	padding: 0 0 18px 0;
	background-repeat: no-repeat;
	text-indent: -5000px; 
}

#calendar-2 h3  {

	background-image:url(images/Sidebar_items/archives_title.jpg);
	padding: 0 0 18px 0;
	background-repeat: no-repeat;
	text-indent: -5000px; 
}

#recent-comments h3 {
	background-image:url(images/Sidebar_items/recent_comments_title.jpg);
	padding: 0 0 18px 0;
	background-repeat: no-repeat;
	text-indent: -5000px; 
}


#flickr-badge h3 {
	background-image:url(images/Sidebar_items/flickr_title.jpg);
	padding: 0 0 30px 0;
	background-repeat: no-repeat;
	text-indent: -5000px;
}


#social-widget-4 h3 {
	background-image:url(images/Sidebar_items/followme_title.jpg);
	padding: 0 0 30px 0;
	background-repeat: no-repeat;
	text-indent: -5000px;
}


#linkcat-26 h3 {
	text-indent: -5000px;
}

#archives-2 h3 {
	text-indent: -5000px;
}


/* CUSTOM.CSS for Footer */

.custom #footer {
	border-top:0em solid #9c9c9c;
	background: #ec1d37;
	padding:0em;
	text-align:center;
	color: #000000;
	font-size: 14px;
}

.custom #footer a{
border-bottom: 1px none #cccccc;
color: #156508;

}

.custom #footer a:hover {
	color: #ffffff;
}


/* footer widget area setup */

#footer_setup {
	background: #ec1d37;
	padding:1.5em;
	margin-bottom: 25px;
	overflow: hidden;
}


/* widget item setup */

#footer_setup .footer_items {
	text-align: left;
	width: 24.5%;
	padding-right: 0px;
	color: #2361A1;
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers */

#footer_setup .footer_items h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #000000;
	padding-bottom: 3px;
	border-bottom: 3px none #ffdf00;
	margin-bottom: 5px;
}

#footer_setup .footer_items a:active {
	color: ffffff;
}

/* do not change these! */

#footer_setup .footer_items ul li { 
	list-style:none;
	font-size:1.4em;
	line-height:1.5em;
}

#footer_setup .footer_items ul { 
	margin: 1em; padding: 0px; 
}



/*Widgets within the widigetized footer */

.cmeta a:hover{
	color: #ffffff;
}

.cmeta li.active a {
	color: #2361A1;
}

.widget_cmeta a:link{
	 color: #2361A1;
}

.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
}
