/* @override http://www.drbayati.com/wp-content/themes/drbayati/style.css */

/*------------------------------------------------------------------------------------
  Copyright Rosemont Media 2009. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

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

/* ------------------------ type selectors ------------------------ */
html {
	background:#ecefdb url("images/bgHTML.png") top repeat-x;
}

#inside {
	background:#ecefdb url("images/bgHTMLInside.png") top repeat-x;
}

body { 
	background:transparent url("images/bgBody.jpg") top center no-repeat;
	text-align:center; 
	font:13px/17px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
	color:#000;
}

#insideBody {
	background:transparent url("images/bgBodyInside.jpg") top center no-repeat;
}

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

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

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

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

li {
	list-style-type: url(bullet.png);
	line-height: 20px;
}

p q {
  quotes: '\201C' '\201D' '\2018' '\2019';
  font-family: Palatino;
  font-style: italic;
  font-size: 18px;
  width: 275px;
  float: left;
  margin: 15px 10px 0px 0px;
  border: 1px solid #384D3C;
  padding: 10px;
  background: #77B296;
  display: block;
  line-height: 24px;
  text-align: center;
  color: #18281D;
}

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
}

div.clear	{ 
	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 0px;
}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
}

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

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

#header {
	background: url("images/header.jpg") no-repeat;
	height: 472px;
}

#inside #header {
	background: url("images/headerInside.jpg") no-repeat;
	height: 371px;
}

#header > a {
	display: block;
	height: 60px;
	width: 400px;
	position: relative;
	top: 55px;
	left: 30px;
}

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("images/nav.png") no-repeat; 
	width:938px; 
	height:28px; 
	margin:0 auto;
	padding:0; 
	clear: both;
	position: relative;
	top: 384px;
	z-index: 1;
}

#inside #nav {
	top: 284px;
}

#nav li, #nav a { height:28px; display:block; text-indent: -9999px; } /* change height here also */

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

#nav-01 { width: 53px; }
#nav-02 { width: 107px; }
#nav-03 { width: 122px; }
#nav-04 { width: 117px; }
#nav-05 { width: 119px; }
#nav-06 { width: 159px; }
#nav-07 { width: 93px; }
#nav-08 { width: 88px; }
#nav-09 { width: 77px; }


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/nav.png")  0px -28px no-repeat; }
#nav-02 a:hover { background:url("images/nav.png") -53px -28px no-repeat; }
#nav-03 a:hover { background:url("images/nav.png") -160px -28px no-repeat; }
#nav-04 a:hover { background:url("images/nav.png") -282px -28px no-repeat; }
#nav-05 a:hover { background:url("images/nav.png") -399px -28px no-repeat; }
#nav-06 a:hover { background:url("images/nav.png") -518px -28px no-repeat; }
#nav-07 a:hover { background:url("images/nav.png") -677px -28px no-repeat; }
#nav-08 a:hover { background:url("images/nav.png") -770px -28px no-repeat; }
#nav-09 a:hover { background:url("images/nav.png") -858px -28px 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:#4A6448;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
}

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

#nav li ul li a {
	width:100%;
	height:30px;	/* Height of each drop down nav item, should match above */
	line-height:30px;	 /* Height of each drop down nav item again, should match above */
	text-indent: 10px;
}

#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:#fff;
	text-decoration:none;
}

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

/* Hover styles for drop down items */
#nav li ul li a:hover { 
	background-image:none;
	background-color:#273E2E;
	color:#fff;
	text-decoration:none;
}

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

.homeCols {
	width: 467px;
	float: left;
	margin-top: 52px;
	margin-bottom: 35px;
}

#titlePlasticSurgery {
	background: url("images/titlePlasticSurgery.jpg") no-repeat;
	width: 268px;
	height: 36px;
	text-indent: -9999px;
	margin: 0 0 17px 20px;
}

