/*--------------------- 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:url("../images/bg-wrap.jpg");
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#e4d7b3;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:18px; color:#8eb522; }
h2	{ font-size:16px; color:#8eb522; }
h3	{ font-size:13px; color:#8eb522; }

h1 span,h2 span,h3 span	{ display:none; }

p.h2 { font-size:16px; color:#8eb522; font-weight:bold; }

a:link,a:visited	{ color:#e4d7b3; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#e4d7b3; text-decoration:none; 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;
	}
	p.back-to-top a:link, p.back-to-top a:visited { text-decoration:none; }
	p.back-to-top a:hover, p.back-to-top a:active { color:#fff; text-decoration:none; }
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
	
img.btn-rss { margin:2px 8px 0 0; float:left; }

.wrap-break { height:75px; }

blockquote { margin:10px 70px 10px 74px; font-style:italic; }
p.signature { padding-left:30px; }

/* ------------------------ form elements ------------------------ */
form {
	width:158px;
	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:#cb965c !important; /* to prevent highlighting by Google Toolbar */
	color:#414141;
	border:none;
	width:158px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:11px;
	}

select { width:150px; 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, #wp_commentform { margin:20px 0 10px 0; }

#contact-main label, #wp_commentform label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#wp_commentform label { margin-left:44px; }

#contact-main label input, #contact-main label textarea, #contact-main label select, #wp_commentform label input, #wp_commentform label textarea, #wp_commentform 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, #wp_commentform label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main, #blog-box #wp_searchform input#wp_searchsubmit  { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 243px; } /* defines placement of contact-main submit button */
	#wp_commentform #wp_submit { width:100px; margin:82px 0 0 286px; cursor:pointer; }

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
html { background:#5a3f21; margin:0; padding:0; }

#wrap {
	width:890px;
	margin:0 auto;
	text-align:left;
	}

#wrap-bottom {
	background:url("../images/bg-wrap-bottom.jpg") bottom repeat-x;
	padding-bottom:50px;
	margin:0 auto;
	text-align:left;
	}
	
body#index #wrap-bottom { padding-bottom:8px; }
	
body#blog #wrap-bottom {
	background:url("../images/bg-wrap-bottom.jpg") bottom repeat-x;
	padding-bottom:10px;
	margin:0 auto;
	text-align:left;
	}

#top-wrap { background: url("../images/bg-top-wrap.jpg") top repeat-x; }
	
#content { background:url("../images/main-top.jpg") top no-repeat; }

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:260px;
	float:left;
	padding:70px 0 0 0;
	}


	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:10px 8px 10px 70px;
		}
	
	#column-left h2 { color:#ca7f2d; }

	#column-left form { margin-left:70px; width:158px;} /* 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 */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left 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; /* sets the width of each column */
			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 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;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:630px;
	float:right;
	padding-top:70px;
	}


	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right ol {
		margin:10px 70px 10px 44px;
		}
	#column-right img { margin:0 10px 10px 44px; }
	body#gallery #column-right img { margin: 0 10px 10px 30px; }

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 10px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:30px;  /* pushes text to the right to display bg img */
			}
			
	#column-right ol { padding-left:5px; }
		#column-right ol li { 
			list-style:decimal;
			margin:0 0 0 30px; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:4px;  /* 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; /* 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;
			}
			
	#column-right ul.subnav li { background:none; }
		#column-right ul.subnav a:link, .subnav a:visited { text-decoration:none; }
		#column-right ul.subnav a:hover, .subnav a:active { color:#fff; text-decoration:none; }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* 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#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-welcome {
	height:43px;
	background:url("../images/title-welcome.gif") ;
	}

/* ------------------------footer framework ------------------------ */
#footer {
	margin:0 auto;
	text-align:center;
	clear:both;
	}

#footer p {
	margin-bottom:10px;
	}
	#footer p a:link, #footer p a:visited { color:#e4d7b3; text-decoration:underline; }
	#footer p a:hover, #footer p a:active { color:#e4d7b3; text-decoration:none; }

#footer a:link, #footer a:visited { color:#e4d7b3; text-decoration:none; }
#footer a:hover, #footer a:active { color:#fff; text-decoration:none; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #e4d7b3;
		line-height:24px;
		}
	#footer li.first { border: none; }

