/*
	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
*/

/* Todo list:
   * Have a better content title for time-based archives.
   * Put the page number of paged archives in the content title.
   * Make colors user-editable.
*/

/* Changelog:
 	1.3.1: Bugfix. Fixed clipping title problem in IE7 and some ugly text if comments were closed for a post. Released 2008/08/11.
	1.3: Added real blog tagline support (previous was fake): if you have a tagline it displays it prominently, if you have no tagline it looks exactly like it did before. Made list-of-posts pages better. Removed an ugly line that happened sometimes in the comments. Bumped version number because of requirement in WordPress Theme Directory. Released 2008/07/31.
	1.1: Added categories, multipule authors, blog tagline, and gravatar support. Made compatible with WordPress Theme Directory. Changed version numbering scheme. Released 2008/07/29.
	1.02: Compatibility updates. Released 2008/07/21.
	1.01: Fixed comment date bug. Released 2008/07/01.
	1.0: Initial release. Released 2008/03/23.
*/

/* whole page */
body {
	margin: 0em;
	padding: 0em;

	color: #636363;
	background: white;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	
	line-height: 1.7em;
}

#page {
	margin: 8em auto;
	padding: 0em;
		width: 67em;
}

a {
	color: #e05f00;
	background: none;	
	text-decoration: none;
}

a:visited {
	color: #a96a3c;
	background: none;
	}

a:hover {
	color: #be2400;
	background: none;
	}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	clear: left;
	margin: 7px 0;
	padding: 2em;
	background: #edf4e4;
	font-size: 0.9em;
	font-style: italic;
	border-bottom:1px solid #BFC7B0;
	border-top:1px solid #BFC7B0;
	color: #62645f;
}
/* end whole page */

/* header */
#header {
	margin: 0 0 2em 0;
	border: none;
	border-style: none;
	padding: 0em;
	width: 60em;
}

#header h1 {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	font-size: 4em;
	line-height: 0.75em; /* weird IE7 bug fix */
	float: left;
}

#header #tagline {
	margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
	border: 0px solid gray;
	border-left: 1px solid gray;
	padding: 0.5em 0em 0.5em 2em;
	color: gray;
	background: inherit;
	float: left;
}

#header img {
	border: none;
	border-style: none;
	text-decoration:none;
}



/* end header */

/* content area */
#content {
	margin: 0;
	padding: 0em;
	width: 47em;
	float: left;
}

#content h2 {
	padding: 0em;
	margin: 21px 0 0 0;
	font-size: 25px;
	line-height: 1.4em;
	color: #b5bc01;
	font-weight: normal;
}


#content h3 {
	padding: 0em;
	margin: 0;
	font-size: 25px;
	line-height: 1.4em;
	color: #b5bc01;
	font-weight: normal;
}

#content .post {
	margin: 2em 0em 0em;
}

#content h3 a{
	color: #b5bc01;
	font-weight: normal;
}

#content h3 a:hover{
	color: #86a800;
	background: none;
	font-weight: normal;
	}


#content .postmetadata-one {
	color: #777777;
	background: inherit;
	font-size: 0.9em;
}

#content .postmetadata-two {
	color: #777777;
	background: inherit;
	font-size: 0.9em;
}

#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;
	padding: 0em;
	color: #b6bc02;
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0;
	font-size: 0.9em;
}


#content .commentlist li {
	margin: 0em;
	padding: 25px;
	border-bottom:1px solid #BFC7B0;
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
	border:1px solid #BFC7B0;

}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	text-align: center;
	background-color: #ffffff;
	padding-top: 4px;
	padding: 0 10px 10px 10px;
	text-align: right;
	font-style: italic;
	font-size: 10px;
	color: #333;
}

.wp-caption img {
	border: 1px solid #d4dec3;
	margin: 0;
	padding: 5px;
	background: #ffffff;
}

.wp-caption p {
	margin-right: 10px;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 2em 0em;
	padding: 0em;

	width: 16em;
	float: right;
}

#sidebar a{
	color: #8f9275;
	font-size: 11px;
	line-height: 1.75em;
	text-decoration: underline;
}

#sidebar a:hover{
	color: #000;
	text-decoration: underline;
}

#sidebar h2 {
	padding: 0em;
	color: #959c01;
	font-size: 1.25em;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: none;}

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 2.2em;
	padding: 0em;
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 0.8em;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0 0 0.5em 0;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}
/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	
	width: 60em;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.8em;
	
	text-align: center;
}
/* end footer */


.al {
	font-family:arial,sans-serif;
	font-size:11px;
	line-height:17px;
	overflow:hidden;
	width:200px;
	color: #636363;
}

.adb {
	color:#000000;
	display:block;
	font-size:11px;
	line-height: #636363;
}

.thread-alt {
	background-color: #f8fbf4;
}
.thread-even {
	background-color: #edf4e4;
}

.depth-1 {
	border-bottom:1px solid #bfc7b0;
}

.commentlist cite, .commentlist cite a {
	color:#819400;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	margin-bottom:10px;
}

.commentmetadata {
	display:block;
	margin:0;
	font-weight: normal;
}

.commentlist {
	padding:0;
	text-align:justify;
}

.commentlist a{
	color: #b2b9a7;
}

.commentlist a:hover{
	color: #000;
}



.commentlist p {
	margin:10px 5px 10px 0;
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
}

.commentlist li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:15px 0 10px;
padding:5px 5px 10px 10px;
font-weight:bold;

}

.commentlist li, #commentform input, #commentform textarea {
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
font-size:0.9em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

#commentform {
	margin:5px 10px 0 0;
}

#commentform textarea {
padding:2px;
width:460px;
}

.entry {
	background: none;
	color: #636363;
}

.entry p{
	background: none;
}

.titulos {
	background: none;
	float: left;
	width: 230px;
}

*html .titulos {
	background: none;
	float: left;
	width: 220px;
}

.pagetitle {
	margin: 21px 0 0 0;
}