/* @override http://rmwebsite.com/drmenick/wordpress/wp-content/themes/drmenick/style.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: '';
}
.clear {clear:both;}

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

/* ------------------------ type selectors ------------------------ */
html {
	background: #b5c0c3 url("images/bgHtml.jpg") repeat-x;
}

#insideHTML {
	background: #b5c0c3 url("images/bgHtmlInside.jpg") repeat-x;
}

body {
	background: transparent url("images/bgBody.jpg") top center no-repeat;
	text-align: center;
	font: 12px/18px Lucida Grande,Lucida,Verdana,sans-serif;
	color: #0a0742;
}

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

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

h1 {
	font-size: 1.2em;
	color: #0a0742;
	font-family: "Times New Roman";
	font-weight: normal;
}

h2 {
	font-size: 23px;
	color: #0a0742;
	font-family: "Times New Roman";
	font-weight: normal;
}

h3 {
	font-size: 18px;
	color: #0a0742;
	font-family: "Times New Roman";
	font-weight: normal;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	text-indent: 5px;
	padding: 10px 0 3px;
}

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

a:link,a:visited {
	color: #0a0742;
	text-decoration: none;
	outline: none;
}

a:hover,a:active {
	color: #2f86af;
	text-decoration: underline;
	outline: none;
}

cite {
	clear: both;
	display: block;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif !important;
	letter-spacing: 1px;
}
q {
	padding: 5px 0 0 5px;
	display: inline;
	float: left;
	font-family:  Times New Roman, Times, serif !important;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}
q:before, q:after {
	font-size: 40px;
	vertical-align: bottom;
	font-family: Georgia, Times New Roman, Times, serif !important;
	opacity: .5;
	position: relative;
	line-height: 1px !important;
	padding-right: 5px;
}
q:before {
	content: '“';
}
q:after {
	padding-left: 5px;
	content: '”';
}

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

.align-left {
	float: left;
	margin: 2px 10px 10px 0px;
}

.align-left a, .align-right a {
	text-decoration: none!important;
}

.align-left img, .align-right img {
	border: 1px solid #0A0742;
}

.align-left span, .align-right span {
	display: block;
	background: url("images/bigger.png") no-repeat;
	text-indent: 20px;
	margin: 5px auto 0;
}

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

p.float-left {
	float: left;
}

p.float-right {
	float: right;
	margin-left: 10px!important;
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
/* ------------------------ main framework ------------------------ */

#wrap {
	width: 940px;
	margin: 0 auto;
	text-align: left;
    z-index:0 !important;
}

#header {
	height: 113px;
	text-indent: -9999px;
	background: url("images/header.jpg") 54px 38px no-repeat;
	z-index:0 !important;
}

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

#header h1 a {
	width: 404px;
	height: 71px;
	display: block;
	top: 32px;
	position: relative;
	left: 46px;
}

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

#column-left {
	width: 307px;
	float: left;
	background: url("images/bkgdLeftColumnWrap.jpg") repeat-y;
}

#column-left p, #column-left h1, #column-left h3, #column-left ul, #column-left dl {
	margin: 0px 0px 10px 0px;
}

.rounded {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#9DB4C4 none repeat scroll 0 0;
border:1px solid #0a0742;
color:#0a0742;
float:right;
font-size:14px;
line-height:24px;
margin:0 10px 0 20px;
padding:10px;
text-align:center;
width:180px;
}

.rounded p {
	margin: 0px!important;
}

/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("images/nav.jpg") top left no-repeat;					
	width:307px;
	height:348px;
	margin:0 !important;
	padding:0 !important;
}
	
#inside #nav {
	background:url("images/navInside.jpg") top left no-repeat;
}

#nav li {
	float:left;
	list-style:none;
	position:relative;
	text-indent: -9999px;
	z-index:9999!important;
	*margin: 0 0 0 30px;
}

#nav li, #nav a { 
	height:27px;
	display:block;
}

#nav a {
	width: 245px;
	margin: 0 6px 0 60px;
	*margin: 0px;
}

#nav li#nav-01 { margin-top:24px; }

