/*
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 { font-size: 10px; background:url(images/background-image.jpg); background-repeat:repeat-x; background-position:center top; background-color:#e1ded2;}

.format_text {padding-right:25px; margin-top: -15px; }

.format_text h3 {text-transform:uppercase;}

.headline_area h2{ text-transform:uppercase; font-family:"Times New Roman", Times, serif; color:#3b2419;}
.headline_area h1 {text-transform:uppercase; }

#title { text-transform:uppercase;}

/*---:[ horizontal dropdown nav menu structure ]:---*/
.menu { position: relative; list-style: none; z-index: 50; float:left; width:100%; padding-left:8px; padding-top:10px;  }
	.menu li { position: relative; float: left;  }
		.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
			.menu ul li {  }
		.menu a { display: block; border:none; }
	.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; }

/*---Top Menu --*/
.menu-top-nav-container {float:right; width:100%; height:43px; background:url(images/topnav-backgrnd.jpg); background-repeat:repeat-x;  }
.menu-top-nav-container .menu { background:url(images/topnav-backgrnd.jpg); background-repeat:repeat-x;  }
#menu-top-nav {float:right; margin-top:-4px;}
.menu-top-nav-container #menu-top-nav li a{ color:#eeece4; font-family:Arial, Helvetica, sans-serif; font-size:11px; float:right;}
.menu-top-nav-container #menu-top-nav li a:hover{ color:#666;}
.menu-top-nav-container #menu-top-nav li {float:right;}

/*---:[ nav menu styles ]:---*/
.menu-custom-nav-container { width:980px; float:left; background:url(images/nav-background.jpg); background-repeat:no-repeat; height:42px;  }

.menu, .menu a, .menu li ul {  }
	.menu a { text-transform: uppercase; letter-spacing: 2px; }
	
		.menu .rss { float: right; }
		.menu .rss a, .menu .rss a:hover { padding-right: 16px; border: none; }
		.menu .rss a:hover { text-decoration: underline; }

.custom .menu li a{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
	background-color: transparent;
	
}

.custom .menu li a:hover{
	color:#f9b36c;
	background-color: transparent;
	
}

.custom .menu li.current-cat a, .custom .menu li.current_page_item a {
  background-color: #transparent;
  color:#f9b36c;
}

#content_box {
	padding-left:10px;
	
}

#content_box {
	background:url(images/content-background.jpg);
	background-repeat:repeat-y;
	width:980px;
	min-height:600px;
	}
	
	
#archive_intro {
	width:600px;
}
#archive_intro h1{
	color:#d48a27;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:2px;
	text-transform:uppercase;
}
.entry-title {
	text-transform:uppercase;
}

.custom .mymmbox {
width: 965px;
height: 230px;
background:url(images/main-image.jpg);
background-repeat:no-repeat;
margin-left:-2px;
background-color:#FFF;
border-bottom:6px solid #FFF;

}

#sidebars { 
	margin-top: 235px;
	background-color:#eeece4;
	width: 302px;
	float:left;
	}
	
#sidebars h3 { font-size:16px; font-family:"Times New Roman", Times, serif; border-bottom: 1px dotted #845a33;}	
	

	
/*Header Ads*/
#headerAds_setup {
	float:left;
	width:980px;
	text-align:right;
	z-index:1000;
	position:relative;
	padding-top:14px;
}

.header_items img {
	padding-left:10px;
}



/***FOOTER widjet
#footer h3{ font-family:"Times New Roman", Times, serif; size:16px; !important color:#FFF; text-transform:uppercase;}
#footer li {list-style:none; }
.custom #footer_area, #footer_area .page{background: #3b2419; margin:0 auto; padding:15px;}
.custom #footer_area {color: #ccc; padding-top: 0em; text-align:center; background-color:#3b2419;}
.custom #footer {border:none; text-align:center; }
.custom #footer a:hover {color: #fff; text-decoration: none; }
.custom #footer_1 {text-align:left;  }
.custom #footer_1 ul.sidebar_list li.widget {text-indent:0; color: #fff; width:23%; margin-right:0%; float:left;}
.custom #footer_1 ul.sidebar_list li.widget h3 {text-indent:0; padding-top:0.2em; padding-bottom:4px;}
.custom #footer_1 ul.sidebar_list li.widget a {color: #fff; border-bottom:0; padding:0.2em;}
.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#ccc; padding:0.2em;}
FOOTER END***/

/*FOOTER CUSTOM.CSS */



#footer a { font-size:10px; color:#FFF; border:none; }

#footer a:hover { color:#999; }

.custom #footer_area, #footer_area .page{background: #3b2419; margin:0 auto; }

.custom #footer {
background: #3b2419;
padding:0em;
text-align:center;
width:100%;
border:none;
}

/* footer widget area setup */
#footer_setup {
background: #3b2419;
padding:1.5em;
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: 14px;
text-transform: uppercase;
letter-spacing: 0px;
color: #eeece4;
padding-bottom: 3px;
margin-bottom: 3px;
padding-top:6px;
font-family:"Times New Roman", Times, serif;
}



/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
font-size:1.4em;
line-height:1.2em;
}

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

#footer .textwidget { color:#FFF;}



/*//////////////////////////end footer///////////*/

.menu-header ul{
  margin:0 auto ;
  float:inherit;
  width:960px;
 }
	
.custom .comments_closed p {display: none ;}
	
	
