/*   
Theme Name: Matt_ptr Original
Theme URI: http://mattptr.net
Description: WP-Theme for my site
Author: Matt Schmidt
Author URI: http://mattptr.net
Version: 0.1
.
This is licensed under the MIT license. For details:
http://www.mattptr.net/license.txt
.
*/

body {
	background: #e6e6dc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#ie-sucks {
	display: none;
}

#main {
	background: white;
}

#head {
	height: 128px;
	background: #00628B;
	position: relative;
}

#head h1 {
	color: white;
	font-weight: bold;
	line-height: 128px;
	margin-left: 16px;
}

#head .tagline {
	/*color: #ececec;*/
	color: #94B3C5;
	margin-left: 16px;
	position: absolute;
	bottom: 20px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 16px;
	bottom: 0px;
}

#nav ul li {
	background: #004E6F;
	margin: 0 5px 0 0;
	display: inline-block;
	font-size: 1.2em;
}

#nav ul li a {
	display: block;
	font-weight: bold;
	color: white;
	padding: 3px 8px;
	text-decoration: none;
}

#nav ul li a:hover {
	background: #3381A2;
}

#nav ul li:hover ul.submenu {
	display: block;
}

#nav ul.submenu {
	display: none;
}

#nav ul.submenu li {
	display: block;
	font-size: 0.9em;
	background: #3381A2;
}

#nav ul.submenu li a {
	background: #3381A2;
	padding: 3px 8px;
}

#nav ul.submenu li a:hover {
	background: #004E6F;
}

.space {
	height: 16px;
}

#content {
	min-height: 480px;
	color: #555;
	border-right: solid #B8B8B0 1px;
	padding: 0 16px;
	margin-bottom: 16px;
}

#sidebar {
	color: #888;
	font-size: 0.8em;
}

#sidebar a, #sidebar a:visited {
	color: #678476;
	/*text-decoration: none;*/
}

#sidebar .widget_search {
	margin-bottom: 1.4em;
}

#sidebar #calendar .title {
	display: none;
}

#sidebar .widget .title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 10px 4px 5px;
	background: #eee;
}

#sidebar .widget .textwidget {
	font-size: 1.1em;
}

#sidebar .widget.widget_text {
	margin-bottom: 1.4em;
}

#twitter_div ul {
	list-style: none;
	margin: 0;
}

#content a, #content a:visited {
	color: #81a594;
}

#footer {
	padding: 0 16px;
	font-size: x-small;
}

#footer p {
	margin: 0;
	padding: 6px 0;
	border-top: solid #B8B8B0 1px;
}

div.post {
	border-bottom: solid #B8B8B0 1px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

div.post .post-title {
	font-size: 1.7em;
	font-weight: bold;
}

#content div.post .post-title a {
	color: #555;
	text-decoration: none;
}

div.post .meta {
	margin-bottom: 0.8em;
	font-size: x-small;
	color: #999;
}

div.post .storycontent p {
	margin: 0 0 1.0em;
}

div.post .feedback {
	font-size: x-small;
	text-align: right;
}

div.post-nav a {
	text-decoration: none;
	font-size: 1.2em;
}

div.post .storycontent pre {
	margin: 1.0em;
	padding: 1.0em;
	background: #eee;
	color: black;
	/*border: solid #bbb 1px;*/
	border: solid #76858B 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0 !important;
}
