/*
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{ background:url(images/body_bg.jpg) repeat-x #EEEEF0; font-family:Arial, Helvetica, sans-serif; color:#000; margin:0px; padding:0px;}

.slideshowlink { display: none; }
.ngg-galleryoverview { margin-top: 0; }

.custom .clear{clear:both; font-size:0px; margin:0px; padding:0px; line-height:0px;}
.custom a{ color:#700002;}

.custom #wrapper{width:100%; padding:0px; margin:0px auto;}
.custom #container{ width:993px; margin:0px auto; }
.custom #page{ background:url(images/page_bg.jpg) repeat-x #F7D69F; margin:0px auto; padding:0 0 15px 0; width:993px; border:0px solid #00FF00; }
.custom #header{ border:0px; padding:0px; margin:0px auto; width:993px; }
.custom .whiteText{font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:12px;}
.custom #cu3er-container {width:940px; outline:0;}

.custom ul.menu{height:51px; border:0px; background:url(images/menu_bg.jpg) repeat-x; width:993px; margin:0px auto; margin-bottom:10px;}
.custom ul.menu li{padding:0px  25px 0 15px; border:0px; margin:0px 0 0 0; background:url(images/nav_separator.png) right 0 no-repeat; height:51px;}
.custom ul.menu li a{ text-align:center; font-family: Georgia, Arial, Helvetica, sans-serif, Verdana; font-size:15px; font-weight:bold; color:#F2D09A; text-decoration:none; letter-spacing:0px; padding:0px; text-transform:uppercase; border:0px; line-height:51px; background:none;}

.custom .menu .current ul a, .custom .menu .current-cat ul a { color: #fff; background:none; }
.custom .menu .current ul a:hover, .custom .menu .current-cat ul a:hover, .custom .menu .current-parent a:hover { color: #fff; background:none; }
.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover { color: #fff; background:none; }
.custom .menu .current-parent > a, .custom .menu .current-cat-parent > a { color: #fff; background:none; }

.custom ul.menu li ul {margin:0px; padding:0px; background:none; border:none; width:220px;  }
.custom ul.menu li ul li{padding:0px; border:0px; margin:0px 0 0 0; background:none; border:none; height:30px;  width:220px; display:block; float:none; border:1px solid #34517B;}
.custom ul.menu li ul li a{margin:0px 0 0 0; background: #5390C9; border:none; padding:5px 10px; line-height:20px; text-align:left; display:block; width:200px;  border-bottom:1px solid #34517B;}
.custom ul.menu li ul li a:hover{background: #5390C9; color:#FFFFFF;}
.custom .menu li:hover ul, .custom .menu a:hover ul, .custom .menu :hover ul :hover ul, .custom .menu :hover ul :hover ul :hover ul { visibility: visible; top:32px; left:0px;  border:none; background:none; }
.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden;  border:none; background:none; }

.custom #content_box { width: 965px; background:none; margin:0px auto; border:0px solid #00FF00; padding:0px;}
.custom #content {border:0px solid #00FF00; width:706px; background:url(images/content_bg.jpg) repeat-x #FFF0D5; border:1px solid #D7B57E;}
.custom .post_box{padding:10px; margin:0px;}
.custom #content .headline_area {margin:0 0 10px 0; padding:0 ;}
.custom .format_text{padding:0px;}
.custom #content .headline_area h1{ font-size:20px; color:#fff; font-weight:normal; text-transform:uppercase; background:#700002; font-family:Georgia; padding:5px; }
.custom #content .headline_area h2{ font-size:20px; color:#fff; font-weight:normal; text-transform:uppercase; background:#700002; font-family:Georgia; padding:5px; }
.custom #content .headline_area h2 a{ font-size:20px; color:#fff; font-weight:normal; text-transform:uppercase; background:#700002; font-family:Georgia; padding:5px; }
.custom #content .format_text h1{ font-size:20px; margin:0;  font-weight:normal;}
.custom h3{ font-size:18px; color:#fff;  font-weight:normal;  text-transform:normal; background:#C1944C; padding:5px; font-family:Georgia;}
.custom .headline_meta {display:none;}
.custom .comments_closed {display:none;}
.custom #comments{margin:0px; padding:0px;}

.custom .teasers_box{width:706px;}
.custom .teaser{width:340px;}
.custom .to_comments span{color:#700002;}
.custom .to_comments a:hover{color:#700002; text-decoration:none;}
.custom .comments_intro span{color:#700002;}
.custom .entry-title {font-size:18px;}
.custom #content span {color:#700002;}

.custom #sidebars {border:0px solid #00FF00; width:251px; margin:0px; padding:0px 0 0 0;}
.custom .sidebar ul.sidebar_list { padding:0px 0 0 0; margin:0px;  }
.custom .widget { padding:0px; margin:0 0 10px 0;  }
.custom .widget h3 {font-size:18px; color:#700002; padding:0; font-variant:normal; letter-spacing:normal; margin:0 0 10px 0; font-weight:bold; text-transform:normal; background:none; font-family:Georgia;}

.custom #sidebars .thesis_widget_search {background:#700002; padding:5px;}
.custom #sidebars .thesis_widget_search h3 {color:#FFFFFF;}
.custom #search{ width:241px}


.custom #footer{ background:url(images/footer_bg.jpg) repeat-x; margin:25px 0 10px 0; padding:0px; border:0px; text-align:center; color:#700002;}
.custom #footer a{ border:none; text-decoration:none; color:#700002;}

/* ==================================== footer page ===================================== */
.custom #footer_page ul{ float:left; list-style:none;}
.custom #footer_page ul li{ float:left; padding:0 8px 0 8px; text-decoration:none; border-right:1px solid #700002; margin-bottom:5px; font-weight:bold;}
.custom #footer_page ul li a{ text-decoration:none; color:#700002; border:none; font-size:12px; text-decoration:none; font-weight:bold;}

.custom #footer_copy{ color:#700002; font-weight:bold; font-size:12px; }

.custom #cmg1
{
	background: url(images/cmg_signup.png) no-repeat;
	width: 74px;
	height: 27px;
	border: 0px;
}

.custom #cmg_email
{
	height: 29px;
	width: 195px;
	border: 1px solid #D7BA8B;
	background-color: #F8E1BD;

}

.custom #sbtn
{
	padding: 5px 0 0 37px;
}

.custom #footer_blog { list-style: none; float:left;}
.custom #footer_blog li { color: #700002; font-size:12px; padding:0 0 8px 0;}
.custom #footer_blog li a{ color: #700002; font-size:12px; font-weight:bold;  border:none; text-decoration:none;}