/* ------------------------ header-box framework ------------------ */
#header-graphic {
	width:630px;
	height:443px;
	background:url("../images/rhodes-plastic-surgery-header.jpg");
	float:right;
	}
	
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#nav { 
	width:260px;
	height:563px;
	background:url("../images/nav.jpg");
	float:left;
	margin:0;
	padding:0;
	position:relative;
	}
	
#nav a#home-link {
	position:absolute;
	width:260px;
	height:76px;
	top:31px;
	width:186px;
	left: 49px;
	}
	
#nav a#home-link span { display:none; }

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:21px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:136px; width:260px; }

/* margin-top if there is a spacing between each nav button */
#nav-02 { margin-top:2px; width:260px; height:20px; }
#nav-03, #nav-04, #nav-05, #nav-06, #nav-07,
#nav-08, #nav-09, #nav-10, #nav-11, #nav-12,
#nav-13, #nav-14, #nav-15, #nav-16, #nav-17, #nav-18 { margin-top:1px; width:260px; height:20px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -260px  -136px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -260px  -159px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -260px  -181px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -260px  -203px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -260px -225px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -260px -247px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -260px -269px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -260px -291px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -260px -313px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -260px -335px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -260px -357px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -260px -379px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.jpg") -260px -401px no-repeat; }
#nav-14 a:hover { background:url("../images/nav.jpg") -260px -423px no-repeat; }
#nav-15 a:hover { background:url("../images/nav.jpg") -260px -445px no-repeat; }
#nav-16 a:hover { background:url("../images/nav.jpg") -260px -467px no-repeat; }
#nav-17 a:hover { background:url("../images/nav.jpg") -260px -489px no-repeat; }
#nav-18 a:hover { background:url("../images/nav.jpg") -260px -511px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#meet #nav-01 { background:url("../images/nav.jpg") -260px  -136px no-repeat; }
body#facelift #nav-02 { background:url("../images/nav.jpg") -260px  -159px no-repeat; }
body#facial-procedures #nav-03 { background:url("../images/nav.jpg") -260px  -181px no-repeat; }
body#rhinoplasty #nav-04 { background:url("../images/nav.jpg") -260px  -203px no-repeat; }
body#breast-augmentation #nav-05 { background:url("../images/nav.jpg") -260px -225px no-repeat; }
body#breast-lift #nav-06 { background:url("../images/nav.jpg") -260px -247px no-repeat; }
body#breast-reconstruction #nav-07 { background:url("../images/nav.jpg") -260px -269px no-repeat; }
body#body-contouring #nav-08 { background:url("../images/nav.jpg") -260px -291px no-repeat; }
body#liposuction #nav-09 { background:url("../images/nav.jpg") -260px -313px no-repeat; }
body#tummy-tuck #nav-10 { background:url("../images/nav.jpg") -260px -335px no-repeat; }
body#post-bariatric #nav-11 { background:url("../images/nav.jpg") -260px -357px no-repeat; }
body#skin-rejuvenation #nav-12 { background:url("../images/nav.jpg") -260px -379px no-repeat; }
body#laser-procedures #nav-13 { background:url("../images/nav.jpg") -260px -401px no-repeat; }
body#vein-treatment #nav-14 { background:url("../images/nav.jpg") -260px -423px no-repeat; }
body#reconstructive-surgery #nav-15 { background:url("../images/nav.jpg") -260px -445px no-repeat; }
body#pre-post-op-care #nav-16 { background:url("../images/nav.jpg") -260px -467px no-repeat; }
body#gallery #nav-17 { background:url("../images/nav.jpg") -260px -489px no-repeat; }
body#blog #nav-18 { background:url("../images/nav.jpg") -260px -511px no-repeat; }

/* ------------------------ horizontal sprite nav ( bottom nav ) ------------------------ */
#bottom-nav { 
	background:url("../images/bottom-nav.jpg") no-repeat; 
	width:630px; 
	height:68px; 
	margin:0;
	padding:0;
	float:right; 
	}

#bottom-nav span { display: none; }

#bottom-nav li, #bottom-nav a { height:68px; display:block; } /* change height here also */

