/* 
Theme Name: Personal Physicians Theme
Theme URL: http://www.personalphysicians.net
Description: A starter theme designed by Kevin Leary and Alex Fedorov of Fresh Tilled Soil
Author: Alex Fedorov, Kevin Leary
Author URI: http://www.freshtilledsoil.com
Version: 1.0
*/

/* jQuery Styles */
#content p.intro
{
	font-size:1.2em;
	font-style:italic;
	color:#111;
	font-family:Georgia, Times, serif;
}

html {
	margin:0;
	padding:0;
	border:none;
}

body {
	margin: 0 auto;
	padding: 0 0 0 0;
	background:#f5f5f5 url(images/site-bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font:12px/1.6em Helvetica, Arial, sans-serif;
	color:#555;
	border:none;
}

/* Basic Typography */

hr, p, ul, ol, dl, pre, address, table, form { margin-bottom: 1.6em; }
blockquote
{
	font:italic 13px/1.6em Georgia, Times, serif;
	padding:1em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#888;
	margin:0 0 1em 0;
}
blockquote p
{
	margin:0;
}
p.citation cite
{
	font-style:italic;
	font-weight:normal;
}
/* Lists */
ul { list-style:disc outside; padding:0 0 0 1.6em }
ol { list-style:decimal outside; padding:0 0 0 1.6em }
/* Headings */
h1, h2, h3, h4, h5, h6
{
	line-height:1.3em;
}
/* Font Size */
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
/* Vertical Spacing */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
a:link,
a:visited
{
	color:#3B89B0;
	text-decoration:none;
}
a:hover,
a:active
{
	color:#6ABBE3;
}

/* Classes */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*.alignleft
{
	float:left;
	display:inline;
	margin:0 1em 0.6em 0;
}
*.alignright
{
	float:right;
	display:inline;
	margin:0 0 0.6em 1em;
}
*.more-link
{
	border:none;
	margin:0;
}

/* Forms */
textarea, input { padding: .15em .4em .25em .4em; }
input { margin:0.1em 0.3em 0.3em 0em}
select { padding: .1em 0 0 .2em; }
option { padding: 0 .4em; }
form div { margin-bottom: .8em; }
span.required
{
	font-size:14px;
	font-weight:bold;
	color:red;
}
textarea
{
	width:300px;
	display:block;
}

/* Contact Form Plugin */
div.wpcf7 p
{
	vertical-align:text-top;
}
#wrapper div.wpcf7-mail-sent-ok
{
	background:#398f14;
	color:#fff;
}
#wrapper div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	background:#ff0000;
	color:#fff;
}
#wrapper div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background:#ffa500;
	color:#fff;
}
#wrapper div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background:#f7e700;
	color:#2D2D2D;
}
#wrapper div.wpcf7-response-output
{
	margin:0 0 24px 0;
	font-weight:bold;
}
#wrapper span.wpcf7-not-valid-tip {
	position:static;
	top:0;
	left:0;
	z-index:100;
	background:#ff0000;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	padding:4px 6px 2px 6px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

/* Layout */
#wrapper,
div.inner
{
	width:994px;
	margin:0 auto;
}

#content {
	float:right;
	width:674px;
	height:auto;
	min-height:300px;
	padding:14px 0 0 0;
	margin: 0;
	line-height:1.35em;
}
#content.wide {
	width:100%;
	display:inine;
	height:auto;
	padding:10px 0 0 0;
	margin:0;
}
#content.homepage {
	width:100%;
	display:inline;
	height:auto;
	margin:0;
}

