/*
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/
*/

/*---:[ start background ]:---*/
body.custom { background: #69c; }
		.custom .page { background: #fff; }
/*---:[ end background ]:---*/

/*--- start footer ---*/
.custom #footer_area {border-top:1px solid #69c;}
	.custom #footer {border-top:0;}
.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:30%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}
/*--- end footer ---*/

/*---:[ start sidebar ]:---*/
.custom .sidebar h3 {
background-color:#dddddd;
color:#369;
font-weight:bold;
padding:4px;}
/*---:[ end sidebar ]:---*/

/*--- [ start headline ] ---*/
.custom h2 a {color:#336699;}
.custom h2 a:hover { color: #2361a1;text-decoration: underline; }
/*--- [ end headline ] ---*/

/*--- GOOGLE CSE Search Box start ---*/
.custom form.cse-search-box {
	float:right; /*Moves search box to the right*/
	margin-top:2.5em; 
	font-size:1.3em;
	padding:0.5em;
}
/*--- GOOGLE CSE Search Box end ---*/

/*--- Sidebar LI items ---*/
ul li.widget ul li { 
	padding: 1px 0 1px 0;
	border-bottom: 1px solid #dddddd; 
	}
ul li.widget ul li ul li { border-bottom: none; }
ul li.widget ul li a {
  display: block;
	padding: 0 0 0 14px;
	background: url(/wp-content/themes/thesis_151/custom/images/custom_images/list-item.gif) no-repeat 0 .45em;
	}
ul li.widget ul li a:hover { background: url(/wp-content/themes/thesis_151/custom/images/custom_images/list-item-hover2.gif) no-repeat 0 .45em; }
/*--- Sidebar LI items ---*/

/*--- Author Comment BG ---*/
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}
/*--- Author Comment BG ---*/

/* My own home page */
.custom .sitemap h3 {margin-top: 0;}
.custom .sitemap ul {font-size: .90em; }
.custom .sitemapl { float: left; width: 40%;}
.custom .sitemapr { float: right; width: 60%;}

/*--- Buttons ---*/
.button {
    border: none;
    background: url('/wp-content/themes/thesis_151/custom/images/up.png') no-repeat top left;
    padding: 2px 8px;
    text-align:left;
}
.button:hover {
    border: none;
    background: url('/wp-content/themes/thesis_151/custom/images/down.png') no-repeat top left;
    padding: 2px 8px;
}
/*--- Buttons ---*/

/*Top sidebar subscribe*/
div.subscribe input#feed-submit{vertical-align:bottom;color:#004276;font:bold 11px arial,sans-serif;background:#FFF;border-top:1px solid #CCC;border-right:2px solid #CCC;border-bottom:2px solid #CCC;border-left:1px solid #CCC;padding:3px 4px}
div.sidebarsocial{margin:15px 0 10px 15px}
div.subscribe label{color:#333}
.googads{padding:20px;0 20px 20px}
/*Top sidebar subscribe*/

/*Tabbed Widget Version 2.0*/
.tabbedwidget {
margin-top: 3em;
background: #eee;
padding: 5px;
padding-top: 10px;
border: 1px solid #ddd;
}

.tabnav {
margin-bottom: 10px;
}

.tabnav li {
display: inline;
list-style: none;
padding-right: 5px;
}

.tabnav li a {
background: #fff;
border: 1px solid #0262A5;
padding: 4px 6px;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background: #e6eff8;
color:#004276;
border: 1px solid #0262A5;
}

.tabdiv {
margin-top: 2px;
background: #fff;
border: 1px solid #ccc;
padding: 7px;
}

.tabdiv li {
list-style: none;
margin-bottom: 0.667em;
}

.ui-tabs-hide {
display: none;
}
/*Tabbed Widget Version 2.0*/

.custom .teaser { text-align: justify; }
li.tab a {text-transform: capitalize;}
li.cat-item a {text-transform: capitalize;}
