/*

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/

*/
.custom #header_area .page {background-color:transparent;}



/* Nav Search */

.custom ul.menu li.nav_right {

  float:right;

  font-size:10px;

  height: 22px;

  letter-spacing:1px;

  overflow:hidden;

  text-transform: uppercase;

}



.custom ul.menu li.search {

  background-color: #2361a1;

  border-bottom:none;

  height:25px;

  margin-bottom:0;

}



.custom ul.menu li.search input {

  background-color: #CCC;

  border:1px solid #333;

  color:#333;

  font-size:10px;

  height:18px;

  letter-spacing:1px;

  padding:4px 10px 0 22px;

  text-transform: uppercase;

  width:125px;

}



.custom .nav_container {

width: 78%; }

.custom div.nav_container #s {



font-size:1.3em;



padding:0.308em;



width:15.385em;



}



/* Top Nav bar */

.custom ul#topnav {

border-style: none;

list-style-image: none;

list-style-position: outside;

list-style-type: none;

background:#2361a1 none repeat scroll 0 0;

font-family:"Georgia", Times New Roman, Times, serif;

width: 100%;

float: left;

}

.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; }

.custom ul#topnav li a { font-size: 1.1em; color: #ffffff; }

.custom ul#topnav li a:hover { text-decoration: underline; }







.custom #nav .nav_container {



width:77.8em;



}



.custom div.nav_container #s {



font-size:1.3em;



padding:0.675em;



width:15.385em;



}





.custom #header 

{

background: #2361a1;

padding-top: 0em;

padding-right: 0em;

padding-bottom: 0em;

padding-left: 0em;

border-top: 0em;

border-right: 0em;

border-bottom: 0em;

border-left: 0em;

margin-top: 0em;

margin-right: 0em;

margin-bottom: 0em;

margin-left: 0em;

}



.custom #header #logo a

{

display:block;

width:815px;

height:185px;

background:url(http://www.floridabankruptcyattorneys.com/images/header.png) left no-repeat;

outline:none;

color: #000000;

text-indent: -9999px;

padding-top: 0em;

padding-right: 0em;

padding-bottom: 0em;

padding-left: 10em;

border-top: 0em;

border-right: 0em;

border-bottom: 0em;

border-left: 0em;

margin-top: 0em;

margin-right: 0em;

margin-bottom: 0em;

margin-left: 0em;

}



.custom #header #tagline 

{

color:#000000;

text-indent: -9999px;

}













.custom #nav_area ul {border-bottom:none; border-left:none;}

	.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}



.custom #nav_area {background:#2361a1; border-bottom:0px solid #DBD4B7; padding-top:10px;}

	.custom ul#tabs {border-bottom:0; border-color:#DBD4B7;}

		.custom ul#tabs li {border-color:#DBD4B7; background-color:#2361a1;}

		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#2361a1;}





















.custom #footer_area .page {background:transparent;}



custom #footer_area {background:#2361a1; padding:0.5em 0; border-top:0px solid #2361a1;}

	.custom #footer {border-top:0;}



.custom #footer_1 {text-align:left; color:#cccccc; background:#2361a1;}

	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}

		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#ffffff;}

		.custom #footer_1 ul.sidebar_list li.widget a {color:#FA4E4E; border-bottom:0;font-size:80%}

		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#fff;}

.custom #footer_2 {background:#2361a1; text-align:left; color:#2361a1; font-size:60%}



