/*
Theme Name: NYNJ Bankruptcy
Theme URI: http://www.nynjbankruptcy.com/
Description: The default NYNJ theme for WordPress
Author: Enhanced Solutions
Version: 1.0
*/

A {
	color: #0e417e;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0;
	padding: 0;

	background: #fff url('images/back.png') left top repeat-x;
	color: #564c3b;
	color: #2E241F;

	line-height: 1.2;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;

	text-align: center;
}

FORM {
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}

IMG.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

IMG.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

P {
	margin: 0;
	padding: 0 0 15px 0;
}

H1, H2, H3, H4, H5 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #564c3b;
}

UL, OL {
	margin: 0;
	padding: 0 0 15px 35px;
}

HR {
	border: 0;
	padding: 0;
	margin: 10px 0 25px 0;
	height: 1px;
	overflow: hidden;
	background: #ccc;
	color: #ccc;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

/* ########################################################################################## */

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

/* ########################################################################################## */

#head {
	position: relative;
	margin: 0 5px;
}

#head .logo {
	display: block;
	padding: 16px 0;
}

#head .logo A {
	display: block;
	width: 281px;
	height: 49px;
	background: url('images/logo.png') left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#head .guide {
	display: block;
	width: 285px;
	height: 68px;
	background: url('images/head_guide.png') left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;

	position: absolute;
	top: 7px;
	right: 350px;
}

#head .call {
	display: block;
	width: 325px;
	height: 50px;
	background: url('images/head_locations.png') left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;


	position: absolute;
	top: 15px;
	right: 0;
}

#head .call .brooklyn {
	width: 47px;
	height: 18px;

	position: absolute;
	bottom: 0px;
	right: 208px;

}

#head .call .queens {
	width: 42px;
	height: 18px;

	position: absolute;
	bottom: 0px;
	right: 157px;

}

#head .call .manhattan {
	width: 55px;
	height: 18px;

	position: absolute;
	bottom: 0px;
	right: 93px;

}

#head .call .jersey {
	width: 63px;
	height: 18px;

	position: absolute;
	bottom: 0px;
	right: 0px;

}

/* ########################################################################################## */

#menu {
	background: url('images/menu.png') left top repeat-x;

	height: 43px;
	margin: 10px 5px;

	overflow: hidden;
}

#menu UL {
	list-style: none;
	padding: 0;
	margin: 0;

	height: 43px;
	border-left: 1px solid #325b81;
}

#menu UL LI {
	float: left;

	height: 43px;
	border-right: 1px solid #325b81;

	overflow: hidden;
}

#menu UL LI A {
	display: block;
	padding: 13px 15px;
	color: #174574;

	font-family: Arial, Sans-serif;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
}

#menu UL LI.current-menu-item A,
#menu UL LI A:hover {
	background: url('images/menu.png') left bottom repeat-x;	
}


/* ########################################################################################## */

#body {
	background: url('images/body.png') center top no-repeat;
	padding: 15px;
}

/* ########################################################################################## */

#home {
	float: left;
	width: 661px;
}

#home .splash {
	display: block;
	width: 661px;
	height: 322px;
	background: url('images/splash.jpg') left top no-repeat;
	overflow: hidden;

	position: relative;

	margin-bottom: 30px;
}

#home .splash H2 {
	display: none;
}

#home .splash UL {
	display: none;
}

#home .splash .button {
	display: block;
	width: 245px;
	height: 48px;

	position: absolute;
	bottom: 30px;
	right: 40px;

	background: url('images/splash_button.png') left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#home .splash .button:HOVER {
	background-position: left bottom;
}

/* --- */

#home .blog,
#home .about {
	float: left;
	width: 330px;
	margin-right: 50px;
	line-height: 1.5;
}

#home .blog {
	width: 260px;
	margin: 0;
}

#home H3 {
	display: block;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0 0 15px 0;
}

#home .about H3 {
	background: url('images/home_about.png') left top no-repeat;
}

#home .blog H3 {
	background: url('images/home_blog.png') left top no-repeat;
}

#home .about UL {
	list-style: none;
	padding: 0 0 15px 0;
}

#home .about UL LI {
	padding: 5px 0 5px 25px;
	background: url('images/li_arrowdot.png') left center no-repeat;
	font-size: 110%;
}

#home .blog UL {
	list-style: none;
	padding: 0;
}

#home .blog UL LI {
	padding: 0 0 15px 0;
}

#home .blog UL LI SMALL {
	float: left;
	display: block;
	padding: 3px 10px;
	font-size: 90%;
	color: #888;
	background: #eee;
}

#home .blog UL LI A {
	display: block;
	clear: both;
	font-size: 90%;
	padding: 5px;
}

#home .readmore {
	display: block;
	width: 103px;
	height: 37px;

	background: url('images/button_readmore.png') left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;	
}


/* ########################################################################################## */

