/*
File:			themes/custom-theme.css
Description:	USER Custom styles for Thesis Play
Author:			2010 Matt Hodder (www.matthodder.com)
Notes:			To use this theme, select Custom with the theme dropdown under ThesisPlay options. Use this if you don't want to ruin any of the other theme files and have your own selectable styles.
*/

/* Header */
#header_area { background: #401F16;  
border-bottom:1px solid #401F16;
height:150px; /* WAS 230 */
padding-bottom:1px;

}

/* Navigation area */

#navigation_area {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#401F16 url(images/bg-nav.png) repeat-x scroll center bottom;
height:40px;  /* WAS 50 */
}

#navigation_area ul.menu li {
border-right:1px solid #401F16;
height:40px; /* WAS 33 */
}

#navigation_area ul.menu li.tab-home {
border-left:1px solid #401F16;
}


/* Widget Footer */
#widget_footer_area { background: url(../images/bg-widget-footer.png) top repeat-x #401F16; }

/* Footer bar */
#footer_area {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CA3F00;
height:50px;
}
/* Buttons */
.teaser_link, .format_text .read-more, #commentform #submit, .bypostauthor span.avatar, dl#comment_list dd p.reply a { background: #401f16; }
#navigation_area ul.menu .rss a { background: url(images/icon-rss.png) right no-repeat; }
#navigation_area ul.menu .rss a:hover { background: url(images/icon-rss.png) right no-repeat; }

/* Links */
a { color: #401f16; }

/* sidebar widgets */

.sidebar_list .widget h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#401f16 url(images/bg-footer.png) repeat-x scroll center top;
border:1px solid #401f16;
color:#FFFFFF;
font-weight:bold;
line-height:normal;
padding:10px;
text-shadow:1px 1px #401f16;
}

/* respond intro */

#respond_intro {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#401f16;
border:1px solid #401f16;
color:#FFFFFF;
font-weight:bold;
line-height:normal;
margin-left:0;
margin-top:0;
padding:1em;
text-shadow:1px 1px #1B1B1B;
}


/* body changes */
body {
background-color:#CA3F00;
}

body {
color:#CA3F00;
}

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#111111;
}

.comments_intro p {
color:#ffffff;
}


