/*
Theme Name: submute
Description: Dumb theme
Author: Your mother
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #eee;
}

pre {
	font-family: monospace;
	background: #eee;
	overflow: auto;
	border: 1px solid #888888;
	padding: 10px;
}

h1 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #666;
	font-size: 1.5em;
	letter-spacing: .5em;
	line-height: .85em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
	color: #666;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
	color: #666;
}

p {
	margin: 15px 0;
	line-height: 1.75em;
}

blockquote {
	margin: 10px;
	border-left: 1px dotted #999;
	padding: 5px 10px;
	font-style: italic;
	font-size: .85em;
	background: #f4f4f4;
	width: 90%;
}

code {
	background-color:#F8F8FF !important;
	border:1px solid #DEDEDE !important;
	color:#444444 !important;
	font-size:90% !important;
	padding:0 0.2em !important;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	color: #0077CC;
}

a:hover {
	border-bottom: 1px solid #0033CC;
	background: #0033CC;
	color: #FFF;
}

div.disclaimer {
	padding: 5px;
	margin: 10px 0;
	background: #eee;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
}

div#header {
	margin: 25px 0 15px 65px;
	width: 875px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	background: url(/wp-content/themes/submute/stadium.gif) no-repeat;
	cursor: pointer;
}

div#header a:hover {
	background-color: transparent;
	border-bottom: 0;
}

div#container {
	width: 950px;
}

div#entries {
	margin: 0 65px;
	margin-bottom: 25px;
	width: 650px;
	background-color: #fff;
	padding: 0 25px;
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div#comments {
	margin: 25px 0;
	font-size: .75em;
	color: #333;
}

div#comments .comment {
	border-bottom: 1px dotted #770000;
	padding: 5px;	
}

div#comments input,
div#comments textarea {
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
}

div#comments input.hover,
div#comments textarea.hover {
	background: #fff;
	border-left: 1px solid #ff0000;
}

div#comments .row1 {
	background-color: #F9F9F9;
}

div#comments .comment div.avatar {
	float: right;
	margin-left: 10px;
}

div.page {
	margin: 0;
	font-size: .9em;
	color: #222;
}

div.page ol,
div.page ul {
	margin: 0 20px;
	padding: 0;
	
}

div.post {
	margin: 0 0 25px 0;
	padding-bottom: 25px;
	font-size: .9em;
	color: #333333;
	border-bottom: 1px dotted #770000;
}

div.post ul {
	padding-left: 15px;
	margin: 20px 0;
}

div.post ul li {
	line-height: 1.75em;
}

div.postmeta {
	font-size: .88em;
}

div.archive_slug {
	margin: 10px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}

div.post div.entry div {
	margin: 20px 0;
}

div.post img {
	padding: 5px;
}

div.archive_slug p {
	padding: 0;
	margin: 0;
}

div.navigation {
	font-size: .8em;
	margin-bottom: 25px;
}

#sidebar {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	margin-bottom: 25px;
	width: 175px;
	float: right;
	font-size: .75em;
}

#sidebar .block {
	margin-bottom: 25px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#sidebar .block h3 {
	margin: 0 0 5px 0;
}

table.stats {
	background: #ddd;
	font-size: .8em;
	font-family: "Courier New";
	border-collapse: collapse;
	border: 1px solid #ddd;
}

table.stats thead tr,
table.stats tbody tr {
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

table.stats thead tr th {
	text-align: left;
	background: #fff;
	background: #9DD7FF;
	border-right: 1px solid #ddd;
	font-size: 1.1em;
	padding: 5px;
}

table.stats tbody tr td {
	background: #fff;
	border-right: 1px solid #ddd;
	padding: 5px;
}

span.bigger {
	font-size: 1.25em;
}