/*
	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: white;
	background: #330066;
	
	font-family: verdana, sans-serif;
	font-size: 13px;
	
	line-height: 1.6em;
}

#page {
	margin: 1em auto;
	padding: 0em;
        background:url("/pageback_new_new.gif") 0px 96px;
	width: 961px;
}

label {
       color:#FFFFFF;
}

a {
	color: orange;
	background: inherit;
	font-family: arial;
        font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: orange;
	background: inherit;
}

a:hover {
        text-decoration:underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 0em 2em 0em 1em;
	border-left:1px solid white;
        padding-left:15px;
}

tt {
        font-size:1.2em;
}

hr {
	color:#330066;
	background-color: #330066;
	border: none;
	height: 2px;
}

/* end whole page */

/* header */
#header {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
        background:url("/top_new_new.gif");
	height:96px;
	width: 100%;
}

#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;
}
/* end header */

/* content area */
#contentwrapper {
        border: 0px solid black; 
        margin: 0em;
	float: left;
        width: 691px;
}

#content {
        margin:12px;
        margin-left:30px;
}

#content #topnav {
        text-align:center;
        margin-bottom:20px;
}

#content h2 {
	margin: 0em 0em 1em;
	padding: 0em;
	
	font-size: 1.65em;
}

#content h1 {
        line-height:normal;
}

#content .pagetitle {
        text-align:center;
}

#content .post {
	margin: 2em 0em 0em;
        text-align:justify;
}

#content h3 {
	margin-bottom: 1em;
	padding: 0em;
	text-align:center;
	font-size: 1.6em;
}

#content h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h4 {
	padding: 6px;
	border:1px solid #330066;
	background:#008822;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .postmetadata {
	color: #BBBBBB;
	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;
	
	clear: both;
}

#content .commentlist {	
	margin-left: 0em;
	padding: 0em;
	
	font-size: 1em;
}

#content .commentlist li {
	margin: 1em;
	padding: 1em;
	border: 1px solid #ffffff;
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #BBBBBB;
	background: inherit;
        font-size:10px;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

#fieldwrap {
        color:#FFFFFF;
}

.centerit {
        text-align:center;
        font-size:7pt;
}

/* 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 #FFAA00;
	text-align: center;
	background-color: #330066;
	padding-top: 4px;
}

.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;
}
.wp-caption-text {
	color:#FFFFFF;
	margin:0px;
	font-size:10px;
}

/* end Theme Directory compatibility */

/* sidebar */

#sidebarwrapper {
        width: 230px;
        float:left;
        border:0px solid yellow;
	margin-left:5px;
        line-height:normal;
}

#sidebar {
	text-align:center;
}

#sidebar a {
        color:#330066;
}

#sidebar h2 {
	margin:0.1em;
	padding: 0em;
	font-size: 1.5em;
}

#sidebar h2 a {
	color: #FFFFFF;
        margin-bottom:2px;
        font-family: verdana, sans-serif;
}

#sidebar h2 a:hover {
        text-decoration:underline;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}

#sidebar ul.blogroll {
        margin-top:5px;
        text-align:left;
        list-style-type:square;
        margin-left:10px;
        padding-left:10px;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 10px;
	border:2px solid white;
	background:url(/navbg_new_new.gif);
	
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 1em;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
	border-width:0px;
}

#sidebar .textwidget {
	font-size: 1.0em;
}

#sidebar .widget {
        padding-bottom: 8px;
        padding-top: 8px;
        border-bottom:2px solid white;
}

#sidebar a img {
        margin-top:2px;
        border-color: #330066;
}

#sidebar #twitter-box {
        text-align:left;
}

/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	height:100px;
        background: url("/bottom_new_new.gif");
	width: 100%;
	clear: both;

}

#footer p {
	margin: 0em;
	padding-top: 2em;
	line-height:1em;
	font-size: 0.8em;
	
	text-align: center;
}
/* end footer */


.fmtext {
        color:#333;
        font-size:18px;
}
