/*
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;

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

	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: 60px;
	height: 18px;

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

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

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

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

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

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

#menu {
	height: 43px;
	margin: 10px 5px;
	background: url('images/menu.png') left top no-repeat;
	overflow: hidden;
}

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

#menu UL LI {
	float: left;
	background: url('images/menu.png') right bottom no-repeat;
	padding-right: 2px;
}

#menu UL LI A {
	display: block;
	padding: 13px 24px;
	color: #fff;

	font-weight: bold;
	text-decoration: none;
}

#menu UL LI.current-menu-item A,
#menu UL LI A:hover {
	background: url('images/menu.png') center -43px no-repeat;
}

#menu UL LI#menu-item-456 A,
#menu UL LI#menu-item-456 A:hover {
	background-position: left -43px;
}

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

#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.png') left top no-repeat;
	overflow: hidden;

	position: relative;

	margin-bottom: 30px;
}

#home .splash .image {
	width: 280px;
	height: 322px;
	background: url('images/splash.jpg') left top no-repeat;
}

#home .splash H2 {
	display: block;
	width: 336px;
	height: 55px;

	position: absolute;
	top: 40px;
	left: 300px;

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

	padding: 0;
}

#home .splash UL {
	position: absolute;
	top: 105px;
	left: 300px;

	list-style-image: url('images/splash_check.png');
}

#home .splash UL LI {
	padding: 10px 0;
	color: #fff;
	font-size: 120%;
}

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

	position: absolute;
	bottom: 40px;
	left: 300px;

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

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

/* --- */

#home .about {
	margin-right: 20px;
	line-height: 1.5;
}

#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 .readmore {
	display: block;
	width: 103px;
	height: 37px;

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


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

#home_side {
	width: 290px;
	float: right;
}

#home_side A {
	text-decoration: underline;
}

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

#home_side small {
	font-size: 85%;
}

#home_side .button {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

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

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

#home_side .talk {
	margin-top: 10px;

	width: 287px;
	height: 154px;
	background: url('images/home_side_talk.png') left top no-repeat;
}

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

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

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

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

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

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

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

#home_bottom P {
	padding: 0;
}

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


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

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

#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: #eee;
	padding: 20px;
}

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

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

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

	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	padding: 5px;

	margin-bottom: 10px;
}

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

	border: 1px solid #ccc;
	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 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: 70%;
	color: #888;
	background: #eee;
}

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


#page_side .paypal .text {

	border: 1px solid #bbb;
	background: #fff;
	padding: 5px;
	width: 140px;
	margin-right: 10px;
	float: left;
}

#page_side .talk_button {
	display: block;
	text-indent: -9999px;
	overflow: hidden;

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

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


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

	font-size: 85%;
	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: #5b7691;
	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;
}
