/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;body&gt; 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/
*/


.custom #header {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.custom #header #logo a {
	display:block;
	width:922px;
	height:120px;
	/* insert the file path to your logo below */
	background:url(http://www.tnreport.com/wp-content/uploads/tnreport_logo.gif) left no-repeat;
	color:#000000;
	text-indent: -9999px;
	padding: 2px 0px;
}

/* Header from Widget Me plugin */
.custom #sidebar_header {
	width: 468px;
	float: right;
	margin-top: -82px;
	padding-right: 11px;
}


.menu {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 2px;
}


/* Layer of Category navigation */
.catnav {
	border-bottom: 3px solid #BE4509;
	list-style: none;
	font-size: 11px;
	height: 0px;
	line-height: 0px;
}

.catnav li {
	line-height: 0px;
	float: left;
	list-style:none;
	text-indent: -9999px
}
.catnav li a {
	color: #BE4509;
	display: block;
	padding: 0 13px;
	font-size: 11px;
	border-right:1px solid #DDDDDD;
}

.catnav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #BE4509;
}

.catnav li ul {
	display: none;
}

/* Home Page Featured Content Slider */
.hfeed #feature_box {
	padding: 15px 0px;
	background: #FFFFFF;
}

.hfeed h1 {
font-size: 2.5em;
font-weight: bold;
letter-spacing: -1px;
color: #006d97;
}

.sidebar h3 {
        font-weight: bold;
        letter-spacing: -.10px;
	display: block;
	padding: 5px 5px 5px 7px;
        margin: 0px 10px 10px 0px;
        background: #F5F5F5;
        border: 1px solid #dedbd1;
color: #BE4509;
}

.sidebar h3 a {
        font-weight: bold;
        letter-spacing: -.10px;
	display: block;
	padding: 0px 1px ;
	text-align: left;
}

.sidebar h3 img {
	float: right;
	padding: 0px;
}


.sidebar ul {
	padding: 2px 5px;
}

.under_content h3 {
	color: #BE4509;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 18px;
	background: #FFFFFF;
	display: block;
	padding: 2px;
	text-align: left;
	width: 500px;
	float: left;
}

.under_content ul, .sidebar_footer ul, .sidebar_header ul {
	list-style: none;
}

.under_content_list .textwidget {
	padding: 5px 0px;
	width: 500px;
	float: left;
}
.under_content_list li {
	background: #FFFFFF url(http://www.tnreport.com/wp-content/themes/thesis_16b/images/bgr-box-trans.png) repeat-x top left;
	border:1px solid #dedbd1;
	margin: 0px 0px 15px 0px;
	padding: 12px 1px 8px 10px;
        width: 600px;
        height:510px;
}


/*- Widget lists -*/
.widget ul{
	line-height:18px;
	padding: 0px;
}
.widget ul li{
	border-bottom: 1px solid #f1f1ed;
	padding: 0px 0px 6px 8px;
}
.widget ul li a{
	color:#006d97;
        font-size: 14px;
	font-weight: normal;
	letter-spacing: -.25px;
}
.widget ul li ul{
	margin: 5px 0px 0px 10px;
}	


.widget ul li ul li{
	background: none;
	border-top: 1px solid #f1f1ed;
	border-bottom: none;	
	padding: 5px 0px 0px 0px;
}

.widget{
	background: #FFFFFF url(http://www.tnreport.com/wp-content/themes/thesis_16b/images/bgr-box-trans.png) repeat-x top left;
	border:1px solid #dedbd1;
	margin: -9px 0px 15px 0px;
	padding: 12px 1px 8px 10px;
}

.widget .twitterwidget {
background: #F5F5F5;
color: #BE4509;
}


.widget .rsswidget {
color: #BE4509;
}

.widget li .rsswidget {
color: #006D97;
}

.widget li .rss-date {
color: #555555;
font-size: .85em;
display: block;
}

.widget .photo {
float: left;
margin: 10px 12px 5px 0px;  
}

.widget h4 {
color: #006D97;
font-size: 1.25em;
}

.widget b {
color: #006D97;
font-size: .85em;
font-style: italic;
}

.widget #author_profile {
margin: 10px 0px 0px 0px;
color: #222222;
}

.srssfetcher-timestamp {
color: #555555;
font-size: .85em;
display: block;
}

/* author comments */
dl#comment_list .bypostauthor {
	background: #EFEEE4;
}

/* Create Footer Border */
.custom #footer {
	border-top: 3px solid #CC0000;
}

/* Footer from Widget Me plugin */
.custom #content_footer {
	margin: 15px;
	text-align: center;
}

h2{
	font-weight: bold;
	letter-spacing: -1px;
}
h2 a:hover{
	color: #BE4509;
}
#video_box {
	background: #FFFFFF url(http://www.tnreport.com/wp-content/themes/thesis_16b/images/bgr-box-trans.png) repeat-x top left;
	border:1px solid #dedbd1;
	margin: 10px 0px 35px 10px;
	padding: 12px 1px 8px 10px;
}


/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #F7F7F7;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 5px;
        margin-top: 5px;
	/* do not change this! */
	overflow: hidden;
}


/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 260px;
	/* space between widgets */
	padding-right: 30px;
	/* text color */
	color: #555555;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
	/* font size */
	font-size: 1.1em;
        line-height: 20px;
}

#footer_setup .footer_items a{
color: #006d97;
text-decoration: none;
}

#footer_setup .footer_items a:hover{
color: #BE4509;
text-decoration: none;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1.25em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: none;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #BE4509;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 1px dotted #cecece;
	/* distance between border and widget text */
	margin-bottom: 10px;
}

#footer_setup .footer_items a {
border: none;
}
	
/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

.custom .teaser .teaser_author { 
margin-right: 5px;
}

.weather_info {
font-size: .90em;
}

.weather_info p a {
font-size: 1.25em;
}

.weather_info_footer {
text-indent: -9999px;
}


/* TNREPORT T.V. */

#tnreporttv {
overflow: hidden;
margin-bottom: -30px;
}


/* E-MAIL FORM COLLECTION */


.custom #si_contact_name1 {
width: 260px;
}

.custom #si_contact_email1 {
width: 260px;
}

.custom #si_contact_subject1 {
width: 260px;
}

.custom #si_contact_message1 {
width: 260px;
}

.custom #required {
display: none;
}

.custom .required {
display: none;
}