#nav-01 a:hover { background:url("images/nav.jpg") -367px -24px no-repeat; }
#nav-02 a:hover { background:url("images/nav.jpg") -367px -51px no-repeat; }
#nav-03 a:hover { background:url("images/nav.jpg") -367px -78px no-repeat; }
#nav-04 a:hover { background:url("images/nav.jpg") -367px -105px no-repeat; }
#nav-05 a:hover { background:url("images/nav.jpg") -367px -132px no-repeat; }
#nav-06 a:hover { background:url("images/nav.jpg") -367px -159px no-repeat; }
#nav-07 a:hover { background:url("images/nav.jpg") -367px -186px no-repeat; }
#nav-08 a:hover { background:url("images/nav.jpg") -367px -213px no-repeat; }
#nav-09 a:hover { background:url("images/nav.jpg") -367px -240px no-repeat; }
#nav-10 a:hover { background:url("images/nav.jpg") -367px -267px no-repeat; }
#nav-11 a:hover { background:url("images/nav.jpg") -367px -294px no-repeat; }

#inside #nav-01 a:hover { background:url("images/navInside.jpg") -367px -24px no-repeat; }
#inside #nav-02 a:hover { background:url("images/navInside.jpg") -367px -51px no-repeat; }
#inside #nav-03 a:hover { background:url("images/navInside.jpg") -367px -78px no-repeat; }
#inside #nav-04 a:hover { background:url("images/navInside.jpg") -367px -105px no-repeat; }
#inside #nav-05 a:hover { background:url("images/navInside.jpg") -367px -132px no-repeat; }
#inside #nav-06 a:hover { background:url("images/navInside.jpg") -367px -159px no-repeat; }
#inside #nav-07 a:hover { background:url("images/navInside.jpg") -367px -186px no-repeat; }
#inside #nav-08 a:hover { background:url("images/navInside.jpg") -367px -213px no-repeat; }
#inside #nav-09 a:hover { background:url("images/navInside.jpg") -367px -240px no-repeat; }
#inside #nav-10 a:hover { background:url("images/navInside.jpg") -367px -267px no-repeat; }
#inside #nav-11 a:hover { background:url("images/navInside.jpg") -367px -294px no-repeat; }

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color: none;
	margin-left:240px;
	*margin-left: 180px;
	margin-top:-26px;
}

#nav li ul li {
	height:27px;
	border:none;
}

#nav li ul li a {
	width:100%;
	height:27px;
	line-height:27px;
	text-indent: 10px;
	background-color: #B5C0C3;
	border: 1px solid #1A2747;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration:none;
}

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

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover, #nav-08 ul a:hover, #nav-09 ul a:hover { 
	background-image:none;
	background-color: #1A2747!important;
	background-image: none!important;
	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:310px; z-index:9999 !important; }		
#nav-03 ul, #nav-03 li { width:180px; z-index:9999 !important; }	
#nav-04 ul, #nav-04 li { width:180px; z-index:9999 !important; }	
#nav-06 ul, #nav-06 li { width:225px; z-index:9999 !important;}		
#nav-07 ul, #nav-07 li { width:200px; z-index:9999 !important; }			
#nav-08 ul, #nav-08 li { width:200px; z-index:9999 !important; }
#nav-09 ul, #nav-09 li { width:250px; z-index:9999 !important; }

#titleUniqueReputation {
	background: url("images/titleUniqueReputation.jpg") no-repeat;
	text-indent: -9999px;
	height: 77px;
}
#titleGodsend {
	background: url("images/titleGodsend.jpg") no-repeat;
	text-indent: -9999px;
	height: 63px;
}

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

#titleVisitingProfessor {
	background: url("images/titleVisitingProfessor.jpg") no-repeat;
	text-indent: -9999px;
	height: 78px;
}

#titleBurtBrent {
	background: url("images/titleBurtBrent.jpg") no-repeat;
	text-indent: -9999px;
	height: 86px;
}

#title-rhinosociety {
	background: url("images/title-rhinosociety.jpg") no-repeat;
	text-indent: -9999px;
	height: 86px;
}
#titleTravelingPatients {
	background: url("images/titleTravelingPatients.jpg") no-repeat;
	text-indent: -9999px;
	height: 77px;
}

#colLeftFade {
	background: url("images/bkgdColLeftFade.jpg") no-repeat;
	margin-left: 54px;
}

#colLeftFade p {
	margin: 0 43px 12px 23px;
}

.learnMore {
	background: url("images/btnLearnMore.png") no-repeat;
	height: 31px;
	width: 95px;
	display: block;
	text-indent: -9999px;
	margin: 0 43px 12px 23px;
}

.learnMore:hover {
	background: url("images/btnLearnMore.png") left bottom no-repeat;
}

