/*
	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: 0;
	padding: 0;

	color: #444444;
	background: white;
	
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 12px;
	
	line-height: 19px;
}

img{
border: 0px; 

}
#page {
	margin: 0 auto;
		 
	padding:10px;
	
	width: 990px;
}

a {
	color: #8B0000;
	
	
	text-decoration: none;
}


h3 a{
color:#444444; 
}
a:visited {
	
}

a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {

	margin: 0;
	padding: 15px;
	color: #777777;
	font-size: 12px;
}
/* end whole page */

/* header */
#header {
	
	margin: 0;
	border: 0px solid gray;
	padding: 0;
	
	width: 990px;
}

#header h1 {
	font-family: helvetica;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding-top: 0;
	float: left;
}

#header #tagline {

	margin: 9px 0px 0px 24px; /* also part of the IE7 fix */
	border: 0px solid gray;
	border-left: 1px solid gray;
	padding: 6px 0px 6px 24 px;
	
	float: left;
}
/* end header */

/* content area */
#content {
	margin-top: 30px;
	width: 600px;
	
	float: left;
}

#content h2 {
	font-family: helvetica;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 24px;
	padding: 0px;
	color: #777777;
}

#content .post {
	margin-bottom: 30px;
	padding-top:20px;
	text-align:justify;
	color: #444444;
	border-bottom: 1px dotted #AAAAAA;
	overflow:hidden; 
	
}

#content h3 {
	margin: 0px;
	padding: 0px;
	
	font-size: 15px}

#content .postmetadata {
	color: #777777;
	
	background-image: url('../../../images/Horn_sig.jpg');
        background-repeat: no-repeat;
	background-position:100% 100%; 
	font-size:11px;
	height:80px;
	padding-top:25px;
}

#content .navigation {
	margin: 24px 0px 0px;
	padding: 0px;
	
	display: block;
}

#content .goback {
	margin: 0px 6px 0px 0px;
	padding: 0;
	
	float: left;
	font-family: helvetica;
	font-size: 14px;
}

#content .goforward {
	margin: 0px 0px 0px 6px;
	padding: 0;
	
	float: right;
	font-family: helvetica;
	font-size: 14px;
}

#content #comments {
	margin: 24px 0px 12px;
	padding: 0em;
	
	clear: both;
}

#content .commentlist {	
	margin: 0;
	padding: 0;
	
	font-size: 10px;
}

#content .commentlist li {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 12px;
}

#content .commentmetadata {
	margin: 0px 0px 2px;
	color: #777777;
	background: inherit;
}

#content #respond {
	margin: 24px 0px 12px;
	padding: 0px;
	
	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 {
	border: 1px 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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.odd {
background-color: #ffffff; }

.even {
background-color: #ededed; }
/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	color: #767885;
	float: right;
	margin-right: 8px;
	padding-top: 55px;
	overflow:hidden; 
	width: 200px;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	color: #767885;
	font-size: 12px;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: #1070c0;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	margin: 0px 0px 12px;
	padding: 0px;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 10px;
}

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

#sidebar .textwidget {
	font-size: 10px;
}

#s {

color:#767885;
margin-top:20px;
width:155px;
}

/* end sidebar */

/* footer */
#footer {
	margin: 0px;
	padding: 0px;
	
	width: 1010px;
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 0px;
	
	font-size: 10px;
	
}
/* end footer */