/*
Theme Name: Dr. Simpson Theme
Theme URI: http://www.designpepper.com
Description: Dr. Simpson's custom theme, created by Design Pepper.
Version: 1
Author: Joshua Clanton
Author URI: http://www.designpepper.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

html, body {
	background-color: #f2ece9;
	color: #111;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

body {
	overflow: hidden;
}

#page { 
	width: 875px;
	margin: auto;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#header {
	background-color: #019BAA;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	font-weight: bold;
	padding: 0 25px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border: 1px solid #019baa;
	border-top: none;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	margin-top: 0;
}

#header a {
	color: #f0f0f0;
	text-decoration: none;
	border: none;
}

#header .blog-title {
	text-transform: uppercase;
}

#header .description {
	text-transform: lowercase;
	font-size: 16px;
}

.title-container {
	height: 250px;
	padding-right: 25px;
	position: relative;
	background-image: url('images/doctorsorders.jpg');
	margin-bottom: 25px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	overflow: hidden;
}

.page-title {
	background-image: url('images/page-title-bg.png');
	color: white;
	width: 800px;
	padding: 12px 25px 13px 25px;
	position: absolute;
	bottom: 25px;
	font-size: 20px;
	margin-bottom: 0;
	margin-right: -1px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid #019baa;
	border-left: none;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	line-height: 25px;
}

#main { 
	float: left;
	margin-bottom: 25px;
	width: 500px;
}

#sidebar {
	float: right;
	width: 225px;
}

#footer {
	color: #eee;
	background-color:#019BAA;
	float:none;
	line-height: 50px;
	clear: both;
	text-align: center;
	
	
	border-bottom: none;
	margin-left:250px;
	padding-bottom: 0;
}



/* General Typography */

h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", Myriad, Calibri, Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: 25px;
	text-shadow: #999 1px 1px 1px;
	color: #e02904;
}

h2 { 
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
}

h3 { 
	font-size: 25px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	font-weight: normal;
}

h5 {
	font-size: 16px;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

p {
	margin-bottom: 25px;
}

a {
	color: #019baa;
	border-bottom: 1px dotted #019baa;
	text-decoration: none;
}

a:hover {
	background-color: #e02904;
	color: #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	border-bottom: none;
}

blockquote {
	background-color: #01adbd;
	border: 1px solid #019baa;
	padding: 23px;
	margin-left: -25px;
	margin-bottom: 25px;
	color: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
}

blockquote>:last-child {
	margin-bottom: 0;
}

blockquote>:first-child {
	margin-top: 0;
}

blockquote a {
	color: #eee;
	border-bottom: 1px dotted #eee;
}

ol, ul {
	margin-bottom: 25px;
	padding-left: 0;
}

ul ul {
	margin-bottom: 0;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

li ul, li ol {
	margin-left: 25px;
}

img {
	border: 5px solid #fff;
	margin: 25px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
}

.wp-smiley {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
}

.wp-caption {
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
}

.wp-caption img {
	margin: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.wp-caption-text {
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding-bottom: 5px;
	color: #666;
}

.alignright {
	margin-right: 0;
	margin-left: 25px;
	margin-top: 0;
	float: right;
}

.alignleft {
	margin-left: 0;
	margin-right: 25px;
	margin-top: 0;
	float: left;
}



cite {
	font-style: italic;
}

small {
	font-size: 12px;
}

/* Single Post/Page */

.post {
	font-size: 14px;
	margin-bottom: 20px;
}

.meta {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 25px;
	line-height: 20px;
}

#comments {
	border-top: 1px dotted black;
	padding-top: 24px;
}

	#comments-list {
		font-size: 14px;
		line-height: 20px;
	}
	
	
	#comments-list>li {
		list-style: none;
		position: relative;
		padding-bottom: 24px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 25px;
	}
	
	#comments-list>li:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
		.avatar {
			position: absolute;
			left: -50px;
			margin: 0;
			border: 5px solid #fff;
			box-shadow: 0 0 5px #999;
			-moz-box-shadow: 0 0 5px #999;
			-webkit-box-shadow: 0 0 5px #999;
		}
		
		#comments-list p {
			margin-bottom: 20px;
		}
	
	#respond {
		border-top: 1px dotted black;
		padding-top: 21px;
	}
	
	#comment {
		width: 100%;
		margin-bottom: 22px;
	}
	
