/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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:#22513D url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin:10px; 
	padding-bottom:10px; 
	background:url("../images/bg-blockquote.jpg") bottom center no-repeat; 
	}

h1	{ font-size:1.2em; color:#CE8B0A; }
h2	{ font-size:1.1em; color:#CE8B0A; }
h3	{ font-size:1.0em; color:#CE8B0A; }
.h4 { font-weight:bold; color:#CE8B0A; font-style:italic; }
h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#CE8B0A; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#CE8B0A; text-decoration:none; 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-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left;
	margin-right:5px; 
	}
	
img.img-right { 
	float:right;
	margin-left:5px; 
	}

.ul-header {
	font-weight:bold;
	color:#CE8B0A;
	font-size:1.1em;
	}
	
/* ----- global form elements ----- */ 

form {
	width:168px;
	margin:0 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:#8E744F !important;  /*to prevent highlighting by Google Toolbar */
	margin-bottom:4px;  /*sets vertical spacing between fields*/
	color:#fff;
	border:none;
	width:163px; /*5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	/*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:168px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }



.contact-comment	{
	background-color:#8E744F !important; /* to prevent highlighting by Google Toolbar */
	width:163px;
	color:#fff;
	border:none;
		/*font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	overflow:auto; */
	}
#contact-business-main	{
	background-color:#8E744F !important; /* to prevent highlighting by Google Toolbar */
	color:#fff;
	border:none;/*
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em; */
	}

/* ----- main contact form ----- */ 
 
#contact-main{ margin:20px 0 10px 0; }

#contact-main label{ 
	width:220px; 
	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{ 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select{ width:175px; }
	
#contact-main label textarea{ height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; width:120px; }

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-column-rt.jpg") right repeat-y;
	width:760px;
	margin:0 auto;
	margin-top:41px;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:132px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:22px;
		width:189px;
		top:23px;
		height:21px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:236px;
	float:left;
	color:#FFFFFF;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl {
		margin:0 0px 10px 18px;
		}
	#column-left form { margin-left:18px; }
	

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

#newpatient {
background:url(../images/new-patient.gif);
height:38px;
}			
/* ----- column-right ----- */

#column-right {
	width:524px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 29px 10px 35px;
		}
	#column-right form, #column-right img.img-left { margin-left:35px; }
	#column-right img.img-right { margin-right:29px; }

	#column-right h1, #column-right h2, #column-right h3 { margin-top:20px; margin-bottom:5px;  }
		
	#column-right h2, #column-right h3 { border-bottom:1px #ACA08A solid; }
	body#sitemap #column-right h2, body#sitemap #column-right h3 { border-bottom:none; }
	/* single column list */
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:13px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi  { width:460px; }
		#column-right ul.multi li { 
			float:left;
			width:217px;
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------ featured cases ---- */
#featured {
	background:url("../images/bg-featured.jpg") repeat-y;
	text-align:center;
}
#featured p {
	margin:0 52px 0 50px;
}
#featured #bna-01 {
	margin:0;
}
#featured #bna-02 {
	margin:0 0 0 3px;
}
#see-more-smiles {

}
#see-more-smiles {
	position:relative;
	background:url("../images/index-featured-bottom.jpg");
	height:68px;
	}
	/* index page link within #masthead */		
	#see-more-smiles a {	
		position:absolute;
		left:59px;
		width:121px;
		top:13px;
		height:27px; 
		}
	#see-more-smiles a span {
		display:none;
		}
#vizilite {
	background:url("../images/bg-vizilite.jpg") bottom right no-repeat;
	height:193px;
}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") bottom right no-repeat;
	height:34px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:197px; }
	body#index #header-graphic, body#contact #header-graphic, body#cosmetic #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-05.jpg"); }
	body#implant #header-graphic { background:url("../images/header-01.jpg"); }
	body#general #header-graphic, body#testimonials #header-graphic { background:url("../images/header-02.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-03.jpg"); }
	body#laser #header-graphic, body#sitemap #header-graphic,body#blog #header-graphic { background:url("../images/header-04.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#column-right #subhead { height:91px; margin:0; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#general #subhead { background:url("../images/subhead-general.jpg"); }
	body#implant #subhead { background:url("../images/subhead-implant.jpg"); }
	body#laser #subhead { background:url("../images/subhead-laser.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }		
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
/* subhead left column
 * ------------------------------------------------------------------------- */

