/*
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/
*/
.moon {
width:1036px;
margin:0 auto;
height:58px;
background:url(images/moon2.gif) no-repeat 782px bottom;
}
.custom #content_box {
background:#FFF;
}
.custom #header_area .page,
.custom #content_area .page,
.custom #footer_area .page {
background:#ECEAEB;
}
.custom #header_area {
background:url(images/bgRock.jpg) no-repeat center top;
}
.custom #header_area .page {
width:980px;
padding:10px;
border:solid 8px #462e3c;
border-bottom:0px;
}
.custom #content_area .page {
width:980px;
padding:0px 10px 10px 10px;
border:solid 8px #462e3c;
border-bottom:0px;
border-top:0px;
}
.custom #footer_area .page {
width:980px;
padding:10px;
border:solid 8px #462e3c;
border-top:0px;
}
.custom #header_area .page #header {
padding:0px;
margin:0px;
height:257px;
overflow:hidden;
}

.custom .nav1,
.custom .nav1 ul,
.custom .nav1 li,
.custom .nav2,
.custom .nav2 ul,
.custom .nav2 li {
border:0px !important;
padding:0px !important;
margin:0px !important;
}
.custom .nav1 {
background:#462e3c;
padding:8px 8px 0px 8px !important;
}
.custom .nav2 {
background:#462e3c;
padding:0px 8px 8px 8px !important;
}
.custom .nav1 li a {
border:0px !important;
font-size:11px !important;
padding:4px 16px !important;
background:#000 url(images/bgNav1-1.jpg) no-repeat right top !important;
}
.custom .nav2 li a {
border:0px !important;
font-size:12px !important;
padding:4px 12px !important;
background:#000 url(images/bgNav1-1.jpg) no-repeat right top !important;
}
.custom .rssBx {
text-align:right;
padding:14px 54px 14px 0;
font-size:18px;
background:url(images/RSS-48.png) no-repeat right bottom;
}
.custom .rssBx a {
color:#FF8900;
}
#sidebar_1 .sidebar_list #text-5,
#sidebar_2 .sidebar_list #text-3 {
background:#333 !important;
margin:0 -10px 380px -10px !important;
padding:10px 10px 10px 10px !important;
}
#sidebar_1 .sidebar_list #text-5 h3 {
color:#fff;
}
#sidebar_2 .sidebar_list #text-3 h3 {
display:none;
}
.custom #sidebar_2 .sidebar_list #text-3 .optinBx {
background:#fff url(images/bgOptin.jpg) no-repeat;
height:142px;
padding:236px 10px 0 10px;
}
.custom #text-3 .optinBx input {
margin:0px;
}
.custom #text-3 .optinBx .txB {
padding:2px 0 0 0;
width: 180px !important;
margin-bottom:5px;
font-size:12px;
height:18px;
}
.custom #text-3 .optinBx .txS {
text-align:center;
margin-bottom:0px;
}
.custom #sidebars {
position:relative;
}
.custom #text-3 .optinBx div {
padding:0px;
line-height:normal;
color:#fff;
font-family:times new roman;
font-size:13px;
font-weight:bold;
margin:0px;
}
.custom #sidebars .twitBx {
width:440px;
height:250px;
position:absolute;
top:850px;
}