#titleFeaturedDiscovery {
	background: url("images/titleFeaturedDiscovery.jpg") no-repeat;
	text-indent: -9999px;
	width: 336px;
	height: 31px;
	margin-bottom: 20px;
	float: left;
}

.homeCols img {
	float: left;
}

.homeCols p {
	margin: 0 22px 10px;
	clear: both;
}

#videoPlayer {
	padding: 5px;
	clear: both;
	background-color: #fff;
	display: table;
	margin: 0 auto;
}

#videoPlayer p {
	margin: 0px;
}

.smallPaper {
	background: url("images/bkgdSmallPaper.jpg") no-repeat;
	width: 179px;
	height: 228px;
	margin: 25px 6px 0 17px;
	padding: 15px 30px 0 26px;
	float: left;
	color: #293729;
	clear: both;
	font-size: 11px;
}

#titleFinancing {
	background: url("images/titleFinancing.jpg") no-repeat;
	text-indent: -9999px;
	width: 107px;
	height: 16px;
	margin-bottom: 10px;
}

#titlePatientForms {
	background: url("images/titlePatientForms.jpg") no-repeat;
	text-indent: -9999px;
	width: 143px;
	height: 16px;
	margin: 10px 0;
}

#titleInMedia {
	background: url("images/titleInMedia.jpg") no-repeat;
	text-indent: -9999px;
	width: 137px;
	height: 16px;
	margin: 10px 0;
}

#titleSpecials {
	background: url("images/titleSpecials.jpg") no-repeat;
	text-indent: -9999px;
	width: 80px;
	height: 17px;
	margin: 10px 0;
}

.bigPaper {
	background: url("images/bkgdBigPaper.jpg") no-repeat;
	float: left;
	width: 409px;
	height: 183px;
	margin-top: 25px;
	padding: 34px 30px 26px 26px;
	color: #293729;
}

.innerBox {
	width: 200px;
	float: left;
}

#titleContactUs {
	background: url("images/titleContactUs.jpg") no-repeat;
	text-indent: -9999px;
	width: 122px;
	height: 30px;
	margin-bottom: 20px;
}

.innerBox p {
	margin-bottom: 20px;
}

p.phoneNumber {
	font-size: 13px;
	margin-bottom: 30px;
}

p.phoneNumber span {
	font-size: 18px;
	line-height: 18px;
	display: block;
}

#btnEmailHere {
	background: url("images/btnEmailHere.jpg") no-repeat;
	text-indent: -9999px;
	height: 77px;
	width: 191px;
	display: block;
}

#btnEmailHere:hover {
	background: url("images/btnEmailHere.jpg") bottom left no-repeat;
}

#titleOfficeLocation {
	background: url("images/titleOfficeLocation.jpg") no-repeat;
	text-indent: -9999px;
	height: 32px;
	width: 168px;
	margin-bottom: 20px;
}

#btnMap {
	 background: url("images/btnMap.jpg") no-repeat;
	 text-indent: -9999px ;
	 width: 191px;
	 height: 61px;
	 display: block;
}

#btnMap:hover {
	 background: url("images/btnMap.jpg") bottom left no-repeat;
}

#beforeAfter {
	float: left;
	width: 211px;
	margin: 68px 0 0 6px;
	font-size: 11px;
}

#beforeAfter img {
	margin-bottom: 10px;
}

#beforeAfter a {
	color: #fff;
	position: relative;
	top: 14px;
	left: 15px;
	font-size: 14px;
}

#titleFeaturedPatient {
	background: url("images/titleFeaturedPatient.jpg") no-repeat;
	text-indent: -9999px;
	width: 176px;
	height: 29px;
	margin-bottom: 2px;
}

#beforeAfter p {
	color: #fff;
}

#bottomInfo {
	clear: both;
	float: left;
	width: 980px;
	margin: 36px 0 0;
}

#titleSkinCare {
	background: url("images/titleSkinCare.jpg") no-repeat;
	text-indent: -9999px;
	width: 150px;
	height: 34px;
	margin: 0 0 20px 20px;
	float: left;
}

