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

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

p.h1	{ font-size:1.2em; color:#7D2E30; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#1F789D; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#1E5067; font-weight:bold; }

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

a:link,a:visited	{ color:#7C3B3D; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#7C3B3D; text-decoration:none; outline:none; }

body#privacy body { 
	background-color:#FFF;
	background-image:none;
	text-align:left; 
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
	
	body#privacy p.h1	{ font-size:1.2em; color:#000; font-weight:bold; }
    body#privacy p.h2	{ font-size:1.1em; color:#000; font-weight:bold; }
    body#privacy p.h3	{ font-size:1.0em; color:#000; font-weight:bold; }

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

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("http://www.nordenlasik.com/images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 34px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
	
img.test-left { 
	float:left; 
	margin:2px 10px 10px 53px; 
	}

p.more {border-right: 1px solid #7C3B3D; width:72px;}

div#welcome p.img-spacer {margin: 0 195px 0 34px;}
	
/* ----- global form elements ----- */ 

form {
	width:195px;
	margin:10px 0 15px 0;
	}
	#column-right form#commentform {
		width: auto;
	}

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 #BBBBBB;
	color:#878787;
	width:198px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:16px;
	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:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:203px; 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:200px; 
	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-quick .contact_subject	{ display: none; }

#contact .contact_subject { display: none; }

#contact-main label input#contact-business { display: none; } /* do not remove */ 
	
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-main #contact-how-did-you-hear-about-our-practice, #contact-main #contact-how-did-you-find-our-website {height:20px;}
/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:21px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 220px; }

input.commentform-submit {margin-left:0px; width:150px; height:20px;}

.subject	{ display: none; }

.required { text-align: right; padding-right: 55px; color:#212121; }


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

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

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

#column-left {
	width:281px;
	float:right;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:0 23px 10px 53px;
		color:#858585;
		}
		
	#column-left p.test {
		margin:0 23px 10px 53px;
		}
					
/* ----- column-right ----- */
#column-right {
	width:504px;
	float:right;
	}
		
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right hr {
		margin:0 70px 10px 34px;
		}
		
	#column-right form { margin-left:34px; }
	#column-right table {margin:0 50px 0 30px;}
	#column-right table p {margin:0 5px 0 0;}
	#column-right table img.img-left { 
	float:left; 
	margin:2px 5px 10px 0; 
	}
			 
	/* single column list */
	#column-right ul { padding-left:34px; }
		#column-right ul li {
			list-style-type:disc;
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("http://www.nordenlasik.com/images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* -----social media ----- */

div#social-media {margin: 20px 0px 4px 90px;
}

/* -----contact ----- */

div#contact {background: url("../images/subheaders/subhead-contact.jpg") no-repeat; padding-top:70px;}
#column-left div#contact form {padding-left:50px;}

/* -----glasses ----- */

#glasses { background:url("../images/bg-glasses.jpg") bottom left no-repeat; padding-bottom:20px; }
	#glasses p {margin:10px 230px 10px 34px;}
	
/* -----custom ----- */

div#custom {background:url("../images/bg-custom.jpg") bottom left no-repeat; padding-bottom:20px; }
	div#custom p {margin:10px 230px 10px 34px;}
/* ----- welcome ----- */
#below-flash { margin-left:1px; }
#welcome {background:url("../images/bg-welcome.jpg") top left no-repeat; padding-top:93px;}
	#welcome p {margin:0 70px 10px 34px;}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:46px;
	clear:both;
	width:100%; /* fix for Safar */
	}

/* ----- launcher ----- */

#launcher {
	width: 282px;
	height: 249px;
	}
	
	#vms-lightwindow-link {
		display: none;
		}

/* ----- Live Chat ----- */
#liveChat {
	width: 204px;
	margin: 20px 0 40px 55px;
	background: url('../images/liveChatHeader.gif') no-repeat 0 0;
}
	#liveChat img {
		position: relative;
		left: 30px;
		top: 43px;
		margin: 0 0 43px 0;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */
/* sets height for the flash header - REMOVE IF NOT USED */
#header-flash { 
    background:url("http://www.nordenlasik.com/images/header-flash-test.jpg") top left no-repeat;
	text-align:left;
	margin:0 0 0 1px;
	}
body#blog #header-flash{
	margin:0px;
}
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:92px; margin-left:1px; } /* sets height for all subheads */
	body#index #subhead { background:url("http://www.nordenlasik.com/images/subheaders/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subheaders/subhead-about.jpg"); }
	body#faq #subhead { background:url("../images/subheaders/subhead-faq.jpg"); }
	body#lasik #subhead { background:url("../images/subheaders/subhead-lasik.jpg"); }
	body#custom #subhead { background:url("../images/subheaders/subhead-custom.jpg"); }
	body#monovision #subhead { background:url("../images/subheaders/subhead-monovision.jpg"); }
	body#cosmeticservices #subhead { background:url("../images/subheaders/subhead-cosmeticservices.jpg"); }
	body#laser #subhead { background:url("../images/subheaders/subhead-laser.jpg"); }
	body#near #subhead { background:url("../images/subheaders/subhead-near.jpg"); }
	body#office #subhead { background:url("../images/subheaders/subhead-office.jpg"); }
	body#privacy #subhead { background:url("../images/subheaders/subhead-privacy.jpg"); }
	body#sunrise #subhead { background:url("../images/subheaders/subhead-sunrise.jpg"); }
	body#testimonials #subhead { background:url("../images/subheaders/subhead-testimonials.jpg"); }
	body#allegretto #subhead { background:url("../images/subheaders/subhead-allegretto.jpg"); }
	body#contactus #subhead { background: url("../images/subheaders/subhead-contactus.jpg"); }
	body#thanks #subhead { background:url("../images/subheaders/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subheaders/subhead-sitemap.jpg"); }
	body#blog #subhead { background:url("../images/subheaders/subhead-blog.jpg"); }
	
	
	body#article-index #subhead, body#article-1 #subhead, body#article-2 #subhead, body#article-3 #subhead, body#article-4 #subhead { background:url("../images/subheaders/subhead-article.jpg"); }
	
	
	
