/*
Theme Name: Einstein Theme
Theme URI: http://www.einsteinindustries.com/
Description: A customized wordpress theme by Einstein Industries
Version: 0.3
Author: apatten@einsteinindustries.com

	CSS NOT LOCATED HERE REFER TO /css
	
*/

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #E7E7E7 url("images/bg.gif");
	text-align:center; 
	font:11px/15px Arial, Helvetica, sans-serif; 
	color:#333333; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:16px; color:#041A41; font-family: "Times New Roman", Times, serif; }
h2	{ font-size:14px; color:#163D82; font-family: "Times New Roman", Times, serif; }
h3	{ font-size:12px; color:#4369AE; font-family: "Times New Roman", Times, serif; }

h1 span,h2 span,h3 span	{ display:none; }

p { line-height: 1.4em; }
a:link,a:visited	{ color:#333333; text-decoration:underline; }
a:hover,a:active	{ color:#163D82; text-decoration:underline; }

strong {
	font-weight: bold;
}

/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	background:url("images/bg-backtotop.jpg");
	padding-right:10px;
	line-height:18px;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 0 10px; 
	}

p.h3	{ font-size:12px; color:#4369AE; font-family: "Times New Roman", Times, serif; font-weight:bold; }


	
/* ----- global form elements ----- */ 

form { 
	width:141px; 
	margin:10px 0 15px 31px;
	}

form label	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#F8F8F8; 
	border:1px solid #071E45;
	color:#071E45;
	width:141px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
	
textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0;
	}

input.submit-contact-main { 
	margin:20px 0 0 0;
	left:110%;
	}

input.submit-image { 
	width:63px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	}


/* ----- main contact form ----- */ 
 
#contact-main { 
	margin:20px 0 10px 40px; 
	}
	
#contact-main label { 
	width:200px; 
	display:block; 
	text-align:left; 
	margin-bottom:5px;
	font-size:12px;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }

#contact_business{display:none;}
/* framework - index
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("images/bg-wrap.jpg") repeat-y; 
	width:810px; 
	margin:0 auto; 
	text-align:left; 
	}

#masthead {
	position:relative;
	background:url("images/masthead.jpg");
	height:110px;
	}
	/* home link within #masthead */		
	#masthead a {
		position:absolute;
		left:50px;
		width:198px;
		top:38px;
		height:39px;
		}
	#masthead a span {
		display:none;
		}

#header-flash {
	padding: 0 0 0 26px;
	height:240px;
	background:url("images/header-welcome.jpg");
	}

#content-container {
	width:810px;
	float:left;
	margin:0;
	padding:0;
}

#column-left { 
	width:225px; 
	float:left; 
	}
	#column-left ul { 
		margin:10px 10px 10px 23px; 
		} 
	#column-left ul li.main { 
		background:transparent url("images/bg-ul-main.jpg") 0px 8px no-repeat;
		padding:8px 0 0 17px;
		line-height:18px;
		display:block;
		font-weight:bold;
		color:#071E45;
		}
	#column-left ul li { 
		padding-left:17px;
		line-height:18px; 
		display:block;
		color:#333333;
		}
	#column-left ul li.main a:link,#column-left ul li.main a:visited	{ color:#071E45; text-decoration:none; }
	#column-left ul li.main a:hover,#column-left ul li.main a:active	{ color:#071E45; text-decoration:underline; }
		
	#column-left ul li a:link,#column-left ul li a:visited	{ color:#333333; text-decoration:none; }
	#column-left ul li a:hover,#column-left ul li a:active	{ color:#333333; text-decoration:underline; }

#column-center {
	width:360px;
	float:left;
}