/* Sidebar */

#sidebar {
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	float:right;
	width:225px;
	
}

.widget ul {
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

.widget {
	list-style: none;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	padding: 24px;
	border-radius: 5px;
	margin-bottom: 50px;
	box-shadow: 0 0 5px #ccc;
}

.widgettitle {
	font-size: 18px;
	text-align: center;
	text-shadow: black 1 1 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #018a97;
	margin-bottom: 0;
	letter-spacing: 0.05em;
	
}

.twitter-item {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}

/* Social */

#social {
	float: right;
	line-height: 25px;
	padding-top: 13px;
}

#header #social a {
	display: inline-block;
	height: 25px;
	width: 25px;
	text-indent: -9999em;
	background-color: transparent;
}

#twitter {
	background-image: url('images/twitter.png');
}
#facebook {
	background-image: url('images/facebook.png');

}
@charset "utf-8";
/* CSS Document */

#footer
{
	width:875px;
	border-top:1px solid #019BAA;
	margin:0 auto;
	position:relative;
	background-color:#019BAA;
	height:200px;
}


#footer .widget 
{
	background-color:#019BAA;
	border:0 none;
	color:white;
	display:inline-block;
	float:left;
	font-size:11px;
	line-height:19px;
	padding:5px 25px 10px 0;
	text-align:left;
	vertical-align:top;
	width:265px;
	height:185px;
}

#footer .widget h3 
{
	background:none repeat scroll 0 0 transparent;
	border-bottom:1px solid #019BAA;
	color:#000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	font-weight:bold;
	height:22px;
	margin-bottom:10px;
	padding:7px 5px 0 10px;
	margin-left:25px;
	text-transform:uppercase;
	text-shadow:none;
}
#footer .widget ul {
}

ul 
{
	list-style:none outside none;
}

.widget li 
{
	line-height:20px;
	list-style-position:outside;
	list-style-type:square;
	font-size:14px;
	font-weight:bold;
	
}
#footer .widget a 
{
	color:#fff;
	font-weight:bold;
}

.widget a 
{
	font-family:Tahoma;
	font-weight:normal;
	text-decoration:none;
}
 a:hover
{
	text-decoration:underline;
}


/* new css html  */

