/*
Theme Name: PML
Theme URI:
Description: Simple Wordpress theme based on HTML5 using medical blue and orange
Version: 1.0.0
Author: Sebastian Zapisek
Author URI: http://www.bostonlogic.com/
Tags: blue, white, silver, three-columns, right-sidebar, fixed-width, threaded-comments
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
body {
	font: .75em Arial, Tahoma, Verdana, sans-serif;
	color: #555;
}

body {
		background: url(images/bg_header.jpg) repeat-x;
}

h2,h3,h4,h5,h6 {
margin: 1em 0;
}

h1 {
font-size: 2em;
}
h1 span {
	font-size: .5em !important;
}
h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
	padding: .5em 0;
}
h4 {
	font-size: 1.2em;
}

h4 a {
	color: #0c5195;
}

a {
	color: #888589;
	outline: none;
}

a:hover {
	color: #6a686b;
}

p {margin: 1em 0;}
img {border: 0}
input {vertical-align: middle}
blockquote {
	margin: 2em;
	padding: 1em;
	border-left: 3px solid #888589;
	background: #F2F2F2;
	height: 1%;
}
blockquote p {
	margin: 0 0 2em 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.aligncenter {margin: 0 auto}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
  border: none;
padding: 0;
}
th {
  text-align: left;
background: #F3F3F3;
}
pre {
	margin: 0 0 20px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(images/pml_header.jpg) no-repeat center top;
}

form {
	clear: both;
}


img.img_left {
float: left;
border: 1px solid #E5E7E9;
padding: 2px;
margin: 0 1em .2em 0;
}

img.img_right {
float: right;
border: 1px solid #E5E7E9;
padding: 2px;
margin: 0 0 .2em 1em;
}

/* Header
-----------------------------------------------------------------------------*/
header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 180px;
}

#logo {
	text-indent: -9999px;
}

#logo a {
	display: block;
	width: 400px;
	height: 80px;
	position: absolute;
	top: 20px;
	text-decoration: none;
}

#logo span {
	display: block;
	font-weight: normal;

}

#nav {
	width: 100%;
	text-align: center;
	margin-top: 122px;
	font-size: 1.2em;
}

#nav li {
	display: inline;
	list-style: none;
	padding: 0 27px 0 25px;
	background: url(images/nav_divider.png) no-repeat right center;
}
#nav li a {
	color: #fff;
  text-decoration: none;
}

#nav li.login {
	background: none;
}

#nav li.login a {
	color: #fbd89a;
}

#nav li a:hover {
	text-decoration: underline;
}
#nav li.current_page_item {
}
#nav li.current_page_item a {
	text-decoration: underline;
}

#search {
float: right;
}
#search input {
	float: left;
}
#s {
	width: 175px;
	padding: 3px 6px;
	border: 1px solid #CCC;
	margin-right: 5px;
}
#s:hover {
	border-color: #AAA;
}
#s:focus {
	border-color: #E60000;
}
#searchsubmit {
	border: 0;
	padding: 2px 7px;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}
#searchsubmit:hover {
	background: #999;
}


.cv_apply {
 float: right;
 margin-top: 84px;
}

p.state_name {
	font-size: 1.4em;
	color: #0c5299;
	border-bottom: 1px dotted #0c5299;
	padding-bottom: 5px;
}

.partnering {
	position: absolute;
	right: 0;
	top: 0;
}

/* Content
-----------------------------------------------------------------------------*/
section {
	width: 960px;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#content {
	width: 680px;
	min-height: 253px;
	float: left;
	line-height: 1.4em;
	padding: 40px 20px 20px 0;
	position: relative;
}
#content h2 {
	padding: 1px 0 6px;
	margin-bottom: 12px;
}
#content h2 a {
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
color: #0c5299;
border-bottom: 1px dotted;
}
#content .three_col {
	margin-left: 190px;
}
#content .post h2,
#content .post h3 {
}
.pmeta {
	margin: -13px 0 15px;
	color: #888;
}
.pmeta span {
  margin: 0 3px;
}
.pmeta a,
.ptags a {
	color: #888;
	text-decoration: underline;
}
.pmeta a:hover,
.ptags a:hover {
	color: #AA0001;
}
.entry {

}

.ptags {
	color: #999;
	padding: 3px 5px;
	overflow: hidden;
	height: 1%;
}
.comments {
	float: right;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
}

.post ol {
	margin: -4px 0 18px 35px;
}
.post ul {
	font-weight: bold;
	margin: 1em 3em;
}

