/* 
 ----------------------------------------------------------------------------
  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: #132870 url("../images/index/bg_body.jpg") top left repeat-x;
	text-align:center; 
	font:11px Arial, Helvetica, sans-serif; 
	color:#0A427F; 
	}

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:1.5em; color:#094181; padding-left:40px;}
h2	{ font-size:1.4em; color:#155DB0; padding-left:40px; margin-bottom:8px;}
h3	{ font-size:1.0em; color:#155DB0; padding-left:40px;}
h4	{
	font-size:1em;
	color:#094181;
	padding-left:35px;
}


h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#0A427F; text-decoration:underline; }
a:hover,a:active	{ color:#B69AE0; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 40px; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 30px 10px 10px; 
	}

img.img-right-intro { 
	float: right; 
	margin: 50px 20px 10px 10px; 
	}
	
/* ----- global form elements ----- */ 

form {
	width:135px;
	/*padding:5px 45px 5px 32px;*/
	margin-left:32px;
	border:0;
	}

form label	{
	font-size:0.95em;
}

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	color:#000;
	width:130px; /* 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:1.0em;
	}
	
input.check {
	width:15px;
	margin-bottom:0;
	background-color:#7183C5; 
}	
select { 
	width:135px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding: 5px 0 0 0; 
	}

input.submit-contact-main { 
	background:url("../images/sub/sumbit_main.jpg") top left no-repeat;
	width:55px;
	height:21px;
	margin:85px 0 0 242px; 
	}

input.submit-image { 
	background:url("../images/index/submit.jpg");
	width:56px;
	cursor:pointer;
	border:0;
	margin: 5px 0 0 0; 	
	}

#contact_business { display: none; } /* do not remove */ 

/* ----- main contact form ----- */ 
 
#contact-main { 
	padding: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:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }


/* Horozontal MAIN NAVIGATION index.html Sprite Nav

 * ------------------------------------------------------------------------- */

#index-nav { 
	background: url(../images/index/nav_home.jpg) no-repeat; 
	width:745px; 
	height:46px; 
	margin-bottom:0; 
	}

#index-nav span { display: none; }

#index-nav li, #index-nav a { height: 46px; display: block; }
#index-nav li { float: left; list-style: none; display: inline; }

#index-nav-01 { width: 116px; margin-left: 13px;}
#index-nav-02 { width: 78px;}
#index-nav-03 { width: 158px;}
#index-nav-04 { width: 164px;}
#index-nav-05 { width: 102px;}
#index-nav-06 { width: 101px;}


#index-nav-01 a:hover {background: transparent url(../images/index/nav_home.jpg)  -13px -46px no-repeat;}
#index-nav-02 a:hover {background: transparent url(../images/index/nav_home.jpg) -129px -46px no-repeat;}
#index-nav-03 a:hover {background: transparent url(../images/index/nav_home.jpg) -207px -46px no-repeat;}
#index-nav-04 a:hover {background: transparent url(../images/index/nav_home.jpg) -365px -46px no-repeat;}
#index-nav-05 a:hover {background: transparent url(../images/index/nav_home.jpg) -529px -46px no-repeat;}
#index-nav-06 a:hover {background: transparent url(../images/index/nav_home.jpg) -631px -46px no-repeat;}



/* Horozontal MAIN NAVIGATION Sprite Nav

 * ------------------------------------------------------------------------- */

#nav { 
	background: url(../images/sub/nav.jpg) no-repeat; 
	width:745px; 
	height:46px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 46px; display: block; }
#nav li { float: left; list-style: none; display: inline; }

#nav-01 { width: 58px; margin-left: 13px;}
#nav-02 { width: 102px;}
#nav-03 { width: 71px;}
#nav-04 { width: 148px;}
#nav-05 { width: 155px;}
#nav-06 { width: 92px;}
#nav-07 { width: 96px;}


#nav-01 a:hover {background: transparent url(../images/sub/nav.jpg)  -13px -46px no-repeat;}
#nav-02 a:hover {background: transparent url(../images/sub/nav.jpg) -71px -46px no-repeat;}
#nav-03 a:hover {background: transparent url(../images/sub/nav.jpg) -173px -46px no-repeat;}
#nav-04 a:hover {background: transparent url(../images/sub/nav.jpg) -244px -46px no-repeat;}
#nav-05 a:hover {background: transparent url(../images/sub/nav.jpg) -392px -46px no-repeat;}
#nav-06 a:hover {background: transparent url(../images/sub/nav.jpg) -547px -46px no-repeat;}
#nav-07 a:hover {background: transparent url(../images/sub/nav.jpg) -639px -46px no-repeat;}


