/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#d0ab72 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px  Arial, Helvetica, sans-serif; 
	color:#952b03;
	}
body#understand {
	background:#d0ab72;
}
body#understand #wrap {
	width:866px;
	background:url(../images/understandwrap.jpg) repeat-y;
	border-bottom:4px solid #FFF;
	padding-bottom:20px;
}
body#understand #masthead {
	background:url(../images/understand-masthead.jpg);
}


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

h1	{ font-size:1.2em; color:#7a431c; }
h2	{ font-size:1.1em; color:#b85a00; }
h3	{ font-size:1.0em; color:#000; }

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

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

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	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;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 10px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 10px; 
	}
p.map {
	background: url("../images/img-map.jpg") no-repeat -10px 0px; 
		padding: 15px 0px 25px 59px; 
		width:105px;
	 } 
/* ------------------------ form elements ------------------------ */
form {
	width:166px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #e3cec5;
	color:#414141;
	width:161px; /* 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; height: 20px; padding:0; } /* same width as form - !important */

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

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ 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; } /* fixes display issue - 5px larger than input field */

#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; 
	background-color: #632215 !important;
	color: #fff;
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

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

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:94px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:119px;
	width:259px;
	top:21px;
	height:60px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:219px;
	float:left;
	padding-left: 88px;
	display: inline;
	background: url("../images/col-left-bg-inside.jpg") top no-repeat;
	}
body#index #column-left {
	background: url("../images/col-left-bg.jpg") top no-repeat;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 30px;
		}

	#column-left form { padding-left:30px; } /* set form margin here */

	/* single column list */
	/*#column-left ul { padding-left:5px; }*/
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			/*padding-left:10px; /* pushes text to the right to display bg img */
			}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:639px;
	float:left;
	padding-right: 86px;
	display: inline;
	background: url("../images/col-right-bg-inside.jpg") top no-repeat;
	}
body#index #column-right {
	background: url("../images/col-right-bg.jpg") top no-repeat;
	}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 30px 10px 25px;
		}
		
		body#index #column-right h1{ margin-top:10px;}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			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 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			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 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic {
	position:relative;
	height:320px;
	background:url("../images/header-graphic.jpg");
} /* sets height for all non-flash headers */

	/*body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }*/


/* ------------------------ subhead framework ------------------------ */
#subhead { height:100px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#skype #subhead { background:url("../images/subhead-skype.jpg"); }
	body#body-procedures #subhead { background:url("../images/subhead-body-procedures.jpg"); }
	body#breast-augmentation #subhead { background:url("../images/subhead-breast-augmentation.jpg"); }
	body#breast-reconstruction #subhead { background:url("../images/subhead-breast-reconstruction.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#minimally-invasive-procedures #subhead { background:url("../images/subhead-fillers.jpg"); }
	body#other-breast-procedures #subhead { background:url("../images/subhead-other-breast-procedures.jpg"); }
	body#other-face-procedures #subhead { background:url("../images/subhead-other-face-procedures.jpg"); }
	body#rhinoplasty #subhead { background:url("../images/subhead-rhinoplasty.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#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#procedure-btns span, #bna-index span {display: none;}

#procedure-btns {
	height:137px;
	background:url("../images/procedure-btns.jpg") ;
	}
	#procedure-btns a.non-invasive {
	display: inline-block;
	margin-top: 7px;
	margin-left: 92px;
	width: 213px;
	height: 127px;
	}
	#procedure-btns a.face {
	display: inline-block;
	width: 213px;
	height: 127px;
	}
	#procedure-btns a.breast {
	display: inline-block;
	width: 213px;
	height: 127px;
	}
	#procedure-btns a.body {
	display: inline-block;
	width: 213px;
	height: 127px;
	}
#bna-index {
	position: relative;
	height: 152px;
	background-image: url(../images/bna-index.jpg);
}	
	#bna-index a {
	position:absolute;
	top: 4px;
	left: 25px;
	height: 137px;
	width: 180px;
		}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:100px;
	background:url("../images/title-contact-inside.jpg") ;
	}
body#index #title-contact {
	background:url("../images/title-patient.jpg") ;
	} 
	
#title-facial{
	padding-top:139px;
	background:url("../images/title-facial.jpg") top no-repeat;
	/*width: 335px;
	float: left;
	display: inline;*/
	}

#title-body {
	padding-top:139px;
	background:url("../images/title-body.jpg") top no-repeat;
	/*width: 304px;
	float: left;
	display: inline;*/
	}
#title-whitfield {
	height:168px;
	background:url("../images/title-whitfield.jpg") ;
	clear: both;
	}
#credit-cards {
	background: url("../images/credit-cards.jpg");
	height: 146px;
}
#title-outstanding {
	height: 94px;
	background: url("../images/title-outstanding.jpg");
}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:50px;
	clear:both; /* important - do not remove */
	margin: 0px 86px 0px 88px;
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:858px;
	margin: 0px 86px 0px 88px;
	text-align:center;
	background-color: #c77326;
	padding: 20px 0px 10px 0px;
	}

#footer p {
	color:#fff;
	margin:0px 10px 10px 10px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration: none; }
#footer a:hover, #footer a:active { color:#fff; text-decoration: underline;}

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 12px 0 14px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		margin-bottom: 3px;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:1032px; 
	height:39px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 90px; margin-left: 88px;}
#nav-02 { width: 92px;}
#nav-03 { width: 79px;}
#nav-04 { width: 61px;}
#nav-05 { width: 77px;}
#nav-06 { width: 64px;}
#nav-07 { width: 121px;}
#nav-08 { width: 81px;}
#nav-09 { width: 60px;}
#nav-10 { width: 134px;}


/*-------------- (-79px) X position of button / (-39px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -88px -39px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -178px -39px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -270px -39px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -349px -39px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -410px -39px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -487px -39px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -551px -39px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -672px -39px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -753px -39px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -813px -39px no-repeat; }



/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#fff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #fff;
	border-top:none;
	}	

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

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#ab521b;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#d0ab72;
	color:#fff;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:150px; }		
#nav-04 ul, #nav-04 li { width:200px; }	
#nav-05 ul, #nav-05 li { width:150px; }


input#wp_searchsubmit {width: 70px;}
input#wp_submit {width: 120px;}


/* video on home page */
#vms-lightwindow-link{display:none;}

#vw {
	position: absolute;
	top:-1px;
	left:635px;
}





#column-right .post {
	padding:25px;
}
#column-right .post p, 
#column-right .post h1, 
#column-right .post h2, 
#column-right .post h3, 
#column-right .post ul, 
#column-right .post dl {
	margin-left:0;
}
#column-right .post h2.title {
	font-size:1.3em;
}

/*#social-icons {
	width: 200px;
	height:280px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}*/


#social-icons li {
	padding-bottom: 8px;
}

