/* 
	Theme Name: Soymilk
	Theme URI: http://read.maxfenton.com
	Description: Simple, simple, clean.
	Author: Max Fenton
	Author URI: http://www.maxfenton.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Begin Typography & Colors */
html { }

body {    	
	margin: 0px; padding: 0;
	height: 100%;
	overflow: auto;
	color: #ccc;
	background-color: #fffffc;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: monaco, geneva, 'Lucida Grande', arial, sans-serif;
}

#page { text-align: left; 
//	width: 0%;
//	margin: 0px auto;
	float: left;
}


#content {
	font-size: 1em;
	max-width:29em;
	padding: 0px;
	vertical-align: bottom; 
	// height: 50%;
	overflow: visible;
}

.widecolumn .entry p { font-size: 1em; color: #222; padding: 0; margin: 0; }

.entry { color: #222; 
	font-family: "hoefler text", hoefler, "book antiqua", times, serif;
	font-size: 1.5em;
	padding: 0;
	display: block; 
	position: absolute; top: 100px; 
	vertical-align: right;
	z-index: -2;
	margin: 0 0;
	border-right: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	border-top: 1px dashed #eee;
}

.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }

.widecolumn {
	line-height: 1.6em;
}
	
.postmetadata {
	text-align: left;
	font-size: .9em;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
	
*.perm_link, h3.perm_link { 
	margin-top: 1em; 
	margin-bottom: 0px; 
	font-size: 9px; 
	font-family: monaco, geneva, arial, sans-serif;
}
.perm_link a { border-width: 0px;}

#blog_description {
}

	
.description {
	font-size: 1.2em;
	color:#333333;
	margin-left:190px;
}

h2 {
	font-size: 1.6em;
	font-family: "hoefler text", hoefler, "book antiqua", times, serif;
}
h2.pagetitle {
	font-size: 1.6em;
	color: #eee;
	font-family: "hoefler text", hoefler, "book antiqua", times, serif;
}
#sidebar h2 {
	font-family: monaco, geneva, arial, sans-serif;
	font-size: .9em;
	color: #ccc;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
}
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: #333;
}
.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;
}

#sidebar {
	margin-top: 1em;
	width: 19em;
	font-size: 1em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #ccc;
}
	
code {
	font-size: 1.1em;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
	
#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

body {
	margin: 0;
	padding: 0; 
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 740px;
	background-color:#FFFFF8;
}
	
/* header */
#header {
	padding: 0;
	margin: 0px auto 1em 0px; 
	font-size: 1.5em;
	letter-spacing: .5em;
}
#header a {
	padding: 1em;
	color: #eee;
	font-style: italic; 
	font-family: "hoefler text", hoefler, "book antiqua", times, serif;
}
#header a:hover {
	color:#777;
}
#header h1#name {
	margin-left: -1em; padding-left: 1em;
}
#header h1#name a { padding: .25em .5em; margin-left: -.5em; border-width: 0px; }
#header p{
	margin-left:180px;
	margin-top:0px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 10px 15px;
	margin: 0px 0 0;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
	
.entry { margin-top: -20px; }
.post h2, .post h3 {
	text-align: justify;
	margin:0px;
	font-size:1.4em;
	text-transform: uppercase;
}

.post h2 a, .post h3 a { color: #ccc;}
.post h2 a:hover, .post h3 a:hover { color: #bbb;}

.post small { display: none;}

.widecolumn .post {
	margin: 0;
}

.postmetadata {
	padding-top: 1.5em;
	margin: 1em 0;
	font-size: 9px;
	font-family: monaco, arial, geneva, sans-serif;
	line-height: 3;
	color: #ccc;
}
.postmetadata a { 
	font-size: 9px; }
	
#footer {
	padding: 2px;
	margin: 10px;
	font-size: 9px; 
	color: #f6f6f6;
	font-family: monaco, geneva, arial, sans-serif;
	position: absolute; bottom: 10px; right: 10px;
	z-index: 2;
}

}

#footer p {
	margin-left: 220px;
	margin-top:0px;
}
/* End Structure */