/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("http://www.nordenlasik.com/images/subhead-meet-doc.jpg") ;
	}


/* footer refractive-surgery-resources
 * ------------------------------------------------------------------------- */
 
#refractive-surgery-resources {
	width:785px;
	margin:0 auto;
	text-align:center;
	}

#refractive-surgery-resources p {
	color:#FFFFFF;
	margin: 0 30px 10px 30px;
	}

#refractive-surgery-resources a:link, #refractive-surgery-resources a:visited { color:#FFFFFF; text-decoration:underline; }

#refractive-surgery-resources a:hover, #refractive-surgery-resources a:active { color:#FFFFFF; text-decoration:none; }

#refractive-surgery-resources ul {margin: 10px 30px 10px 30px;}

#refractive-surgery-resources 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;
	}

	#refractive-surgery-resources li.first { border: none; }

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

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

#nav span { display: none; }

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

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

#nav-01 { width: 144px; margin-left: 31px;}
#nav-02 { width: 145px;}
#nav-03 { width: 145px;}
#nav-04 { width: 144px;}
#nav-05 { width: 144px;}

/*-------------- (-30px) X position of button / (-78px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")   -31px -78px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -175px -78px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -320px -78px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -465px -78px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -609px -78px no-repeat; }

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

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

#subnav li span { display: none; }

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

#subnav li, #subnav a { 
	height:31px;			/* 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:130px; width:283px; }

/* margin-top if there is a spacing between each nav button */
#subnav-02, #subnav-03, #subnav-04, #subnav-05, #subnav-06, #subnav-07, #subnav-08, #subnav-09 { margin-top:0; width:283px; }

#subnav-01 a:hover { background:url("../images/subnav-new5.jpg") -283px -130px no-repeat; }
#subnav-02 a:hover { background:url("../images/subnav-new5.jpg") -283px -161px no-repeat; }
#subnav-03 a:hover { background:url("../images/subnav-new5.jpg") -283px -192px no-repeat; }
#subnav-04 a:hover { background:url("../images/subnav-new5.jpg") -283px -222px no-repeat; }
#subnav-05 a:hover { background:url("../images/subnav-new5.jpg") -283px -254px no-repeat; }
#subnav-06 a:hover { background:url("../images/subnav-new5.jpg") -283px -284px no-repeat; }
#subnav-07 a:hover { background:url("../images/subnav-new5.jpg") -283px -316px no-repeat; }
#subnav-08 a:hover { background:url("../images/subnav-new5.jpg") -283px -346px no-repeat; }
#subnav-09 a:hover { background:url("../images/subnav-new5.jpg") -283px -377px no-repeat; }

body#lvc { background:#7A0712; margin:0; padding:0;}
body#lvc #wrap { background:none; width:720px; }
body#lvc #lvcflash { border:#fff 1px solid; width:720px; height:540px;}

body#lvc a:link,body#lvc a:visited	{ color:#fff; text-decoration:underline; outline:none; }
body#lvc a:hover,body#lvc a:active	{ color:#fff; text-decoration:none; outline:none; }
/*------------------------------- Blog CSS ------------------------------------------------*/

#column-right .storycontent {width:450px;}
.storycontent p em { font-style:italic;} 
div.meta {
		padding-top:3px;
		padding-left:5px;
		font-size:.8em;
		color:#fff;
		background-color:#7eb4d0;
		margin:0 37px 0px 9px;
		height:20px

		}
div.meta a{
	color:#fff;
	}
form#searchform {
}		
div.meta a:hover{
	color:#2A2A2A;
	}
form#searchform{
	width:50px;
}	
form#searchform #s{
	width:140px;
}
form#searchform #search-btn{
	width:70px;
	height:22px;
	cursor:pointer;
	}
	.feedback{ margin:0 25px 0 25px;}
/* ------------------------ blog list------------------------ */
body#blog #column-right p {margin-right:0px; padding-right:60px;}

#menu ul { margin:5px 0 5px 0px;}
#menu ul li ul li {
			font-weight:bold;
			padding-right:0px;
			padding-left:0px;
			}
#categories, #meta, #archives, #search {padding-left:45px; }
#categories ul, #meta ul, #archives ul{padding-left:25px;}

#meta ul li{
	margin-bottom:3px;
}

li.rss { background:url("../images/rss-icon.gif") no-repeat;}
li.rss a { padding-left:18px;}

#categories ul a { 
		color:#74312b; 
		text-decoration:underline;  
		
			}
#meta ul  a { color:#74312b; 
					text-decoration:underline;
					}
#archives ul a { color:#74312b; 
				text-decoration:underline;
				}
#categories ul a:hover { 
		color:#74312b; 
		text-decoration:none;  
		}
#meta ul  :hover { color:#74312b; 
					text-decoration:none;
					}
#archives ul :hover { color:#74312b; 
				text-decoration:none;
				}
#contact a {
	margin-left: 50px;
	font-size: 10px;
}

