/*
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/
*/



/* background and frame */

body.custom { background: url(http://i944.photobucket.com/albums/ad285/tattertots06/bckgrd/soft_neutral.jpg); }

.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #FFFFFF; border: 0.4em solid #FFFFFF; }

.custom #page { background: #fff; }

.custom #content_box {background-color:#FFFFF;}
.custom #content {background-color:#fff;}

.custom .dropcap {}
.custom .dropcap {
color: red;
float: left;
font-size: 4.8em;
margin: .3em .2em .1em 0;
}

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div { background: #E8D9BA; }

.custom .comment-reply-link { background: #F0EEC2; padding: 0.4em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.custom .menu { padding: 0 1.1em; font-weight: bold;}
.custom #header { padding-top: 0; }
.custom #footer { padding-bottom: 0;}

.custom #logo {background-image: url('images/logo10.gif'); 
background-repeat: no-repeat; width: 982px; height: 157px; text-indent: 
-9999px; }

.custom #logo a {width: 986px; height: 157px; display: block; outline: 
none;}

.custom .menu li {
        margin-right: 1em;
}

add_custom_background();

add_theme_support('menus');
register_nav_menu('primary', 'Primary Navigation');
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_before_header', 'new_menu');
function new_menu() {
   	wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) );
}

/* Nav Search */
.custom ul.menu li.nav_right {
float:center;
font-size:10px;
height: 22px;
letter-spacing:1px;
overflow:hidden;
text-transform: uppercase;
}

.custom ul.menu li.search {
background-color: #ECE5CE;
border-bottom:none;
height:25px;
margin-bottom:0;
}

.custom ul.menu li.search input {
background-color: #ECE5CE;
border:1px solid #D3B56F;
color:#111111;
font-size:10px;
height:18px;
letter-spacing:1px;
padding:4px 10px 0 22px;
text-transform: uppercase;
width:125px;
}

/*-----archives-----*/
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}
}

add_custom_background();

add_theme_support('menus');
register_nav_menu('primary', 'Primary Navigation');
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_before_header', 'new_menu');
function new_menu() {
   	wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) );
}

/* SAVE THIS IN CUSTOM.CSS FILE */
.custom .teaser {width: 100%; margin-top: 0.25em; padding-top: 0.25em; text-align: justify;}
.custom .teasers_box {padding-top: 0; padding-bottom:0; border-top: 0;}
.custom #teaserlinkscontainer {margin-top:0px;}
.custom #teasermenu {height: 30px;}  
.custom #teasermenu , .custom .teasermenu ul {padding: 0; margin: 0; list-style: none; line-height: 1; border-width: 0.5em 0.5em 0.5em 0.5em;}
.custom #teasermenu ul {float: left; list-style: none; margin: 0px 0px 0px 0px; padding: 0px;}
.custom #teasermenu li {float: left; list-style: none; margin: 0px; padding: 0px;}
.custom #teasermenu ul li {list-style: none; margin: 0px; padding: 0px;}
.custom #teasermenu a, .custom #teasermenu li ul {border-color: #D3B56F;}
.custom #teasermenu li a, .custom #teasermenu  li a:link {color: #382112; background: #E1D1AD; display: block; font-weight: bold; margin: 5px 5px 5px 5px; padding: 5px 5px 5px 5px; text-decoration: none;  font-size: 13px; font-family: Arial, Helvetica, sans-serif; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.custom #teasermenu li a:hover {color: #FFFFFF; background: #E1D1AD; display: block; margin: 5px 5px 5px 5px; padding: 5px 5px 5px 5px; text-decoration: none; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;} 
.custom #teaserempty {width: 100%; margin-top: 0.5em; margin-bottom: 0.5em;} 
.custom #teaserline {width: 100%; margin-top: 0.5em; margin-bottom: 0.5em; border-top: 1px solid #D3B56F;} 
.custom #teasermenu li p{color: #000000; background: #E1D1AD; display: block; width: 100%}

.custom #content li {padding-bottom:10px;}

.custom h3 { background:url(images/sidebar2.png) ; color:#382112; padding:0.3em 0; text-align:center;}

/*Tabbed Widget Version 2.0*/
.tabbedwidget {margin-top: 3em; background: #E1D1AD; padding: 5px; padding-top: 10px; border: 1px solid #D3B56F; font-size: 125.5%;}
.tabnav {margin-bottom: 10px;}
.tabnav li {display: inline;list-style: none; padding-right: 5px; }
.tabnav li a {background: #ECE5CE; border: 1px solid #D3B56F; padding: 4px 6px; }
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {background: #ffffff; border: 1px solid #d3d3d3; }
.tabdiv {margin-top: 2px; background: #ffffff; border: 1px solid #D3B56F; padding: 7px; }
.tabdiv li {list-style: none; margin-bottom: 0.667em; }
.ui-tabs-hide {display: none;}
