/*
Theme Name: Midtown Urology
Description: A custom theme for Midtown Urology
Version: 1.0
Author: Southern Web Group
Author URI: http://www.southernwebgroup.com

*/

/* Reset */


html{color:#333;background:#eee}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}


/* Utility */

.clear {
	clear: both;
}

.hide {
	display: none;
}

a img {
	border: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.red {
	color: #512654;
}

/* ----- Body/Wrapper/Container ----- */

html {
	
	width: 100%;
	height: 100%;
}

body {
	background: url(ui/body-bg.jpg) repeat top center #eee;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

#wrap {
	background: url(ui/wrap-bg.jpg) repeat-y top center;
	width: 100%;
	display: table;
}


#wrapper {
	width: 900px;
	margin: 0 auto;
}




/* ----- Header/Logo ----- */

#header {
	width: 100%;
	height: 200px;
	background: url(ui/header-bg.jpg) no-repeat top center;
	overflow: hidden;
}

#header h1.logo {
	float: left;
	margin: 1px;
}


#header h1.logo a {
	text-indent: -9999px;
	overflow: hidden;
	width: 251px;
	height: 185px;
	display: block;
	background: url(ui/logo.png) no-repeat transparent;
}


div.doc1 {
	width: 313px;
	height: 192px;
	display: block;
	background: url(ui/doc1.png) no-repeat transparent;
	float: left;
}

div.doc2 {
	width: 313px;
	height: 192px;
	display: block;
	background: url(ui/doc2.png) no-repeat transparent;
	float: left;
}


/* ----- Top Nav/Contact Us  ----- */

.topnav {
	float: right;
	width: 305px;
	padding: 5px 0px 0px 0px;
}

.topnav a {
	text-decoration: none;
	color: #333;
	font-size: 1.3em;
	padding: 0px 8px 0px 8px;
}


.topnav a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 250px;
	height: 920px;
	float: left;
	background: url(ui/sidebar-bg.jpg) no-repeat top center;
}

#sidebar ul {
	margin: 25px 0 0 0;
}


#sidebar ul li {
	font-size: 1.4em;
	margin: 4px 10px 10px 20px;
	line-height: 1.5em;
}

#sidebar li ul {
	margin: 10px 0px 0px 0px;
}

#sidebar li li {
	font-size: 15px;
}


#sidebar ul li a {
	text-decoration: none;
	color: #333;
	padding: 0px 0px 0px 5px;
	display: block;
}

#sidebar ul li a:hover{
	background: #eee;
}


#sidebar #subscribe-box, #sidebar .widget {
	margin: 35px 15px 0 25px;
}

#sidebar .widget {
	background: #fff;
	width: 205px;
	height: 258px;
}


#sidebar h3 {
	color: #512654;
	line-height: 1.8em;
	font-size: 1.5em;
}

#sidebar #subscribe-box input.email {
	border: 1px #ccc solid;
	padding: 6px;
	color: #474747;
	margin: 8px 0px;
}



#sidebar #subscribe-box input.submit {
	margin: 8px 0px;
}


.main p#player1 {
	float: right;
	display: inline-block;
	padding: 15px;
}

.main {
	width: 600px;
	margin: 20px 30px 40px 20px;
	float: left;
}


.main a {
	color: #512654;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

.main h1 {
	color: #512654;
	font-size: 1.7em;
	line-height: 1.8em;
	font-weight: bold;
}

.main h2 {
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h3 {
	color: #512654;
	font-size: 1.5em;
	line-height: 1.7em;
	padding-top: .5em;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 10px 0px 5px 0px;
	border-bottom: 2px dotted #ccc;
	background: #fff;
}

.main h4 {
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h5 {
	color: #512654;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h6 {
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}


.main ol li {
	list-style: decimal;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.main ol, .main ul {
	padding: 12px 0px;
}

.main ul li {
	list-style: disc;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.main blockquote {
  font: 14px/22px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  line-height: 1.4em;
} 


.main ul.heart li {
	list-style: none;
	background: url(ui/heart-icon.jpg) no-repeat #fff;
	margin: 0;
	padding: 0;
	padding: 0px 0px 4px 24px;
}


.main p {
	line-height: 1.5em;
	padding: 8px 0px;
}

.main p.show_title {
	line-height: 1.5em;
	padding: 0 0 12px 0;
	font-weight: bold;
}

.main .mejs-container {
	margin: 8px 0 0 0;
}

.main hr {
	border: 1px solid #fff;
	border-top: 2px dotted #ccc;
	background: #fff;
	margin: 20px 0px;
	clear: both;
}


.main a.learn-more {
	padding: 4px 8px;
	background: #512654;
	color: #fff;
	margin: 8px 0px 15px 0px;
}

.main a.alignright {
	float: right;
}

.wpa_container {
	padding: 12px 0px 12px 0px !important;
	display: block;
}


.wpa_container a.wpaudio {
	color: #512654;
}

.wpa_container a.wpaudio:hover {
	color: #512654;
}


.wpa_container a.wpaudio span {
	font-size: 14px;
}

.wpa_container div.wpa_bar div.wpa_bar_position {
	background: #512654 !important;
}

.main .callouts {
	margin: 25px 0px;
}


.callouts ul, .callouts ul li {
	list-style: none;
	padding: none;
	margin: 0;
}

.main .callouts li {
	float: left;
	display: inline;
	padding: 0 0 0 0;
	margin: 0 14px 0 0;
}

.callouts li a.pay {
	background: url(ui/homepage-callouts.jpg) 0 0 no-repeat;
	height: 84px;
	width: 182px;
	display: block;
	text-indent: -9999px;
}

.callouts li a.radio {
	background: url(ui/homepage-callouts.jpg) -206px 0 no-repeat;
	height: 84px;
	width: 182px;
	display: block;
	text-indent: -9999px;
}

.callouts li a.patient {
	background: url(ui/homepage-callouts.jpg) -410px 0 no-repeat;
	height: 84px;
	width: 182px;
	display: block;
	text-indent: -9999px;
}




#footer {
	background: url(ui/footer-bg.jpg) no-repeat #333;
	width: 100%;
}

#footer p {
	color: #fff;
	font-size: 12px;
	line-height: 1.4em;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

div.col1 {
	width: 300px;
	float: left;
	margin: 15px 10px 20px 20px;
}

div.col2 {
	width: 260px;
	float: left;
	margin: 15px 10px 20px 20px;
}

div.col3 {
	width: 240px;
	float: left;
	margin: 15px 10px 20px 20px;
}


div#legal {
	
}

div#legal .left {
	width: 410px;
	margin: 20px 20px 20px 20px;
	float: left;
}

div#legal .right {
	width: 410px;
	margin: 20px 20px 20px 20px;
	text-align: right;
	float: right;
}

/* WordPress Images */

img.alignright {float:right; margin:0 0 1em 1em; padding: 5px; background: #e2e2e2; border: 1px solid #d5d5d5;}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* Table Styling */

.main table.inline tr td {
	padding: 6px;
	border: #f7f7f7 1px solid;
}

.main table.inline tr th {
	background: #e3e3e3;
	padding: 6px;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
}

#content span.wpaudio-container {
	padding: 12px 0px 12px 0px !important;
}




