/*
Theme Name: Dr. Lawler
Theme URI: http://www.drtimothylawler.com
Description: A blog template for drtimothylawler.com
Version: 1.0
Author: Tim Gieseking
Author URI: http://timgweb.com/
Tags: blog
*/
/* ================================ BASE CSS (based on blueprintcss.org) ======================================== */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography */
body {font-size:75%;color:#333;background:#fff;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
h1 {font-size:2.5em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:0.25em;font-weight: bold;}
h3 {font-size:1.25em;margin-bottom:0.25em;font-weight: bold;}
h4 {font-size:1.08em;margin-bottom:0.25em;color:#F65B00;font-weight: bold;}
h5 {font-size:1em;font-weight:bold;margin-bottom:0.25em;}
h6 {font-size:1em;margin-bottom:0.15em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#607fa1;}
a {color:#041426;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:0.2em;line-height:1.2em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;border-right:none;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin: 0 auto; }

/* ================================ MAIN CSS ======================================== */
body
{
	text-align: center;
}

/* header */
#header
{
	background: url('images/backgrounds/header.png') repeat-x left top;
	height: 99px;
	overflow: hidden;
}

#header-inner
{
	height: 99px;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#header-inner img
{
	display: block;
	float: right;
}

#header a#logo img
{
	float: left;
	margin-left: -42px;
}

/* nav */
#nav-container
{
	background: url('images/backgrounds/nav.png') repeat-x left top;
	border-bottom: 1px solid #ecf0f5;
	height: 41px;
	line-height: 41px;
}

#nav-container-inner
{
	height: 41px;
	margin: 0 auto;
	text-align: left;
	width: 960px;	
}

ul#nav,
ul#nav li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav
{
	float: left;
}

ul#nav li
{
	display: block;
	float: left;
	font-size: 16px;
	margin: 0 24px 0 0;
	position: relative;
}

ul#nav a
{
	text-decoration: none;
}

ul#nav li.haschildren
{
	background: transparent url('images/icons/icons.png') no-repeat right -126px;
	padding: 0 22px 0 0;
	margin: 0 20px 0 0;
}

ul#nav a.rss
{
	background: transparent url('images/icons/icons.png') no-repeat right -37px;
	padding: 0 22px 0 0;
}

ul#nav li ul
{
	background: #ECF0F5;
	border: 1px solid #dce3eb;
	display: none;
	float: none;
	margin: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 36px;
	z-index: 99;
	width: 150px;
}

ul#nav li ul li
{
	float: none;
	font-size: 13px;
	line-height: 2;
	margin: 0;
	padding: 0;
}

ul#nav li:hover ul
{
	display: block;
}

ul#nav li ul li ul
{
	border: none;
	font-size: 11px;
	padding: 0 10px;
	position: static;
	width: auto;
}

/* search */
#search
{
	overflow: hidden;
}

#nav-container-inner #search
{
	float: right;
}

#search form,
#search p
{
	margin: 0;
	padding: 0;
}

#search input.text,
#search input.submit
{
	margin-top: 12px;
}

#search input.text
{
	border: 1px solid #ecf0f5;
	border-right: none;
	color: #ddd;
	display: block;
	float: left;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding: 2px 4px;
	width: 200px;
}

#search input.submit
{
	border: 1px solid #ecf0f5;
	border-left: none;
	background: #fff url('images/icons/icons.png') no-repeat center -222px;
	cursor: pointer;
	display: block;
	height: 22px;
	float: left;
	font-size: 0;
	line-height: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px; /*hides for firefox*/
    width: 22px;
}

#search input.text:focus
{
	outline: none;
}

#search input.text:focus
{
	color: #666;
}

/* main */
#main
{
	margin: 20px auto;
	text-align: left;
	width: 960px;
}

/* content */
#content
{
	float: left;
	padding-top: 10px;
	width: 600px;
}

h1.pagetitle
{
	color: #F65B00;
	border-bottom: 1px dotted #ddd;
	padding: 0 0 2px;
}

/* blog posts */
.post
{
	border-bottom: 1px dotted #ddd;
	margin: 0 0 2.33em;
	overflow: hidden;
	padding: 0 0 2.33em;
}

.post h1
{
	margin: 0 0 0.25em;
}

.post h1 a
{
	text-decoration: none;
}

p.postinfo
{
	color: #607fa1;
	font-style: italic;
	overflow: hidden;
}

p.postinfo a.commentlink
{
	background: transparent url('images/icons/icons.png') no-repeat left 2px;
	color: #607fa1;
	float: right;
	padding: 0 0 0 20px;
	text-decoration: none;
}

p.postinfo span
{
	float: left;
	font-size: 1.16em;
	margin: 0 10px 0 0;
}

.entry img.alignleft,
.entry img.alignright,
.entry img.aligncenter,
#sidebar img.alignleft,
#sidebar img.alignright,
#sidebar img.aligncenter
{
	border: 5px solid #ddd;
	display: block;
}

.entry img.alignleft,
#sidebar img.alignleft
{
	margin: 0 1em 1em 0;
}

.entry img.alignright,
#sidebar img.alignright
{
	margin: 0 0 1em 1em;
}

.entry p
{
	font-size: 1.16em;
}

.entry a:focus, .entry a:hover { color:#041426; }
.entry a { color:#607fa1; }

p.readmore
{
	font-size: 1.16em;
	margin: 0;
	text-align: right;
}

p.readmore a
{
	background: transparent url('images/icons/icons.png') no-repeat left -181px;	
	padding: 0 0 0 12px;
	text-decoration: none;
}

.sociable
{
	margin: 16px 0 0;
}

.sociable_tagline
{
	color: #607FA1;
	float: left;
	font-size: 1.16em;
	font-weight: bold;
	margin: -2px 10px 0 0;
}

.sociable ul
{
	float: left;
	margin: 0;
}

.postmetadata
{
	border-bottom: 1px dotted #ddd;	
	margin: 0 0 2.33em;
	padding: 0 0 2.33em;
}

.postmetadata p
{
	color: #666;
}

.postmetadata a
{
	text-decoration: none;
}

.postmetadata ul
{
	border-bottom: 0;
}

.pagenavigation
{
	overflow: hidden;
}

.pagenavigation a
{
	font-size: 1.16em;
	text-decoration: none;
}


/* comments */
ul.commentlist,
ul.commentlist ul.children
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.commentlist li
{
	display: inline-block;
	list-style: none;
	margin: 0 0 36px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

ul.commentlist li:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] ul.commentlist li {
	display: block;
}

/* children */
ul.commentlist li .comment_author
{
	color: #999;
	font-size: 0.83em;
	float: left;
	padding: 0 20px 0 0;
	width: 80px;
}

ul.commentlist li .comment_author cite
{
	color: #333;
	font-style: normal;
	font-weight: bold;
}

ul.commentlist li .comment_author cite a
{
	text-decoration: none;
}

ul.commentlist li .comment_author strong
{
	color: #333;
}

ul.commentlist li .comment_author img
{
	border: 1px solid #aaa;
	max-width: 80px;
}

ul.commentlist li img.commentimg
{
	display: block;
	float: left;
	left: 100px;
	position: absolute;
	top: 0;
}

ul.commentlist li .comment_text_container
{
	float: right;
	width: 490px;
}

ul.commentlist li .comment_text
{
	background: #f0f0f0;
	color: #333;
	border: 1px solid #ddd;
	min-height: 19px;
	padding: 20px;
}

ul.commentlist li p.metadata
{
	clear: both;
	font-size: 0.88em;
	line-height: 2;
	text-align: right;
}

ul.commentlist li p.metadata a
{
	text-decoration: none;
}

ul.commentlist li p.metadata a.comment_date
{
	color: #aaa;
	font-style: italic;
}

ul.commentlist li p.metadata a.comment-edit-link,
ul.commentlist li p.metadata a.comment-reply-link
{
	margin: 0 0 0 8px;
}

ul.commentlist li p.metadata a:hover,
ul.commentlist li .comment_author cite a:hover
{
	text-decoration: underline;
}

/* children */
ul.commentlist ul.children
{
	clear: both;
	margin: 0 0 0 147px;
}

ul.commentlist ul.children li .comment_text_container
{
	width: 343px;
}

ul.commentlist ul.children li .comment_text
{
	background: #f0f0f0;
}

#commentform-container
{
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
}

#commentform-container h3
{
	color: #f65b00;
}

#comments form
{
	display: block;
	padding: 0;
}

#comments textarea, #comments input
{
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 5px;
}

#comments input
{
	margin: 0 10px 0 0;
	width: 260px;
}

#comments label
{
	color: #666;
	font-size: 0.9em;
}

#comments textarea
{
	height: 100px;
	width: 520px;
}

#comments #submit
{
	background: #57789b;
	color: #fff;
	cursor: pointer;
	width: auto;
}

#comments #submit:hover
{
	background: #f65b00;
}

/* sidebar */
#sidebar
{
	color: #666;
	float: right;
	width: 300px;
}

#sidebar img.alignright,
#sidebar img.alignleft,
#sidebar img.aligncenter
{
	border-width: 2px;
}

#sidebar h2
{
	background: #dfe5ee;
	border-top: 1px solid #c4cddb;
	color: #57789b;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 6px;
	line-height: 1.5em;
	padding: 2px 4px;
	position: relative;
}

#sidebar h2 a
{
	color: #57789b;
	margin-left: -3px;
	text-decoration: none;
}

#sidebar h2 img
{
	bottom: 0;
	position: absolute;
	right: 0;
}

#sidebar ul, #sidebar ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar .widget_links,
#sidebar .widget_archive
{
	font-size: 1.16em;
}

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

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

#sidebar ul li li
{
	margin: 0;
}

#sidebar ul li li a
{
	text-decoration: none;
}

#sidebar ul li li a:hover
{
	text-decoration: underline;
}

#sidebar ul li ul#widget_popular a span
{
	color: #666;
	font-size: 0.93em;
	font-style: italic;
}

#sidebar ul li#capture
{
	background: url('images/backgrounds/capture.png') no-repeat right top;
	height: 376px;
	line-height: 1.25;
	margin-left: -13px;
	padding: 72px 20px 0 32px;
	text-align: center;
	width: 264px;
}

li#capture h4
{
	color: #feedc5;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0 14px;
	text-shadow: 1px 1px 1px #777;
}

li#capture h4 span
{
	color: #fff;
}

li#capture p
{
	color: #fff;
	line-height: 1.25;
	margin: 0 0 27px;
}

li#capture form p,
#modal form p
{
	margin: 0 0 10px;
	overflow: hidden;
}

li#capture label,
#modal label
{
	float: left;
	margin: 2px 5px 0 0;
	text-align: right;
	width: 75px;
}

li#capture input.text,
#modal input.text
{
	float: left;
	width: 170px;
}

li#capture form p.signupbutton,
{
	margin: 15px 0 0;
	text-align: center;
}

li#capture input.submit,
#modal input.submit
{
	background: transparent url('images/icons/signup.png') no-repeat center center;
	border: none;
	color: #f65b00;
	cursor: pointer;
	display: block;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	text-shadow: 1px 1px 1px #999;
	vertical-align: middle;
    width: 229px;
}

#sidebar .currently_browsing
{
	font-style: italic;
	margin: 0 0 40px 0;
}

#sidebar div#calendar_wrap
{
	margin: 0;
}

table#wp-calendar
{
	border: 1px solid #ddd;
	margin: 0;
}

#wp-calendar caption
{
	background: #333;
	color: #fff;
	font-size: 1.16em;
} 

#sidebar li ul li
{
	border-top: 1px dotted #ddd;
	color: #555555;
	padding: 6px 0;
}

#twitter-tools ul li
{
	font-style: italic;
}

#twitter-tools ul li .aktt_tweet_time,
#twitter-tools ul li.aktt_more_updates
{
	font-style: normal;
}

#sidebar li ul li:first-child
{
	padding-top: 0;
	margin: 0;
	border-top: none;
}

#sidebar li ul.social
{
	overflow: hidden;
}

#sidebar li ul.social li
{
	border: none;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

ul.social a
{
	background: transparent url('images/icons/social.png') no-repeat left top;
	display: block;
	height: 45px;
	text-indent: -9999px;
	width: 45px;
}

ul.social a:focus
{
	outline: none;
}

ul.social a.facebook
{
	background-position: left -46px;
}

ul.social a.youtube
{
	background-position: left -92px;
}

/* footer */
#footer
{
	border-top: 2px solid #e8ecf2;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
	width: 960px;
}

#footer ul,
#footer ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul
{
	float: left;
}

#footer ul li
{
	float: left;
	font-size: 0.83em;
	margin: 0 15px 0 0;
}

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

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

p#copyright
{
	color: #999;
	float: right;
	font-size: 0.83em;
	margin: 0;
}

/* modal */
#overlay
{
	background: transparent url('images/backgrounds/dotbg.png');
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#modalwrap p#modalclose
{
	margin: 0;
	padding: 5px 0;
	text-align: right;
}

#modalclose a
{
	color: #fff;
}

#modalwrap
{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -350px;
	top: 20%;
	width: 640px;
}

#modal
{
	background: #fff;
	border: 10px solid #607FA1;
	overflow: hidden;
	padding: 30px;
	z-index: 99;
}

#modal p.signupbutton input.submit
{
	float: right;
}

#modal h1
{
	line-height: 1.25;
	z-index: 99;
}

#modal .alignleft,
#mdoal .alignright
{
	margin-top: 20px;
	text-align: left;
	width: 48%;
}


/* cssform */
.cssform input.text,
.cssform textarea
{
	color: #666;
	float: left;
	padding: 2px;
	width: 350px;
}

.cssform textarea
{
	height: 75px;
}

.cssform input.textsm
{
	width: 200px;
}

.cssform input.required
{
	color: #000;
	font-weight: bold;
}

.cssform input.text:focus,
.cssform textarea:focus
{
	background-color: #faf9cc;
}

.cssform input.submit
{
	margin: 10px 0 0 170px;
}

.cssform label
{
	display: block;
	float: left;
	line-height: 1;
	margin: 4px 20px 0 0;
	padding: 1px 0;
	text-align: right;
	width: 150px;
}

.cssform label.labelsm
{
	width: 75px;
}

.cssform p
{
	overflow: hidden;
	margin: 0 0 1em;
}

/* clearfixes */
#main:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
#main {
	display: inline-block;
}
 
html[xmlns] #main {
	display: block;
}