#bottomInfo p {
	width: 670px;
	float: left;
	margin: 0 20px 20px 20px;
	display: block;
}

#bottomInfo img {
	position: relative;
	float: right;
	top: 30px;
	left: -23px;
	margin-top: -150px;
}

/* ------------------------ columnLeft framework ------------------------ */
#columnLeft {
	width:675px;
	margin-top: 60px;
	float:left;
	padding: 0 10px 0 20px;
	color: #000;
	font-size: 14px;
}

#columnLeft p, #columnLeft h1, #columnLeft h2, #columnLeft h3, #columnLeft ul, #columnLeft dl {
	margin:0px 0px 20px 0px;
}

#columnLeft h2 {
	color: #000;
	font-size: 24px;
	font-family: "Times New Roman";
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#columnLeft h3 {
	border-bottom: 1px solid;
	padding: 3px;
	font-weight: normal;
	font-size: 1.3em;
}

#columnLeft ul li {
	background: url("images/bullet.png") left center no-repeat;
	text-indent: 20px;
	line-height: 20px;
}

a.btnGallery {
	float: right;
	width: 314px;
	height: 385px;
	color: #ecefdb;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	text-shadow: #2b4d25 1px 1px 1px;
	font-weight: bold;
}

.btnGallery span {
	position: relative;
	top: 20px;
	z-index: 0;
}

.btnGallery span + span {
	display: block;
	top: 315px;
}

#nextPat {
	float: right;
	width:60px;
	margin: 10px 0;
	background: url("images/next_arrow.png") right top no-repeat;
	line-height: 14px;
}

#prevPat {
	float: left;
	width:90px;
	margin: 10px 0;
	background: url("images/previous_arrow.png") left top no-repeat;
	text-indent: 30px;
	line-height: 14px;
}

.pic1 { background: url("images/btnBnaPic1.jpg") no-repeat; }
.pic2 { background: url("images/btnBnaPic2.jpg") no-repeat; }
.pic3 { background: url("images/btnBnaPic3.jpg") no-repeat; }
.pic4 { background: url("images/btnBnaPic4.jpg") no-repeat; }
.pic5 { background: url("images/btnBnaPic5.jpg") no-repeat; }
.pic6 { background: url("images/btnBnaPic6.jpg") no-repeat; }
.pic7 { background: url("images/btnBnaPic7.jpg") no-repeat; }
.pic8 { background: url("images/btnBnaPic8.jpg") no-repeat; }
.pic9 { background: url("images/btnBnaPic9.jpg") no-repeat; }
.pic10 { background: url("images/btnBnaPic10.jpg") no-repeat; }
.pic11 { background: url("images/btnBnaPic11.jpg") no-repeat; }
.pic12 { background: url("images/btnBnaPic12.jpg") no-repeat; }
.pic13 { background: url("images/btnBnaPic13.jpg") no-repeat; }
.pic14 { background: url("images/btnBnaPic14.jpg") no-repeat; }

.post {
	border-bottom: 1px solid;
	margin-bottom: 25px;
	clear: both;
	padding-bottom: 25px;
}
.post h2 {
	margin-bottom: 0px!important;
	line-height: 26px;
}

#columnLeft .post h3 {
	border-bottom: 0px;
	font-size: 16px;
	margin: 10px 0px;
}

#columnLeft .post p {
	margin-bottom: 0px;
	margin-top: 10px;
}

#columnLeft p.metaData {
	font-size: .9em;
	margin-top: 0px;
}

#btnBotox {
background:transparent url(images/botox-juve-btn.jpg) no-repeat scroll 0 0;
display:block;
height:62px;
margin-left:35px;
width:189px;
}

#btnBotox:hover {
background:transparent url(images/botox-juve-btn.jpg) no-repeat scroll right;
}

#btnJuvederm {
background:transparent url(images/juve-btn.jpg) no-repeat scroll 0 0;
display:block;
height:62px;
margin-left:35px;
width:189px;
}

