/*
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/
*/

/* - - - - - - - main layout  - - - - - - - */
body { font-family: 'lucida sans unicode', 'lucida sans', arial, sans-serif; }

a {
color: #c70202;
}

a:hover {
color: #000;
text-decoration: underline;
}

.custom #container { width: 100%; margin: 0 auto; padding: 0; min-height: 1000px;
background: url('/wp-content/themes/thesis_15/custom/images/bodybg.gif') repeat;}

.custom #page { width: 760px; min-height: 1000px;
background: url('/wp-content/themes/thesis_15/custom/images/containerbg.gif') repeat-y top left; 
position: relative; margin: 0 auto; padding: 0; }

.custom #content_box {
background: none;
margin: 0;
padding: 0;
}

.custom #content {
margin: 0;
padding: 0 0 0 30px;
width: 470px;
margin: 0;
}

.custom #sidebars {
float: left;
width: 208px;
padding: 20px 0 40px 35px;
font-family: arial, helvetica, sans-serif;
border: 0;
}

.custom #header { 
border: 0;
width: 1017px;
margin-top: 0;
margin: 0;
padding: 0;
}

.custom #header_area .page {
position: relative;
}

.custom #header, #header #logo { 
padding: 0px;
margin: 0 auto;
display: block; 
width: 760px; 
background: url('/wp-content/themes/thesis_15/custom/images/header.gif') no-repeat; 
height: 187px;
text-indent: -9999px;
}

.custom #footer_area {
margin: 0;
padding: 0;
border: 0;
clear: both;
}

.custom #footer {
margin: 0;
padding: 0;
border: 0;
clear: both;
}

/* - - - - - - - NAVIGATION  - - - - - - - */
.custom ul#tabs{
position: absolute;
z-index: 2000;
top: 154px;
left: 20px;
width: 100%;
text-align: center;
border: 0;
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
}

.custom ul#tabs li {
float: left;
background: none;
border: 0;
font-size: 14px;
font-weight: normal;
padding: 0 70px 0 0;
margin: 0;
}

.custom ul#tabs li a {
color: #635341;
padding-right: 0;
margin-right: 0;
}

.custom ul#tabs li a:hover {
color: #df0000;
}

.custom ul#tabs li.current_page_item a{
border: 0;
}

.custom ul#tabs li.current_page_item a:hover{
text-decoration: underline;
}

ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
border: 0;
}

ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover {
text-decoration: none;
}

li.rss {
text-indent: -9999px;
position: absolute;
right: -30px;
top: -4px;
}


/* - - - - - - - SIDEBARS  - - - - - - - */
.custom .sidebar {
padding: 0;
margin: 0;
}

.custom .widget_box {
margin: 0;
padding: 0;

}

.custom .widget {
margin: 0;
padding: 0;
}

.custom ul.sidebar_list {
margin: 0;
padding: 0;
}

.post {
margin: 0;
padding: 15px 0 0 0;
}

.post_box, .teasers_box {
margin: 0;
}

.custom ul.sidebar_list ul {
padding: 0 0 18px 0;
text-align: center;
font-size: 12px;
margin: 0;
}

.custom ul.sidebar_list ul li{
padding: 0 0 12px 0;
margin: -9px 0 0 0;
font-size: 12px;
font-family: 'lucida sans unicode', 'lucida sans', sans-serif;
}

.custom ul.sidebar_list ul li a{
color: #c70202;
text-decoration: underline;
}

.custom ul.sidebar_list ul li a:hover {
color: #000;
}

/* - - - ENTRY TEXT  - - - */

.custom .format_text {
font-size: 13px;
font-family: 'lucida sans unicode', 'lucida sans', arial, sans-serif;
}

.custom p a.more-link {
text-align: center;
display: block;
}

.custom a.more-link:hover {
text-decoration: underline;
}

.custom .entry-content{
padding-bottom: 10px;
border-bottom: 1px dotted #e2d9b3;
margin-bottom: 10px;
}

.custom .post {
border: 0;
}

.custom .headline_meta {
text-align: center;
padding-top: 3px;
text-transform: uppercase;
font-style: italic;
color: #7d7d75;
font-size: 9px;
font-family: 'lucida bright', georgia, times, serif;
}

.custom .headline_meta span {
text-align: center;
text-transform: uppercase;
font-style: italic;
color: #7d7d75;
font-size: 9px;
font-family: 'lucida bright', georgia, times, serif;
}

.custom .headline_meta abbr {
text-align: center;
text-transform: uppercase;
font-style: italic;
color: #7d7d75;
font-size: 9px;
font-family: 'lucida bright', georgia, times, serif;
}

.custom #archive_info {
padding: 24px 0 12px 0;
border-bottom: 1px dotted #e2d9b3;
}

/*---:[ Hide closed comment notice on single post pages]:---*/

.comments_closed p  { display: none; }

/*---:[ Hide link to comments/closed comment notice on excerpts]:---*/

.format_text .to_comments  {display: none; }  

.custom.home .headline_area {
display:none;
margin: 0;
padding: 0;
height: 1px;
}

/* - - - HEADERS   - - - */

.custom h1.entry-title {
text-align: center;
color: #b59a7c;
font-family: 'lucida bright', georgia, times, serif;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
padding-top: 20px;
background: url('/wp-content/themes/thesis_15/custom/images/icon-squares.gif') no-repeat 50% 0;
}

.custom h2.entry-title {
text-align: center;
color: #b59a7c;
font-family: 'lucida bright', georgia, times, serif;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
padding-top: 20px;
background: url('/wp-content/themes/thesis_15/custom/images/icon-squares.gif') no-repeat 50% 0;
}

.custom h2.entry-title a{
color: #b59a7c;
}

.custom .widget h3 {
background: url('/wp-content/themes/thesis_15/custom/images/graphic-header.gif') no-repeat 50% 100%;
text-align: center;
font-style: normal;
text-transform: uppercase;
font-family: 'lucida bright', georgia, times, serif;
color: #87623a;
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
padding-bottom: 15px;
margin-bottom: 0;
}

/* - - - COMMENTS - - - */

.custom #respond_intro {
margin: 0;
padding: 0;
}
.custom #respond_intro p {
padding-bottom: 10px;
border: 0;
margin-bottom: 10px;
padding-left: 0;
margin-left: 0;
}

.custom #commentform {
border: 0;
padding: 0;
margin: 0;
}

.custom .prev_next {
border: 0;
padding: 0 0 20px 0;
border-top: 1px dotted #e2d9b3;
margin: 0;
}