/*--------------------- Last Modified --> 2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 -----------------------------------------c-----------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#000 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#7F6012; }
h2	{ font-size:1.1em; color:#D2C89C; }
h3	{ font-size:1.0em; color:#000; }

h1, h2, h3 { clear:both; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#A8957D; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background: url("../images/bullet.jpg") right no-repeat;
	}
	
p.quote {
	padding: 15px 20px 0px;
	background: url("../images/quote.jpg") no-repeat;
	font-weight:bold;
	}
	
p.quote-signature {
	text-align:right;
	display:block;
	padding:0 30px 10px 0;
	font-weight:bold;
	}
	
p.more {
	text-align:right;
	display:block;
	padding-right:15px;
	background: url("../images/bullet.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 0px 20px; 
	clear:both;
	}
	
	div.poem .img-left {
	margin-left:60px;
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
	
.afterfloat {
	padding-bottom:30px;
	}
	
div.divider {
	background:url("../images/bg-divider-index.jpg");
	height:6px;
	}
	
p.thumbs img {
	margin-bottom:10px;
	}
	img.thumb-right { float:right; margin:0 0 0 8px; }
	img.thumb-left { float:left; margin:0 8px 0 0; }

img.picture { margin-left:15px; }

#column-center p.newsthumb { float:left; width:110px; margin:15px 6px; text-align:center; }
	#column-center p.newsthumb img { display:block; margin:0px auto; }
	
#column-center hr { width:75%; color:#DCD5B4; text-align:center; }

#column-center .poem { text-align:center; margin:10px 0; }

#column-center ul.anchors li { margin-top:10px; }

dl.anchors dt { margin-top:10px; }
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000000;
	color:#000000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-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:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main, #commentform { margin:20px 0 10px 0; }

#contact-main label, #commentform label { 
	width:160px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select,
#commentform label input, #commentform label textarea, #commentform label select { 
	width:160px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select, #commentform label select { width:165px; }
	
#contact-main label textarea, #commentform label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main, input.commentform-submit {
	background-color:#000000 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C9B38A;
	color:#FFFFFF;
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 175px; }

input.commentform-submit { margin:90px 0 0 175px; width:120px; }

/** Patient Information Form (pop up) **/

h2#patient-information { height:27px; 
						 width:300px; 
						 background:url("../images/subhead-patient-information.jpg") 20px 0 no-repeat;
						 padding-left:20px; }
	h2#patient-information a { display:block; height:37px; }
		h2#patient-information a span { display:none; }
body#espanol h2#patient-information { height:27px; 
						 width:300px; 
						 background:url("../images/subhead-patient-information-spanish.jpg") 20px 0 no-repeat;
						 padding-left:20px; }
	body#espanol h2#patient-information a { display:block; height:37px; }
		body#espanol h2#patient-information a span { display:none; }

body#patient-information form { width:480px; }

body#patient-information dd { display:inline; margin:0; }
body#patient-information dd input.state_zip { width:65px; }

body#patient-information #radio_boxes dt { margin:10px 0 0 0; height:30px; border-top:1px solid black; padding:10px 0 0 0; }
body#patient-information #radio_boxes dd input { margin:0px; width:30px; }
body#patient-information textarea { width:450px; margin-top:5px; }

.submit-contact-patient { margin-top:5px; }

.popup-ul-margin { margin-left:20px; }

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:802px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-footer {
	background:url("../images/bg-wrap-footer.jpg") repeat-y;
	width:802px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:62px;
	}
	/* index page link within #masthead */		
	#masthead a {
		display:block;
		height:62px;
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:201px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:10px 18px 10px 16px;
		}
	#column-left form { margin-left:16px; }
	
	#column-left a:link, #column-left a:visited	{ color:#000; text-decoration:underline; outline:none; }
	#column-left a:hover, #column-left a:active	{ color:#7C6E3E; text-decoration:underline; outline:none; }
			
/* ----- column-center ----- */