#column-center.index {
	background:url("images/bg-column-center.jpg") no-repeat;
}
	#column-center p {
		margin:0 20px 10px 20px;
	}
	#column-center h1 {
		margin:10px 20px 0 20px;
	}
	#column-center h2, #column-center h3 {
		margin:10px 20px 0 20px;
	}
	#column-center ol { 
		margin:10px 20px 10px 40px;
		} 
	#column-center ol li {
		list-style-type:decimal;
		padding:0 0 10px 0; 
		}
	/* background image list items */
	#column-center ul { 
		margin:10px 20px 10px 30px;
		} 
	
	#column-center ul li { 
		background:transparent url("images/bullet.jpg") 0px 4px no-repeat;
		padding-left:9px; 
		}

	/* background image list items */
	#column-center ul.sitemap { 
		margin:10px 20px 10px 50px;
		} 
	
	#column-center ul.sitemap li { 
		background:transparent url("images/bullet.jpg") 0px 4px no-repeat;
		padding-left:9px; 
		}
	
	#column-center ul.sitemap li h3 {
		margin-left:0;
		}

#ourattorneys {
	width:360px;
	background:url("images/bg-ourattorneys.jpg") repeat-y;
}
	#ourattorneys p {
		margin:0 10px 0 200px; 
		color:#fff;
	}
	#ourattorneys ul { 
		margin:0 10px 0 200px; 
		padding-bottom: 40px;
		} 
	#ourattorneys ul li { 
		background:transparent url("images/ul-ourattorneys.jpg") 0px 6px no-repeat;
		padding-left:8px;
		line-height:18px;
		}
	#ourattorneys ul li a:link,#ourattorneys ul li a:visited	{ color:#fff; text-decoration:none; }
	#ourattorneys ul li a:hover,#ourattorenys ul li a:active	{ color:#fff; text-decoration:underline; }

#column-right { 
	width:225px; 
	float:left;
	}
	#column-right p {
		margin:10px 50px 0px 31px;
	}
	#column-right img {
		margin:0;
		padding:0;
	}
	
 
#bottom-wrap { 
	background:url("images/bottom-wrap.jpg"); 
	height:18px; 
	clear:both; 
	overflow:hidden; 
	}

/* framework - inside
 * ------------------------------------------------------------------------- */

#masthead-inside {
	position:relative;
	background:url("images/masthead-inside.jpg");
	height:110px;
	}
	/* home link within #masthead */		
	#masthead-inside a {
		position:absolute;
		left:50px;
		width:310px;
		top:28px;
		height:60px;
		}
	#masthead-inside a span {
		display:none;
		}

#map-phillipsburg {
	position:relative;
	background:url("images/map-phillipsburg.jpg");
	height:91px;
	}
	/* home link within #masthead */		
	#map-phillipsburg a {
		position:absolute;
		left:30px;
		width:80px;
		top:4px;
		height:75px;
		}
	#map-phillipsburg a span {
		display:none;
		}

#map-bethlehem {
	position:relative;
	background:url("images/map-bethlehem.jpg");
	height:91px;
	}
	/* home link within #masthead */		
	#map-bethlehem a {
		position:absolute;
		left:30px;
		width:80px;
		top:4px;
		height:75px;
		}
	#map-bethlehem a span {
		display:none;
		}

/* header graphics
 * ------------------------------------------------------------------------- */

#header-graphic {
	height:240px;
}

body#about #header-graphic {
	background:url("images/header-about.jpg");
}

body#our-attorneys #header-graphic, body#dennis-w-winegar #header-graphic, body#scott-m-wilhelm #header-graphic, body#edward-j-glynn #header-graphic, body#brian-a-roemersma #header-graphic, body#steven-j-karch #header-graphic, body#blake-w-rush #header-graphic, body#kristine-m-l-blake #header-graphic, body#james-a-augustine #header-graphic, body#john-f-kingfield #header-graphic {
	background:url("images/header-attorneys.jpg"); 
}

body#practice-areas #header-graphic {
	background:url("images/header-practice-areas.jpg");
}

body#personal-injury #header-graphic {
	background:url("images/header-personal-injury.jpg");
}