#content h1 {
	color:#3d8fc9;
	font-weight:bold;
	margin:0;
	padding:14px 0 8px 0;
	font-size:21px;
	border-bottom:solid 1px #ccc;
}
#content h1.replace {
	color:#3d8fc9;
	font-weight:bold;
	margin:0;
	padding:15px 0 8px 0;
	font-size:20px;
	border-bottom:solid 1px #ccc;
}
#content h2, #content h2.post-title, #content h2.title {
	color:#444;
	font-weight:normal;
	margin:0;
	padding:0 0 0 0;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h2.hide {
	display:none;
}
#content h2.title {
	margin:0;
	padding:0 0 0 0;
}
#content h2.mrg-top {
	margin-top:14px;
}
#content h2 a, #content h2.post-title a {
	text-decoration:none;
}
#content h2 a:hover, #content h2.post-title a:hover {
	text-decoration:underline;
}
#content h3 {
	font-weight:bold;
	margin:14px 0 0 0;
	padding:0 0 0 0;
	font-size:15px;
}
#content h3 a {
	color:#4b7fa2;
	text-decoration:none;
}
#content h3 a:hover {
	color:#4b7fa2;
	text-decoration:underline;
}

#content h4 {
	color:#333;
	font-weight:bold;
	margin:0;
	padding:12px 0 0 0;
	font-size:13px;
}
#content h4.meta {
	color:#333;
	font-weight:bold;
	margin:0px 0 10px 0;
	padding:10px;
	background:#f6f6f6;
	border:dotted 1px #ccc;
	font-size:13px;
}
#content p {
	color:#444;
	margin:14px 0 0 0;
	padding:0 0 0 0;
	font-size:10pt;
	line-height:1.4em;
}
#content p.citation, #content .post p.citation {
	color:#666;
	margin:11px 10px 14px 0;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:right;
	font-weight:normal;
}
#content .carat {
	color:#d0dbe5;
	margin:0 1px;
}
#content p.citation a {
	color:#006196;
	text-decoration:underline;
}
#content p.nomrg {
	margin:0;
	padding:0;
}
#content blockquote {
	clear:both;
	color:#555;
	background:#f0f0f0;
	margin:12px 12px 0 12px;
	padding:10px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#content a {
	text-decoration:underline;
}
#content p a.more-link {
	margin:0;
	padding:0;
}
#content a img {
	border:none;
}
#content img {
	display:block;
	margin:0 0 12px 0;
}
#content img.breadcrumb {
	display:inline;
	height:16px;
	width:16px;
	margin:0 7px -2px 2px;
}
#content img.rightalign {
	float:right;
	display:block;
	margin:0 0 12px 20px;
}
#content img.leftalign {
	float:left;
	display:block;
	margin:0 20px 12px 0;
}

body #content div.googlemap {
	float:right;
	margin:0 0 12px 0;
	border-left:solid 15px #fff;
}

/*************************** Auto Link Styles ***************************/

#content a.pdf {
	background:url(images/icons/filetypes/acrobat.png) left no-repeat;
	line-height:19px;
	padding:0 0 0 18px;
	margin-top:-1px;
}
#content a.doc {
	background:url(images/icons/filetypes/page_white_word.png) left no-repeat;
	line-height:16px;
	padding:0 0 0 22px;
	margin-top:-1px;
}
#content a.xls {
	background:url(images/icons/filetypes/page_excel.png) left no-repeat;
	line-height:16px;
	padding:0 0 0 22px;
	margin-top:-1px;
}
#content a.csv {
	background:url(images/icons/filetypes/page_excel.png) left no-repeat;
	line-height:16px;
	padding:0 0 0 22px;
	margin-top:-1px;
}


/*************************** End Auto Link Styles ***************************/

#content ul.page-subnav {
	display:block;
	margin:0 0 14px 0;
	padding:0px 0 3px 0;
	border-bottom:solid 1px #d2d2d2;
	list-style-type:none;
	line-height:normal;
}
#content ul.page-subnav ul {
	margin:0;
	padding:0;
}
#content ul.page-subnav li {
	display:inline;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#content ul.page-subnav a {
	display:block;
	float:left;
	font-size:13px;
	margin:0 3px 0 0;
	padding:5px 8px;
	width:auto;
	height:auto;
	background:#f0f0f0;
	color:#444;
	text-decoration:none;
}
#content ul.page-subnav a:hover, #content ul.page-subnav a.current_page_item, #content ul.page-subnav li.current_page_item a {
	background:#eb6202;
	color:#fff;
	text-decoration:none;
}