#home_bottom {
	clear: both;
	padding: 20px 0 0 0;
}

#home_bottom P {
	padding: 0;
}

/* ########################################################################################## */


#page {
	float: left;
	width: 650px;
	padding-left: 10px;
	line-height: 1.5;
}

#page H1 {
	font-weight: normal;
	font-size: 250%;
}

#page H1 .red {
	color: #be0103;
}

#page H2 {
	font-size: 125%;
}

#page H2.entry-title {
	padding: 0;
}

#page H3 {
	font-size: 115%;
}

#page LI {
	padding-bottom: 10px;
}

#page .maplink {
	display: block;
	background: url('images/icon_map.png') left center no-repeat;
	padding: 5px 0 5px 35px;
	width: 150px;
}


#page .contactlist {
	list-style: none;
	padding: 0;
}

#page .contactlist LI {
	float: left;
	width: 25%;
	text-align: center;
	padding-bottom: 15px;
	font-size: 12px;
}

#page .contactlist LI A {
	display: block;
	background: url('images/icon_map.png') left center no-repeat;
	margin: 10px 0 0 15px;
	padding: 5px 0;
}


/* --- */

#page .wpcf7 {
	background: #f2f2f2 url('images/form.png') repeat-x left top;
	border: 1px solid #e7e7e7;
	padding: 20px;
}

#page .wpcf7 P {
	padding: 0;
	clear: both;
}

#page .wpcf7 P.phoneheading,
#page .wpcf7 P.quoteheading {
	display: block;
	padding: 10px 35px;
	color: #c50405;
	font-size: 16px;
}

#page .wpcf7 P.phoneheading {
	background: url('images/form_phoneicon.png') no-repeat left center;
}

#page .wpcf7 P.quoteheading {
	background: url('images/form_quoteicon.png') no-repeat left center;
}

#page .wpcf7 LABEL {
	float: left;
	width: 150px;
	padding: 5px 0;
}

#page .wpcf7 INPUT.flat {
	float: left;
	width: 300px;

	border-top: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background: #fff;
	color: #666;
	padding: 5px;

	margin-bottom: 10px;
}

#page .wpcf7 TEXTAREA.flat {
	width: 450px;

	border-top: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background: #fff;
	color: #666;
	padding: 5px;

	margin-bottom: 10px;
}

#page .wpcf7 STRONG {
	clear: both;
	display: block;
	background: #666;
	color: #eee;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}




/* ########################################################################################## */

#page_side {
	float: right;
	width: 280px;
}

#page_side P.right {
	margin-left: 9px;
	text-align: center;
}

#page_side SMALL {
	font-size: 90%;
}

#page_side .button {
	width: 280px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 0;
}

#page_side .evaluation {
	height: 40px;
	background: url('images/home_side_review.png') left top no-repeat;
}

#page_side H5 {
	background: url('images/side_h5.png') left top no-repeat;
	height: 43px;
	overflow: hidden;
}

#page_side H5 A {
	display: block;
	padding: 13px;

	font-size: 120%;
	color: #fff;
	text-decoration: none;
}

#page_side .widget-title {
	background: url('images/side_h5.png') left top no-repeat;
	padding: 13px;
	margin: 0 0 15px 0;
	overflow: hidden;

	font-size: 120%;
	color: #fff;
}

#page_side UL {
	list-style: none;
	padding-left: 0;
}

#page_side .widget_archive A,
#page_side .submenu UL LI A {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}


#page_side .submenu UL UL {
	padding: 0 15px 10px 15px;
	background: #f3f3f3;
}

#page_side .blog UL LI {
	padding: 7px 0;
}

#page_side .blog UL LI SMALL {
	float: left;
	display: block;
	padding: 3px 10px;
	font-size: 90%;
	color: #888;
	background: #eee;
}

#page_side .blog UL LI A {
	display: block;
	clear: both;
	font-size: 90%;
	padding: 5px;
}

#page_side .paypal {
	display: block;
	height: 164px;
	background: url('images/side_paypal.png') no-repeat left top;
	overflow: hidden;
	margin-bottom: 15px;
}

#page_side .paypal H5 {
	height: auto;
	background: transparent;
	font-size: 18px;
	font-weight: normal;
	padding: 17px 0px 5px 55px;
}

#page_side .paypal FORM {
	padding: 15px;
}

#page_side .paypal P {
	padding-bottom: 10px;
}

#page_side .paypal .text {
	border-top: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background: #fff;
	padding: 5px;
	width: 90%;
	margin-bottom: 10px;
}

#page_side .talk {
	width: 280px;
	height: 154px;
	background: url('images/side_talk.png') left top no-repeat;
}

#page_side .location {
	height: 34px;
	background: url('images/home_side_findlocaiton.png') left top no-repeat;
}

#page_side .relief {
	height: 154px;
	background: url('images/home_side_evaluate.png') left top no-repeat;
}

