/*
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 {
    font-size:62.5%;
}

.custom #header {padding: 0em; border: 0em; margin: 0em; height:120px; width:450px; text-indent: -9999px;
}

.custom #header #logo a {display:block; width:450px; height:120px; background:url('images/tofbsitehead.png') center no-repeat; outline:none; padding: 0em; border: 0em; margin-left: -15px;}


div#header_area div.page {background:transparent;}

.custom .headline_meta { font-size: 1.0em; color: #0D0058; }

.custom	.headline_meta span, .headline_meta abbr { font-weight: bold; color: #0D0058; text-transform: none; padding-left: 2px; }
		
.custom .prev_next { text-transform: none; letter-spacing: 1px; color: #0D0058; border-style: dotted; border-color: #0D0058; }

.custom .teaser {
	text-transform:none;
}

.custom .teaser h2 {
	line-height:1.2em;
}
.custom .teasers_box { border-bottom: 1px solid #0D0058;}

.custom .format_text ul {
        list-style: disc;
}

.custom .format_text h4 {
        margin-bottom:.5em;
}


/* Category Nav Menu */

ul#cat_tabs { list-style: none; border: 1px solid #0D0058; border-width: 0 0 1px 1px; }
  ul#cat_tabs li { margin-bottom: -0.1em; background: #C86017; border: 3px solid #0D0058; border-left: 0; float: left; font-family: "Arial Black", "Arial Bold", Arial, sans-serif; }
  ul#cat_tabs li.current_page_item, ul#cat_tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
	ul#cat_tabs li a { display: block; line-height: 1em; color: #0D0058; text-transform: uppercase; letter-spacing: 2px; padding:0.545em 0.818em; }
	ul#cat_tabs li a:hover { background: #0D0058; color: #C86017; }

      ul#cat_tabs li ul {position:absolute; display:none; list-style:none;}
	  ul#cat_tabs li:hover ul {display:block;}
	  ul#cat_tabs li ul li {float:none;}

ul#cat_tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


.custom .post_box {
border-bottom:1px solid #0D0058;
padding-bottom:2em;
margin-bottom:1.5em;
}


/* Style Comments Intro */
.custom .comments_intro p {
  font-size: 1.5em; color: #0D0058;
}

.custom .format_text .to_comments span { font-size: 1.4em; color: #0D0058; } /* Comment Number */
.custom .comments_intro span { font-size: 1.0em; color: #0D0058; line-height: 1.0em; }

.custom .format_text .to_comments { font-size: 1.2em; font-weight: bold; color: #0D0058; } /* Comments Closed Message */
.custom .format_text .to_comments a { color: #0D0058; } /* Comment Link */




/* Style "Add One" link */
.custom .comments_intro a {
 color: #2361A1;
 text-decoration: underline;
}

.custom div.prev_next p {
  font-size:.8em;
  text-align:right;
  float:right;
  width:45%;
}

.custom div.prev_next p.previous {
  font-size:.8em;
  text-align:right;
  float:left;
  width:45%;
}


/* Footer */

.custom #footer {
  text-align:center;
}
.custom #footer ul,
 .custom #footer li {
  display:inline;
  line-height:4em;
  padding:1em;
}


/* Ad Block */

.custom .cenx {
text-align: center; 
}

.custom div#google_ads_div_Sidebar125 {
  margin: 7px;
  width:125px; 
  float:left; 
  padding-left:10px;
}
.custom div#google_ads_div_Sidebar125a {
  margin: 7px;
  width:125px; 
  float:right; 
  padding-right:10px;
}


/* RSS Link */


.custom .rss a {
   color: #fff;
   text-transform: none;
   font-size:1.4em;
   padding-right: 23px;
   padding-top: 5px;
   background: url('../custom/images/rss2.png') 100% 50% no-repeat;
}
.custom .rss a:hover {
   color: #999;
   text-decoration: none;
   padding-right: 23px;
   background: url('../custom/images/rss2.png') 100% 50% no-repeat;
}


.custom .sidebar {
background: #0D0058;
}

/* widgets */
.custom .widget h3 {
  height:1.7em;
  line-height:1.7em;
  background:#0D0058;
  margin:0px 0px 0px 0px;
  padding:3px;
  text-align:center;
  font-size:1.1em;
  text-transform: uppercase;
border-top: 3px solid #fff;
}


.custom li.widget ul li{
background:#0D0058;
border-top: 1px solid #C86017;
padding: 0.4em;
padding-top: 0.7em;
padding-bottom: 0.1em;
font-weight: bold;
line-height: 1.1em;
}

.custom li.widget ul li a{
color: #fff;
}


/* Position and Style the Search Box */

.custom .search_form {
text-align:center;
}

.custom #s {
	font-size:12px;
	font-family: Arial, sans-serif;
	width:250px;
}


/* Comments */

.fb_comments { margin:20px; clear:both; }


/* Table Styling */


table.t1 {
	border-style: none;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.t1 th {
	border-width: 1px;
	padding: 2px;
	padding-left: 5px;
	border-style:none;
	border-bottom-style:solid;	
	border-color: gray;
	background-color: white;
}
table.t1 td {
	border-width: 1px;
	line-height: 1.2em;
	padding: 5px;
	border-style: none;
	border-bottom-style:solid;	
	border-color: gray;
	background-color: white;
}