/*
	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.c
   * 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;
        background: #b6c4d7;
        color: black;
	font-family: Arial, Trebuchet MS;
	font-size: 12px;
        font-height: 15px;
}



a {
	color: #9d0a0e;
	background: inherit;
	text-decoration: none;
}

a:visited {
	color: #9d0a0e;
	background: inherit;
}

a:hover {
	color: #9d0a0e;
	background: inherit;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */

#page {

	width:100%;

}



#header {
	margin: 0em;
	padding-left: 20pt;
	float: center;
        background: #fff79a;
        height:250px;
        border-bottom: 10px solid #534741;
        margin-bottom: 15px;
	
}

#header h1 {
	margin: 0;
	padding-top: 50px;
	padding-right: 0px;
	font-size: 4em;
	color: black;
	line-height: 0.75em; /* weird IE7 bug fix */
	float: left;
}



#header a {
	color: black;
	background: inherit;
	text-decoration: none;
}


#header a img {
	border: 0;
}



#header #tagline {
	margin: 0px; /* also part of the IE7 fix */
	height: 129px;
	color: #464227;
	background: inherit;
	margin-top: 0px;
	float: left;
        width: 800px;

}

 #navigation {
	padding: 0px;
        width: 50%;
	font-size: 12px;
	float: right;
        margin-right: 50px;
        font-size: 18px;
        text-transform: lowercase; 
        font-family: Georgia;
        color: #524d30;
        display: inline; 
        list-style: none; 
        list-style-image: none;
        
}

#header #navigation ul li
{
border-style: none;
margin: 0px;
padding: 5px;
list-style: none; 
list-style-image: none;
display: inline;
}




#header ul li a:hover {
	color: black;
	background: #faf6ca;
 padding: 5px;
	margin: 0px;
display: inline;
}


/* end header */

/* content area */
#content {

        margin-left: 200px;
        margin-right: 0px;
        padding: 10px;
	width: 750px;
	float: left;
        background: #fff;


#sidebar { 
         width:200px;
         float: left;
         height: 500px;
         background: #fff;

} 


#block { 

        width: 850px;
        
	
}

#content h2 {
	margin: 0;
	padding-left: 10px;
	font-size: 17px;
        font-family: Georgia;
}

#content .post {
	padding: 0px;
}

#content h3 {
	margin: 0em;
	padding: 0em;
	font-size: 23px;
        font-family: Georgia;
        text-align: center;
        color: #9d0a0e;
}

#content h3 a { 
         color: #9d0a0e; } 


#content .postmetadata {
	background: inherit;
        font-size: 12px;
        text-align: center;
        border-top: 1px solid #000;
        padding: 10px;
}


#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;
	
	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: #000000;
	background: inherit;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
/* end content area */



/* footer */
#footer {
	padding-top: 5px;
        float: left;	
	width: 100%;
	clear: both;
	border-top: 1px solid gray;
}

#footer p {
	margin: 0;
	padding-bottom: 20px;
	padding-left, padding-right: 0;
	font-size: 0.9em;
	text-align: center;
}
/* end footer */
