/*
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: url('http://gilhalefic.com/wp-content/themes/thesis_16/custom/images/lightbg.jpg');
}


.custom #container {
    margin-top: 0.2em;
    margin-bottom: 0em;
    padding: 0.0em;
border-left: 2px solid #575757;
border-right: 2px solid #575757;
border-bottom: 2px solid #575757;
}

.custom #page {
    background: #fff;
}

/*---:[ core layout elements ]:---*/
.custom #header { 
border-bottom: none; 
clear: both; 
margin-left: -11px;
margin-top: -27px;
}

.custom	#column_wrap { float: left; }
	.post_box, .teasers_box { border-top: 2px dotted #575757; clear: both; }

.custom	.teasers_box .post_box { margin: 0; border-top: none; clear: none; }
		.custom .teaser { float: left; }
		.custom .teaser_right { float: right; }
	.top { border: none !important; }
		.custom #sidebars { border-style: none; border-color: #575757; }
		.custom	#sidebar_1 { border-style: none; border-color: #575757; }


#footer { color: #efefef; background: #D9E5F9; border-top: 1px solid #575757; text-align: right; clear: both; }


/*---:[ nav menu styles ]:---*/
.custom #tabs 
{ 
list-style: none; 
border: 2px solid #575757; 
border-width: 0 0 2px 0px; 
background: #D9E5F9;
padding-top: 30px;
margin-top: -30px;
}
	#tabs li { 
margin-bottom: -0.2em; 
padding-top: 1em;
padding-bottom: 1.2em;
background: url('http://gilhalefic.com/wp-content/themes/thesis_16/custom/images/darkbg.jpg');
border: 1px solid #575757; 
float: left; 
margin-right: 1px;
margin-left: 9px;
width: 166px;
height: 25px;
text-align: center;

}
	#tabs .current_page_item, #tabs .current-cat {padding-bottom: 1.1em; background: url('http://gilhalefic.com/wp-content/themes/thesis_16/custom/images/lightbg.jpg');}
		#tabs a { display: block; line-height: 1.2em; color: #192233; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
		#tabs a:hover { color: #192233; text-decoration: underline; }
		#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
	#tabs .rss { padding-right: 0; float: right; }
		#tabs .rss a { padding-right: 15px; background: #efefef; border-left: 2px solid #575757; border-top: 2px solid #575757; padding-bottom: 9px; border-bottom: 0;}

/*---:[ sidebar styles ]:---*/
.sidebar a:hover { text-decoration: underline; }
ul.sidebar_list { list-style: none; }
	li.widget { width: 100%; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ul { list-style: none; }
			li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
		li.widget .widget_box 
{ background: #fff; 
border-style: solid; 
border-color: #ddd; 
}

/*---:[ headlines and bylines ]:---*/
h1 { font-weight: bold; text-align: center; border-bottom: 1px solid #192233;}
h2, h6 { font-weight: normal; }
h3, h4, h5 { font-weight: bold; }
.custom h3 { font-size: 16px;}
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { text-transform: uppercase; font-variant: normal; letter-spacing: 1px; color: #222; }
	h1, h2, h3 a { color: #192233; }
	h2, h3 a:hover { color: #2361a1; }


		

/*---:[ horizontal dropdown nav menu structure ]:---*/
.menu { position: relative; list-style: none; z-index: 50; }
	.menu li { position: relative; float: left; }
		.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
			.menu ul li { clear: both; }
		.menu a { display: block; }
	.menu table { position: absolute; left: 0; border-collapse: collapse; }
		.menu table table { top: 0 !important; }
		.menu ul ul { position: absolute; top: 0;}
	.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
	.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }

/*---:[ nav menu styles ]:---*/
.menu, .menu a, .menu ul li  { border: none;}
.menu { border-bottom: 1px solid #B1B4BB;}
.menu li { border-top: 1px solid #B1B4BB; border-bottom: 1px solid #B1B4BB; border-bottom; border-right: 1px solid #B1B4BB; border-bottom }
	.menu a { text-transform: uppercase; letter-spacing: 2px; }
	.menu .current > a, .menu .current-cat > a { cursor: text; }
		.menu .rss { float: right; }
		.menu .rss a, .menu .rss a:hover { padding-right: 16px; background: url('lib/images/icon-rss.gif') 100% 50% no-repeat; border: none; }
		.menu .rss a:hover { text-decoration: underline; }

