/*
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: #f2efee url('images/dragonbg.gif')  0 repeat;
}
.custom #container {
margin-top: 2em;
margin-bottom: 2em;
padding: .4em;
background: #272727;
border: 0.1em solid #373737;
}
.custom #page {
padding: 0;
border: 0.8em solid #272727;
}
.custom #header {
border: 0.1em solid #363636;
height:180px;
margin-top: 0;
padding-top: 7px;
padding-bottom: 0;
background-image: url(images/header2.gif);
background-repeat: repeat-x;
}
.custom #header #tagline { 
margin-right: 180px;
margin-top: -6em;
margin-left: 220px;
float: left;
color:#fff; 
font-weight:bold; 
font-size:1.8em; 
text-shadow: 2px 2px 2px #000;padding-left: 4em;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=2, offY=2, positive=true);
 }
.custom #logo a {
     background-image: url(images/logo2.gif);
     background-repeat: no-repeat;
     outline: none;
     width: 170px;
     height: 166px;
     padding-top: 0;
     margin-left: 7px;
     display: block;
     text-indent: -9999px;
}
/* paste the code in custom.css */
.custom #header #header_ad{
float:right;
margin-top:-16em;
margin-right: 8px;
width:101px;
height: 150px;
background-image: url('images/tinytiger.gif');
}

/* nav menu color change*/
.custom .menu {background: #8db6b6 url('images/navbar.gif') 0 repeat; border: 0;
}
.custom .menu{	
margin-top: -7px; padding: 0; font-weight: bold; 
height: 29px;}
.custom .menu a{
margin-left:5px;
border: none;
}
.custom li.tab-home{
margin-left: 21px;
}
.custom #tabs {
 border: none;
}

ul.menu li.tab-me-1 a {background: url('images/rss.png'); margin-left: 25px; height: 14px; background-repeat: no-repeat; padding-left: 4px;text-indent:-9000px;
top:-4px; width:24px; 
}
ul.menu li.tab-me-2 a {background: url('images/twitter.png'); height: 14px; background-repeat: no-repeat; padding-left: 4px; text-indent:-9000px;
top:-28px; width:24px;
}
ul.menu li.tab-me-3 a {background: url('images/facebook.png'); height: 14px;  background-repeat: no-repeat; padding-left: 4px; text-indent:-9000px;
top:-52px; width:24px;
}


 
.custom #content{
padding: 0px 0px 0px 0px;
background: #181818 url('images/bgcontent.gif')  0 repeat;
border: none; 
width: 100%;
overflow: hidden
}

.custom .format_text{
margin: 0px 15px 0px 15px;
}
.custom .format_text h3{
padding-bottom: 10px;
} 
.custom .headline_area{
margin-left: 14px;
}
.custom .wp-caption{
background-color: #000000;
border-color:#242424;}
.custom #sidebars {
background: #181818 url('images/backgrd.jpg')  0 repeat;
border-top: 1px solid #282828;
}
.custom .sidebar {
color:#ffffff;
font-size:1.2em;
}
.custom #sidebar_1 {
float:left;
margin-left: 1.3em;
width:35.7em;
}
.custom #sidebar_2 {
float:right;
width:40.7em;
}
.custom ul.sidebar_list{
padding-right:0;
}.custom #footer_top {
 background: url('images/footertop8.gif') 100% no-repeat;
 border-top: 1px solid #444;
 width: 100%;
 height: 28px;
 padding: 10px 0px;
 margin: 0px 0px 0px 0px;
 
 } 
 
.custom .sidebar a{
color: #0066b8;
} 

/* CUSTOM.CSS */
.custom #footer 
{
background: #000000;
padding:0em;
}

/* footer widget area setup */
.custom #footer_setup {
background: #090909;
padding:1.5em;
margin-bottom: 5px;
overflow: hidden;
font-size: 1.3em;
}
.custom #footer_setup a {color: #cccccc; border-bottom: none;}
.custom #footer_setup a:hover {color:#0075ad; border-bottom: 1px solid #0075ad;}
/* widget item setup */
.custom #footer_setup .footer_one {width:14%; float:left;padding-left: 6px;}
.custom #footer_setup .footer_two {width:26%;float:left;padding-left: 10px;}
.custom #footer_setup .footer_three {color: #cccccc; width:28%; float:left;padding-left: 20px;}
.custom #footer_setup .footer_four {width: 24%; float:right;}
.custom #footer_setup .footer_one, .footer_two, .footer_three, .footer_four{
display:inline-block;
height:100%;
text-align:left;
margin:5px 0px;
}
.custom #footer_setup .footer_one h3, .footer_two h3, .footer_three h3, .footer_four h3 {
padding-bottom: 5px;
color: #888888;
}
/* widget item headers */
.custom #footer_setup .footer_one, .footer_two, .footer_three, .footer_four ul li {
list-style-image:none;
list-style-position:inside;
list-style-type:none;
}
/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
font-size:1.4em;
line-height:1.5em;
}

table.locations {
	border-collapse: collapse;
	}
table.locations th, table.locations td {
	padding: 4px;
	border: 1px solid #ffffff;
	width: 100%;
	}	
table.locations th {
	font-size: x-small;
	color: #ffffff;
	text-align: left;
	background-color: #363636;
	}
table.locations td {
	font-size: small;
	color: #ffffff;
	}
table.locations caption{
	color: #00cce1;
	font-size: small;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 25px;
 	}
table.locations p{
 margin-bottom: 0px;
}	
.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}
.custom input, textarea {
    width: 355px;
}
div.wpcf7  {
margin:0;
padding:0;
}
.custom .wpcf7 {
background:none repeat scroll 0 0 #272727;
float:left;
border:1px solid #484848;
font-weight:bold;
padding:20px 0 0 20px !important;
width:390px;
margin-bottom: 30px;
}

.contact-info {
background:none repeat scroll 0 0 #272727;
border:1px solid #484848;
float:right;
font-weight:bold;
margin-bottom:30px;
padding:20px 0 0 20px !important;
position:relative;
width:390px;
}
.custom .contact-info h2{
margin-top: 0px;
padding-top: 0px;
}
.custom #textcolumn{
float:left;
width:510px;
background: none;
margin-top: 0px;
position: absolute;
top: 324px;
}
.custom #mapcolumn{
float: right;
width:360px;
height: 300px;
background: none;
margin-bottom: 60px;
}
table.locnav{
width: 100%;
}
.custom ul.navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
.custom .navlist li
{
display: inline;
list-style-type: none;
}
.custom .navlist a { padding: 3px 28px; 
}
.custom .navlist a:link, .navlist a:visited
{
color: #fff;
background-color: #363636;
text-decoration: none;
border: 1px solid #535353;}
.custom .navlist a:hover
{
color: #fff;
background-color: #006cbb;
text-decoration: none;
}
.custom #commentform {
margin-left: 14px;
}
.custom #respond_intro p {
font-size:1.7em;
line-height:1.294em;
margin-left: 14px;
color:#d3d3d3;}



.custom .ngg-album-desc{
font-size: .9em;
}
.custom dl#comment_list .bypostauthor{
background-color: #282828;
}
.custom dl#comment_list dt .comment_author{
padding-left: 15px;
}
.custom .format_text .to_comments a{
color:#ffffff;
}
.custom .comments_intro span {
color:#ffffff;}
.custom .to_comments span {
color:#ffffff;
}