#subhead-lt { 
	height:75px; 
	background:url("../images/subhead-lt.jpg") 18px 21px no-repeat; 
	}

/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#wrap-footer {	
	background:#2A5744 url("../images/bg-footer.jpg") top repeat-x;
	padding-top:16px; 
	}
#footer {
	width:760px;
	margin:0 auto;
	margin-top:41px;
	text-align:center;
	font-size:0.9em;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	padding-left:30px;
	}

#footer a:link, #footer a:visited { color:#fff; }

#footer a:hover, #footer a:active { color:#fff; }

#footer ul { margin-top:10px; margin-bottom:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 4px 0 6px;
	display: inline;
	border-left: 1px solid #fff;
	line-height:18px;
	}

	#footer li.first { border: none; }

#nav {
	position:relative;
	background:url("../images/nav-blog.jpg") top left no-repeat;					
	width:236px;		/* Width of buttons, not entite image (or half of entire image) */
	height:331px;		/* Height of entire image */
	margin:0;
	padding:0;
	}
#nav li {margin: 0px; padding: 0px; position:absolute; left:1px; }

#nav li span { display: none; }

#nav li, #nav a { 
	height:36px;			/* Each button must have the same height, define it here */
	display:block;
	width:236px;
		}

/* margin-top if there is a spacing between each nav button */
#nav-01 {left:0px; top:0px;}
#nav-02 {left:0px; top:36px;}
#nav-03 {left:0px; top:72px;}
#nav-04 {left:0px; top:108px;}
#nav-05 {left:0px; top:144px;}
#nav-06 {left:0px; top:180px;}
#nav-07 {left:0px; top:216px;}
#nav-08 {left:0px; top:252px;}
#nav-09 {left:0px; top:288px;}

#nav-01 a:hover { background:url("../images/nav-blog.jpg") -237px    0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav-blog.jpg") -237px  -36px no-repeat; }
#nav-03 a:hover { background:url("../images/nav-blog.jpg") -237px  -72px no-repeat; }
#nav-04 a:hover { background:url("../images/nav-blog.jpg") -237px -108px no-repeat; }
#nav-05 a:hover { background:url("../images/nav-blog.jpg") -237px -144px no-repeat; }
#nav-06 a:hover { background:url("../images/nav-blog.jpg") -237px -180px no-repeat; }
#nav-07 a:hover { background:url("../images/nav-blog.jpg") -237px -216px no-repeat; } 
#nav-08 a:hover { background:url("../images/nav-blog.jpg") -237px -252px no-repeat; } 
#nav-09 a:hover { background:url("../images/nav-blog.jpg") -237px -288px no-repeat; } 

#contact_business { display: none; } 

/* ------------------------------------------------------------------------- */

#commentform { margin:20px 0 10px 0; width:auto; }
#commentform label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#commentform label input, #commentform label textarea, #commentform label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
#submit {margin-top:80px; margin-left:247px; }
#commentform select { width:175px; } /* fixes display issue - 5px larger than input field */

#commentform label textarea { height:100px; overflow:auto; }

/*------------------------------------------------- Blog Styles ----------------------------------------------*/
#menu ul li {
			color:#DEDBC9;
			font-weight:bold;
			padding-left:19px;
			}

#menu ul li ul li {
			font-weight:bold;
			padding-left:15px;
			}
#menu ul li ul li ul {padding-left:10px;}

#subhead-blog {
	height:70px; 
	background:url("../images/subhead-blog-nav.jpg") 18px 25px no-repeat; 
	}

#side-bar{margin:20px 40px 0px 35px;}

#blog #column-right h3 { border:none;}

#searchform{ margin-top:25px;}

.storytitle {color:#003366; padding-bottom:5px; text-decoration:none;}
.storycontent p em { font-style:normal;} 

.meta {
		font-size:.8em;
		padding-left: 50px;
		padding-right: 40px;
		}
 
.feedback {
		text-align:right;
		padding-right:8px;
		font-size:.9em;
		margin:0 20px 10px 0; 
		}