blockquote {
display:block;
margin:1em 40px;
}
address {
display:block;
font-style:italic;
}
center {
display:block;
text-align:-moz-center;
}
blockquote {
border-color:blue;
border-width:thin;
display:block;
margin:1em 0;
}
span {

}
pre {
color:blue;
}
h1 {
display:block;
font-size:2em;
font-weight:bold;
margin:0.67em 0;
}
h2 {
display:block;
font-size:1.5em;
font-weight:bold;
margin:0.83em 0;
}
h3 {
display:block;
font-size:1.17em;
font-weight:bold;
margin:1em 0;
}
h4 {
display:block;
font-weight:bold;
margin:1.33em 0;
}
h5 {
display:block;
font-size:0.83em;
font-weight:bold;
margin:1.67em 0;
}
h6 {
display:block;
font-size:0.67em;
font-weight:bold;
margin:2.33em 0;
}
listing {
display:block;
font-family:-moz-fixed;
font-size:medium;
margin:1em 0;
white-space:pre;
}
xmp, pre, plaintext {
display:block;
font-family:-moz-fixed;
margin:1em 0;
white-space:pre;
}
table {
-moz-box-sizing:border-box;
border-collapse:separate;
border-spacing:2px;
display:table;
margin-bottom:0;
margin-top:0;
text-indent:0;
}
table {
float:left;
}
table {
float:right;
text-align:start;
}
table:not {
border-collapse:collapse;
}
caption {
-moz-box-sizing:border-box;
display:table-caption;
text-align:center;
}
table > caption {
margin-left:auto;
margin-right:auto;
}
table[ > caption {
margin-right:0;
margin-left:0;
}

tr {
display:table-row;
vertical-align:inherit;
}
col {
display:table-column;
}
colgroup {
display:table-column-group;
}
tbody {
display:table-row-group;
vertical-align:middle;
}
thead {
display:table-header-group;
vertical-align:middle;
}
tfoot {
display:table-footer-group;
vertical-align:middle;
}
table > tr {
vertical-align:middle;
}
td {
display:table-cell;
padding:1px;
text-align:inherit;
vertical-align:inherit;
}
th {
display:table-cell;
font-weight:bold;
padding:1px;
vertical-align:inherit;
}

}
q:before {
content:open-quote;
}
q:after {
content:close-quote;
}
b, strong {
font-weight:bolder;
}
i, cite, em, var, dfn {
font-style:italic;
}
tt, code, kbd, samp {
font-family:-moz-fixed;
}
u, ins {
text-decoration:underline;
}
s, strike, del {
text-decoration:line-through;
}
blink {
text-decoration:blink;
}
big {
font-size:larger;
}
small {
font-size:smaller;
}
sub {
font-size:smaller;
line-height:normal;
vertical-align:sub;
}
sup {
font-size:smaller;
line-height:normal;
vertical-align:super;
}
nobr {
white-space:nowrap;
}
abbr, acronym {
border-bottom:1px dotted;
}
ul, menu, dir {
display:block;
list-style-type:disc;
margin:1em 0;
}
ol {
display:block;
list-style-type:decimal;
margin:1em 0;
}
li {
display:list-item;
}
ul ul, ul ol, ul dir, ul menu, ul dl, ol ul, ol ol, ol dir, ol menu, ol dl, dir ul, dir ol, dir dir, dir menu, dir dl, menu ul, menu ol, menu dir, menu menu, menu dl, dl ul, dl ol, dl dir, dl menu, dl dl {
margin-bottom:0;
margin-top:0;
}
ol ul, ul ul, menu ul, dir ul, ol menu, ul menu, menu menu, dir menu, ol dir, ul dir, menu dir, dir dir {
list-style-type:circle;
}
ol ol ul, ol ul ul, ol menu ul, ol dir ul, ol ol menu, ol ul menu, ol menu menu, ol dir menu, ol ol dir, ol ul dir, ol menu dir, ol dir dir, ul ol ul, ul ul ul, ul menu ul, ul dir ul, ul ol menu, ul ul menu, ul menu menu, ul dir menu, ul ol dir, ul ul dir, ul menu dir, ul dir dir, menu ol ul, menu ul ul, menu menu ul, menu dir ul, menu ol menu, menu ul menu, menu menu menu, menu dir menu, menu ol dir, menu ul dir, menu menu dir, menu dir dir, dir ol ul, dir ul ul, dir menu ul, dir dir ul, dir ol menu, dir ul menu, dir menu menu, dir dir menu, dir ol dir, dir ul dir, dir menu dir, dir dir dir {
list-style-type:square;
}
hr {
border:1px inset;
color:gray;
display:block;
height:2px;
margin:0.5em auto;
}
hr {
border-style:solid none none;
}
*|*: img, object {
border:2px solid;
}


frameset {
border:medium none !important;
display:block !important;
float:none !important;
overflow:-moz-hidden-unscrollable;
position:static !important;
}
frame {
border:medium none !important;
}
iframe {
border:2px inset;
}
noframes {
display:none;
}
spacer {
float:none !important;
position:static !important;
}


area, base, basefont, head, meta, script, style, title, noembed, param {
display:none;
}


marquee {
display:inline-block;
text-align:start;
vertical-align:text-bottom;
}



