/*
	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: black;
	background: white;
	
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	
	line-height: 1.5em;
}

p, ul, p a, h2, h1, h3 {font-family: Arial, Helvetica, sans-serif}


/* Heading styles */
h1 {
	margin-left: 10px;
	color: 333;
	float: left;
	font-weight: normal;
	font-size: 1.55em;
	}

h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal;}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal;}
h1 a:hover {color: #00A2FF; text-decoration: none; font-weight: normal;}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal;}

h3 a, h3 a:link, h3 a:hover {font-weight: normal;} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold;} /* styling for other heading links */

h2 {
	margin: 0;
	padding-left: 10px;
	font-size: 0.75em;
/* 	background-color: #333; */
	color: #333;
	line-height: 2.0em;
} /* headings on black backgrounds */

h3, h4, h5 {font-family: Arial, sans-serif; margin: 20px 0 0 10px}
h3 {font-size: 1.25em; line-height: 1.25em; font-weight: normal}
h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif; font-weight: bold} /* appears like bold paragraph text */





#page {
	margin: 0px auto;
	padding: 0em;
	width: 60em;
}

a {
	color: #00a2ff;
	background: inherit;
	
	text-decoration: none;
}

a:visited {
	color: #00a2ff;
	background: inherit;
}

a:hover {
	color: #333333;
	/* background: #333333; */
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* bars */

#bar-top {
	margin: 10px auto;
	width:60em;
	height:20px;
	background-color:#333333;
}

#bar-bottom {
	margin: 0px auto;
	width:60em;
	height:20px;
	background-color:#333333;
}

#hdr {
	margin: 0px auto;
	width: 60em;
	height: 20px;
	line-height: 40px;
	background-color: #ffffff;
}

#bar-content {
	margin: 0px auto 0px auto;
	width:40em;
	height:20px;
	background-color:#333333;
	}

#bar-content-ad {
	margin: 0px auto;
	width:40em;
	height:170px;
	background-color:#ffffff;
	}


/* header */

#header {
	
	margin: 0px 0px 0px 10px;
	border: 0px solid gray;
	padding: 0em;
	background-color:gray;
	color:#99FFFF;
	width: 40em;
}

#header {
	margin: 5px 0px 0px 10px;
	border: 0px solid gray;
	padding: 0em;
	color: #fff;
	font-size: 1.2em;
	line-height: 0.75em; /* weird IE7 bug fix */
	float: left;
}


#header #tagline {
	margin: 5px 0px 0px 10px; /* also part of the IE7 fix */
	border: 0px solid gray;
	border-left: 1px solid gray;
/*	padding: 0.5em 0em 0.5em 1em; */
	font-size: 1em;
	line-height: 0.75em;
	color: gray;
	float: left;
}

#headerimg {
	/* position: relative; */
	margin: 0px auto;
	/* width: 770px; */
	width: 60em;
	height: 200px;
	background: url(images/siteimage.jpg) no-repeat top right;
}

#headertext {
	
	text-align: left;
	width: 440px;
	padding-top:70px;
	margin-left:0px;
}

#headertext p {
	font-size:1.5em;
	}


/* end header */

/* content area */
#content {
	text-align:left;
	margin: 4em 0em;
	padding: 0em;
	width: 40em;
	float: right;
}

#content p {
	margin: 5px 0 10px 0;
	padding: 0em;
	
}



#content h2 {
	margin: 0em 0em 1em;
	padding: 0em;
	
	font-size: 1.5em;
}

#content .post {
	margin: 2em 0em 0em;
}

#content h3 {
	margin: 0em;
	padding: 0em;
	font-size: 1.25em;
}

#content h4 {
	margin: 0em;
	padding: 0em;
	font-size: 1em;
}


#content .postmetadata {
	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;
	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: #777777;
	background: inherit;
}

#content #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 {
	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;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 4em 2em 0em 0em;
	padding: 0em;
	width: 16em;
	float: left;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;

	font-size: 1.0em;
}

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

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

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

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

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 0.8em;
/* 	font-size: 0.8em; */
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
	padding-bottom:0em;
}

#sidebar .textwidget {
	font-size: 1.6em;
/* 	font-size: 0.8em; */
}
/* end sidebar */

/* sidebar more*/

#sidebar-more {
	text-align:left;
	margin: 4em 0.5em 0em 0em;
	padding: 0em;
	width: 16em;
	float: left;
}


a {
	color: #00a2ff;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-more h3 {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
}


#sidebar-more h3 a, h3 a:link, h3 a:hover {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
}

#sidebar-more a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}



/* end sidebar more */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	
	width: 60em;
  clear: both; 
}


#footer p {
/*	margin: 0em; 
	padding: 0em; */ 
	padding: 0.5em;
	
	font-size: 0.8em;
	
	text-align: center;
}
/* end footer */

/* ads */

.ad1 { float: left;  margin-left: 10px; margin-right: 10px; }
.ad2 { float: none; left: 11px; text-align:center; padding: 5px; }
.ad3 { float: none; left: auto; right: auto;
 text-align:center; padding: 15px; }

/* end ads */