/*
	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.2
	Author: Alex Smith
	Author URI: http://www.acroyear2.org/
	Tags: black, blue, white, two-columns, fixed-width
*/


/* 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.2: Bugfix. Added min-width fix for short descriptions, corrected incomplete opening php tag in index.php, added explicit no-border-on-linked images CSS property.
 	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 */

p, body, html {
	margin:0;
	padding:0;}

body {
        margin: 0em;
	padding: 0em;
        width 100%;
	color: #202020;
	background: url('images/bg_blog.jpg') no-repeat 0 0 #fff;
        background-position: top center;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;

}

#page {
	margin: 0em  auto;
	padding: 0em;
	
	width: 900px;

}

img {
        margin: 0em 0em 0.25em;
	border: 0px none;
}

p {
	margin: 0em 0em 0.25em;
}

a {
	background: inherit;
	color: #080808;
	text-decoration: none;
	font-weight: bold;

}

a:visited {
	color: #000000;
	background: inherit;
}

a:hover {
	color: #666666;
	background: #ffffff;
}
a img {

	border: 0px none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */


/* content area */
#content {
	margin: 4em 6em 14em;
	padding: 0em;
	width: 600px;
        float: left;
}

#content h2 {
	margin: 0em 0em 0em;
	padding: 0em;
	text-decoration:none;
	font-size: 16px;
}

#content h3 {
	margin: 0em 0em 0em;
	padding: 0em;
        text-decoration:none;
	font-size: 16px;

}

#content .post {
	margin: 0em 0em 3em;
	padding: 0em;

}

#content .entry a {
	color: #ff6666;
        text-decoration: none;   
}

#content .entry a:hover {
	color: #666666;
        text-decoration: none;
}

#content .postmetadataby {
        margin: 0em 0em 0.75em;
	color: #999999;
	background: inherit;
	
	font-size: 0.9em;
}

#content .postmetadataby a{
	color: #999999;
	background: inherit;
	
	font-size: 0.9em;
	font-weight: bold;
}

#content .postmetadataby a:hover{
	color: #666666;
	background: inherit;
	
	font-size: 0.9em;
	font-weight: bold;
}

#content .postmetadata {
        margin: 0em 0em 0em;
	color: #999999;
	background: inherit;
	
	font-size: 0.9em;
}

#content .postmetadata a{
	color: #999999;
	background: inherit;
	
	font-size: 0.9em;
	font-weight: bold;
}

#content .postmetadata a:hover{
	color: #666666;
	background: inherit;
	
	font-size: 0.9em;
	font-weight: bold;
}

#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: #000000;
	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 #fff;
	text-align: center;
	background-color: #ffffff;
	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 0em;
	padding: 0em;
        width: 13em;
	float: right;
}

#sidebar h2 {
	margin: 0em 0em 0.25em;
	padding: 0em;
        color: #080808;
        font-size: 12px;
}

#sidebar h2 a, #sidebar h2 a:visited {
        color: #080808;
	background: inherit;
}

#sidebar h2 a:hover {
	color: black;
	background: #000000;
}

#sidebar ul {
	margin: 0em 0em 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 2em;
	padding: 0em;
	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: 0em;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}
/* end sidebar */

/* footer */

#footer {
background: url('images/bg_shadowbottom.gif') no-repeat 0 0 #fff;
background-position: top center;
height: 54px;
clear:both;
position:relative;
width:100%;
}

#footer p {

	margin: 0px;
	padding: 0px;
	
	font-size: 0.8em;
	font-weight: bold;
	color: #808080;
	text-align: center;
}

/* end footer */

div.sociable { margin: 0.75em 0em 0em; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}