/*
Theme Name: The Morphic Group Blog Theme 
Theme URI: http://themorphicgroup.com/
Description: Now with even more Gandalf... <a href="http://themorphicgroup.com/">TMG</a>.
Version: 2.0
Author: Seth
Author URI: http://themorphicgroup.com/
Tags: TMG, Wizards, Pirates, Ponies
*/


* {
	margin:0px;
	padding:0px;
}

body {
	text-align:center;
	background:#036296;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
}

a {
	color:#111;
}

a:hover {
	text-decoration:none;
	color:#000;
}

#page {
	margin:0px auto;
	width:966px;
	text-align:left;
	position:relative;
}

#header {
	position:relative;
	height:110px;
	background:url(images/header_bg.png) no-repeat top;
}

#header h1#tmg {
	background:url(images/tmg_logo.png) no-repeat;
	width:190px;
	height:61px;
	text-indent:-9532px;
	cursor:pointer;
	position:absolute;
	top:40px;
	left:80px;
}

#header .description {
	position:absolute;
	top:70px;
	right:20px;
}


#header ul#menu {
	position:absolute;
	top:0px;
	right:30px;
	list-style:none;
}

#header ul#menu li {
	display:inline;
	height:24px;
}


#header ul#menu li a {
	color:#ffffff;
	padding:0px 20px;
	height:24px;
	line-height:24px;
	text-decoration:none;
	display:block;
	float:left;
	outline:none;
}

#header ul#menu li.current a {
	background:#898989;
}

#header #headerrss {
	position:absolute;
	top: 4px;
	right:10px;
}

#content {
	padding:0px 0px 20px 0px;
}

#content pre {
	background:#efefef;
	border:#222 1px solid;
	padding:4px;
	overflow:auto;
}

#content code {
	background:#efefef;
	overflow:auto;
}
.navigation {
	margin:0px 230px 0px 0px;
	padding-top:6px;
	text-align:right;
	font-size:.8em;
}

.post {
	position:relative;
	padding:6px 6px 10px 10px;
	margin:0px 220px 10px 0px;
	font-size:.9em;
	background:#176895;
	border:2px #3983ac solid;
}

.post ul, .post ol, .post dl {
	margin:6px 6px 6px 30px;
	list-style:square;
}
.post p {
	padding:4px 0px;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	color:#fff;
}


.post h2.title {
	height:30px;
	line-height:30px;
	margin:0px 2px 0px 0px;
	padding:0px 6px;
	font-size:1.2em;
	background:url(images/h1_bg.png);
}
.post h2.title a {
	color:#f8f8f8;
	outline:none;
}

.post .subtitle {
	color:#ddd;
	font-size:.8em;
	font-weight:bold;
	margin:10px 16px;
	text-align:right;
}

.entry {
	background:#abb2b6;
	padding:6px;
}

.sociable {
	background:#aaa;
	padding:2px 6px;
}

.sociable_tagline {color:#222;}

.postmetadata {
	background:#447895;
	padding:10px;
	text-align:center
}

.commentholder {
	padding:10px;
	margin-right:220px;
	background:#447895;
}

h3#comments {
	background:#cdd5dc;
	margin:6px;
	padding:4px;
	font-size:1.1em;
	color:#333;
}

ol.commentlist {
	margin:6px 16px 6px 20px;
	font-weight:bold;

}
ol.commentlist li {
	padding:10px;
	background:#aaa;
	margin:2px ;
	font-weight:normal;
	font-size:.8em;
}
ol.commentlist li.alt {
	background:#7c98a7;

}

#respond {
	background:#e2e2e2;
	margin:6px 6px 4px 6px;
	padding:10px;
	font-size:.9em;
}
#respond input,#respond textarea,input#s{
	margin:1px;
	background:#efefef;
}
#respond input:focus,#respond textarea:focus,input#s:focus {
	margin:1px;
	background:#ffffff;
}

.pagetitle {
	padding:6px;
	background:#447895;
	margin:0px 220px 0px 0px;
}


#sidebar {
	position: relative;
	float:right;
	width: 210px;
	margin:0px 6px 0px 0px;
}

#sidebar ul li {
	list-style:none;
	
	border:2px #3983ac solid;
	padding:4px;
	margin:0px 2px 10px 2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#sidebar ul ul {
	list-style:square;
	font-size:11px;
	margin:2px 2px 2px 20px;
	border:none;
	background:none;
}
#sidebar ul ul li {
	list-style:square;
	border:none;
	padding:0px;
	margin:0px;
}
#sidebar , #sidebar ul a, #sidebar ul ul li a {
	color:#fff;
}
	
#sidebar h2.widgettitle {
	color: #f8f8f8;
	font-size:1.1em;
	margin:0px;padding:0px;
}

#sidebar input#s {
	width:120px;
}

#sidebar #follow {
	margin:0px 0px 20px 10px;
}
#sidebar #follow img {
	margin:1px 0px 1px 0px;
	border:none;
}
#sidebar .screen-reader-text {display:none;}

input, textarea {
	padding:1px 2px;
	border:#444 1px solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
}

#footer {
	height:45px;
	clear:both;
	position:relative;
	text-align:center;
}
#footer #footercont {
	margin:0px auto;
	width:950px;
	position:relative;
	height:45px;
	line-height:45px;
}
#footer #footercont  #rss {
	position:absolute;
	right:90px;
	top:8px;
}
#footer a {
	font-size:11px;
	color:#999;
}

.noborder {border:none;}
.clear {clear:both;}
.center {text-align:center;}