body#medical-malpractice #header-graphic {
	background:url("images/header-medical-malpractice.jpg");
}

body#divorce-family-law #header-graphic {
	background:url("images/header-family-law.jpg");
}

body#motor-vehicle-accident #header-graphic {
	background:url("images/header-auto-accidents.jpg");
}

body#workers-compensation #header-graphic {
	background:url("images/header-workers-compensation.jpg");
}

body#criminal-defense #header-graphic {
	background:url("images/header-criminal-defense.jpg");
}

body#bankruptcy-law #header-graphic {
	background:url("images/header-bankruptcy.jpg");
}

body#product-liability #header-graphic {
	background:url("images/header-product-liability.jpg");
}

body#blog #header-graphic {
	background:url("images/header-product-liability.jpg");
}

body#civil-rights-employment-law #header-graphic {
	background:url("images/header-civil-rights.jpg");
}

body#verdicts-settlements #header-graphic {
	background:url("images/header-verdict.jpg");
}

body#frequently-asked-questions #header-graphic {
	background:url("images/header-faqs.jpg");
}

body#contact #header-graphic {
	background:url("images/header-contact.jpg");
}

body#thank-you #header-graphic {
	background:url("images/header-contact.jpg");
}

body#site-map #header-graphic {
	background:url("images/header-sitemap.jpg");
}


/* page titles
 * ------------------------------------------------------------------------- */

#subhead {
	height:77px; /* sets height for all subheads */
	}

body#home #subhead {
	background:url("images/subhead-welcome.jpg"); 
	}

body#about #subhead {
	background:url("images/subhead-about.jpg"); 
	}

body#our-attorneys #subhead {
	background:url("images/subhead-attorneys.jpg"); 
	}
	
body#james-a-augustine #subhead {
	background:url("images/subhead-augustine.jpg"); 
	}
	
body#dennis-w-winegar #subhead {
	background:url("images/subhead-winegar.jpg"); 
	}

body#scott-m-wilhelm #subhead {
	background:url("images/subhead-wilhelm.jpg"); 
	}

body#edward-j-glynn #subhead {
	background:url("images/subhead-glynn.jpg"); 
	}

body#brian-a-roemersma #subhead {
	background:url("images/subhead-roemersma.jpg"); 
	}

body#steven-j-karch #subhead {
	background:url("images/subhead-karch.jpg"); 
	}

body#blake-w-rush #subhead {
	background:url("images/subhead-rush.jpg"); 
	}

body#kristine-m-l-blake #subhead {
	background:url("images/subhead-blake.jpg"); 
	}

body#john-f-kingfield #subhead {
	background:url("images/subhead-kingfield.jpg"); 
	}

body#practice-areas #subhead {
	background:url("images/subhead-practice-areas.jpg"); 
	}

body#personal-injury #subhead {
	background:url("images/subhead-personal-injury.jpg"); 
	}

body#medical-malpractice #subhead {
	background:url("images/subhead-medical-malpractice.jpg"); 
	}

body#divorce-family-law #subhead {
	background:url("images/subhead-family-law.jpg"); 
	}

body#motor-vehicle-accident #subhead {
	background:url("images/subhead-auto-accidents.jpg"); 
	}

body#workers-compensation #subhead {
	background:url("images/subhead-workers-compensation.jpg"); 
	}

body#criminal-defense #subhead {
	background:url("images/subhead-criminal-defense.jpg"); 
	}

body#bankruptcy-law #subhead {
	background:url("images/subhead-bankruptcy.jpg"); 
	}

body#product-liability #subhead {
	background:url("images/subhead-product-liability.jpg"); 
	}

body#civil-rights-employment-law #subhead {
	background:url("images/subhead-civil-rights.jpg"); 
	}

body#verdicts-settlements #subhead {
	background:url("images/subhead-verdict.jpg"); 
	}