#btnJuvederm:hover {
background:transparent url(images/juve-btn.jpg) no-repeat scroll right;
}

/* ------------------------ columnRight framework ------------------------ */
#columnRightTop {
	background: url("images/bkgdColumnRightTop.jpg") no-repeat;
	width:235px;
	float:left;
	margin-top: 60px;
	padding-top: 25px;
	color: #2c382a;
}

#columnRightBtm {
	background: url("images/bkgdColumnRightBtm.jpg") bottom no-repeat;
	padding-bottom: 39px;
}

#columnRight {
	background: url("images/bkgdColumnRight.jpg") repeat-y;
	padding: 0 25px;
}

#columnRight h1, #columnRight h2, #columnRight h3, #columnRight ul, #columnRight dl {
	margin:0px 0px 10px 0px;
}

.divider {
	background: url("images/bkgdDivider.jpg") no-repeat;
	height: 7px;
	width: 190px;
	margin: 10px auto;
}

#columnRight .divider:last-child {
	margin-bottom: 0px!important;
}

/* ------------------------footer framework ------------------------ */
#footer {
	width: 100%;
	float: left;
	margin:30px auto 0;
	text-align:center;
	clear: both;
	background: #4a6448 url("images/bkgdFooter.png") repeat-x;
}

#footerWrap {
	background: transparent url("images/bkgdFooterWrap.jpg") no-repeat;
	width: 980px;
	margin: 0 auto;
	padding: 43px 0px;
}

#footerWrap p {
	color:#ecefdb;
	margin-bottom:10px;
}

#footerWrap a:link, #footerWrap a:visited { color:#ecefdb; }
#footerWrap a:hover, #footerWrap a:active { color:#ecefdb; }

#footerWrap ul {margin:10px;}

#footerWrap li {
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #ecefdb;
}

#footerWrap li:first-child { border: none; }

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

/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions & aligment */

#commentsDiv {
	clear: both;
	margin: 30px 20px 30px 35px;
	padding-top: 20px;
}

#commentsDiv h3, #commentsDiv p {
	margin: 0px;
}

#commentsDiv input, #commentsDiv textarea {
	border: 1px solid #6779C3;
	font-size: 12px;
	color: #6779C3;
	height: 25px;
	line-height: 25px;
}

#commentsDiv textarea {
	width: 500px;
	height: 150px;
}

input#submit {
	height: 25px;
	line-height: 20px;
	width: 150px;
	color: #042b5e;
	background-color: #fff;
}

#comments {
	margin-bottom: 20px!important;
}

#respond {
	margin-top: 20px!important;	
}

.commentlist {
	border-bottom: 1px solid #fff;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	padding: 20px;
	border-top: 1px solid #fff;
}
	
.commentlist li p {
	margin-top: 10px!important;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	color: #fff;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}
	
.alt {
	background-color: #042b5e!important;
}

#commentform p {
	margin-bottom: 10px!important;
}

h3#respond {
	margin-bottom: 20px;
}

/* thickbox revised */

