/*
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: #111;
	color: #eee;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow-y: auto;
}

body {
	overflow: hidden;
}

#page { 
	width: 875px;
	margin: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

#header {
	background-color: black;
	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 #333;
	border-top: none;
	box-shadow: 0 0 25px black;
	-moz-box-shadow: 0 0 25px black;
	-webkit-box-shadow: 0 0 25px black;
}

#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/cheeseburger.jpg');
	margin-bottom: 25px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 25px black;
	-moz-box-shadow: 0 0 25px black;
	-webkit-box-shadow: 0 0 25px black;
}

.page-title {
	background-image: url('images/page-title-bg.png');
	width: 800px;
	padding: 12px 25px 13px 25px;
	position: absolute;
	bottom: 25px;
	font-size: 25px;
	color: black;
	margin-bottom: 0;
	margin-right: -1px;
	text-shadow: none;
	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 #333;
	border-left: none;
	box-shadow: 0 0 25px black;
	-moz-box-shadow: 0 0 25px black;
	-webkit-box-shadow: 0 0 25px black;
}

#main { 
	float: left;
	margin-left: 25px;
	margin-bottom: 25px;
	width: 475px;
}

#sidebar {
	float: right;
	width: 275px;
	margin-bottom: 25px;
	background-color: black;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 25px black;
	-moz-box-shadow: 0 0 25px black;
	-webkit-box-shadow: 0 0 25px black;
	border: 1px solid #333;
	padding: 24px;
}

#footer {
	background-color: black;
	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 #333;
	border-bottom: none;
	box-shadow: 0 0 25px black;
	-moz-box-shadow: 0 0 25px black;
	-webkit-box-shadow: 0 0 25px black;
	padding-bottom: 0;
}

	#footer p {
		margin-bottom: 0;
		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: black 1px 1px 4px;
}

h2 { 
	font-size: 30px;
	font-weight: normal;
}

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: #eeeeee;
	border-bottom: 1px dotted #eeeeee;
	text-decoration: none;
}

a:hover {
	background-color: #333;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	border-bottom: none;
	text-shadow: black 1px 1px 4px;
}

blockquote {
	background-color: #333333;
	padding: 23px;
	margin-left: -25px;
	margin-bottom: 25px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #444;
	box-shadow: 0 0 25px black;
	-moz-box-shadow: 0 0 25px black;
	-webkit-box-shadow: 0 0 25px black;
}

blockquote :last-child {
	margin-bottom: 0;
}

ol, ul {
	margin-bottom: 25px;
}

ul ul {
	margin-bottom: 0;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

li ul, li ol {
	margin-left: 25px;
}

.post img {
	border: 5px solid #080808;
	margin: 25px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 25px black;
	-moz-box-shadow: 0 0 25px black;
	-webkit-box-shadow: 0 0 25px black;
}

.post .alignright {
	margin-right: 0;
	margin-top: 0;
}

.post .alignleft {
	margin-left: 0;
	margin-top: 0;
}

cite {
	font-style: italic;
}

/* Single Post/Page */

.meta {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 25px;
	line-height: 20px;
}

#comments {
	border-top: 1px dotted white;
	padding-top: 24px;
}

	#comments-list {
		font-size: 14px;
		line-height: 20px;
	}
	
	
	#comments-list>li {
		list-style: none;
		position: relative;
	}
	
		.avatar {
			position: absolute;
			left: -50px;
			margin: 0;
			border: 5px solid #080808;
			box-shadow: 0 0 25px black;
			-moz-box-shadow: 0 0 25px black;
			-webkit-box-shadow: 0 0 25px black;
		}
		
		#comments-list p {
			margin-bottom: 20px;
		}
	
	#respond {
		border-top: 1px dotted white;
		padding-top: 21px;
	}
	
	#comment {
		width: 100%;
		margin-bottom: 22px;
	}
	
/* Sidebar */

#sidebar {
	font-size: 14px;
	line-height: 20px;
}

#sidebar :last-child {
	margin-bottom: 0;
}

#sidebar-list>li {
	list-style: none;
	margin-bottom: 25px;
	border-bottom: 1px solid #333;
	padding-bottom: 24px;
	border: none;
}

	#sidebar-list>li>ul {
		margin-left: 0;
	}
	
		#sidebar-list>li>ul>li {
			list-style: none;
		}

#sidebar-list h2 {
	font-size: 18px;
	text-shadow: black 1 1 4px;
	margin-bottom: 20px;
}

.twitter-item {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}

/* e-junkie buttons */

.ec_ejc_thkbx {
	border: none;
}

.ec_ejc_thkbx img {
	margin: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}