/*
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 {
background: url(http://www.queensbankruptcylawyer.net/wp-content/themes/thesis_16/custom/images/header-back.gif) repeat-x;
}

#page {
padding-top: 0px;
background: none;
}

#header {
background: url(http://www.queensbankruptcylawyer.net/wp-content/themes/thesis_16/custom/images/we-can-help-you.jpg) no-repeat scroll left top;
height:318px;
margin-bottom:5px;
}

#header #logo {
display: none;
}

#header #tagline {
display: none;
}

#logotop{
padding-left: 68px;
}

p#citytop{
float: right;
color: #456598;
font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
font-size: 25px;
font-weight: normal;
position: absolute;
top: 40px;
right: 200px; 
}

p#headphone{
color:#3D8C2E;
font-size:4em;
text-transform:uppercase;
float: right;
margin-right: 139px;
margin-top: 210px; 
}

p#headphonetag{
color: #333333;
font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
font-size: 1.7em;
margin-left: 530px;
margin-top: 280px;
}

ul#vidget_list_952775404 {
font-size: 1.6em;	
margin-top: 27px;
}


html, .custom {
 height: 100%;
}
.custom .wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}


#footer {	
width: 100%;
height: 400px;
border-width:0 0 0 0;
text-align: left;
}

#footer_area {
background:url(http://www.queensbankruptcylawyer.net/wp-content/themes/thesis_16/custom/images/bglow.gif) top left repeat-x;
}

#tmdiv1 {
display: none;
}

.menu .rss {
display: none;
}

#feature_box {
background: #fff;
}

.page {
background: none;
}

#header_area .page {
padding-top: 0em;
}

.full_width > .page {
background: none;
}

#footer {
border-width:0 0 0 0;
}

p#footer_inner_address {
color:#0954AC;
font-size:1.7em;
line-height:1.4em;
padding-bottom:10px;
padding-right: 77px;
padding-top:110px;
text-align:center;
}


p#footer_phone{
color:#3D8C2E;
font-family:Arial,Helvetica,sans-serif;
font-size:40px;
height:100px;
margin-left: 222px;
padding-left: 135px;
margin-bottom:-75px;
text-align:left;
font-weight: bold;
background:transparent url(http://www.queensbankruptcylawyer.net/wp-content/themes/thesis_16/custom/images/bgcall.gif) no-repeat top left;
}

p#footer_avail{
color:#333333;
font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
font-size:20px;
z-index:9;
padding-top: 15px;
padding-right: 101px;
text-align: center;
}

p#footer_legal{
text-align: center;
}


.custom #custom_footer_nav {text-align: center; }

.custom #custom_footer_nav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 20px;
font-size: 1.5em;
}

.custom #custom_footer_nav li {
border-right: 1px solid #326FBE;
display: inline;
margin-right: 20px;
padding-right: 20px;
}

.custom #custom_footer_nav li.noborder {
border-right: 0px;
}

.custom #custom_footer_nav li a {
color:#777777;
font-weight:normal;
text-decoration:none;
}

#header {
border-color:#FFF;}

	/*---:[ nav colors ]:---*/
.menu { border-width:0; color: #0C68C2; }
.menu a, .menu .current ul a, .menu .current-cat ul a { color: #FFFFFF; background: #0C69C2; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #FFFFFF; background: #004CA7; }
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { color: #FFFFFF; background: #004CA7; }
.menu .current-parent > a, .menu .current-cat-parent > a { color: #FFFFFF; background: #0C69C2; }
.menu a { border-width:0; border-color: #0C68C2; }


#footer-inner{
padding-top: 55px;
}

div#foot-three-cols ul {
float:left;
margin:0 30px;
padding-left: 18px;
list-style-type: none;
}

div#foot-three-cols a:hover {
color:#FFFFFF;
text-decoration: none;
}

div#foot-three-cols a {
background: url(http://www.queensbankruptcylawyer.net/wp-content/themes/thesis_16/custom/images/tick.png) no-repeat scroll left center;
color:#0954AC;
font-size:1.8em;
padding-left:28px;
text-decoration:none;
}


#lowernav ul a, a:hover {
padding-top: 9px;
border: none;
text-decoration:underline;
}

#footer a:hover {
color:#FFF;
text-decoration:none;
}

#footer a {
color:#FFF;
text-decoration:none;
}