#colLeftFade .learnMore {
	margin-bottom: 26px;
}

#colLeftFade p#officeLocation {
	float: left;
	width: 143px;
	margin-right: 0px;
}

#officeLocation:first-line {
	font-size: 15px;
}

#btnMap {
	float: right;
	background: url("images/btnMap.jpg") no-repeat;
	height: 52px;
	width: 52px;
	margin: 0 27px 0 0;
	display: inline;
}

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

#btnEmail {
	background: url("images/btnEmail.jpg") no-repeat;
	height: 59px;
	text-indent: -9999px;
	display: block;
	width: 209px;
	margin: 0 auto;
}

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

#btnUpcoming {
	background: url("images/upcomingBtn.jpg") no-repeat;
	height: 67px;
	text-indent: -9999px;
	display: block;
	width: 215px;
	margin: 0 auto;
}

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

#btnAppointment {
	background: url("images/btnAppointment.jpg") no-repeat;
	height: 74px;
	text-indent: -9999px;
	display: block;
	width: 209px;
	margin: 0 auto;
}

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

#btnPrintForms {
	background: url("images/btnPrintForms.jpg") no-repeat;
	height: 74px;
	text-indent: -9999px;
	display: block;
	width: 209px;
	margin: 0 auto;
}

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

#btnBlog {
	background: url("images/btnBlog.jpg") no-repeat;
	height: 71px;
	text-indent: -9999px;
	display: block;
	width: 209px;
	margin: 5px auto 0px;
}

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

#columnLeftBtm {
	background: url("images/bkgdColumnLeftBtm.jpg") 54px bottom no-repeat;
	padding-bottom: 6px;
}

/* ------------------------ column-right framework ------------------------ */

#column-right {
	width: 633px;
	float: left;
}

#inside #column-right p, #inside #column-right h1, #inside #column-right h2, #inside #column-right h3, #inside #column-right ul, #inside #column-right dl {
	margin: 0px 0px 10px 25px;
}

#inside #column-right p {
	margin: 0 10px 10px 35px;
}

#inside #column-right ul {
	margin: 10px 10px 20px 45px;
}

#inside #column-right li {
	background: url("images/bullet.png") 0 3px no-repeat;
	text-indent: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}

#inside #column-right a {
	text-decoration: underline;
}

#inside #column-right a:hover {
	text-decoration: none;
}

#rotatingQuotes {
	height: 121px;
	padding: 20px 0;
	overflow: hidden;

}

#rotatingQuotes ul {
	margin: 0!important;
	padding: 0!important;
}

#rotatingQuotes li {
	background: none!important;
	text-indent: 0!important;
}

#rotatingQuotes q {
	padding: 0 20px 0 30px;
	font-family:  Garamond!important;
	font-size: 17px;
	line-height: 21px;
}

#rotatingQuotes q:before, #rotatingQuotes q:after {
	content: '';
}

#rotatingQuotes cite {
	padding: 0 20px 0 30px;
	font-size: 15px;
	font-family: Garamond!important;
	line-height: 13px;
	margin-bottom: 50px;
}

.officeHours {
	width: 280px;
	margin: 0 20px 0 0px;
	float: left;
	padding: 35px 0;
}

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

#masthead {
	background: url("images/masthead.jpg");
	height: 309px;
	width:633px;
}

#masthead .learnMore {
	position: relative;
	top: 258px;
	left: 3px;
}

#subLeft {
	width: 298px;
	float: left;
	background: url("images/bgRightSubLeftBkgd.jpg") 0 114px no-repeat;
}

#subLeft .learnMore {
	margin-left: 0px;
}

#titleGloballyRecognized {
	background: url("images/titleGloballyRecognized.jpg") no-repeat;
	height: 114px;
	text-indent: -9999px;
	margin-bottom: 46px;
}

#subLeft p {
	margin:  0 19px 20px 20px;
}

#titleUpcoming {
	background: url("images/titleUpcoming.jpg") no-repeat;
	text-indent: -9999px;
	height: 32px;
	margin: 13px 0 17px 27px;
	display: inline;
}

#subRight {
	width: 335px;
	float: left;
	background: url("images/bgRightSubRightBkgd.jpg") 0 114px no-repeat;
}

#titleMyPhilosophy {
	background: url("images/titleMyPhilosophy.jpg") no-repeat;
	height: 114px;
	text-indent: -9999px;
	margin-bottom: 46px;
}

