/*
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 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#2e4d4d url(images/bg.png) repeat fixed 0 0;
}

.custom #content_box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../lib/images/dot-ddd.gif) repeat-y scroll 63.4em 0;
border-bottom:1px solid #DDDDDD;
width:100%;
}

.custom #container {
margin-top:20px;
margin-bottom:20px;
border:6px solid #500000;
}

/* HEADER */

.custom #header #tagline {
color:#111111;
font-weight:normal;
font-size: 10px;
line-height: 0px;
width: 0px;
}

.custom #header #logo a, .custom #header #logo a:visited {
color:#111111;
font-weight:normal;
}

.custom #header {
border-bottom:0 double #DDDDDD;
clear:both;
margin-top: -38px;
}

.custom #header #logo {
	text-indent: -9999px;
}

.custom #header #logo a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/cherylheader.png) no-repeat scroll 0 0;
float:left;
height:295px;
margin-bottom:0;
margin-left:-25px;
margin-top:-9px;
position:relative;
text-align:center;
width:990px;
}

.custom #header #logo {
padding-top: 3px;
}

.custom #header #logo a {
line-height: 10px;
color: #111111;
}

.custom #header #logo a, .custom #header #logo a:visited {
font-weight: normal;
color: #111111;
}

.custom #header #logo a:hover {
	color: #111111;
	text-decoration: none;
}

.custom #tagline {
background:transparent none repeat scroll 0 0;
text-indent: -9999px;
line-height: 0px;
margin-top: -5px;
width: 5px;
height: 5px;
}

.custom .menu {
border-bottom:1px solid #DDDDDD;
border-width:0 0 1px;
}

/*search box positioning*/

.custom #s {
float:none;
font-size:12px;
margin:10px 0 -10px 20px;
padding:9px;
position:static;
width:280px;
}

.custom input, .custom textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #2E4D4D;
font-size:10px;
width:140px;
}

/*sidebar titles*/

.custom .sidebar h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#500000 url(images/redgrad.png) repeat-x scroll 0 0;
color:#FFFFFF;
font-size:18px;
letter-spacing:1px;
line-height:19px;
margin:0px 0px 10px -7px;
padding:10px 3px;
text-align:center;
}

.custom #sidebar_1 {
border:0 none;
margin-left:15px;
}

/*--- :[ custom teasers ]: ---*/

.custom .teasers_box {
border:1px solid  !important;
border-color: #CCCCCC  !important;
background:#500000 url(images/bg.png) repeat scroll 0 0;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
margin-bottom:10px;
margin-left:3px;
margin-right:0;
padding:2.2em 0 2.2em 13px;
}

.custom .teaser {
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
background:#ffffff url(images/redgrads.png) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
margin-left:-7px;
margin-right:6px;
padding-left:8px;
padding-right:8px;
padding-top:6px;
width:279px;
}

.custom .teaser h2 {
font-size:20px;
line-height:1.375em;
}

/*
hides comments are closed statement
*/

.custom .comments_closed p {display: none ;}

.custom.to_comments {
display: none ;
}

/*
This styles the footer widgets
*/

.custom #footerwidgets div.col {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
background:transparent url(images/bg.png) repeat fixed 0 0;
float:left;
height:355px;
margin:12px 2px 10px 26px;
padding-left:0;
text-align:center;
width:280px;
}

.custom #footer p {
font-size:1.2em;
line-height:1.667em;
margin-bottom:15px;
}

#eabtnmap4 {
margin-left:55px;
}

.ea-widget-container {
margin-left:-7px;
width:290px;
}

/*
optinbox code
*/

#optinbox h3 {
background:transparent none repeat scroll 0 0;
padding-top:25px;
}

.sidebarbox1, #optinbox {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/optinbox.png) no-repeat scroll 10px 10px;
color:#111111;
font-size:15px;
height:200px;
line-height:25px;
margin-bottom:-20px;
margin-left:-18px;
margin-top:0;
padding:53px 12px 0 15px;
text-align:center;
width:100%;
}

#optinnote {
padding:0;
width:240px;
}