#content ul li ul {
	margin-bottom:0;
}

#content p.message {
	padding:4px 6px;
}
#content p.alert {
background:#F6E5A0 none repeat scroll 0 0;
border:1px solid #D5A125;
color:#000000;
font-weight:bold;
line-height:1.25em;
margin-bottom:0;
padding:8px 10px;
}

#content form.form-login {
	margin:14px 0 0 0;
}
#content form.form-login input.mrg-bottom {
	margin-bottom:6px;
}
#content form.form-login input.button-submit {
	margin-top:8px;
	width:101px;
	height:32px;
	border:none;
	text-indent:-1000em;
	background:url(images/buttons/sign-in.gif) no-repeat;
	cursor:pointer;
}

#content form.form-login input.button-submit:hover {
	background-position:0 -32px;
	cursor:pointer;
}

#content form#registerform {
	margin:0;
}
#content form#registerform-tml-main input {
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px;
	background:#fff;
	border:solid 1px #ccc;
}
#content form#registerform-tml-main input.checkbox {
	width:auto;
	margin-top:5px;
}

#content form#registerform-tml-main p.submit input, #content form#loginform-tml-main p.submit input, #content form#lostpasswordform-tml-main p.submit input {
	width:101px;
	height:32px;
	border:none;
	text-indent:-1000em;
	background:url(images/buttons/submit.gif) no-repeat;
	cursor:pointer;
}
#content form.form-login input.button-submit:hover, #content form#registerform-tml-main p.submit input:hover, #content form#lostpasswordform-tml-main p.submit input:hover, #content form#loginform-tml-main p.submit input:hover {
	background-position:0 -32px;
	cursor:pointer;
}

#content #tml-main ul.links {
	clear:both;
	margin:14px 0 0 0;
	padding:8px 0 0 0;
	border-top:solid 1px #d2d2d2;
	display:block;
}
#content #tml-main ul.links li {
	margin:0 23px 0 0;
	padding:0;
	display:inline;
}

#content span#pass-strength-result {
	margin:14px 0 0 0;
	padding:8px;
	border:solid 1px #bfcfdd;
	display:block;
	background:#e9f0f5;
	color:#3d8fc9;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}
#content span#license {
	font-size:11px;
}

#content p#reg_passmail-tml-main {
	display:none;
}

/* Typography */
h2.title a
{
	text-decoration:none;
}

/* Header */
#header
{
	position:relative;
	height:98px;
	padding:1px 0;
	width:100%;
}
#header h1
{
	font-size:2.4em;
	font-weight:normal;
	letter-spacing:-0.025em;
	margin:20px 0 0 0;
}
#header p
{
	margin:0;
}

/* Signup */
#signup
{
	position:absolute;
	right:0;
	top:26px;
	z-index:2;
	list-style:none;
}
#signup li a
{
	display:block;
	width:45px;
	height:41px;
	opacity:0.66;
}
#signup li a:hover
{
	opacity:0.99;
}
#signup #email
{
	float:left;
}
#signup #email a
{
	background:url(images/icons/email.png) left center no-repeat;
}
#signup #rss
{
	float:right;
}
#signup #rss a
{
	background:url(images/icons/rss.png) left center no-repeat;
	text-indent:-2000em;
}

#sidebar {
	float:left;
	width:260px;
	display:inline;
	height:auto;
	background:none;
	padding:0 0 15px 0;
	margin:0 0 0 0;
	list-type:none;
}
#sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin: 0 0 4px 0;
	padding:0 0 6px 0;
	zoom:1;
	color:#444;
	font-weight:normal;
	border-bottom:solid 1px #d2d2d2;
}
#sidebar li h2 {
	padding:0 0 9px 0;
	margin:0;
}
#sidebar h3 {
	margin:0;
	padding:8px 0 5px 0;
	font-weight:bold;
	font-size:14px;
}

