/*
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/
*/
.sflash {position: relative;
   left: -40px; top: -30px;}

.custom.hide_title .headline_area { display: none; }

body.custom  { background:url(images/body_bg_1.gif) repeat-x #FFFFFF; margin: 0px; padding:0px;}
.custom #container{ margin: 0px auto; padding:0px;  border:0px solid #FF0000; width:1000px; overflow:hidden; }
.custom #page{ margin: 0px auto; padding:0px;  border:0px solid #FF0000; width:1000px; overflow:hidden; background:none; margin-top:1px; }
.custom #header1{ background:url(images/header.gif) no-repeat; height:177px; position:relative;
top:-1px;}

.custom #header{ display:none;}


.custom #content_box_outer{background:url(images/page_bg.gif) repeat-y;}

.custom #content_box{ background:url(images/content_box.gif) no-repeat;}

.custom #content{border:0px solid #FF0000;overflow:hidden; width:580px; margin-left:10px;}

.custom #content h2 {color:#d71921}

.custom #content h1 {color:#d71921}

.custom #sidebars { border:0px solid #FF0000; width:356px; margin-right:15px;}

.custom #multimedia_box{margin-top:10px;}

.custom #custom_box, .custom #image_box, .custom #video_box {padding:0px; background:none; border:0px;}


.custom li.widget { font-size: 1.3em; line-height: 1.385em; background:url(images/widget_bg.gif) repeat-y; width:348px; padding:0 0 0 0 ; border:none;  color:#FFFFFF; margin:0px 0 20px 0; }

.custom #widget_bottom{ background:url(images/widget_bottom.gif) no-repeat 0 bottom; width:348px; padding:0 0 40px 0} 

.custom li.widget a {color:#FFFFFF; padding-left:15px;}
.custom li.widget h3{ font-family:Georgia; font-size:20px; color:#FFFFFF; padding-left:15px; padding-top:10px;}

.custom #footer{ background:url(images/footer_bg.gif) top no-repeat; border:0px; padding:50px 0 0 0; margin: 0 0 20px 0;}
.custom .text, .custom #footer a{ color: #000; font-family:Georgia; font-size:13px; text-decoration:none; border:0px;}
.custom #footer a:hover{ color: #02465E; font-family:Georgia; font-size:13px; text-decoration:none; border:0px;}

.custom .footer_menu{float:right;}
.custom #footer .page_item{float:left; list-style:none; display:inline; color: #02465E; padding:0 5px 0 5px; border-right:1px solid #457789;}


/*---:[ nav styles ]:---*/
.menu ul, .menu ul li { width: 15em;}
.menu ul ul, .menu :hover ul :hover ul { left: 14.9em; }
.menu li:hover ul, .menu a:hover ul { left: -0.1em; }
.custom .menu { border-width: 0 0 0.1em 0.1em; float:right; width:auto}

/*---:[ nav menu styles ]:---*/
.menu table { bottom: -0.1em; }
.nav, .menu li ul { border-width: 0 0 0.1em 0; }
.menu li { margin-bottom: -0.1em; }
	.menu li ul { margin-top: -0.1em; }
	.menu ul ul { margin-top: 0; }

.custom .menu a { font-size: 1.1em; line-height: 1.273em; padding:8px 0 0 0; border-width:0px; border-left-width: 0px; background: url(images/tab.gif) no-repeat; width:122px; text-align:center; height:35px; margin:0 2px 0 2px; color:#FFFFFF; }
.custom .menu a:hover { font-size: 1.1em; line-height: 1.273em; padding:8px 0 0 0; border-width:0px; border-left-width: 0px; background: url(images/tab.gif) no-repeat; width:122px; text-align:center; height:35px; margin:0 2px 0 2px; color:#FFFFFF; }

.menu ul a { width: 11.818em; border-left-width: 0.091em; }



.custom .vid { margin-left:25px;}

.newsletter {text-align:center;}

.encore {position: relative;
   left: 25px;}

.location{position: relative;
   left: 12px;}

.encoreproducts {position: relative;
   left: -10px; top: -175px;}

.specialmini {position: relative;
   left: -6px; top: 5px;}