#TB_window {}
#TB_secondLine {}
#TB_window a:link {color:#039;}
#TB_window a:visited {color:#039;}
#TB_window a:hover {color:#039;}
#TB_window a:active {color:#039;}
#TB_window a:focus {outline:0;}
#TB_overlay {position:fixed; z-index:999; top:0px; left:0px; height:100%; width:100%;}
.TB_overlayMacFFBGHack {background: url(images/tb-mac-overlay.png) repeat;}
.TB_overlayBG {background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;}
#TB_window {position:fixed; background: #fff; z-index:999; display:none; border:2px solid #666666; text-align:left; top:50%; left:50%;}
#TB_window img #TB_Image {display:block; margin:15px 0 0 15px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; border-top:1px solid #666; border-left:1px solid #666;}
#TB_caption {height:25px; float:left;}
#TB_closeWindow {height:25px; float:right;}
a#TB_closeWindowButton {background:url(images/tb-btn-close.gif) no-repeat right top; display:block; text-indent:-9999px; text-align:left; width:70px; height:26px; margin:-9px -12px 2px 0;}
a#TB_closeWindowButton:hover {background-position:bottom;}
#TB_closeAjaxWindow {padding:7px 10px 0 0; float:right; margin:2px 2px 0 0; font-size:10px; text-transform:uppercase; color:#666; text-align:center;}
#TB_ajaxWindowTitle {float:left; padding:6px 0 0 10px; font-size:12px; color:#036;}
#TB_title {height:45px !important;}
#TB_ajaxContent {clear:both; padding:20px 15px 15px 15px; overflow:auto; text-align:center;}
#TB_ajaxContent.TB_modal {padding:15px; color:#000;}
#TB_ajaxContent h2 {font-size:13px; color:#000; margin-bottom:.3em;}
#TB_ajaxContent p {font-size:12px;}
#TB_ajaxContent div.graybox {width:340px; background-color:#ccc; padding:6px 0 4px 0; margin:10px auto; overflow:hidden;}
#TB_ajaxContent div.graybox div {padding:4px 0;}
#TB_load {position:fixed; display:none; height:13px; width:208px; z-index:103; top:50%; left:50%; margin:-6px 0 0 -104px;}
#TB_HideSelect {z-index:99;position:fixed; top:0; left:0; border:none; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; height:100%; width:100%;}
#TB_iframeContent {clear:both; overflow:hidden;}

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

.case {
	width: 639px;
	margin: 0 auto 30px;
}

.caseSmall {
	width: 429px;
	margin: 0 auto 30px;
}

.case img, .caseSmall img {
	background-color: #f7f4e6;
	border: 1px solid #e2ddd2;
	padding: 5px;
	margin: 0 5px 0 0;
}

.case img {
	float: left;
}

.caseImages {
	margin-bottom: 5px;
}

.case a img:last-child, .caseSmall a img:last-child {
	margin-right: 0px;
}

.case span, .caseSmall span {
	float: left;
	width: 210px;
	color: #878270;
	text-indent: 25px;
	margin-bottom: 5px;
}

a.btnMore {
	background: #f7f4e6 url("images/moreBullet.jpg") 405px center no-repeat;
	height: 25px;
	line-height: 25px;
	display: block;
	clear: both;
	text-indent: 10px;
	border: 1px solid #e2ddd2;
	color: #878270;
	text-decoration: none;
}

.btnMore:hover {
	text-decoration: underline;
}

#columnRight h3 {
	font-size: 20px;
	font-family: "Times New Roman";
	font-weight: normal;
}

ul#galleryNav {
	font-size: 13px;
	font-family: "Times New Roman";
	margin: 0;
	padding: 0;
}

#galleryNav li {
	padding: 3px;
	background-color: #eae5d1; 
	border: 1px solid #dacfb4;
	margin-bottom: 2px;
}

#galleryNav li.title {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Times New Roman";
	color: #000;
	background: none;
	padding: 0px;
	border: none;
	margin: 5px 0px;
}

#galleryNav a {
	color: #000;
	text-decoration: none;
}

#galleryNav a:hover {
	color: #000;
	text-decoration: underline;
}

.caseParagraph {
	margin-bottom: 30px;
}

/* Online network box */
#online-network {
	width: 235px;
	margin: 10px 0 0 0px;
	padding-top:40px;
	background:url(images/onlinenetworkInside.jpg) no-repeat;
}

#videoSection #online-network {padding-top:30px;
	margin-left:114px;
	background:url(images/onlinenetwork.jpg) no-repeat;}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:15px;
	float:left;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#youtube { background:url("images/youtube.png") no-repeat; }
#facebook {	background:url("images/facebook.png") no-repeat; margin-left: 34px;}
#facebookInside {	background:url("images/facebook.png") no-repeat; margin-left: 0px;}
#twitter { background:url("images/twitter.png") no-repeat; }


.patfloattxt {padding-top:10px;}