/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 300px; width: 1000px; background: url('images/header.png') no-repeat; outline: none;}
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline {display:none; }
/* 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;}

/*this code sets a background color and image*/

body.custom {
    background: #ffffff;
}

/*this code gets rid of the top margin*/
.custom #header_area .page {
padding-top:0;}

/*this code sets a background color for the content area*/
.custom #content
{ background: #ffffff; width:55em;}

/*this code sets a sidebar color*/
.custom #content_box {
background:transparent url(images/nobackground.gif) repeat-y scroll 55.4em 0;
padding-left:0em;
width:91em;}

/*this code gets rid of sidebar line*/
.custom #sidebar_1 {
border-style:none;}

.custom .full_width .page {
margin:0 auto;
padding-left:0em;
padding-right:0em;
width:91em;
background: #ffffff;
}


.custom #footer_area .page {
padding-bottom:0em;
background:#ffffff;
}

/*this code set the color for post headlines*/
.custom h2 a {color: #000000; font-variant:small-caps;}, .custom h2 a:visited {color:#000000;font-variant:small-caps;}
.custom h2 a:hover { color: #000000;font-variant:small-caps;}

/*this code for page headlines*/
.custom h1 {color: #000000; font-variant:small-caps;}

/*this code for front page headline*/
.custom h2 {color: #000000;font-variant:small-caps;}

/*this code for in-page headings*/
.custom h3 {color: #000000;font-variant:small-caps; font-weight:bold;}

/*this code for sidebar headings*/

.custom .sidebar h3 {
font-size:1em;
line-height:1.385em;
margin-bottom:0.692em;
color:#000000; text-align:center;
}

/*this code for subheads in content*/
.custom h3 a: {color: #000000; font-weight:bold}

/*this code changes the link colors in the sidebar*/
.custom a, .custom a:visited { color:#ff0000; text-decoration:none; font-weight:bold; }

/*this code sets the rotator box background color*/
.custom #image_box { background-color: #ffffff; }

/*this code gets rid of the border under the rotator box*/
.custom #image_box {border-bottom: 0;}

/*this code sets a full-width footer*/
.custom #footer_area {background:#ffffff; padding:0.5em 0; border-top:0px solid #000000;}
	.custom #footer {border-top:0; color:#000000;}
/*set color for hyperlinks in footer*/
.custom #footer a{color: #000000; text-decoration:none; border-bottom:none; font-weight:bold;}

/*this code goes with the stuff in the custom_functions.php file to help create a full-width header*/
.custom #header_area{padding-top:0;}

/*this code sets the background for the cforms widget*/
.custom li#cformsii.widget {
background:transparent url(images/contactbg.png) no-repeat scroll 0 0;
display:block;
height:270px;
width:334px;
padding-top: 2.7em; padding-left: .5em;}

/*this code sets the background for the phone number widget*/
.custom li#text-3.widget {
background:transparent url(images/phonebg.png) no-repeat scroll 0 0;
display:block;
height:42px;
width:334px;
padding-top: 1em; padding-left: 0em;}

/*this code sets the background for the associations widget*/
.custom li#text-4.widget {
background:transparent url(images/assnbg.png) no-repeat scroll 0 0;
display:block;
height:250px;
width:334px;
padding-top: 1em; padding-left: 0em;}

/*nav bar customization*/

.custom #nav_area {background:#ffffff; padding:0; border-bottom:1px solid #000000; border-top: 1px solid #000000;}
	.custom #nav_area ul {background: #ffffff; border-bottom:none; border-left:none;padding-bottom:0px; padding-top:0px; text-decoration:none;}
		.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none; text-decoration: none;}

	.custom #header {border-bottom:none; padding-bottom:0;}
	

/*give tabs a hover color*/

.custom ul#tabs li a:hover {background:#000000; color:#ffffff; none repeat scroll 0 0; text-decoration:none;}
        
		
/*change tab color and get rid of lines around them*/
.custom ul#tabs li {background:#ffffff;border-style:none;}


/*set current tab color and hover color, also hover text color*/
.custom ul#tabs li.current_page_item a,
.custom ul#tabs li.current-cat a
{background:#e3f0f2; color:#000000; border_style:none;}

/*scoot over first nav tab and set menu text color*/
.custom ul#tabs li a {
padding:0.818em 1em; color:#000000;}

/*image map for front page*/

#frontpage { /* background image block */

display: block;

width: 450px;

height: 180px;

background: url(images/frontpage.png) no-repeat;

margin-top: 0px;

}

#frontpage a {

text-decoration:none;

}

.hide {

visibility:hidden; color:#FFFFFF

}

#bankruptcy { /* Bankruptcy Link */

float: left;

position:absolute;

width : 150px;

height: 180px;

margin-left: 0px;

margin-top: 0px;

}

#PI { /* Personal Injury Page Link */

float: left;

position:absolute;

width : 150px;

height: 180px;

margin-left: 151px;

margin-top: -20px;

}

#SS { /* Social Security Page Link */

float: left;

position:absolute;

width : 150px;

height: 180px;

margin-left: 301px;

margin-top: -40px;

}

/*get rid of dotted link box*/

:-moz-any-link:focus {
  outline: none;
}
