/* @override 
	http://rmwebsite.com/drpitman/wp-content/themes/drpitman/style.css
	http://www.pitmanliposuction.com/wp-content/themes/drpitman/style.css
*/

/*
Theme Name: Dr. Gerald H. Pitman, M.D.
Theme URI: http://www.drpitman.com
Description: The default WordPress theme for Dr. Pitman by <a href="http://www.rosemontmedia.com/" target="_blank">Rosemont Media</a>.
Version: 2.0
Author: Rosemont Media
Author URI: http://www.rosemontmedia.com/
*/
/*-------------------------------------------------------------------------------------*/
/* 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;
	margin:0 30px 20px 20px;
}

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: #f7f1e5 url("images/bgBody.jpg") top repeat-x;
	text-align: left;
	font: 12px Lucida Grande,Lucida,Verdana,sans-serif;
	color: #765f56;
}

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

h1 {
	font-size: 38px;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

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

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

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

/* ------------------------ main framework ------------------------ */

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

#header {
	height: 104px;
	
}

#header h1 {
	margin: 23px 0 0 30px;
	line-height: 38px;
	float: left;

}

#header h1 a {
	text-decoration: none;
}

#header h1 span {
	font-size: 17px;
	line-height: 20px;
}

#header h2 {
	float: right;
	margin: 61px 10px 0 0;
	display: inline;
	font-size: 15px;
}

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

#columnLeft {
	width: 190px;
	float: left;
}

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

#sidebarnav {margin-top:-23px;}

/* ------------------------ vertical sprite nav ------------------------ */

#nav {
	background: url("images/bkgdNav.jpg") top left no-repeat;
	width: 190px;
	margin: 0;
	padding: 10px 0 27px;
}

#nav li {
	list-style: none;
	position: relative;
	margin-left: 27px;
}

#nav li, #nav a {
	width: 152px;
	display: block;
	background: url("images/nav.jpg") no-repeat;
	height:34px;
	line-height:36px;
	line-height:33px !important;
	color: #765f56;
	text-indent: 15px;
	cursor: pointer;

}

/*#nav li.page-item-6, #nav li.page-item-6 a {
	line-height: 20px;
	text-indent: 0px;
	width: 137px;
}

#nav li.page-item-6 a {
	padding: 10px 0 0 15px;
	width: 137px;
}*/

#nav a:hover {
	background: url("images/nav.jpg") 0 -300px no-repeat;
	color: #839848;
}

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #E7EBDD;
	margin-left: 152px;
	margin-top:-34px;
	z-index:500;
}

#nav li ul li {
	height: 34px;
	border: 1px solid #765f56;
	border-top: none;
	background: none;
	margin: 0px;
}

#nav li ul li:first-child {
	border-top: 1px solid #765f56;
}

#nav li ul li a {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: none;
	text-indent: 10px;
}

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

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

#nav ul a:hover {
	background: none;
	background-color: #765f56;
	text-decoration: none;
}

.titleLeftColumn {
	background: url("images/titleLeftColumn.jpg") no-repeat;
	font-size: 22px;
	padding: 31px 0 27px 0;
	display: block;
	text-decoration: none !important;
	margin: 0 0 0 31px;
}

#firstTitle {
	background-position: 0 22px;
	padding-top: 43px;
}

.titleLeftColumn span {
	font-size: 13px;
}

/* ------------------------ columnRight framework ------------------------ */

#columnRight {
	width: 750px;
	float: left;
}

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

#columnRight h4 {
	margin: 0 0 20px 20px;
	font-weight: bold;
	font-size: 1.2em;
}

#columnRight ul li {
	list-style: disc;
	margin: 5px 40px;
}

.magazinecontainer{
		width:750px;
/*		background-color:#FFF;*/
		height:230px;
		padding-bottom:15px;
		margin-left:20px;
		}
.magazinethumb{float:left; padding-top:2px;}
.magazinetitle{float:left; margin-left:20px; margin-top:0px;}
.magazinetext{
	float:left;
	height:227px;
	margin-left:180px;
	margin-top:-170px;
	width:520px;
	}

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

#masthead {
	height: 431px;
	overflow: hidden;
}

#mastheadInside {
	background: url("images/mastheadInside.jpg") no-repeat;
	padding-top: 270px;
}
#mastheadInsideMan {
	background: url("images/mastheadInsideMan.jpg") no-repeat;
	padding-top: 270px;
}
#mastheadInsidePitman {
	background: url("images/mastheadInsidePitman.jpg") no-repeat;
	padding-top: 270px;
}

#mastheadInsideNeck {
	background: url("images/mastheadInsideNeck.jpg") no-repeat;
	padding-top: 270px;
}

#masthead p {
	font-size: 20px;
	width: 300px;
	padding: 130px 0 0 45px;
	line-height: 30px;
}

#masthead p span {
	margin-top: 30px;
	display: block;
}

.titleRightColumn {
	background: url("images/titleRightColumn.jpg") right 22px no-repeat;
	padding: 40px 0 0;
}

.titleRightColumn span {
	font-size: 13px;
}

#columnRight p.video {
	display: table;
	margin: 0 auto 20px;
}

#columnRight .magazinecontainer .video {
	margin-left: 0px;
}

#videoPlayer {
	background: url("images/bgVideo.jpg") no-repeat;
	height: 240px;
	width: 358px;
	float: left;
	margin: 0 10px 10px 30px;
	display: inline;
}

#mastheadInside ul li {
	list-style: disc;
	margin: 5px 40px;
}

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

#imageNav {
	position: relative;
	top: 360px;
	z-index: 200;
	float: right;
}

#imageNav a {
	line-height: 22px;
	width: 22px;
	float: left;
	background: #F7F1E5;
	border: 2px solid #765F56;
	margin: 0 16px 0 0;
	text-align: center;
	color: #765F56!important;
	text-decoration: none;
	font-weight: bold;
}

#imageNav a.activeSlide {
	background: #C7BAAE;
	color: #000!important;
	border-color: #433631;
}

.row {
	clear: both;
	float: left;
	margin: 0 0 0 20px;
	width: 100%;
}

.case {
	float: left;
	font-size: 14px;
	text-align: center;
	margin: 0 20px 20px 0;
}

.case a {
	text-decoration: none;
}


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

#footer {
	text-align: center;
	background: url("images/bgFooter.jpg") 0 20px no-repeat;
	padding-top: 56px;
	clear: both;
}

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

#footer ul {
	margin: 10px 0;
}

#footer li {
	padding: 0 8px 0 8px;
	display: inline;
	/*border-left: 1px solid;*/
}

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

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

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

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

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

/* Media Slider crap */

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/*border: 5px solid #000;  this is the border. should have the same value for the links */
	margin: auto;
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	clear: both;
	/*background: #fff;*/
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 700px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}

#stripNavL0, #stripNavR0, #stripNav0 {display:none;}

.media {width:350px; float:left; margin-left:24px;}

.linklove {display:none;}