#page_side .testimonials {
	margin: 0 0 10px 0;
	width: 280px;
	height: 252px;
	background: url('images/home_side_testimonials.png') left top no-repeat;
	overflow: hidden;
}

#page_side .testimonials UL {
	list-style: none;
	padding: 0;
	margin: 20px;
	position: relative;
}

#page_side .testimonials UL LI {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5;
}

#page_side .testimonials UL LI SMALL {
	display: block;
	font-size: 100%;
	font-weight: bold;
	color: #5b7691;
}

#page_side .contactform {
	margin: 0 0 10px 0;
	width: 280px;
	height: 322px;
	background: url('images/home_side_form.png') left top no-repeat;
}

#page_side .contactform .wpcf7 {
	padding: 50px 10px 10px 10px;
	font-size: 11px;
}

#page_side .contactform .wpcf7 P {
	display: block;
	clear: both;
	padding: 0;
}

#page_side .contactform .wpcf7 LABEL {
	display: block;
	float: left;
	width: 40px;
	padding: 5px 0;
}

#page_side .contactform .wpcf7 TEXTAREA,
#page_side .contactform .wpcf7 INPUT {
	display: block;
	float: left;
	width: 200px;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;

	margin: 0 0 5px 0;
}

#page_side .contactform .wpcf7 INPUT.submit {
	width: 150px;
	background: #38638b;
	color: #fff;
}

#page_side .contactform .wpcf7 TEXTAREA {
	height: 50px;
	width: 240px;
}

#page_side .contactform .wpcf7 SMALL {
	font-size: 10px;
}

#page_side .contactform .responseblock {
	clear: both;
	position: relative;
	z-index: 9999;
}

#page_side .contactform .responseblock .wpcf7-response-output {
	background: #fff;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* ########################################################################################## */


#contact {
	height: 350px;
	background: url('images/contactlocation.png') no-repeat left top;
	position: relative;
	margin-bottom: 15px;
}

#contact .phone {
	position: absolute;
	top: 15px;
	left: 50px;
	font-size: 16px;
}

#contact .phone STRONG {
	color: #c50405;
}

#contact .phone EM {
	color: #999;
	padding: 0 10px;
}

#contact .locations .title {
	position: absolute;
	top: 65px;
	left: 50px;
	font-size: 16px;
}


#contact .locations UL {
	position: absolute;
	top: 100px;
	left: 0;

	width: 100%;

	list-style: none;
	padding: 0;
}

#contact .locations UL LI {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
}


/* ########################################################################################## */


#foot {
	margin-top: 10px;
	border-top: 1px solid #d7d7d7;
	background: #f0f0f0 url('images/foot.png') left bottom no-repeat;
	padding: 20px 20px 10px 20px;

	line-height: 1.5;
}

#foot .block {
	float: left;
	width: 190px;
	margin-right: 53px;
}

#foot .sitemap {
	width: 150px;
}

#foot .social {
	width: 230px;
}

#foot .courthouse {
	margin-right: 0;
}

#foot UL {
	list-style: none;
	padding: 0;
}

#foot P {
	padding: 0 0 10px 0;
}

#foot H5 {
	font-size: 100%;
	color: #333;
	background: url('images/divider.png') left bottom repeat-x;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#foot HR {
	border: 0;
	padding: 0;
	margin: 10px 0 10px 0;
	height: 2px;
	overflow: hidden;
	background: url('images/divider.png') left top repeat-x;
}

#foot .locations P {
	line-height: 1.2;
}

#foot .copy {
	font-size: 90%;
	text-align: center;
}

#foot .logo {
	display: block;
	width: 190px;
	height: 71px;
	margin-bottom: 15px;

	background: url('images/foot_logo.png') left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#foot INPUT.flat {
	border: 1px solid #bbb;
	background: #fff;
	padding: 5px;
	width: 80%;
}

#foot INPUT.button {
	float: left;

	display: block;
	width: 104px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/foot_signup.png') left top no-repeat;

	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#foot .facebook,
#foot .twitter {
	float: left;
	display: block;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
}

#foot .twitter {
	background: url('images/foot_twitter.png') left top no-repeat;
	margin-right: 5px;
}

#foot .facebook {
	background: url('images/foot_facebook.png') left top no-repeat;
}

#foot .wpcf7-response-output {
	margin: 5px 0 0 0;
	background: #fff;
}

#foot .wpcf7-not-valid-tip {
	background: #ff0000;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	width: 200px;
}



/* ########################################################################################## */


#foot_callout {
	margin-top: 40px;
	background: #38638b;
	padding: 15px 20px;
	color: #fff;
	line-height: 1.5;
	font-size: 85%;
}

#foot_callout STRONG {
	font-size: 130%;
}

/* ########################################################################################## */


#subfoot {
	font-size: 10px;
	color: #999;
	padding: 0 20px 10px 20px;
}