/*
	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 */

body {
	margin: 0em;
	padding: 0em;
        width:100%;height:100%;
        color: #231F20;
	background: white;
        font-size:13px;
        line-height:16px;
        font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
   outline: none;
}

#page {
	margin: 30px auto;
	padding: 0em;
	
	width:930px;margin:30px auto;text-align:left;overflow:visible;
}

a {color:#000000;background: inherit;text-decoration:none;}
a:visited {color:#000000;background: inherit;text-decoration:none;}
a:hover {color:#000000;background: #fff000;text-decoration:none;}

.entry a {font-weight:bold;color:#000000;background:#inherit;border-bottom:#000000 1px dotted;}
.entry a:visited {font-weight:bold;color:#000000;background:inherit;border-bottom:#000000 1px dotted;}
.entry a:hover {color:#000000;background:#fff000;text-decoration:none;}

.entry .more-link a{font-size:15px;line-height:19px;color:#ff0000;background:inherit;text-decoration:none;}
.entry .more-link a:visited{font-size:15px;color:#ff0000;background:inherit;text-decoration:none;}
.entry .more-link a:hover{font-size:15px;color:#000000;text-decoration:none;}

.comment-link a:link{background-color:#e6e6e6;}
.comment-link a:visited{background-color:#e6e6e6;}
.comment-link a:hover{background-color:#fff000;color:#000000;}

a img {border: 0px none;}

.alignleft {float: left;}

.alignright {float: right;}

blockquote {margin: 1em 2em 1em 1em;font-size: 0.9em;}

p{font-size:13px;line-height:17px;}

h1{font-size:24px;line-height:27px;font-weight:normal;}
h2{font-size:19px;line-height:24px;font-weight:normal;}
h3{color:#ff0000;font-size:24px;line-height:27px;font-weight:normal;}
h4{font-size:16px;line-height:20px;font-weight:bold;}
h5{color:#ff0000;font-size:18px;line-height:22px;font-weight:normal;}



/*

h1 a:link, h2 a:link {color:#000000;background:inherit;text-decoration:none;}
h1 a:visited,h2 a:visited {color:#000000;background:inherit;text-decoration:none;}
h1 a:hover,h2 a:hover {color:#000000;background:#fff000;text-decoration:none;}

*/

h1 a{position:relative;left:-64px;background:transparent;background-image:url(images/streak.gif);background-repeat:repeat-x;background-position:bottom left;padding-left:64px;}
h1 a:link{color:#000000;background:transparent;background-image:url(images/streak.gif);background-repeat:repeat-x;background-position:bottom left;text-decoration:none;}
h1 a:visited {left:-74px;color:#000000;background:transparent;background-image:url(images/streak.gif);background-repeat:repeat-x;background-position:bottom left;text-decoration:none;}
h1 a:hover {color:#000000;background:transparent;background-image:url(images/streak.gif);background-repeat:repeat-x;background-position:bottom left;text-decoration:none;}


strong{color:#000000;}


/* end whole page */

/* header */
.header{position:relative;width:865px;}
.header .logo{width:181px;}
.header .logo a:hover{background-color:#fff;}
.header .menu{width:600px;text-transform:uppercase;text-align:right;font-size:11px;line-height:13px;}
.header .menu a{color:#999;padding:5px 7px 12px 7px;margin-left:10px;font-size:11px;height:13px;font-weight:bold;}
.header .menu a:hover{background:#FFF200;color:#231F20;background-image:url(http://3c32.com/callout.gif);background-position:bottom left;background-repeat:no-repeat;}
.header .menu a.selected{background:#eb161e;color:#fff;background-image:url(http://3c32.com/callout.gif);background-position:bottom right;background-repeat:no-repeat;}
.header .menu a.selected:hover{background:#eb161e;color:#fff;background-image:url(http://3c32.com/callout.gif);background-position:bottom right;background-repeat:no-repeat;}

.clear{clear:both;float:left;}
a.jump{display:none;}
.right{clear:none;float:right;}
.left{clear:none;float:left;}



/* end header */

/* content area */
#content {
width:600px;margin-left:65px;margin-top:30px;
	
	float: left;
}

#content .post {
	margin: 2em 0em 0em;
}

#content .postmetadata {
	color: #777777;
	background: inherit;
        font-size: 10px;
        padding-top:10px;
}

#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;
	background-image:url(http://www.3c32.com/stripe.png);
        background-repeat:repeat;
}

#content .commentlist li {
	margin: 0em;
	padding: 2em;	
	list-style-type: none;
        border-bottom:#fff 15px solid;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
        font-size:11px;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}


.button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EB161E none repeat scroll 0 0;
border:0 none;
color:#FFFFFF;
cursor:pointer;
padding:5px 10px;
}


.button:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
}


/* 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 0em;
	padding: 0em;

	width: 200px;
	float: right;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;

	font-size: 12px;
	font-weight:bold;
}

#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;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: .1em;
}

#sidebar .textwidget {
	font-size: 10px;
        line-height:14px;
}
/* end sidebar */

/* footer */
.footer {
font-size:11px;
margin-left:65px;
margin-top:20px;
padding-bottom:25px;
position:relative;
width:800px;
}
/* end footer */