.post ul span {
color: #0c5299;
}

.post li {
	padding: 3px 0 4px;
}
.post ul li {
	list-style-image: url(images/bullet.png);
}
.post li ul {
	margin: 4px 0 -5px;
}
.post li ol {
	margin: 4px 0 -5px 18px;
  border-top: 1px solid #EEE;
}

div.pagetitle {
	padding: 3px 0 4px;
	margin-bottom: 30px;
	border: 1px solid #E5E5E5;
  text-align: center;
	background: #F4F4F4;
}

.commentlist {
	margin: 18px 0 0;
}
.commentlist li {
	list-style: none;
}
.commentlist li .commentdiv {
	margin: 0 0 25px;
	height: 1%;
}
li.bypostauthor .commentdiv {
	padding: 3px 3px 7px;
	border: 1px solid #AAA;
}
.commentlist ul.children {
	margin: 13px 0 0 18px;
}
.comment-author {
	background: #F2F2F2;
	border: 1px solid #E9E9E9;
	padding: 4px 4px 3px 4px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.avatar {
	border: 1px solid #DDD;
	padding: 2px;
	float: left;
	background: #FFF;
	margin: 0 5px 0 0;
}
.commentmetadata {
	color: #888;
	padding: 3px 0 0;
}
.commentmetadata a {
	color: #888;
  text-decoration: none;
}
.commentmetadata a:hover {
	color: #AA0001;
  text-decoration: underline;
}
.ctext {
	padding: 10px 7px 0;
}
.reply {
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
	margin: -3px 0 0 7px;
}
.reply a {
	background: #F4F4F4;
	float: left;
	color: #AA0001;
	text-decoration: none;
	padding: 0 6px 2px;
	border: 1px solid #CCC;
}
.reply a:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}
#cancel-comment-reply {
	float: right;
	position: relative;
	top: -43px;
}
#cancel-comment-reply small {

}

#respond h3 {
  margin-top: 35px;
}

#commentform {
	padding: 0 0 20px;
}
#commentform p {
	margin: 0 0 7px;
	white-space: nowrap;
}
#author, #email, #url, #comment, #submit {
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
#comment {
	width: 97%;
	height: 150px;
}
#submit {
	width: 128px;
	height: 26px;
	padding: 0;
	cursor: pointer;
	border: none;
  font-weight: bold;
}
#submit:hover {
	background: #999;
}

.navigation {
	padding: 15px 0 0;
}
.navigation a {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  border: 1px solid #C01D36;
	color: #C01D36;
  text-decoration: none;
  text-align: center;
}
.navigation a:hover {
  border: 1px solid #4A4A4A;
	color: #4A4A4A;
	background: #EEE;
}
.navigation span {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  text-align: center;
}
.navigation span.pages {
  margin-right: 10px;
	width: auto;
}
.navigation span.current {
  border: 1px solid #4A4A4A;
	background: #888;
	color: #FFF;
}
.navigation.first {
	background: none;
	padding: 0;
}
.navigation.com a {
	margin: 0 -2px 0 0;
}
.navigation.com span.dots {
	margin: 0 -4px 0 0;
}
.navigation.com span.current {
	margin: 0 -2px 0 0;
}


/* Sidebars
-----------------------------------------------------------------------------*/
aside {
	float: right;
	padding: 0;
	width: 210px;
	padding-right: 30px;
	color: #0c5299;
}

aside p {
	margin: 0;
}

aside p a {
	text-decoration: underline;
}

aside input.medium {
	width: 125px;
	margin-right: 5px;
	margin-top: 1px;
}


#sidebar1 {
	margin: 1em 0;
}
#sidebar2 {
}

#fjo {
	padding: 9px;
	background: #f4f5f5;
	border: 1px solid #dddfe1;
}

.section {
	margin: 0 0 10px 0;
}
aside ul {
	padding: 0;
	padding-bottom: 1px;
	margin: 0;
	margin-top: 10px;
	border-bottom: 3px solid #e5e7e9;
}
aside li {
	list-style: none;
	margin: 0;
}

aside li.email a, aside li.notify a {
	font-size: .9em;
	padding: 10px 0 8px 30px;
	display: block;
	border-bottom: 1px solid #e5e7e9;
	border-top: 1px solid #e5e7e9;
}

aside li.email a {background: url(images/icon_email.png) no-repeat left center;}
aside li.notify a {background: url(images/icon_notify.png) no-repeat left center; border-top: none;}

