/*  
Theme Name: Dead Milkmen Website
Theme URI: http://www.deadmilkmen.com/
Description: A custom theme based on a modified copy of the <a href="http://binarybonsai.com/kubrick/">Kubrick</a> files.
Version: 1.5
Author: Dean (Clean) Sabatino
Author URI: http://www.deansabatino.com/
*/

html { min-height: 100.05%;
       margin-top: 0 !important;
         }

/* Begin Typography & Colors */
.entry {
	line-height: 1.4em;
	}
	
.postmetadata {
        padding: 0px;
        margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.3em;
	}
.alt {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
        margin: 0 0 0 30px;
	}

.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.3em;
	}

.post small {
	padding-left: 30px;
	}	

.description {
	font-size: 0.9em;
	text-align: left;
	padding: 3px 20px 10px 30px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}
div.entrytext ol, div.entrytext ul {
        margin: 0 0 0 60px;
        padding: 0 20px 10px 0;
        }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
/* End Typography & Colors */


/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 880px; /* 760 */
	border: 1px solid #959596;
	}
	
.post {
	margin: 0 0 30px;
	text-align: left;
	}

.postmetadata {
	padding-top: 5px;
	margin: 10px;
	}
	
p.postmetadata {
	font-size: 0.9em;
	}

#footer {
	font-size: 0.8em;
	padding: 10px 0 0 0;
	margin: 0;
	clear: both;
	}

/* End Structure */


/* Begin Headers */
.description {
	text-align: left;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
        border: 1px solid #ccc;
	}
	
.alignleft {
	float: left;
        border: 1px solid #ccc;
        }

.centered {
        border: 1px solid #ccc;
	}
/* End Images */


/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	font-size: 0.8em;
	margin: 5px auto;
	padding: 3px 1px; 
	text-align: center;
	}

#searchform #s {
	width: 90px;
	padding: 2px;
	}

#searchsubmit {
	font-size: 0.8em;
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	/*width: 97%;*/
	width: 550px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0 0 20px 0;
        padding: 0;
	float: left;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0px;
	padding: 0px;
	}

.commentlist {
        width: 90%;
	padding: 0;
        margin: 0 0 0 30px;
	text-align: left;
	}

.commentlist li {
	/*margin: 15px 0 3px;
	padding: 5px 10px 3px;*/
	padding: 10px 5px;
        margin: 10px 0;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
        padding: 0 30px 0 30px;
	}
/* End Various Tags & Classes*/

/* Begin Added Styles */
body { 
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	background: #ccc url(http://www.deadmilkmen.com/images/dmbg_880.gif) repeat-y 50% 0; 
	color: #000;
	text-align: center;
	}
#wrapper { width: 880px; margin: 0 auto; text-align: left; }
#mainnavigation {
	width: 140px;
	float: left;
	color: #ccc;
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        padding: 0 30px 0 20px;
	}
#mainnavigation ul {
	list-style: none;
	/*border: 1px solid #000;*/
	margin: 0 0 0 5px;
	padding: 0 0 10px 5px;
	}
#mainnavigation ul li {
	margin: 0 0 0 0px;
	padding: 0 0 3px 0;
	}	
#mainnavigation ul a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	}
#mainnavigation ul a:hover {
	color: #fff;
	font-weight: bold;
	/*text-decoration: underline;*/
	border-bottom: 1px dotted #f00;
	}
#mainnavigation a.elsie {
	border: 0;
	}	
#content {
	width: 638px;
	float: left;
	padding: 25px 0 0 0;
	/*border: 1px solid #000;*/
	}
a:link {
	font-weight: normal;
	color: #232323;
	text-decoration: underline;
	}
a:visited {
	font-weight: normal;
	color: #232323;
	text-decoration: inderline;
	}
a:hover {
	font-weight: normal;
	color: #232323;
	text-decoration: none;
	border-bottom: 1px dotted #f00;
	}
h1 { font-size: 1.6em; margin: 0; padding: 3px 0px 0px 28px; }
h2 { font-size: 1.4em; margin: 0; padding: 3px 0px 0px 28px; }
h3 { font-size: 1.2em; margin: 0; padding: 3px 0px 0px 28px; }
h4 { font-size: 1.0em; margin: 0; padding: 3px 0px 0px 28px; }
h5 { font-size: 0.9em; margin: 0; padding: 3px 0px 0px 28px; color: #fff; }
h6 { font-size: 0.8em; margin: 0; padding: 3px 0px 0px 28px; }
p { font-size: 1.1em; }
#content p { line-height: 1.4em; margin: 0; padding: 3px 20px 10px 30px; }

/* End Added Styles */