#bottom-nav li { float:left; list-style:none; _display:inline; position:relative; }

#bottom-nav-01 { width: 125px;}
#bottom-nav-02 { width: 119px;}
#bottom-nav-03 { width: 120px;}
#bottom-nav-04 { width: 120px;}
#bottom-nav-05 { width: 128px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#bottom-nav-01 a:hover { background:url("../images/bottom-nav.jpg")  0px -68px no-repeat; }
#bottom-nav-02 a:hover { background:url("../images/bottom-nav.jpg") -125px -68px no-repeat; }
#bottom-nav-03 a:hover { background:url("../images/bottom-nav.jpg") -244px -68px no-repeat; }
#bottom-nav-04 a:hover { background:url("../images/bottom-nav.jpg") -364px -68px no-repeat; }
#bottom-nav-05 a:hover { background:url("../images/bottom-nav.jpg") -484px -68px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#face #bottom-nav-01 { background:url("../images/bottom-nav.jpg")  0px -68px no-repeat; }
body#body #bottom-nav-02 { background:url("../images/bottom-nav.jpg") -125px -68px no-repeat; }
body#skin #bottom-nav-03 { background:url("../images/bottom-nav.jpg") -244px -68px no-repeat; }
body#breast #bottom-nav-04 { background:url("../images/bottom-nav.jpg") -364px -68px no-repeat; }
body#medspa #bottom-nav-05 { background:url("../images/bottom-nav.jpg") -484px -68px no-repeat; }

/* ------------------------ horizontal sprite nav ( masthead ) ------------------------ */
#masthead { 
	background:url("../images/masthead.jpg") no-repeat; 
	width:630px; 
	height:28px; 
	margin:0;
	padding:0;
	float:right;
	padding-top:24px;
	}

#masthead span { display: none; }

#masthead li, #masthead a { height:20px; display:block; } /* change height here also */

#masthead li { float:left; list-style:none; _display:inline; position:relative; }

#masthead-01 a { margin-left:20px; width:40px;}
#masthead-02 a { margin-left:20px; width: 128px;}
#masthead-03 a { margin-left:20px; width: 78px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#masthead-01 a:hover { background:url("../images/masthead.jpg")  -20px -76px no-repeat; }
#masthead-02 a:hover { background:url("../images/masthead.jpg") -80px -76px no-repeat; }
#masthead-03 a:hover { background:url("../images/masthead.jpg") -228px -76px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #masthead-01 a { background:url("../images/masthead.jpg")  -20px -76px no-repeat; }
body#about #masthead-02 a { background:url("../images/masthead.jpg") -80px -76px no-repeat; }
body#contact #masthead-03 a { background:url("../images/masthead.jpg") -228px -76px no-repeat; }

/*-- Gallery Styles --*/
#procedure {
	height:20px;
	background:url("bg-imgs/procedure.jpg") left top no-repeat;
	text-align: center;
	text-transform:capitalize;
	}
	
#selection {	text-align:center; }

	select {
		background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #000;
		color:#000;
		width:160px; /* 5 pixles smaller than form width !important */
		height:22px;
		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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		font-size:1.0em;
		text-transform:capitalize;
		}
		
#nav-gallery {
	text-align:center;
	}

#b-a { 
	text-align:center;
	padding-left:55px;
	}

#case { display:block; }

#caption {
	text-align:center;
	font-size:0.95em;
	}

/*-- blog styles --*/
#column-left #blog-box ul, #column-left #blog-box ul li { margin:0 0 10px 0; padding:0; }
	#column-left #blog-box ul li ul li { margin:0 0 0 10px; }

#blog-box { 
	margin:0 0 10px 84px;
	width:158px;
	padding:10px 0 10px 10px;
	border:1px solid #fff;
	}
	
#blog-box #wp_searchform { margin:10px 0 0 0; padding:0; }
	#blog-box #wp_searchform input { width:140px; }

#blog-box ul#rss-btns { margin-top:10px; }

#blog-box fieldset legend { color:#e4d7b3; margin:0; padding:0; }

#column-right ul.wp_navigation li { background:none; }

.contactus { font-size:16px; color:#CA7F2D; font-weight:bold;}