body#frequently-asked-questions #subhead {
	background:url("images/subhead-faqs.jpg"); 
	}

body#contact #subhead {
	background:url("images/subhead-contact.jpg"); 
	}
	
body#thank-you #subhead {
	background:url("images/subhead-thankyou.jpg"); 
	}

body#site-map #subhead {
	background:url("images/subhead-sitemap.jpg"); 
	}
body#blog #subhead {
	background:url("images/subhead-blog.jpg"); 
	}

/* page images
 * ------------------------------------------------------------------------- */
	
#img-ourattorneys {
	width:181px;
	height:147px;
	background:url("images/img-ourattorneys.jpg");
	float:left;
}

#img-ourattorneys-top {
	background:url("images/img-ourattorneys-top.jpg");
	height:96px;
	}

#img-ourattorneys-bottom {
	background:url("images/img-ourattorneys-bottom.jpg");
	height:116px;
	}

#subhead-faq-index {
	background:url("images/subhead-faq-index.jpg");
	height:85px;
	}

#img-practiceareas {
	background:url("images/img-practiceareas.jpg");
	height:77px;
	}

#img-locations {
	background:url("images/img-locations.jpg");
	height:77px;
	}

#img-contactus {
	background:url("images/img-contactus.jpg");
	height:85px;
	}
	
#img-blog-nav {
	background:url("images/img-blog-nav.jpg");
	height:95px;
	}
	
#img-blog-locations {
	background:url("images/img-blog-locations.jpg");
	height:85px;
	}
	
#img-defendingyourrights {
	background:url("images/img-defendingyourrights.jpg");
	height:211px;
	}
	
#img-boardcerts {
	background:url("images/img-boardcerts.jpg");
	height:792px;
	}
	
#footer-header {
	background:url("images/img-footer-header.jpg") no-repeat;
	}

#footer-bottom {
	background:url("images/img-footer-bottom.jpg");
	height:38px;
	overflow:hidden;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:810px; 
	margin:0 auto; 
	text-align:center;
	background:url("images/bg-footer.jpg") repeat-y;
	}

#footer p {
	color:#fff;
	margin:8px 30px;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	}

#footer a:hover, #footer a:active {
	color:#F0F4FA;
	}

#footer ul {
	padding:10px 20px;
}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	font-weight:bold;
	}

	#footer li.first { border: none; }

/* Superfish */

#nav-01 { width: 64px; margin-left: 23px;}
#nav-02 { width: 118px;}
#nav-03 { width: 115px;}
#nav-04 { width: 114px;}
#nav-05 { width: 172px;}
#nav-06 { width: 47px;}
#nav-07 { width: 73px;}
#nav-08 { width: 62px;}

#nav-01 > a:hover {background: transparent url("images/nav.jpg") -23px -44px no-repeat;}
#nav-02 > a:hover {background: transparent url("images/nav.jpg") -87px -44px no-repeat;}
#nav-03 > a:hover {background: transparent url("images/nav.jpg") -205px -44px no-repeat;}
#nav-04 > a:hover {background: transparent url("images/nav.jpg") -320px -44px no-repeat;}
#nav-05 > a:hover {background: transparent url("images/nav.jpg") -434px -44px no-repeat;}
#nav-06 > a:hover {background: transparent url("images/nav.jpg") -606px -44px no-repeat;}
#nav-07 > a:hover {background: transparent url("images/nav.jpg") -653px -44px no-repeat;}
#nav-08 > a:hover {background: transparent url("images/nav.jpg") -726px -44px no-repeat;}

.sf-menu {
	background: url("images/nav.jpg") no-repeat; 
	float: left;
	height: 44px;
	width: 810px;
}

.sf-menu span {
	display: none;
}

.sf-menu a {
	height: 44px;
	text-decoration: none;
}

.sf-menu a, .sf-menu a:hover, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
	text-decoration:none;
}

