/*--------------------- 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:#4F132F url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	}

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

h1	{ font-size:1.2em; color:#C29288; font-weight:bold; }
h2	{ font-size:1.1em; color:#E7DBCD; font-weight:bold; }
h3	{ font-size:1.0em; color:#FFFFFF; font-weight:bold; }

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

a:link,a:visited	{ color:#FFFFFF; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{ color:#FFFFFF; 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:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
img.btn-video {
	margin-left:28px;
	margin-bottom:20px;
}

body#index img.btn-video {
	margin: 5px 0 20px 18px; 
}
	
/* ----- global form elements ----- */ 

form {
	width:125px;
	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:#E7DBCD !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #461129;
	color:#000000;
	width:120px; /* 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:125px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


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

#contact-business-main { display: none; } /* do not remove */ 


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


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:761px;
	margin:0 auto;
	text-align:left;
	}
	
body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:761px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:97px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		top:17px;
		left:41px;
		width:252px;
		height:70px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

body#index #column-left {
	background:none;
	width:256px;
	float:left;
	color:#000000;
	}
	

	
body#index #column-left a:link, body#index #column-left a:visited	{ color:#531933; text-decoration:underline; outline:none; }
body#index #column-left a:hover, body#index #column-left a:active	{ color:#531933; text-decoration:none; outline:none; }
	
	
#column-left {
	background:url("../images/bg-column-left.jpg") top left no-repeat;
	width:570px;
	float:left;
	}
	
	body#thankyou #column-left {
	padding-bottom:250px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 30px 10px 38px;
		}
		

		
	#column-left form { margin-left:38px; }
	body#index #column-left ul#subnav { margin:0; padding:0; }
	body#index #column-left ul#subnav li { background:none; padding:0; }
	#column-left img.img-left { 
		float:left; 
		margin:2px 10px 10px 38px; 
		}
		
	#column-left img.img-right { 
		float:right; 
		margin:5px 30px 10px 10px; 
		}
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
	/* single column list */
	body#index #column-left ul { padding-left:5px; }
		body#index #column-left ul li { 
			background:transparent url("../images/bullet-left-index.jpg") 0px 4px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left 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-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 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#featuredcases {
			background:url("../images/subhead-index-left.jpg") no-repeat;
			width:256px;
			height:102px;
			}
			
/* ----- column-center ----- */

#column-center {
	background:url("../images/bg-column-center.jpg") top left no-repeat;
	width:314px;
	float:left;
	}
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0 35px 10px 35px;
		}
	#column-center form { margin-left:35px; }
	
	/* 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;
			}
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-column-right.jpg") top left no-repeat;
	width:191px;
	float:left;
	}
	body#contact #column-right, body#thankyou #column-right {
	padding-bottom:250px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 40px 10px 25px;
		}
	#column-right form { margin-left:25px; }
	#column-right img.map { margin-left:25px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right 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-right ul.multi { padding-left:5px; } 
		#column-right 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-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 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.jpg");
	height:40px;
	clear:both;
	width:100%; /* fix for Safari */
	}
	
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:40px;
	clear:both;
	width:100%; /* fix for Safari */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:204px; } /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:204px; } /* sets height for all non-flash headers */

	body#about #header-graphic { background:url("../images/header-restorative.jpg"); }
	body#cosmetic #header-graphic, body#invisalign #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#laser #header-graphic { background:url("../images/header-laser.jpg"); }
	body#restorative #header-graphic { background:url("../images/header-restorative.jpg"); }
	body#contact #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-laser.jpg"); }
	body#blog #header-graphic { background:url("../images/header-restorative.jpg"); }
	body#implants #header-graphic { background:url("../images/header-restorative.jpg"); }
	body#root-canals #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#painfree #header-graphic { background:url("../images/header-laser.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

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

	body#index #subhead { background:url("../images/subhead-index1.jpg"); height:112px; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#laser #subhead { background:url("../images/subhead-laser.jpg"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.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"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#root-canals #subhead { background:url("../images/subhead-root-canals.jpg"); }
	body#implants #subhead { background:url("../images/subhead-implants.jpg"); }
	body#painfree #subhead { background:url("../images/subhead-painfree.jpg"); }
	body#invisalign #subhead { background:url("../images/subhead-invisalign.jpg"); }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:761px;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
	}

#footer p, #footer ul {
	color:#FFFFFF;
	margin:0 40px 10px 38px;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; }
#footer a:hover, #footer a:active { color:#FFFFFF; }

#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; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:761px; 
	height:35px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:35px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 91px;}
#nav-02 { width: 129px;}
#nav-03 { width: 126px;}
#nav-04 { width: 139px;}
#nav-05 { width: 109px;}
#nav-06 { width: 88px;}
#nav-07 { width: 75px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")   -0px -35px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -91px -35px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -220px -35px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -346px -35px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -485px -35px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -594px -35px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -682px -35px no-repeat; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#subnav {
	background:url("../images/subnav.jpg") top left no-repeat;					
	width:256px;		/* Width of buttons, not entite image (or half of entire image) */
	height:448px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#subnav li span { display: none; }

#subnav li {
	float:left;
	list-style:none;
	}

#subnav li, #subnav a { 
	height:105px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#subnav-01 { margin-top:26px; width:256px; }

/* margin-top if there is a spacing between each nav button */
#subnav-02, #subnav-03,  #subnav-04 { margin-top:0; width:256px; }

#subnav-01 a:hover { background:url("../images/subnav.jpg") -256px   -26px no-repeat; }
#subnav-02 a:hover { background:url("../images/subnav.jpg") -256px -131px no-repeat; }
#subnav-03 a:hover { background:url("../images/subnav.jpg") -256px -236px no-repeat; }
#subnav-04 a:hover { background:url("../images/subnav.jpg") -256px -341px no-repeat; }


/************* blog *****************/

body#blog #column-right{
	background:transparent url(../images/subhead-categories.jpg) no-repeat;
	padding-top:90px;
}

div.meta, div.feedback{
	font-size:11px;
	margin-left:37px;
}
	
	div.meta{
		margin-bottom:8px;
	}
	
	div.feedback{
	margin-bottom:15px;
	}
	
#column-right #menu{
	margin:0px;
}

	#column-right #menu ul{
		list-style-type:none;
		margin:0px;
		padding:0px;
	}

	#column-right #menu ul li{
		background:none;
		margin:0px 0px 15px 23px;
		padding:0px;
	}


	#column-right #menu ul li ul li{
		margin:0px 0px 5px 15px;
		padding:0px;
	}

li#search form{
	margin-left:0px;
}	

input#search-sidebar{
	height:20px;
}

h3.storytitle{
	font-size:16px;
}

form#commentform textarea{
	width:180px;
}

ol#commentlist li{
	margin-bottom:20px;
}

ol#commentlist li cite{
	color:#CCCCCC;
}

#column-left .storycontent ul{
	margin-left:44px;
}

.storycontent ol{
	margin-left:67px;
	margin-bottom:10px;
	list-style-type:decimal;
}

/* ---- Print Coupon -----*/
#print-coupon { float:right; margin:5px 30px 10px 10px; }

#column-left #print-coupon p { margin: 10px 0 5px 68px; }