#index-nav li ul, #nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#B495E2;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#index-nav li ul li, #nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #FFF;
	border-top:none;
	}	

#index-nav li ul li a, #nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#index-nav li ul li a span, #nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#index-nav a:link, #index-nav a:visited, #index-nav a:hover, #index-nav a:active, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFF;
	text-decoration:none;
	}

#index-nav li:hover ul, #index-nav li.sfhover ul, #nav li:hover ul, #nav li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#index-nav-01 ul a:hover, #index-nav-02 ul a:hover, #index-nav-03 ul a:hover, #index-nav-04 ul a:hover, #index-nav-05 ul a:hover, #index-nav-06 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#E2D0FC;
	color:#340C69;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width: 173px; }		
#nav-03 ul, #nav-03 li { width: 250px; }
#nav-04 ul, #nav-04 li { width: 148px; }		
#nav-05 ul, #nav-05 li { width: 184px; }
#nav-06 ul, #nav-06 li { width: 184px; }
#nav-07 ul, #nav-07 li { width: 92px; }

#index-nav-01 ul, #index-nav-01 li { width: 120px; }		
#index-nav-02 ul, #index-nav-02 li { width: 250px; }		
#index-nav-03 ul, #index-nav-03 li { width: 158px; }
#index-nav-04 ul, #index-nav-04 li { width: 184px; }		
#index-nav-05 ul, #index-nav-05 li { width: 225px; }
#index-nav-06 ul, #index-nav-06 li { width: 98px; }


/*************************** Procedures Nav ******************************
                    **  Skin Care Center Navigation  **/
	#procedures-nav {
	position:relative;
	background:url("../images/index/procedures_nav.jpg");
	height:230px;
	margin-left:10px;
	}
	#procedures-nav span { display: none; }
	
	#procedures-nav li, #procedures-nav a { height: 94px; display: block;  }
	#procedures-nav li { float: left; list-style: none; display: inline;  }

	
	#procedures-nav-01 { 		
		position:absolute;
		top:11px;
		left:22px;
		width:229px;
	}

	#procedures-nav-02 {  		
		position:absolute;
		top:11px;
		left:264px;
		width:228px;
	}
	#procedures-nav-03 {  		
		position:absolute;
		top:106px;
		left:22px;
		width:229px;		
	}
	#procedures-nav-04 {  		
		position:absolute;
		top:106px;
		left:264px;
		width:228px;
	}
	

/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/index/bg_wrap.jpg") repeat-y; 
	width:745px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/index/masthead.jpg");
	height:94px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:10px;
		width:725px;
		top:31px;
		height:63px;
		}
	#masthead a span {
		display:none;
		}

#column-left { 
	width:534px; 
	float:left;
	}
	#column-left p.intro { padding-top:60px;}
	#column-left p { padding:5px 30px 5px 40px;}
	
	body#dermatology #column-left p.intro { margin-right:215px; }


#column-right { 
	width:211px; 
	float:left; 
	color:#FFFFFF;
	}

	#title-quick-contact { background:url(../images/index/title_quick_contact.jpg) left top no-repeat; width:211px; margin-bottom:25px; height:529px;}
	#title-quick-contact p.intro { text-align:center; padding-top: 71px;}
	#title-quick-contact p { padding:5px 45px 5px 32px;}
	#title-quick-contact img.align { padding:5px 0 5px 32px;}
 
#bottom-wrap { 
	background:url("../images/index/page_footer.jpg"); 
	height:23px; width:745px;
	clear:both; 
	overflow:hidden; 
	}
	

#column-left .sub_col-left { 
	width:250px; 
	float:left; 
	}
	
#column-left .sub_col-right { 
	width:235px; 
	float:left; 
	}	

/********************** List Definitions **************************/
ol {
	list-style-type:decimal;
	padding: 5px 30px 5px 59px;
}
ol li {
	padding-bottom:10px;
}

ol li ol {
	list-style-type:upper-alpha;
	padding-left:20px;
	margin-bottom:-10px;
}

#column-left ul li ol li{
	background:none;
	padding-left:0;
}
#column-left ul {
	padding: 5px 25px 5px 40px;
	clear:both;
}

#column-left ul li {
	background:transparent url(../images/bullet.jpg) 0px 5px no-repeat;
	padding-left:12px;
}

	body#index #column-left ul li {
		background:none;
	}

ul.multi {
width:40px;
}

ul.multi li {
	float:left;
	width:10px;
}

dl {
	
	padding: 5px 30px 5px 40px;
}

