/*  
Theme Name: Mandible
Theme URI: http://www.mandible.net/blog
Description: Mandible.net private theme.
Version: 0.x
Author: Ben Wilhelm
Author URI: http://www.pavlovian.net/

	Mandible test

*/

* {
   margin: 0;
   padding: 0;
}

body {
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #008;
}

a:hover {
	color: #00f;
}

a:visited {
	color: #003;
}

ul,ol {
	font-size: small;
}

ul {
	list-style-type: none;
}

img {
	border-width: 0;
}

textarea {
	width: 99%;  /* I hate IE */
}

#header {
	padding: 1em 2em 0em 2em;
	background-color: #064;
	color: #fff;
	border-bottom: 5px solid #021;
	padding: 0.5em 1em;
	height: 2em;
}

#header h1 {
	font-size: x-large;
	font-weight: bold;
	float: left;
}

#header h2 {
	padding-top: 1.3em;
	font-size: small;
	float: right;
}

#header a {
	color: #fff;
}

#sidebar {
	text-align: right;
	float: left;
	margin-top: 2em;
	width: 270px;
}

.sidebar_imageholder img {
	margin-bottom: 1em;
}

#sidebar_interior {
	text-align: left;
	margin-left: 32px;
	margin-right: 0em;
	clear: right;
}

.sidebar_list li {
}

.sidebar_item {
	background-color: #fff;
}

.sidebar_gradient {
	background-image: url(/wp-content/themes/wplayout/images/grad_mini.png);
	background-repeat: repeat-x;
	background-color: #dde4dd;
	font-size: 0px;
}

.sidebar_gradient_loud {
	font-size: 0px;
	background-color: #844;
}

.sidebar_contents {
	margin-right: 3px;
}

.sidebar_contents h2 {
	font-size: small;
	padding: 0.41em;	/* .41 due to a rendering bug in firefox */
	border-top: 5px solid #084;
	border-bottom: 1px solid #084;
	background-color: #eef0f2;
	color: #000;
}

.sidebar_contents_single h2 {
	font-size: small;
	padding: 0.41em;	/* .41 due to a rendering bug in firefox */
	border-top: 5px solid #084;	/* note: IE8 hack in appropriate file */
	border-bottom: 5px solid #084;
	background-color: #eef0f2;
	color: #000;
	margin-right: 3px;
}

.sidebar_contents_loud {
	margin-right: 3px;
}

.sidebar_contents_loud h2 {
	font-size: small;
	padding: 0.41em;	/* .41 due to a rendering bug in firefox */
	border-top: 5px solid #844;
	border-bottom: 1px solid #844;
	background-color: #eef0f2;
	color: #000;
}

.sidebar_contents_loud_single h2 {
	font-size: small;
	padding: 0.41em;	/* .41 due to a rendering bug in firefox */
	border-top: 5px solid #844;    /* note: IE8 hack in appropriate file */
	border-bottom: 5px solid #844;
	background-color: #eef0f2;
	color: #000;
	margin-right: 3px;
}

.sidebar_data {
	font-size: x-small;
	padding-left: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	background-color: #f8f9fa;
}

.sidebar_data li {
	margin-bottom: 0em;
	line-height: 120%;
}

.sidebar_divider {
	height: 1em;
	background-color: #fff;
}

input#s {
	width: 8em;
}

#content {
	margin-left: 300px;
	padding: 0;
}

#content_interior {
	margin: 2em;
	margin-right: 32px;
	margin-left: 0em;
}

.evilsinglenavhack {
	margin-bottom: 1em;
	width: 100%;
	vertical-align: center;
	border-collapse: collapse;
}

.evilsinglenavhack td {
	background-color: #f8f9fa;
}

.navleft {
	border-top: 2px solid #084;
	border-left: 2px solid #084;
	padding-left: 1em;
	padding-top: 0.2em;
	
	width: 40%;
}

.navcenter {
	width: 20%;
	text-align: center;
}

.navright {
	border-bottom: 2px solid #084;
	border-right: 2px solid #084;
	padding-right: 1em;
	padding-bottom: 0.2em;
	width: 40%;
	text-align: right;
}

.clearer {
	clear: both;
}

.postframe {
	margin-bottom: 2em;
}

.postgrad {
	background-image: url(/wp-content/themes/wplayout/images/grad.png);
	background-repeat: repeat-x;
	background-color: #dde4dd;
}

.post {
	margin: 0;
	padding: 0;
	padding-left: 3px;
}

.phh {
	border-top: 5px solid #084;
	border-bottom: 1px solid #084;
	background-color: #eef0f2;
}

.postheader {
	font-size: large;
	padding: 0.40em;
}

.postheader h2 {
	font-size: medium;
	margin: 0;
}

.postheader a {
	color: #000;
}