#sidebar a {
	color:#4b7fa2;
}
#health-updates-nav a:hover {
	text-decoration:underline;
}
#sidebar ul {
	padding:14px 0 0 0;
	margin:0 0 0 0;
}
#sidebar ul li {
	list-style-type:none;
	margin:0;
	display:block;
	padding:0;
	background:none;
	font-size:13px;
	color:#555;
}
#sidebar ul li ul {
	margin:0 0 14px 0;
	padding:0 0 0 0;
}
#sidebar ul ul li {
	list-style-type:none;
	margin:0;
	padding:2px 0;
	background:none;
}
#sidebar ul ul li.active {
	font-weight:bold;
}
#sidebar ul ul ul {
	margin:0 0 0 28px;
	}
#sidebar ul ul ul li {
list-style-type: disc;
}
#sidebar ul li.current_page_item, #sidebar ul li.current_page_item a {
	font-weight:bold;
	color:#4b7fa2;
}


#sidebar li form#searchform {
	margin:0 0 12px 0;
}
#sidebar #s, #searchform #s {
	width:137px;
	margin-right:7px;
}

#sidebar input, #sidebar select, #searchform input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
#content #searchform {
margin-top: 10px;
line-height: 1em;
}

#sidebar input.mrgboth, #sidebar select.mrgboth {
	margin:10px 0;
}

#searchform .search-button {
	margin:-1px 0 0 0;
	padding:0;
	border:none;
	vertical-align:middle;
}

.sidebar_module_top {
	background:url(images/sidebar/top.gif) no-repeat left top;
	height:7px;
	font-size:2px;
	margin: 0;
	padding: 0;
}
.sidebar_module_main {
	background: #f6f8fa;
	height:auto;
	padding:6px 20px;
	display:block;
	border: 1px solid #c5d5e0;
	border-width: 0 1px;
}
.sidebar_module_bottom {
	background:url(images/sidebar/bottom.gif) no-repeat left top;
	height:7px;
	font-size:2px;
	margin-bottom: 17px;
}
a:hover .sidebar_module_main {
background-color: #cad9e3;
}
a:hover .sidebar_module_top, a:hover .sidebar_module_bottom {
background-position: -260px top;
}
ul#blog-home li h2 {
border: 2px solid #2a8cb1;
border-width: 0 0 2px 0;
}
ul#blog-home li p {
margin-bottom: 0;
}
ul#blog-home li h2{
background: transparent no-repeat right 5px;
}
ul#blog-home li.healthcare-information h2 {background-image: url(images/icons/blog-sidebar/health-info.gif);}
ul#blog-home li.healthcare-updates h2 {background-image: url(images/icons/blog-sidebar/health-updates.gif);}
ul#blog-home li.helpful-forms h2 {background-image: url(images/icons/blog-sidebar/forms.gif);}
ul#blog-home li.resources-links h2 {background-image: url(images/icons/blog-sidebar/links.gif);}
ul#blog-home li.video-library h2 {background: url(images/icons/blog-sidebar/video.png) no-repeat right 2px;}

/* Resources & Links: Expand and Collapse Sidebar */
#sidebar ul li.resources-links h2 a {
	color:#444444;
}
#sidebar ul li.resources-links ul {
	margin:11px 0 0 0;
}

ul.health-updates li.healthcare-updates {display: none;}
ul#blog-home.health-updates {padding-top: 0;}

/* Posts */
.post
{
	padding:1px 11px 1px 1px;
}
.post-title
{
	font-weight:normal;
	margin:0;
}
.post .entry
{
	padding:1px;
	margin:0 0 9px 0;
}
.postinfo
{
	font-size:10px;
	text-transform:uppercase;
	margin:0 0 .5em 0;
	padding:5px 0 0 0;
	text-align:right;
	color:#999;
	list-style:none;
	border-top:1px solid #d2d2d2;
}
.postinfo li
{
	float:right;
	padding:5px 15px 0 20px;
	margin:0;
	font-size:10px;
}
#content .postinfo li a {
	text-decoration:none;
}
#content .postinfo li a:hover {
	text-decoration:underline;
}

