/*
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/
*/

@font-face {
    font-family: 'nimbusantbolconregular';
    src: url('fonts/nimbus/nimbussanst-boldcondensed-webfont.eot');
    src: url('fonts/nimbus/nimbussanst-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nimbus/nimbussanst-boldcondensed-webfont.woff') format('woff'),
         url('fonts/nimbus/nimbussanst-boldcondensed-webfont.ttf') format('truetype'),
         url('fonts/nimbus/nimbussanst-boldcondensed-webfont.svg#nimbusantbolconregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body.custom {
    background: #322e2f;
	padding-top: 11px;
	text-align:left;
	margin: 0 auto;
}

.custom .format_text {line-height: 1.42;}
.custom .format_text p {margin-bottom:1em;}

.custom #container {margin: 0 auto; width: 1000px; }

.custom #page {background: #fff; padding: 0px; margin: 0px;}


.custom #sidebars {width: 465px; border-left: 1px solid #dddddd; padding:5px;}
.custom #sidebar_1 {width: 300px;  padding:0; margin:0; float:left}
.custom #sidebar_2 {width: 160px; padding:0; margin:0; float:right; border-}
.custom h2 {font-family: 'nimbusantbolconregular'; color: black; margin: 0px;  padding-left: 5px; padding-bottom: 5px; text-align:left; line-height: 25px; font-size: 25px;}
.custom h2 a {font-family: 'nimbusantbolconregular'; color: black; margin: 0px; padding: 0px; font-weight: bold; line-height: 16px; font-size: 20px; letter-spacing: -1px; }
.custom h2 a:hover {color: #f77f00;  padding:0;}
.custom .sidebar h3 {background: #f77f00; color:white; padding:1px; padding-bottom:7px; text-align:center; font-weight:bold; padding-top: 7px;}
.custom #header #logo a:hover {color:#f77f00;   padding:0;}
.custom #header {padding-top: 3px; padding-bottom: 0px; border-bottom:0px;}

.custom #content {width: 520px; padding-right:0; margin-right:0; border-right: 0px solid #dddddd;}

.custom #sidebar_2 ul.sidebar_list {padding-left:0px;}
.custom .sidebar ul.sidebar_list  {padding-right:0; padding-left:0; padding-top:0;}

.custom #content_box {background: none; }

.custom .post_box, .custom .teaser_box {margin:0 .5em 0 0.5em; padding-left:5px; }

.custom .comments_intro p a {color: #c77215;}
.custom .comment_author a {color: #c77215;}
.custom .entry-title {font-size: 2.2em; font-weight:bold; font-family:arial; letter-spacing:-.5px; }

.custom .format_text a {color: #c77215; }
.custom .format_text ul{margin:0;}
.custom .to_comments a{color: #666666;}
.custom #commentform a{color: #c77215;}
.custom .textwidget li a {color: #c77215; font-size:11px; font-weight:bold;}

/*---Removes the page title from page called home-test---*/
.custom.home-test h1 { display: none;}
.custom.home-test .headline_meta {display:none;}
.custom.home-test .headline_area {display:none;}
.custom.home-test .post_box {padding-top:0.5em;}
/*---end---*/

.custom .textarea {font-size:10px;}
.custom .input {font-size:10px;}
.custom. select {font-size:10px;}

/*---:[ WordPress Image Captions ]:---*/
.format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text img.alignright, .format_text img.right { margin: 0 0 0 1.571em; }
.format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.format_text .wp-caption { background-color: #f3f3f3; border: 0.071em solid #ccc; text-align: center; padding: 0.714em; }
.format_text .wp-caption p { font-size: smaller; font-style: normal; margin-bottom: 0; }
/*---end---*/

.custom .prev_next {color:#c77215;}

.custom #footer {background: #f77f00; color:#ffffff; border-top: 0; padding-top: 5px; padding-bottom:5px;margin-bottom: 1em; margin-top:1em;}
.custom #footer a {color:#ffffff; text-decoration: underline; border-bottom:0;}
.custom #footer a:hover {color:#000000;}

.custom li.widget {margin-bottom:0;}

.custom .bloglink a:link, .custom .bloglink a:visited {font-weight:bold; padding-left:5px; font-family:arial;}

.custom h3 {
background:#F77F00 none repeat scroll 0 0;
color:white;
font-weight:bold;
padding:1px 1px 3px;
text-align:center;
font-size:1.1em;
font-variant:small-caps;
letter-spacing:2px;
line-height:1.231em;
margin-bottom:0.615em;
margin-top: 0;
}

.custom .post_nav a {color: #c77215;}
.custom .format_text .alignleft {margin: 0em 1em 0em 0;}

.custom #mypost ul li {
    background-color: #ffffff;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    line-height: 17px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    min-height:51px;
ÊÊÊÊheight:auto !important;
ÊÊÊÊheight:51px; 
        -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
     -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    }
.custom #mypostbg {background-color: #ddd;}

/* These are for getutsched.html */
.head-text{font-size: 11px; color: #ffffff; font-weight:bold; padding: 3px; background: #f77f00; padding: 3px;}
.tournament-heading{font-size: 11px; color: #ffffff; font-weight:bold; padding: 3px;}
.row-text{font-size: 11px; padding: 3px; border:2px solid white;}

 .custom .teaser {
   width: 100%;
   margin-top: .5em;
   padding-top: .5em;
   padding-bottom: .5em;
   border-bottom: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
   width:510px;}
   
.custom .teaser_link {color: #c77215; font-weight:bold; text-decoration: none;}

.custom .teaser p {line-height: 16px; font-size: 8.5pt;}

.custom .teaser .format_teaser {
   margin-bottom:0px;
   margin-top:0px;
}

.custom element.style {min-height: 145px;}

@media screen and (max-width: 600px) {
    #sidebars {
        display: none;
    }
}

.mobile-theme a {color: #c77215;}

