/*
Theme Name: Magellan Media Dark
Theme URI: http://magellanmedia.com
Description: A theme for Magellan Media, LLC
Version: 1.0
Author: Matthew Rogers
Author URI: http://rogersmj.com/

*/

@import url("reset.css");

.clear {clear: both;}
.left {float: left;}

b, strong {font-weight: bold;}

a {color: #ffb700;}
a:hover {color: #F3E8CB;}

h1{font-size: 28px; line-height: 36px;}
h2{font-size: 22px; line-height: 26px;}
h3{font-size: 18px; font-weight: bold; line-height: 22px;}
h4{font-size: 16px; font-weight: bold; text-transform: uppercase; line-height: 20px;}
h5{}
h6{}

p{margin-bottom: 20px;}

em.orange {font-style: normal; color: #ffb700; font-weight: normal;}

body {font-family: Lucida Grande, Lucida Sans Serif, sans-serif; font-size: 14px; line-height: 20px; color: #fff;
	background: #252525 url("images/main_bg.jpg") center 106px no-repeat;}

#header {height: 106px; background: url("images/header_bg.jpg") 0 0 repeat-x; position: relative;}

#nav a {color: #fff; text-decoration: none; display: block; height: 66px; padding: 12px 15px 5px 15px; margin-top: 23px; font-size: 16px;}
#nav a b {display: block; text-transform: uppercase;}
#nav a span {font-size: 12px; color: #888;}
#nav a:hover {background: url("images/nav_selected.jpg") bottom left repeat-x; color: #F3E8CB;}
#nav {position: absolute; right: 0;}
#nav li {float: left; margin-left: 15px;}

#header #feeds {position: absolute; right: 0; top: -5px; background: #f8d35e; height: 20px; padding-top: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	}
#feeds a {font-size: 10px; text-transform: uppercase; color: #333; text-decoration: none; padding-left: 18px; 
	display: block; float: left; height: 18px; margin: 0 6px;}
#feeds a:hover {color: #977F43;}
#feeds #rss {background: url("images/icon_rss.png") 0 2px no-repeat;}
#feeds #twitter {background: url("images/icon_twitter.png") 0 2px no-repeat;}

#logo {width: 283px; height: 72px; background: url("images/logo.jpg") 0 0 no-repeat; position: absolute; top: 14px;}

.container {width: 900px; margin: 0 auto; position: relative;}

#content {width: 500px; float: left; padding: 40px 80px 0 0;}

#sidebar {width: 300px; padding: 40px 0 0 20px; float: left;}
#sidebar li {margin-bottom: 40px;}
#sidebar li li {margin-bottom: 0;}

#footerbg {background: #111;}
#footer {background: #111; width: 900px; padding: 30px 0; margin: 30px auto 0 auto; text-align: center; font-size: 12px; color: #888;}
#footer p {margin-bottom: 5px;}
#footer a {color: #888;}


.post h2 a {text-decoration: none; color: #fff;}
.post h2 {padding-bottom: 0px;}
.post small {font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #888;}
.post h3 {color: #F3E8CB;}

.calendar {width: 48px; height: 43px; padding-right: 10px; position: relative; float: left; overflow: hidden; background: url("images/calendar_icon.png") left top no-repeat;}
.calendar .month {font-size: 10px; text-transform: uppercase; color: #fff; text-align: center; font-weight: bold; line-height: 15px;}
.calendar .day {font-size: 22px; font-weight: bold; text-align: center; line-height: 22px; color: #666;}

.post {margin-bottom: 40px; padding-bottom: 10px; border-bottom: 2px solid #444;}
.post .entry {margin: 10px 0; text-align: left; color: #ccc;}
.postmetadata {font-size: 12px; color: #666;}
.postmetadata a {color: #666;}

h3#comments {font-size: 16px; font-weight: bold;}

#respond {padding-top: 20px;}
#respond h3 {font-size: 16px; font-weight: bold;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li.alt {background: #ddd;}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */