/*

Theme Name: MMPUTRSPK
Theme URI: http://sccottt.com/mmputrspk
Description: BLOOP BLOP BLEEP BLIP
Version: 1.0
Author: Scott Thiessen / http://sccottt.com

*/


/* Purification
///////////////////////////////////////////////////////////////// */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, code, address, caption, cite, code, th, small {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
img, a img {
	border: none;
	text-decoration: none;
	background: none;
}


/* Base
///////////////////////////////////////////////////////////////// */

body {
	background: #ccc;
	font: 11px/17px Helvetica, Arial, sans-serif;
	color: #666;
	padding: 10px;
}

div#header {
	background-color: #000;
	left: 670px;
	padding: 10px;
	position: fixed;
	right: -5px;
	width: 200px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#content {
	width: 650px;
}


/* Links
///////////////////////////////////////////////////////////////// */

a {
	padding: 1px 0px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

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

p a {
	padding: 1px 2px;
}


/* Header
///////////////////////////////////////////////////////////////// */

div#header h1 a {
	display: block;
	background: url("images/mmputrspk-white.gif") no-repeat;
	border: 0px;
	padding: 0px;
	width: 175px;
	height: 60px;
	text-indent: -10000px;
}

div#header p.description {
	margin-top: 5px;
	line-height: 14px;
}

div#header p.description a {
	color: #ff0;
}
div#header p.description a:hover {
	color: #000;
	background: #ff0;
}


/* Post
///////////////////////////////////////////////////////////////// */

div.post {
	background: #eee;
	padding: 10px;
	margin-bottom: 10px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.post h2 {
	color: #000;
	font: bold 18px Helvetica, Arial;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.post h2 a {
	color: #000;
	background: #fff;
	text-decoration: underline;
	padding: 2px 4px;
}
div.post h2 a:hover {
	background: #ff0;
	color: #000;
	text-decoration: none;
}

div.post div.entry {
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div.post div.entry p {
	margin-bottom: 10px;
}

div.post p.postmetadata {
	color: #bbb;
}

div.post p.postmetadata a {
	color: #999;
}
div.post p.postmetadata a:hover {
	color: #eee;
	background: #aaa;
}


/* Post Navigation
///////////////////////////////////////////////////////////////// */

div#content div.navigation {
	padding: 5px;
	margin-bottom: 10px;
}

div#content div.navigation p {
	line-height: 14px;
	display: block;
	width: 300px;
	float: left;
	color: #888;
}

div#content div.navigation p a {
	margin-left: -2px;
	color: #666;
}
div#content div.navigation p a:hover {
	background: #999;
	color: #eee;
}



/* comments
///////////////////////////////////////////////////////////////// */


div#commentarea {
	color: #663;
	background: #f2f226;
	padding: 10px;
	margin-bottom: 10px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#commentarea h3 {
	font-weight: bold;
	color: #663;
	border-bottom: 2px solid #e2e216;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div#commentarea a {
	color: #330;
	padding: 1px 2px;
}
div#commentarea a:hover {
	background: #330;
	color: #ff0;
}

div#commentarea input[type="text"] {
	color: #999;
	padding: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 2px solid #e2e216;
}
div#commentarea textarea#comment {
	color: #999;
	width: 610px;
	border: 2px solid #e2e216;
	margin-bottom: 10px;
	padding: 5px;
}

div#commentarea ul.commentlist {
	padding-top: 10px;
	padding-bottom: 20px;
}
div#commentarea ul.commentlist li {
	list-style: none;
	padding: 10px;
}
div#commentarea ul.commentlist li.alt {
	background: #ff2;
}

div#commentarea ul.commentlist li p.commentmetadata {
	color: #993;
}
div#commentarea ul.commentlist li p.commentmetadata a {
	color: #883;
}
div#commentarea ul.commentlist li p.commentmetadata a:hover {
	background: #883;
	color: #e2e216;
}



/* general stuff and fixes
///////////////////////////////////////////////////////////////// */

p.noSpacing {
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

span.required {
	color: #f30;
	font-weight: bold;
}