aside li ul {
  margin: 0 0 2px;
}
aside li li {
  padding: 3px 0 0 12px;
	border: none;
}
aside a {
	color: #0c5195;
  text-decoration: none;
}
aside a:hover {
  text-decoration: underline;
  	color: #0c5195;
}
aside h3 {
	padding: 0 0 5px;
	margin: 0 0 10px;
	font-size: 1.2em;
}

aside h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#tagCloud a,
.widget_tag_cloud a {
	margin: 0 4px 0 0;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}

div.side_buttons {
	padding: .8em 0;
	margin-top: 1.4em;
	border-top: 4px solid #E5E7E9;
}

div.side_buttons img {
	display: block;
	margin-bottom: .8em;
}

/* Boxes
-----------------------------------------------------------------------------*/
#box_wrap {
	background: #f5f6f6 url(images/bg_boxes.png) repeat-x;
	clear: both;
	padding: 12px 0;

}

#box_container {
	width: 961px;
	margin: 0 auto;
}

#box_container p {
	padding: 33px 0 0 15px;
	width: 76%;
	line-height: 1.2em !important;
}

#box_container a {
	font-weight: bold;
	display: block;
	color: #e59d23;
	text-decoration: none;
}

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

#box_container a span {
	vertical-align: baseline;
}

#box_container div {
	float: left;
}

.clinicians {
	width: 273px;
	height: 148px;
	background: url(images/box_clinicians.png) no-repeat;
}

.hospitals {
	width: 403px;
	height: 148px;
	margin: 0 6px;
	background: url(images/box_hospitals.png) no-repeat;
}

.careers {
	width: 273px;
	height: 148px;
	background: url(images/box_careers.png) no-repeat;
}

/* hospital partners */

.by_state {
float: left;
width: 100%;
font-weight: bold;
padding: 1em 0;
border-bottom: 3px solid #e5e7e9;
}

.by_state h4 {
margin: 0;
color: #0c5299;
}

.by_state p {
margin: 0;
padding: 0;
}

.by_state img, img.state, #hospital_detail img  {
display: block;
float: left;
padding: 2px;
border: 1px solid #e5e7e9;
margin-right: 1em;
}

img.state {
	background: #fff;
}

#map {
padding: 2px;
border: 1px solid #e5e7e9;
margin: 1em 0;
}

.by_state a {
	text-decoration:  none; 
}

.by_state a span {
	color: #e59d23;
	font-size: 1.4em;
}


#job_listing div {
float: left;
width: 100%;
border-bottom:3px solid #E5E7E9;
background: #F4F5F5;
margin-bottom: 1em;
}

#job_listing p {
margin-left: 1em;
margin-right: 1em;
}

#hospital_detail table {
width: auto;
}

#hospital_detail td {
font-weight: bold;
vertical-align: top;
}

#hospital_detail td a {
color: #e59d23;
text-decoration: none;
}

td.address {
color: #0c5299;
padding: 1em 0;
}

td.description {
vertical-align: top;
}

td.logo_hospital {
vertical-align: bottom;
}



/* Footer
-----------------------------------------------------------------------------*/
footer {
	clear: both;
text-align: center;
font-size: .9em;
background: url(images/bg_footer.png) repeat-x;
padding: 1em 0;
line-height: 1.4em;
}

footer ul {
	padding: 1em 0;
}

footer ul li {
	display: inline;
	padding: 0 1em;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* section styles */
#content.home {background: url(images/pic_home.jpg) no-repeat left top;}
#content.cli {background: url(images/pic_clinicians.jpg) no-repeat left top;}
#content.abo {background: url(images/pic_about.jpg) no-repeat left top;}
#content.con {background: url(images/pic_contact.jpg) no-repeat left top;}
#content.pri {background: url(images/pic_privacy.jpg) no-repeat left top;}
#content.app {background: url(images/pic_apply.jpg) no-repeat left top;}
#content.job {background: url(images/pic_job.jpg) no-repeat left top;}
#content.upl {background: url(images/pic_upload.jpg) no-repeat left top;}
#content.par {background: url(images/pic_partner.jpg) no-repeat left top;}

img.nofloat {
	display: inline;
	float: none;
	vertical-align: bottom;
}

table.signupframe {
background: #F7F7F7;
border-color:#ECECEC #ADADAD #ADADAD #ECECEC;
border-style:solid;
border-width:1px;
}




table.signupframe td {
padding: 4px;
}
