/*
	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.2
	Author: Alex Smith
	Author URI: http://www.acroyear2.org/
	Tags: black, blue, white, two-columns, fixed-width
*/

/* whole page */
body {
	margin: 0px;
	padding: 0px;

	color: #000;
	font-family: "Times New Roman", "Times", serif;
	font-size: 14px;
	line-height: 20px;
}

#page {
	margin: 8px 0 0 15px;
	padding: 0px;
	
	width: 780px;
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px none;
}

#content ul {
	margin: 0 0 8px 0;
	padding: 0px;
	list-style-type: none;
}
#content li {
	margin-left: 10px;
	text-indent: -10px;
}
#content li:before {
	content:"\2013\00A0";
}

#content dl {
	margin: 8px 0 8px 0;
	border-bottom: dotted 1px #000;
	clear: both;
}
p,h4 {
	display:block;
	margin: 0 0 4px 0;
	font-weight: normal;
	color: #000;
}
h4 {
	font-size: 14px;
	font-style: italic;
}
#content dl .post, #content dl p {
	margin: 8px 0 8px 0;
}
dd,dt,p,li {
	color: #78725E;
}
dd,dt {
	margin: 0px;
	padding: 0px;
}
dd {
	float:left;
	width: 195px;
}
dd i {
	font-style: normal;
	color: #000;
}
dt {
	float: right;
	width: 325px;
/*	margin-left: 205px;*/
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 12px 24px 12px 12px;
	font-size: 10px;
}
/* end whole page */

/* header */
#header {
	display: none;
}

#header h1 {
}

#header #tagline {
}
/* end header */

/* content area */
#content {
	margin: 100px 0 0 0;
	padding: 0px;
	width: 520px;
	float: right;
}

#content_left, #content_right {
	float: left;
	width: 220px;
	padding: 0 10px 0 10px;
	margin: 0px;
}

#content h2 {
	margin: 0px 0px 12px;
	padding: 0px;
	
	font-size: 16px;
	display: none;
}
span .content {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height:26px;
	font-size: 21px;
	line-height: 21px;
	font-style: italic;
}

#content .post {
	margin: 0px;
}

#content h3 {
	margin: 0px;
	padding: 0px;
	
	font-size: 15px;
}

#content .postmetadata {
	display: none;
	color: #BEBBB2;
	font-size: 10px;
}

/* end content area */

/* these rules are added for compatibility with WordPress Thpxe Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 12px solid #78725E;
	text-align: center;
	background-color: #BEBBB2;
	padding-top: 48px;
	margin: 120px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Thpxe Directory compatibility */

/* sidebar */
#sidebar {
	margin: 100px 0px;
	padding: 0px;
	width: 199px;
	float: left;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	height: 36px;
	font-size: 25px;
	line-height: 25px;
	font-style: normal;
	font-weight: normal;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li, #sidebar a {
color: #000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height:30px;
	font-size: 25px;
	line-height: 25px;

	font-style: italic;
}
#sidebar a {
color: #BEBBB2;
}
#sidebar a:hover {
text-decoration:none;
}
#sidebar .activ {
color: #78725E;
}

#sidebar img {
	vertical-align:top;
}
/* end sidebar */

/* footer */
#footer {
	display: none;
	margin: 0px;
	padding: 0px;
	
	width: 600px;
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 0px;
	
	font-size: 10px;
	
	text-align: center;
}
/* end footer */