.sf-menu a:hover {
	text-decoration: underline;
	color:#AAB1CB;
}

.sf-menu li {
	background: none;
}

.sf-menu li li {
	background: #091E45;
}

.sf-menu li li li {
	background: #091E45;
}

.sf-menu li li a, .sf-menu li li li a {
	height: auto;
	padding: 7px;
	
}

/* blog comment form ------------------------------------------------------------------------- */

#commentform { margin:20px 0 10px 40px; }

#commentform label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.0em;
	padding-left:0px;
	color:#336666;

	}


#submit {width:120px; height:24px; cursor:pointer; padding:0px; margin:0px; }
#commentform select { width:175px; } /* fixes display issue - 5px larger than input field */
#commentform label textarea { height:100px; overflow:auto; }

/*------------------------------------------------- Blog Styles ----------------------------------------------*/

#blog a{text-decoration:underline;}
#blog a:hover {text-decoration:none;}
#blog h2 { border-top:1px solid #061C43; display:block; height:20px; margin:0px; padding:0px; padding-left:20px;}
#blog h3 {padding-left:15px; margin-bottom:0px; margin-top:0px;}

#blog #content-container a:link,a:visited	{ color:#333333; text-decoration:underline; }
#blog #content-container a:hover,a:active	{ color:#163D82; text-decoration:underline; }
/*------------ menu navigation ------------------------ */
#menu {width:180px; margin:10px 10px 10px 23px;}
#blog #menu a:link,a:visited	{ color:#333333; text-decoration:underline; }
#blog #menu a:hover,a:active	{ color:#163D82; text-decoration:underline; }#menu ul li{color:#061C43; font-weight:bold; padding:0px 0px 0px 10px;}
#menu #blog-nav{width:150px; margin:0px; padding:0px !important;}
#categories, #meta, #archives {
		background:transparent url("images/bg-ul-main.jpg") 0px 8px no-repeat;
		padding:8px 0 0 18px !important;
		line-height:18px;
		display:block;
		font-weight:bold;
		color:#071E45;
		}
#archives, #meta {margin:15px 0 0 0;}
#searchform {margin: 15px 0 15px 0; }
#searchform input {width:110px; }

.search-submit{width:75px !important;}
#menu #nav-header{width:150px; height:75px; padding:0px;}
#menu #nav-footer{ width:150px; height:10px; padding:0px;}
/*------------------- blog footer -------------------------- */

#footer-copyright{ margin-top:10px;}

/*-------------------- blog body ----------------------------- */

		
.meta{margin:0 20px 10px 20px; font-size:10px;}
		 
.feedback {
		text-align:right;
		font-size:.9em;
		}

#blog p{padding-left:20px;}
#blog #column-right p {
		padding:0px;	
		}
ul.children {margin-bottom:0px;}
#blog blockquote p{padding:0 20px 0 38px;}
#blog ol { list-style-type:decimal !important;
		   margin:0 0 0 65px !important;
		} 
#blog .storycontent ul{ 
           list-style-type:none !important;
		   margin:0 0 0 65px !important;
		} 		
#blog ol li p, #blog .storycontent ul li p {margin:0 0 10px 0;}

#blog ol li p cite { font-size:.9em;}
#rss_trackback {margin-left:24px;}

.post { border-top:2px solid #061C43; margin:0 20px 10px 20px; padding-bottom:2px; padding-top:2px;}
.post p{padding-left:0px !important;}
.storycontent p em { font-style:normal;} 

#blog #commentlist {color:#699;}
#blog #postcomment, #blog #comments {padding-left:40px; border:none; background:none;}
#blog #postcomment a, #blog #comments a{padding-left:25px; border:none; background:none; }

#blog #comments a {text-decoration:none; padding-left:0px;}
#blog #disclaimer {margin-top:40px; border-top:1px solid #061C43;border-bottom:1px solid #061C43; padding-left:0px;}