#subRight p {
	margin: 0 0px 20px 20px;
}

#btnNasalReconstruction {
	background: url("images/btnNasalReconstruction.jpg") no-repeat;
	height: 117px;
	float: left;
	width: 259px;
	text-indent: -9999px;
	margin-left: 27px;
}

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

.homeSub {
	clear: both;
	background: #fff url("images/bkgdHomeSubWrap.jpg") no-repeat;
	width: 559px;
	margin: 10px 0 10px 25px;
}

.homeSub p {
	margin: 0 0 10px 30px;
	float: left;
	width: 180px;
	display: inline;
}

.homeSubTop {
	background: url("images/bkgdHomeSubTop.jpg") no-repeat;
	padding-top: 6px;
}

.homeSubBtm {
	background: url("images/bkgdHomeSubBtm.jpg") left bottom no-repeat;
	padding-bottom: 6px;
}

#titleDrMenick {
	background: url("images/titleDrMenick.jpg") no-repeat;
	text-indent: -9999px;
	width: 132px;
	height: 34px;
	margin: 24px 0 19px 27px;
}

#videoPlayer {
	width: 520px;
	margin: 4px auto;
	background: url("images/bkgdVideo.png") no-repeat;
}

#titleFeaturedPatient {
	background: url("images/titleFeaturedPatient.jpg") no-repeat;
	width: 180px;
	height: 33px;
	text-indent: -9999px;
	float: left;
	margin: 24px 0 19px 27px;	
}

.imgBeforeAfter {
	float: right !important;
	margin: 81px 10px 10px 10px !important;
	width:205px !important;
}

.homeSub#patientTestimonial p {
	width: 304px;
}

.homeSub#patientTestimonial p#testimonial {
	width: 520px;
}

#btnReadMoreTestimonials {
	background: url("images/btnReadMoreTestimonials.jpg") no-repeat;
	float: left;
	text-indent: -9999px;
	width: 160px;
	height: 30px;
	margin: 0 3px 0 26px;
}

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

#btnBeforeAfterGallery {
	background: url("images/btnBeforeAfterGallery.jpg") no-repeat;
	float: left;
	text-indent: -9999px;
	width: 145px;
	height: 30px;
	margin: 0;
}

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

.imageCaption {
	width: 254px;
	float: right;
	margin: 10px 0 15px 30px;
}

.imageCaption img {
	margin: 0 auto 10px;
	display: block;
}

.imageCaption p {
	margin: 0px !important;
}

#mediaspace {
	display: table;
	margin: 0 auto;
}

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

#footer {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	background: url("images/bkgdFooter.jpg") 0 30px no-repeat;
	padding-top: 137px;
	margin-top: 29px;
	font-size: 11px;
}

#footer p {
	margin-bottom: 10px;
}

#footer ul {
	margin: 10px;
}

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

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

/********* Gallery Styles ********/
.galleryh2 {
	clear: both;
	width: 100%;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}

.case {
	margin-left: 10px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.case img {
	border: 1px solid #004B89;
	padding: 3px;
	background: #fff;
	margin-left: 10px;
	display: inline;
}

.case .galleryh2 {
	margin: 10px 0 10px 10px!important;
}

#view-nav {
	background: url("images/viewNavLeft.png") top left no-repeat;
	padding-left: 17px;
}

#view-nav-right {
	background: url("images/viewNavRight.png") right top no-repeat;
	padding-right: 16px;
}

#view-nav-content {
	background: url("images/viewNavWrap.png") top left repeat-x;
	height: 48px;
	line-height: 48px;
}

#view-nav-content p {
	display: inline;
	float: left;
	margin: 0!important;
}

#viewNav li {
	background: none!important;
	float: left;
	display: table;
	line-height: 48px!important;
	text-indent: 0px!important;
	margin-right: 10px!important;
}

#prevPat {
	float: left;
	background: url("images/prevArrow.png") center left no-repeat;
	padding-left: 20px;
	margin-right: 20px;
}

#nextPat {
	float: right;
	background: url("images/nextArrow.png") center right no-repeat;
	padding-right: 20px;
}

.moreInfoLink {
	background: url("images/btnLarger.png") no-repeat;
	display: block;
	padding: 0 0 0 30px;
	width: 190px;
	margin: 0 auto;
}

.caseParagraph {
	margin: 0 10px!important;
}