dl dt {
	font-weight:bold;
}

dl dd{
	padding:0 5px 10px 15px;
}

dl.cv {
	
	padding: 5px 30px 5px 40px;
}

dl.cv dt{
	padding: 20px 5px 10px 0;
}

dl.cv dd{
	background:transparent url(../images/bullet.jpg) 0px 5px no-repeat;
	margin-left: 50px;
}

/* inside framework
 * ------------------------------------------------------------------------- */

/******************************* Welcome Header ********************************/

	#welcome { width:534px; }

	body#index #welcome {
	background:url("../images/index/title_welcome.jpg") left top no-repeat;
	}
	
	body#meet #welcome {
	background: url("../images/sub/title_meet.jpg") left top no-repeat;
	}

	body#about #welcome {
	background: url("../images/sub/title_about.jpg") left top no-repeat;
	}
	
	body#dermatology #welcome {
	background: url("../images/sub/title_dermatology.jpg") left top no-repeat;
	}

	body#patient #welcome {
	background: url("../images/sub/title_patient.jpg") left top no-repeat;
	}

	body#cosmetic #welcome {
	background: url("../images/sub/title_cosmetic.jpg") left top no-repeat;
	}

	body#contact #welcome {
	background: url("../images/sub/title_contact.jpg") left top no-repeat;
	}
	
	body#thankyou #welcome {
	background: url("../images/sub/title_thankyou.jpg") left top no-repeat;
	height:529px;
	}
	
	body#multiple #welcome, body#single #welcome {
	background: url("../images/sub/title_blog.jpg") left top no-repeat;
	height:529px;
	}


/******************************** Main Header ********************************/

	#header-graphic {width:745px; height:291px;}

	body#index #header-graphic {
	background:url("../images/index/index_header_graphic.jpg");
	}
	
	body#meet #header-graphic, body#patient #header-graphic  {
	background: url("../images/sub/header_choice.jpg") left top no-repeat;
	}

	body#about #header-graphic {
	background: url("../images/sub/header_leaders.jpg") left top no-repeat;
	}

	body#dermatology #header-graphic {
	background: url("../images/sub/header_world_class.jpg") left top no-repeat;
	}
	
	body#cosmetic #header-graphic {
	background: url("../images/sub/header_revitalize.jpg") left top no-repeat;
	}

	body#thankyou #header-graphic, body#contact #header-graphic, body#multiple #header-graphic, body#single #header-graphic {
	background: url("../images/sub/header_contact.jpg") left top no-repeat;
	}	
	

	#title-skin-care {
		background:url("../images/index/title_skin_care_center.jpg") left top no-repeat;
		width:524px;
		height:75px;
		margin-left:10px;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:745px; 
	margin:0px auto; 
	text-align:center;
	}

#footer p {
	color:#FFF;
	}

#footer a:link, #footer a:visited {
	color:#FFF;
	}

#footer a:hover, #footer a:active {
	color:#FFFFB3;
	}

#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;
	color:#FFFFFF;
	}

	#footer li.first { border: none; }
	

/****************************************  PHP Gallery ***************************/
body#gallery {
	background: #132870 url("../images/sub/gallery/bg.jpg") top left repeat-y;
	width:600px;
}

	body#gallery #welcome {
	background: url("../images/sub/gallery/header.jpg") left top no-repeat;
	width:600px;
	height:114px;
	}
	
	body#gallery #welcome p{
	padding-top:80px;
	}
	
	body#gallery #bottom {
	background: url("../images/sub/gallery/bottom.jpg") left top no-repeat;
	width:600px;
	height:63px;
	}	

	body#gallery h1	{ font-size:1.5em; color:#fff;}


/* Blog */

.btn-blog { margin:15px 0 0 13px; display:block;}

.meta, .date {

	margin-bottom: 1em;

	margin:0 0 0 40px;

	}


.post .title {

	font-size: 125%;

}



body#multiple .post .body p {
padding:10px 0 0 40px;
}



.post .body p {
	padding:10px 0 0 40px;
}


#multiple #column-left .body, .feedback { padding:5px 0 0 40px;}

body#multiple #column-right ul, body#single #column-right ul { margin-left:30px;}
body#multiple #column-right a, body#single #column-right a { margin-top:60px;}


body#multiple #column-right dl.vcard { margin-left:5px; padding:0}
body#multiple #column-right p, body#single #column-right p { margin-top:60px; margin-bottom:-30px;}

ul#archives_list { margin-left:30px;}

div#comments { margin-left:140px;}

#new_comment { background-color:#f4f4f4;}