/*
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: #01adbd;
	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: 25px;
	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: 300px;
}

#footer {
	color: #eee;
	background-color: #0086b5;
	height: 50px;
	line-height: 50px;
	clear: both;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid #019baa;
	border-bottom: none;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	padding-bottom: 0;
}

	#footer p {
		margin: 0;
		padding-bottom: 0;
	}
	
	#footer a {
		color: #eee;
		border-bottom: 1px dotted #eee;
	}

/* 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 {
	margin-bottom: 50px;
}

.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: 14px;
	line-height: 20px;
}

.widget ul {
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

.widget {
	background-color: white;
	list-style: none;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	padding: 24px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 50px;
		box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

.widgettitle {
	font-size: 18px;
	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');
}