.postinfo.first {
	padding-top:0px;
	border-top:none;
}

.postinfo li.authordata
{
	background:url(images/icons/user_silhouette.png) left center no-repeat;
}
.postinfo li.postdata
{
	background:url(images/icons/tags.png) left center no-repeat;
}
.postinfo li.commentdata
{
	background:url(images/icons/balloon_small.png) left center no-repeat;
}
.postinfo li.last
{
	padding-right:0;
}
#post-navigation
{
	width:100%;
	padding:12px 0;
	clear:both;
	border-top:1px solid #eee;
}
#post-navigation ul
{
	margin:0;
	padding:0;
	width:620px;
	list-style:none;
}
#post-navigation ul li
{
	width:50%;
	margin:0;
	padding:3px 0 0 0;
}
#post-navigation ul li.newer
{
	text-align:right;
	float:right;
}
#post-navigation ul li.older
{
	text-align:left;
	float:left;
}
#post-navigation ul li a
{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

/* Pages */

/* Comments */
#content ol.commentlist
{
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}
#content ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
}
#content ol.commentlist .author-data
{
	display:block;
	padding:8px;
	background:#f0f0f0;
}
#content ol.commentlist h3 {
	margin:0;
	padding:4px 0 0 0;
	color:#333;
}
#content ol.commentlist h3 a {
	text-decoration:none;
	color:#333;
}
ol.commentlist .comment-meta {
	margin:0;
	line-height:17px;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}
#content ol.commentlist div.comment-entry p {
	border-bottom:solid 1px #ccc;
	padding:8px 0 10px 0;
	margin:0 8px;
}
ol.commentlist .comment-num
{
	float:right;
	display:inline;
	font-size:36px;
	color:#fff;
	margin:-23px 0 0 0;
}

/* ByPostAuthor (admin) Comment */
ol.commentlist li.bypostauthor .author-data
{
	background:#1ebe89;
}
ol.commentlist li.bypostauthor h3 a,
ol.commentlist li.bypostauthor h3
{
	color:#fff;
}
ol.commentlist li.bypostauthor .comment-meta
{
	color:#acefdf;
}
ol.commentlist li.bypostauthor .comment-meta a
{
	color:#d8fff6;
	font-weight:bold;
}
ol.commentlist li.bypostauthor img
{
	border:1px solid #acefdf;
}

/* Comment Navigation */
ul.navigation
{
	list-style:none;
	margin:0;
}
ul.navigation li
{
	margin:0;
}

/* Comment Form */
form#commentform p
{
	clear:both;
	margin:0 0 12px 0;
}
form#commentform label
{
	width:250px;
	float:left;
}
form#commentform input
{
	float:left;
	margin:0 0 12px 0;
}
form#commentform textarea
{
	padding:4px;
	width:692px;
}
#content p.comment-rules
{
	background: #fff6bf;
	text-align: left;
	padding: 10px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
#content p.comment-disclaimer
{
	font-size:10px;
	color:#999;
}


.author-thumbnail {
	float:left;
	margin:0 13px 0 13px;
	padding:12px 0 12px 0;
	width:auto;
	text-align:left;
}
.author-thumbnail img {
	border:solid 1px #555;
}


.author-picture {
	float:right;
	margin:0 0 0 13px;
	padding:12px 0 12px 0;
	width:auto;
	text-align:right;
}
.author-picture img {
	border:solid 1px #555;
}


#content img.alignright, #content .post img.alignright {
	margin:0 0 14px 20px;
	border:solid 1px #999;
}
#content img.alignleft, #content .post img.alignleft {
	margin:0 20px 14px 0;
	border:solid 1px #999;
}

/* Resources & Links */
#resources-cats-container {
	padding:8px 0 0 0;
	float:right;
	display:inline;
	margin:0 0 10px 10px;
}
#resources-cats {
	display:block;
}
#content .post.resources h3.first {
	margin-top:9px;
}
