/*
	Theme Name: Infimum
	Theme URI: http://www.acroyear2.org/infimum/
	Description: A very minimal theme, widget-ready, gravatar-supporting, and standards-compliant. Black on white with blue highlights, two columns with a thin right sidebar. Possibly the minimalest of minimalist themes.
	Version: 1.3.1
	Author: Alex Smith
	Author URI: http://www.acroyear2.org/
	Tags: widgets, blue, white, right sidebar, fixed width, two columns, valid CSS, valid XHTML, widget ready, 2 column, 2 columns, clean, simple, free, Gravatar, light, minimal, minimalist, sidebar right, tags, Two Column, widgetized, widget
*/

/* whole page */

body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family:"Courier New", Courier, monospace;
	letter-spacing:1px;
	background: #FBFBFB;
	text-align: center;
	margin:0;
	padding:0;
	}

#page {
	margin: 2em  auto;
	padding: 0em;
	
	width: 930px;
}

#top {
background: #f4f2ef url(top.jpg) repeat;
height:10px;
margin:0;
padding:0;
}

a {
	color: #2b2827;
	text-decoration: none;
}


a:hover {
	color:#10aafa;
}

a img {
border:none;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}

p {
color:#0C0402;
font-size:1.2em;
}

/* end whole page */

/* header */
#header {
	margin: 0em;
	border: 0em solid gray;
	padding: 0em;
	margin-top:8em;
	
	width: 80em;
	text-align:center;
}

#header h1 {
	margin: 0em;
	border: 0em solid gray;
	padding: 0em;
	color:#2b2827;
	
	font-size: 4em;
	line-height: 0.75em; /* weird IE7 bug fix */
}

#header #tagline {
	margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
	border: 0em solid gray;
	border-left: 0em solid gray;
	padding: 0.5em 0em 0.5em 2em;
	
	color: gray;
	background: inherit;
	
	float: left;
}
/* end header */

/* content area */
#content {
	margin: 2em 0em;
	padding: 0em;
	width: 739px;	
	float: left;
}

#content .post {
	margin: 2em 0em 0em;
	background:#FBFBFB;
}

#content .post a img {
border:0;
}

#content h3, h2 {
	margin: 0em;
	padding: 10px 0px 2px 5px;	
	font-size: 1.2em;
	font-weight:normal;
	text-align:left;
	font-family:"Courier New", Courier, monospace;
	border-top:1px #c3b8af dotted;

}

#content h3 a {
color:#2b2827;
border:0;
}

#content h3 a:hover {
border:0;
}

#content p {
text-align:left;
color:#484441;
padding-left:5px;
padding-right:5px;
line-height:14px;
}

#content a{
	color: #2b2827;
	text-decoration: none;
	border-bottom:1px #2b2827 dashed;
	padding:0px;
}

#content .entry {
} 

#content a:hover, .entry a:hover {
	color:#10aafa;
	border-bottom:1px #2b2827 dashed;
}

#content .postmetadata {
	color: #AAA;
    border-bottom: 3px solid #f4f2ef;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
    line-height: 11px;
    padding: 0em 0em 0.2em 0.4em;
    margin: 0.6em 0em 0.5em 0em;
}

#content .postmetadata a{
border:0em;
}

#content .postmetadata2 {
	color: #666;
	background: inherit;
	border-bottom: 0px dotted #c3b8af;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
    padding-bottom: 0.3em;
    padding-left: 0.4em;
}

#content .postmetadata2 a {
border:0em;
}


#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}

#content #comments {
	margin: 2em 0em 1em;
	
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content #respond {
	margin-top:1em;
	clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 0.9em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 4em 0em;
	padding: 0em 0em 2em 0em;

	width: 170px;
	float: right;
	background:#FBFBFB;
}

#sidebar a {
padding:0.4em;
border:none;
font-family:"Courier New", Courier, monospace;
font-size:11px;
}

#sidebar h2 {
	margin:0em 0em 0.5em 0em;
	padding: 0.4em 0em 0.1em 0.4em;
	font-size: 11px;
	color:#2b2827;
	border-bottom:1px dotted #c3b8af;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color:#10aafa;
	background:none;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
	text-align:left;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}

/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
	
	text-align: center;
}
/* end footer */
