/*
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/
*/




/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header {
  padding: 0;
  height:150px;
  width:960px;
  border-bottom: 1px #C0C0C0 solid;
  background-image: url(images/header-background.jpg);
}

.custom #newsbar{
  height:91px;
  background-image: url(images/newsback.jpg);
  background-repeat: repeat-x;
}



.custom div#newstext{
  color:#FFFFFF;
  width: 440px;
  height:70px;
  float:left;
  padding-left:15px;
  padding-right:10px;
  margin-top:10px;
  text-align: justify;
  font-size:13px;
  /* REQUIRED  */
}


.custom #content_box{
  background-color: #FFFFFF;
}


.custom #tcgtagline {
  width:250px;
  height:120px;
  position:relative;
  left:470px;
  top:20px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight:bold;
  font-style:italic;
  font-family: Arial, sans-serif;
  text-align:right;
}

.custom #tcgphoneno{
  position:relative;
  left:470px;
  top: -20px;
  color:#FFFFFF;
  font-weight:bold;
  font-style:italic;
  font-size:20px;
  font-family: Arial, sans-serif;
  text-align:right;
  width:250px;
}


.custom div#tcgfootercontent{
  padding:20px;
  color:#FFFFFF;
}


.custom div#tcgfooterbox{
  margin:0 auto;
  margin-top: -20px;
  width: 960px;
  height:90px;
  text-align: right;
  font-size: 12px;
  background-image: url(images/footer-background.png);
  background-repeat: repeat-x;
  /* REQUIRED  */
}


.custom h1{
  color: #AD8B3A;
}

.custom h2{
  font-weight: bold;
  color: #AD8B3A;
}

.custom h3{
  color: #595959;
}

.custom h4{
  color: #595959;
}

.custom #footer {
  display:none;
}

.custom #tabs {
  padding-left:0px;
}

.custom a { color: #927430; text-decoration: none; font-weight: bold; font-family:Arial, sans-serif;  }

.custom a:hover { text-decoration: none; color:#C1282B; }







.custom h2 a { color: #696969; }

.custom h2 a:hover { color: #0066CC; }

.custom .sidebar a:hover { text-decoration: underline; }




.custom ul#tabs { list-style: none; border: none; border-width: 0 0 1px 1px; }
.custom ul#tabs { list-style: none; border: none }
.custom ul#tabs li { margin-bottom: 1px; background-color: transparent; border:none; border-left: 0; float: left; width:100px; height:33px;  background-repeat: no-repeat; background-image: url(images/button_up.png); border-right: 1px white solid; }
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; border-bottom: 0; background-repeat: no-repeat; background-image: url(images/button_up.png); }
.custom ul#tabs li a { display: block; line-height: 26px; color: #FFFFFF; letter-spacing: 1px; text-align:center }
.custom ul#tabs li a:hover { color: #FFFFFF; text-decoration: none; background-repeat: no-repeat; background-image: url(images/button_over.png);}
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right;  background: url('images/clover.png') }
.custom ul#tabs li.rss a { padding-right: 0px; background: url('images/rss.png')  no-repeat; width:80px; text-align:left; padding-left:30px; }
.custom ul#tabs li.rss a:hover { padding-right: 0px; background: url('images/rss.png')  no-repeat; }


.custom #commentform p.allowed { width: 100%; font-size: 1em; padding: 0.6em 0.4em; background: #D7EBFF; border: 0.1em dotted #bbb; border-top: 0; }

.custom #commentform p.allowed span { color: #484740; }
.custom .comment_box textarea {background-color:#EAF4FF}

.custom .text_input{ background-color: #EAF4FF}

.custom #content_box a{ font-weight:normal; font-family:Georgia;}



.custom div#buttonbar{
  margin-top:15px;
  float:left;

}


.custom div#calltoaction{
  float:right;
  width:220px;
  margin-top:20px;
  margin-right:10px;
  color:#26D7BE;
  font-size:16px;
  font-style: italic;
}

.custom ul.horizontalbuttons{
margin: 0;
padding: 0;
list-style: none;
}

.custom ul.horizontalbuttons li{
display: inline;
list-style-type: none;
background-position: 0px ;
}

.custom .sidebar_list li{
  color:#930002;
  font-size:12px;
}



.custom a.newsletterbutton {
width: 120px;
height: 63px;
margin-left:10px;
padding-top:0px;
float:left;
text-decoration: none;
background:  transparent url(images/newsletterbutton_up.png) no-repeat;
}

.custom a.newsletterbutton:hover {
background:  transparent url(images/newsletterbutton_over.png) no-repeat;
}

.custom a.brochurebutton {
width: 120px;
height: 63px;
margin-left:5px;
float:left;
text-decoration: none;
background:  transparent url(images/brochurebutton_up.png) no-repeat;
}

.custom a.brochurebutton:hover {
background:  transparent url(images/brochurebutton_over.png) no-repeat;
}

body.custom{
  background-color:#000000;
}