#column-center {
	width:400px;
	float:left;
	}
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl, #column-center ol {
		margin:0 25px 10px 17px;
		}
		
		#column-center ol li {
			list-style: decimal outside;
			margin-left:25px;
			padding-left:5px;
			}
			
	#column-center form { margin-left:17px; }
	
	#column-center img.img-right { 
	float:right; 
	margin:5px 25px 10px 17px; 
	}
	
	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-center ul.multi { padding-left:5px; } 
		#column-center ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center dl dd {
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
		#third-information-list { margin-top:30px; }
		#how-did-you-learn { margin-top:15px; }
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-column-right.jpg") top left no-repeat;
	width:201px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3 {
		margin:10px 12px 10px 12px;
		}
	#column-right form { margin-left:12px; }
	
	#column-right a:link, #column-right a:visited	{ color:#000; text-decoration:underline; outline:none; }
	#column-right a:hover, #column-right a:active	{ color:#7C6E3E; text-decoration:underline; outline:none; }
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:7px;
	clear:both;
	width:100%; /* fix for Safari */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:233px; background:url("../images/header-graphic.jpg") no-repeat; } /* sets height for all non-flash headers */
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#news #header-graphic { background:url("../images/header-news.jpg"); }
	body#blog #header-graphic { background:url("../images/header-graphic.jpg"); }
	body#espanol #header-graphic { background:url("../images/header-espanol.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#prosthetic #header-graphic { background:url("../images/header-prosthetic.jpg"); }
	body#tumors #header-graphic { background:url("../images/header-tumors.jpg"); }
	body#osteo #header-graphic { background:url("../images/header-osteomyelitis.jpg"); }
	body#trauma #header-graphic { background:url("../images/header-trauma.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-graphic.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-graphic.jpg"); }
	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:73px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#deformity #subhead { background:url("../images/subhead-deformity.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#espanol #subhead { background:url("../images/subhead-espanol.jpg"); }
	body#news #subhead { background:url("../images/subhead-news.jpg"); }
	body#osteo #subhead { background:url("../images/subhead-osteomyelitis.jpg"); }
	body#physician #subhead { background:url("../images/subhead-physician.jpg"); }
	body#prosthetic #subhead { background:url("../images/subhead-prosthetic.jpg"); }
	body#trauma #subhead { background:url("../images/subhead-trauma.jpg"); }
	body#tumors #subhead { background:url("../images/subhead-tumors.jpg"); }
	body#bone-fracture #subhead { background:url("../images/subhead-bone-fracture.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* Popup Windows
 * ------------------------------------------------------------------------- */
 
 	body#specialized {
		background:#000 url("../images/bg-popup-info.jpg") top repeat-y;
		text-align:center;
		}
		body#specialized #container { text-align:left; margin: 0 auto; padding: 10px 20px; width:490px; }
		body#specialized p { margin: 10px 0; }
		body#specialized p.h3 { font-size:1em; color:#000; font-weight:bold; }
		
	body#patient-information {
		background:#000 url("../images/bg-popup-info.jpg") top repeat-y;
		text-align:center;
		}
		body#patient-information #container { text-align:left; margin: 0 auto; padding: 10px 20px; width:490px; }
		body#patient-information p { margin: 10px 0; }
		body#patient-information h3 { font-size:1em; color:#000; font-weight:bold; }

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url("../images/bg-footer.jpg") top left no-repeat;
	width:802px;
	margin:0 auto;
	text-align:center;
	padding:10px 0 10px 0;
	}

#footer p, #footer ul {
	color:#FFFFFF;
	margin:0 0 10px 0;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#E1DDC5; text-decoration:none; }

#footer ul {margin-top:10px;}
	#footer ul 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 #FFFFFF;
	}
	#footer ul li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-right {
	background:url("../images/nav-right.jpg") top left no-repeat;					
	width:201px;		/* Width of buttons, not entite image (or half of entire image) */
	height:233px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-right li span { display: none; }

#nav-right li { float:left; list-style:none; position:relative; }

#nav-right li, #nav-right a { 
	height:30px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-right-01 { margin-top:10px; width:201px; }

