/*
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: url('images/bkgmain.jpg') repeat;
}
.custom a{
        outline:none;
}
.topmargin{
	background: url(images/cleanblog.png) center repeat-x;
        height: 8px;
        margin: 0;
}
.customlogo{
        background: url(images/stamp.png) right no-repeat;
        height:140px;
        width:937px;
        margin:0 auto;
}
a.feintlogo{
        display:inline-block;
        width:200px;
        height:90px;
        margin:40px auto 0 50px;
        background:url(images/feintlogo.png) no-repeat;
}
a.feintlogo:hover{
        background:url(images/feintlogo.png) -1px 91px;
}
.custom h1, .custom h2, .custom h3, .custom h4, .custom h5, .custom h6{
	font-family:Georgia,serif;
}
.custom h1, .custom h2, .custom h3, .custom h4, .custom h5, .custom h6{
	color:#464646;
}
.custom h1 a, .custom h2 a, .custom h3 a, .custom h4 a, .custom h5 a, .custom h6 a{
        color:#464646;
        text-decoration:none;
        font-weight:normal;
}
.custom #page{
        padding:0;
        width:940px;
        background: url(images/mainpagebkg.png) repeat-y top right;
        margin-bottom:20px;
}
.custom #content{
        width:610px;
        padding:0 20px;
}
.custom .format_text{
        text-shadow:0 1px 0 #FFFFFF;
}
.custom #container{
        width:940px;
}
#content_area .page{

        border-top:1px solid #3f4041;
}
.custom #sidebars{
        width:285px;
}
.custom #sidebars a{
        color:#424242;
        text-shadow: 0 0 1px #fff;
}
.custom #header_area{
        height:52px;
}
#header_area .page{
        padding:0;
        width:940px;
}
.custom #header{
        padding:0;
}
.custom .menu{
        background: url(images/menubkg.png) no-repeat;
        height:47px;
        border:0;
        width:900px;
        padding:5px 20px 0;
        margin:0 auto;
        font-size:14px;
        font-weight:bold;
        text-shadow: 1px 1px 1px #000;
}
.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover{
       background:none;
       border:0;
       cursor:pointer;
       color:#dbdbdb;
}
.custom .menu a, .custom .menu .current ul a, .custom .menu .current-cat ul a {
       background:transparent;
       color:#dbdbdb;
       border:none;
}
.custom .menu .rss a, .custom .menu .rss a:hover {
       background:transparent url(images/icon-rss.gif) no-repeat left;
       border:medium none;
       padding-right:16px;
       color:#fdf1d3;
       padding-left:16px;
       padding-top:7px;
       font-size:14px;
       margin-top:3px;
}
.custom .headline_area{
       overflow:hidden;
       margin-bottom:5px;
}
.custom .headline_area h1, .custom .headline_area h2{
       font-size:30px;
}
.custom .format_text h2.entry-title{
       margin-top:0;
}
.custom .teasers_box{
       width:600px;
}
.custom .teaser{
       width:280px;
}
.custom .headline_meta{
       border-top:1px solid #bed4e4;
       border-bottom:1px solid #bed4e4;
       background:#d1e1ed;
       padding:5px 0 5px 10px;
       font-family:Georgia,serif;
       font-size:12px;
       font-weight:bold;
       width:285px;
       float:left;
       display:inline-block;
       height:20px;
       text-shadow:none;
}
.custom .feint_comments{
       border-top:1px solid #bed4e4;
       border-bottom:1px solid #bed4e4;
       background:#d1e1ed;
       padding:5px 10px 5px 0;
       font-family:Georgia,serif;
       font-size:12px;
       font-weight:bold;
       width:285px;
       float:left;
       display:inline-block;
       text-align:right;
       color:#888888;
       font-style:italic;
       height:20px;
       text-shadow:none;
}
.custom .feint_comments a{
       text-transform:uppercase;
       text-decoration:none;
       font-style:normal;
       font-weight:bold;
       text-shadow:none;
}
.custom .wp-caption{
       border:1px solid #bed4e4;
       background:#d1e1ed;
}
.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page {
       margin:0 10px;
}
.custom #footer{
       width:940px;
       height:180px;
       margin:0 auto;
       padding:0;
       background:url(images/feintfooter.jpg) no-repeat;
       color:#d7d7d7;
}
.custom #footer a{
       color:#d7d7d7;
}
.custom .headline_meta abbr{
       color:#74a1c2;
}
.custom .format_text abbr{
       font-size:12px;
       font-weight:bold;
       text-shadow:none;
}
#feintsearch{
       width:230px;
       float:left;
       text-align:left;
       margin:25px 0 0 20px;
       display:inline;
}
#feintsearch input{
       width:210px;
       height:30px;
       background:#e5e6e6;
       border:1px solid #0b0b0b;
       line-height:28px;
       font-size:24px;
}
#feintsearch p.feintp{
       color:#e7e7e7;
       font-family:Georgia,serif;
       font-size:18px;
       font-weight:bold;
       text-transform:uppercase;
       margin-bottom:10px;
       text-shadow: 0px 0px 1px #000;
}
#feintfindmeon{
       width:230px;
       float:left;
       text-align:left;
       margin:25px 0 0 40px;
       display:inline;
}
#feintfindmeon a{
       border:none;
}
#feintfindmeon p.feintp{
       color:#e7e7e7;
       font-family:Georgia,serif;
       font-size:18px;
       font-weight:bold;
       text-transform:uppercase;
       margin-bottom:4px;
       text-shadow: 0px 0px 1px #000;
}
#feintabout{
       width:230px;
       float:left;
       text-align:left;
       margin:25px 0 0 20px;
       display:inline;
}
#feintabout p.feintp{
       color:#e7e7e7;
       font-family:Georgia,serif;
       font-size:18px;
       font-weight:bold;
       text-transform:uppercase;
       margin-bottom:4px;
       text-shadow: 0px 0px 1px #000;
}
.custom .more-link{
       text-transform:uppercase;
       display:block;
       clear:both;
       font-weight:bold;
       text-decoration:none;
       color:#326a9b;
       border-bottom:1px solid #85a8c5;
       width:175px;
       margin-top:10px;
       font-family:Georgia,serif;
}
.custom #sidebars h3{
       color:#316999;
       font-size:14px;
       font-weight:bold;
       font-variant:normal;
       text-transform:uppercase;
}
.custom .sidebar ul.sidebar_list{
       padding-left:20px;
       padding-right:20px;
}
.custom .cat-item{
       width:115px;
       float:left;
       padding:3px;
}
.custom .widget_categories{
       overflow:hidden;
}
#feintsidebar{
       overflow:hidden;
       padding:10px 20px 0;
}
#feintsidebarprojects a{
       margin:10px auto;
       display:block;
       width:245px;
       height:67px;
}
.tweeterstamp{
       width:130px;
       padding-right:84px;
       height:140px;
       float:right;
}
.tweeterstamp a{
       width:130px;
       height:140px;
       display:block;
}
#feintsidebarprojects h3{
       color:#316999;
       font-size:14px;
       font-variant:normal;
       font-weight:bold;
       text-transform:uppercase;
}
#feintads{
       overflow:visible;
       padding:10px 0 20px;
}
.feintad1{
       width:250px;
       height:150px;
       float:center;
}
.youradhere{
       width:110px;
       float:right;
       line-height:100px;
       vertical-align:middle;
       font-size:12px;
       font-family:Georgia,serif;
}
.youradhere a{
       font-weight:normal;       
}
#mc_embed_signup input[type="text"]{
       width:233px;
       height:20px;
       border:1px solid #b0b0b0;
       background:#fff;
       margin-top:5px;
       padding:5px;
       color:#b9b9b9;
}
#mc_embed_signup input[type="text"]:focus{
       color:#444;
}
#mc_embed_signup input[type="submit"]{
       width:97px;
       height:35px;
       color:#fff;
       font-weight:bold;
       text-shadow:1px 1px 1px #555;
       border:none;
       background:url(images/subscribe.jpg) no-repeat bottom;
       float:right;
}
fieldset{
       border:none;
}
.mc-field-group{
       margin-bottom:10px;
}
.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}