/*  
Theme Name: Minimal
Theme URI: http://webdesign.webnonsense.org/
Description: Keepin' it simple yo'.
Version: 1
Author: Shannon
Author URI: http://webdesign.webnonsense.org/
*/

/* Eric Meyer Reset
----------------------------------------------*/
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
body {
	background-color: #ffffff;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Begin Structure
----------------------------------------------*/


body {
	text-align: center;
	background: #f7fbea;
	margin: 0 0 120px 0;
}

#page {
	margin: 24px auto;
	text-align: left;
	width: 760px;
}
#header {
	margin: 24px 0 0 0;
	height: 120px;
	background-color: #525252;
}
.date {
	float: right;
	padding: 48px 0 0 0;
}
.post  {
	text-align: left;
}
.author-info-container {
	background: url(images/right-bracket.gif) no-repeat right bottom;
}
.author-info {
	padding: 0 96px 0 144px;
	background: url(images/left-bracket.gif) no-repeat 48px 0;
	min-height: 240px;
}
.postmetadata {
	margin: 24px 0;
}
.navigation {
	margin: 48px 0 0 0;
}
#sidebar {
	clear: both;
	margin: 48px 0 0 0;
}
#sidebar ul li {
	float: left;
	width: 190px;
}
#sidebar ul li ul li {
	float: none;
}

/* Begin Typography
----------------------------------------------*/
/*24 is our magic number. Everything needs to be a multiple of this number.*/

body {
	/*background-image: url('gridbg.gif');*/
	color: #58614d; 
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
}
.postmetadata, .author-info p, .comments {
	font-family: "Lucida Grande", Monaco, Arial, sans-serif;
}
p {
	margin-bottom: 24px;
}
.postmetadata p, .author-info p, .comments p {
	font-size: 14px;
	margin-bottom: 0px;
}
.comments p {
	font-size: 14px;
	margin: 0 0;
}
#footer p {
	text-align: center;
}
#commentform p {
	margin: 0 0;
}
h1,h2,h3,h4,h5,h6 {
	font-style: italic;
}
#blog-name { 
	text-align: center;
	font-size: 36px; 
	line-height: 48px;
	padding-top: 24px; 
}
h1, h2 { 
	font-size: 36px; 
	line-height: 48px; 
	padding: 48px 0 24px;
}
h1.pagetitle {
	text-align: center;
	padding: 0;
}
.author-info h2 {
	font-size: 24px;
	line-height: 24px; 
	padding: 24px 0 24px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
	font-weight: bold;
}
#sidebar h2 {
	font-size: 24px;
	line-height: 24px; 
	padding: 12px 0;
}


/*----------- Lists */

ol li {
	list-style: decimal outside;
}
#global-nav ul {
	text-align: center;
	height: 96px;
}
#global-nav li {
	display: inline;
	margin: 0 24px;
}
.entry ol, .entry ul {
	padding: 0 0 0 48px;
	list-style-type: disc;
	list-style-position: outside;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 24px;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
}
acronym, abbr, span.caps {
	letter-spacing: .07em;
}
strong {
	font-weight: bold;	
}
em {
	font-style: italic;	

}

/* Begin Comments
----------------------------------------------*/

.comments div {
	background: url(images/left-quote.gif) no-repeat 48px 48px;
	margin: 0 0 24px 0;
}
.comments div div.comment-text {
	background: url(images/right-quote.gif) no-repeat right bottom;
}

/*.comments div.alt {
	background: url(images/left-quote-alt.gif) no-repeat 48px 48px;
}
.comments div.alt div.comment-text {
	background: url(images/left-quote-alt.gif) no-repeat right bottom;
}*/

.comment-text {
	padding: 24px 96px 24px 144px;
}
.comments p.author {
	font-size: 20px;
	margin: 0 ;
}
.comments.alt {
	
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/*----------- Misc. */

.description {
	text-align: center;
	color: #ccc;
}

/* Links
----------------------------------------------*/

a:link {
	text-decoration: none;
	color: #00cc00;
}
a:visited {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	text-decoration: none;
	color: #58614d;
}
a:active {
	text-decoration: none;
}

#header a:link {
	color: #fff;
}
#header a:visited {
	color: #fff;
}
#header a:hover {
	color: #ccc;
}
#header a:active {
	color: #fff;
}
.navigation .alignleft a:link, .navigation .alignleft a:visited {
	padding: 0 0 0 30px;
	background: url(images/left-arrow.gif) no-repeat 0 -24px;
	display: block;
}
.navigation .alignleft a:hover {
	padding: 0 0 0 30px;
	background: url(images/left-arrow.gif) no-repeat 0 0;
	display: block;
}
.navigation .alignright a:link, .navigation .alignright a:visited {
	padding: 0 30px 0 0;
	background: url(images/right-arrow.gif) no-repeat right -24px;
	display: block;
}
.navigation .alignright a:hover {
	padding: 0 30px 0 0;
	background: url(images/right-arrow.gif) no-repeat right 0;
	display: block;
}

/* Begin Form Elements
----------------------------------------------*/

#commentform input {
	width: 240px;
	padding: 2px;
	margin: 0 6px 24px 0;
	font-size: 18px;
	/*border: none;*/
	vertical-align: top;
}
#commentform textarea {
	width: 100%;
	height: 192px;
	padding: 2px;
}
#commentform #submit {
	margin: 24px 0 0 0;
}
input[type=text], input[type=password], textarea {
    border: 1px solid #333;
    background: #525252;
    color: #fff;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    border: 1px solid #333;
    color: #58614d;
	background: #DEDEDE;
}


/* Begin Various Tags & Classes
----------------------------------------------*/

acronym, abbr, span.caps {
	cursor: help;
}

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

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;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* Not Used 
----------------------------------------------*/

#content .smallattachment {
/*	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;*/
}

#content .attachment {
/*	text-align: center;
	margin: 5px 0px;*/
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

select {
	width: 130px;
}
/*----------- Images */

p img {
	max-width: 100%;
}
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;
}

.alignleft {
	float: left
}