/* margin-top if there is a spacing between each nav button */
#nav-right-02, #nav-right-03, #nav-right-04, #nav-right-05, #nav-right-06, #nav-right-07 { margin-top:0; width:201px; }

#nav-right-01 a:hover { background:url("../images/nav-right.jpg") -201px  -10px no-repeat; }
#nav-right-02 a:hover { background:url("../images/nav-right.jpg") -201px  -40px no-repeat; }
#nav-right-03 a:hover { background:url("../images/nav-right.jpg") -201px  -70px no-repeat; }
#nav-right-04 a:hover { background:url("../images/nav-right.jpg") -201px -100px no-repeat; }
#nav-right-05 a:hover { background:url("../images/nav-right.jpg") -201px -130px no-repeat; }
#nav-right-06 a:hover { background:url("../images/nav-right.jpg") -201px -160px no-repeat; }
#nav-right-07 a:hover { background:url("../images/nav-right.jpg") -201px -190px no-repeat; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-left {
	background:url("../images/nav-left.jpg") top left no-repeat;					
	width:201px;		/* Width of buttons, not entite image (or half of entire image) */
	height:640px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-left li span { display: none; }

#nav-left li { float:left; list-style:none; position:relative; }

#nav-left li, #nav-left a { 
	height:91px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-left-01 { margin-top:3px; width:201px; }

/* margin-top if there is a spacing between each nav button */
#nav-left-02, #nav-left-03, #nav-left-04, #nav-left-05, #nav-left-06, #nav-left-07 { margin-top:0; width:201px; }

#nav-left-01 a:hover { background:url("../images/nav-left.jpg") -201px   -3px no-repeat; }
#nav-left-02 a:hover { background:url("../images/nav-left.jpg") -201px  -94px no-repeat; }
#nav-left-03 a:hover { background:url("../images/nav-left.jpg") -201px -185px no-repeat; }
#nav-left-04 a:hover { background:url("../images/nav-left.jpg") -201px -276px no-repeat; }
#nav-left-05 a:hover { background:url("../images/nav-left.jpg") -201px -367px no-repeat; }
#nav-left-06 a:hover { background:url("../images/nav-left.jpg") -201px -458px no-repeat; }
#nav-left-07 a:hover { background:url("../images/nav-left.jpg") -201px -549px no-repeat; }

/* ------------------------------ Styles for Wordpress -------------------------- */



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.meta, .feedback {
	margin:0 25px 18px 17px;
	}
	
.feedback {
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	}

body#blog ol.commentlist { margin-left:0; }

.postmetadata {
	margin: 30px 0;
	padding: 0 10px;
	}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 5px 10px 3px 0;
	list-style: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Comment form 'commentform' css is with 'contact-main' 
/  form css. XHTML of the conmment form has been converted to 
/  the Einstein format in 'comments.php' to keep consistency 
/  throughout the site.
*/


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}


#sidebar ul ol li {
	list-style: decimal outside;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 0;
	padding: 0;
	}

#column-right #menu {
	margin-top:10px; 
	}

#column-right #searchform { margin:0 0 24px 0; padding:0; }

#column-right #menu ul { 
		margin:0 12px 10px 12px;
		} 

#column-right #menu ul li { background:none; margin-left:0; }

	#column-right #menu ul li ul li { 
		background:transparent url("../images/bullet-right.jpg") 0px 6px no-repeat;
		padding-left:15px;  /* pushes text to the right to display bg img */
		}

#searchform #s {
	width: 150px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	width: 60px;
	height:24px;
	background-color:#FFFFFF;
	}

#searchform #s, #searchsubmit {
	margin-bottom:4px;
	}

/* ------------------------------ End Styles for Wordpress -------------------------- */	


/* patient privacy popups */
body#notice { background:#fff; }
body#notice #wrap {background:none; width:580px;}
body#notice p { margin-top:10px; }
li.first img {margin-top:10px;}

.header { margin: 20px 0; text-align:center; }

#wrap #column-center ul.anchors li .articles li  { margin-top:5px; }