.postheader span {
	float: right;
	margin-top: 0.5em;
	margin-bottom: -1em;
	margin-right: 1em;
}

.postheader small {
	font-size: x-small;
	color: #000;
}

.entry {
	padding-top: 1.5em;
	padding-left: 2em;
	padding-right: 2em;

	line-height: 120%;
	color: #000;
	background-color: #f8f9fa;
}

.entry_interior {	/* do not fucking ask */
	padding-bottom: 0.1em;
}

.entry_clearer {
	clear: both;
}

.entry p, .entry table {
	overflow: visible; /* another weird rendering bug in firefox */
	margin-bottom: 1.2em;
	font-size: small;
}

.entry table {
	border-collapse: collapse;
}

.entry td, .entry th {
	border: 2px solid #063;
	padding:3px 7px 2px 7px;
}

tr.alt {
	background-color: #e8ebf3;
}

.entry th {
	background-color: #084;
	color: #fff;
}

.entry blockquote {
	border-left: 2px solid #084;
	padding-left: 1em;
}

.entry a:link {
	border-bottom: 1px dotted;
}

.entry a:visited {
	border-bottom: 1px dotted;
}

a.nobottom:visited, a.nobottom:link {
	border-bottom: 0px;
}

.entry ul {
	list-style-type: disc;
}

.entry ul,ol {
	padding-left: 2em;
	padding-bottom: 1em;
}

.entry li {
	padding-bottom: 0em;
	padding-left: 1em;
}

.entry img {
	border: 2px solid black;
	background: #ffffff;
}

.entry pre {
	border: 1px dashed black;
	margin: 1em;
	padding: 1em;
	background: #ffffff;
}

.entry hr {
	margin: 2em;
}

.entry_interior {
	overflow: hidden; /* another weird rendering bug in firefox */
}

.postmetadata {
	text-align: right;
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 0em;
	padding-top: 0em;
	margin-left: 0;
	background-color: #fff;
}
	
.postmetadata p {
	font-size: x-small;
}

.comments {
	padding-left: 2em;
	padding-right: 2em;
}

.commentgrad {
	background-image: url(/wp-content/themes/wplayout/images/grad_mini.png);
	background-repeat: repeat-x;
	background-color: #dde4dd;
}

.commentbody {
	margin-left: 2px;
	border-top: 3px solid #084;
	background-color: #f8f9fa;
}

.comments blockquote {
	margin-left: 2em;
	border-left: 3px solid #084;
	padding-left: 1em;
	line-height: 160%;
	font-size: x-small;
}

.commentbodyzorba {
	background-color: #f4f9f6;
}

.commentheader {
	background-color: #eef0f2;
}

.commentheaderzorba {
	background-color: #063;
	color: #fff;
}

.commentheadermargin {
	padding: 0.4em;
}

.commentheadermargin h3 {
	font-size: medium;
	margin: 0;
}

.commentheadermargin span {
	float: right;
	margin-top: 0.5em;
	margin-bottom: -1em;
	margin-right: 0.5em;
}

.commentheadermargin small {
	font-size: x-small;
	color: #000;
}

.commenttext {
	font-size: small;
	line-height: 140%;
}

.commenttext p {
	margin-bottom: 1.2em;
}

.commenttext a:link {
	border-bottom: 1px dotted;
}

.commenttext a:visited {
	border-bottom: 1px dotted;
}

.commenttextmargin {
	padding: 1em;
	padding-bottom: 0.1em;
	padding-top: 1.5em;
}

.commentpadding {
	height: 1em;
	background-color: #fff;
}

.commentformtable {
	border-collapse: collapse;
}

.commentformtable td {
	vertical-align: top;
}

.commenttextarea {
	width: 100%;
}

.messageheader {
	background-color: #eef0f2;
}

.messageheadermargin {
	height: 1em;
	padding: 0.4em;
}

.messageheadermargin h3 {
	font-size: medium;
	float: left;
	margin: 0;
}

.messageheadermargin span {
	float: right;
	margin-top: 0.5em;
	margin-bottom: -1em;
	margin-right: 0.5em;
}

.messageheadermargin small {
	font-size: x-small;
	color: #000;
}

.messagetext {
	font-size: small;
	line-height: 140%;
}

/*
.messagetext a:link {
	border-bottom: 1px dotted;
}

.messagetext a:visited {
	border-bottom: 1px dotted;
}*/

.messageloggedinas {
	padding-bottom: 1em;
}

.messagetextmargin {
	padding: 1em;
}

.messagebody {
	border-top: 3px solid #084;
	background-color: #f8f9fa;
}

.navigation {
	padding-bottom: 1em;
}

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

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

#footer {
	clear: both;
	text-align: center;
	font-size: x-small;
	border-top: 5px solid #084;
	padding-top: 2em;
}

#footer p {
	margin-bottom: 2em;
}
