/*
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-color: #68A9DE  }
.custom #container { width: 89.8em;background-color: #68A9DE }
.custom #page { padding-right: 0em; padding-left:0em; padding-top:0em; padding-bottom:0em;  margin-top:3em}
.custom #content_box { width: 100%; background-image:none }
.custom #content {width: 62.3em;}
.custom #header{padding-top:0em;  padding-left:0em;padding-bottom:0em;border:none;padding-right: 0em}

/* extended footer */

#footer_extend1 {padding-left:1em;font-size:12px;}
/* side bar settings */

#sidebars { width: 25.7em; border: 0; float: right; padding-top:5em;}
				#sidebar_1 { width: 21.7em; border-width: 0 0 0 0; float: left; clear: left; }
				#sidebar_2 { width: 21.6em; float: left; }
/* navigation bar settings */
.menu a { letter-spacing:0.3px;}
.menu li  {  border-right:1px solid #000000; }

.menu ul li{border-top:1px solid #7BB9CC;width:19.5em;  border-right:none; }
/* ----*/
.menu a {font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:15px;
padding:5px 30px;}


.menu ul a {
border-left-width:0.091em;
width:11.318em;


font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:22px;
text-transform:none;




text-align:left;

border-right:none

}
.menu { border-width: 0 0 0.1em 0.1em; background-image:url(images/navigatonBg.gif);
top:-8.1px;
}
.menu li {
margin-bottom:0em;
}

.menu, .menu a, .menu li ul { border:none; }
/*---:[ nav colors ]:---*/
.menu, .menu a, .menu li ul { border-color: #ddd; }
.menu .current a, .menu .current-cat a { border-bottom-color: #fff; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a { border-bottom-color: #ddd; }
.menu a, .menu .current ul a, .menu .current-cat ul a { color: #FFF; background-image: url(images/navigatonBg.gif); font-weight:bold; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #FFF; background-image:url(images/navigatonHover_M1.gif); font-weight:bold; }
.menu .current a{ color: #FFF; background-image:url(images/navigatonBg.gif); font-weight:bold; }
.menu .current-parent > a, .menu .current-cat-parent > a { color: #FFF; background:transparent none repeat scroll 0 0; }


/* -----*/
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a {  background-image:url(images/nav_child.gif); color: #666;}
.menu ul li a{ background-image:url(images/nav_child.gif); color: #666;}
.menu .current-cat a, .menu .current-cat a:hover{background-image:url(images/nav_child.gif); color:#666; font-weight:normal} 
/* -------- nav ----*/
.menu .current-cat > a { cursor: text;background-image:url(images/nav_child.gif); }

/*-------footer settings----------------*/

#footer {
padding:0em;
border:none;
color:#0A3F6B;
background-color:#68A9DE ;
}

#footer
p {
color:#0A3F6B;
font-size:12px;

}
#footer a{
	color:#0A3F6B;
	border-bottom:none;}

/* extended footerb*/
#extend_foo{color:#FFFFFF;
float:left;
font-size:16px;
font-weight:bold;
margin:0;
padding:0 0 10px;
text-transform:uppercase;
width:90%;
padding-left:1em;
}
#extend_foo_read a{
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:12px !important;
padding-left:1em;
color:#FFF; font-weight:700; text-transform:uppercase;
}
.headline_area h1,.headline_area h2{
	display:none;
}
.comments_closed p {
	display:none;
}

.headline_meta span {
	display:none; }

/* aweber settings */
.fontBig {
color:#00AEF0;
font-size:24px;
}
#sidebar_1 li.widget_aweber form{
	background:transparent url(images/rightBlockBg.gif) no-repeat scroll left top;
	padding:10px;
	width:173px;

}
#sidebar_1 li.widget_aweber h3 {
display:none;
}
td.aweber_msg {
color:#47484A;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
}