hr {
	color: #f0f0f0; 
	height: 1px; 
	border-left: 0px; 
	border-bottom: 1px solid #f6f6f6; 
	padding-bottom: 1px; 
	margin-left:0px;
	display: none;
}

/*	Begin Headers */
h1 {
	margin: 0;
	color:#eee;
	font-style: italic;
	padding: .25em 0px;
	font-size: 2em; 
	line-height: 2em;
	font-family: "book antiqua", "hoefler text", hoefler, times, serif;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: .1em;
	font-size: 1em;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	text-transform:uppercase;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	//max-width: 100%;
	overflow: visible;
}

/*	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;
}

/* End Images */

/* Begin Lists */

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: "";
}


.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;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	font-size: .9em;
	margin: 10px auto;
	padding: 5px 3px; 
}

#sidebar #searchform #s {
	width: 85px;
	font-size: .9em;
	padding: 2px;
}

#sidebar #searchsubmit {
	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: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */




/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	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 Sidebar */
#sidebar {
	width: 19em;
	text-align:left;
}

#sidebar form {
	margin: 0;
}
	
#sidebar a { }	
	
#sidebar ul, #sidebar li, #sidebar ul h2 { display: inline; }

#pagenav {
	margin:0px;
}	
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {


	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 1em 1em 0px -1em;
	padding-left: 1em;
	color: #222;
	border-left: 1px solid #ddd;
}

cite {
	margin: .5em 0 0;
	color: #333;
	display: block;
}
cite .ref { font-size: 9px; font-family: monaco, geneva, arial, sans-serif; }


.center {
	text-align: center;
}

.hrhide {
	display: none;
}

a img {
	border: none;
}

.navigation {
	font-size: 9px; 
	color: #111;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #fefefe;
	padding: 1em; margin: 0px; top: 0px; position: fixed;
	padding: 10px; 
	font-family: monaco, geneva, arial, sans-serif;
	border-bottom: 1px dashed #ccc; 
	border-right: 1px dashed #ccc; 
}
.navigation em { 	font-family: "hoefler text", hoefler, "book antiqua", times, serif;
text-style: normal;}
.navigation a { font-size: 9px; border-width: 0px;}

	
/* End Various Tags & Classes*/


li { list-style: none; display: block; padding: .2em 0px; }

		
    	#upside { width: 480px; height: 336px; position: relative; top: 0px; margin: 0px auto; }
    	#associations, #attachments { padding-bottom: 22px; }
		#attachments ul { display: inline; }
		#attachments { font-style: italic; }
		#attachments li { font-style: normal; }
    	a { padding: 0px 1px; font-size: 1.1em; font-style: normal; color: #999;}
		a:hover { background-color: #ffc; text-decoration: none; color: #666;}
		ul { padding: 0px 20% 0px 0px; margin: 0px; }
		#go, div#contact { border-left: 1px dotted #ccc; margin-left: -22px; margin-top: 0px; padding: 11px 22px; }
		div#contact { border-top: 1px dotted #ccc; }
    	#contact { font-size: 9px; line-height: 17px; }
		#go, div#go a, div#go ul, div#go li { font-size: 9px; font-weight: normal; }
		ul#husks > li:after { content: ' / '; } 
		#attachments ul > li:after { content: ', '; }
		ul#husks { display: inline; margin: 0px;}
		#version {
			position: absolute; 
			top: 14px; right: 14px;
			color: #ccc;
			font-family: geneva, sans-serif;
			font-size: 9px;
			font-style: normal;
			font-variant: normal;
			font-weight: normal;
	}
#stars, #footer a, #stars a {
	font-family: monaco, geneva, arial, sans-serif; line-height: 1.5em; padding: 1px; 
}

.post > h2 { 
	font-size: 9px; font-family: monaco, geneva, arial, sans-serif; 
}
.post > h2 a { 
	color: #eee; border-width: 0px;
}

a { text-decoration: none; border-bottom: 1px solid #ccf; }

/* junk */
#blog_title_hide { display: none; }
