/*
	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 */
* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	background: white;
	
	font: 10pt 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

#navwrap {
	background: #000000/* url(../rdlight/images/navbg.png) repeat-x*/;
	position: relative;
}

#nav {
	margin: 0 auto;
	width: 980px;
	position: relative;
	
	height: 60px;
}

#nav h1 {
	font-weight: bold;
	font-size: 22pt;
	line-height: 60px;
	margin: 0;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
}

#nav #navpanel {
		position:absolute;
		right: 0;
		height: 30px;
		top: 15px;
}

#nav #navpanel a {
	font-size: 12pt;
	color: #888888;
	padding: 0 0.5em;
	border: 1px solid #304030;
	background: #103020 url(../rdlight/images/navbg.png) repeat-x scroll 0 0;
	margin-left: 5px;
	line-height: 30px;
	height: 30px;
	display: block;
	float: left;
}

#nav #navpanel a:hover {
	border: 1px solid #305040;
	color: #cccccc;
}

#headerwrap {
	background: #7dd16e url(../rdlight/images/headerbg.png) repeat-x;
	border-top: 1px solid #cff3b2;
	border-bottom: 1px solid #7bad51;
	position: relative;
}

#header {
	margin: 0 auto;
	width: 980px;
	position: relative;
	
	height: 120px;
	color: #000000;
}

#subnavwrap {
	position: relative;
}

#subnav {
	margin: 0 auto;
	width: 980px;
	position: relative;
	height: 35px;
	vertical-align: top;
}

#subnav li {
	color: #000000;
	font-size: 1em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 10px;
	/*padding-right: 40px;*/
	text-transform: uppercase;
	display: inline;
	vertical-align: middle;
}

#subnav a {
	font-size: 12pt;
	color: #000000;
	padding: 0 0.5em;
	margin-right: 5px;
}


#subnav a:hover {
/*	border: 1px solid #305040;*/
	text-decoration: none;
	color: #808080;
}


#searchform {
	bottom:15px;
	height:38px;
	position:absolute;
	right:0;
	width:300px;
}

#searchform #s {
	background:transparent url(../rdlight/images/search_input_background.gif) no-repeat scroll 0 0;
	border:medium none;
	font-size:15px;
	height:18px;
	left:0;
	padding:10px; 
	position:absolute;
	top:0;
	width:242px;
}

#searchform #searchsubmit {
	background:transparent url(../rdlight/images/search_button_background.gif) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:38px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:0;
	width:38px;
}

#pagewrap {
	margin: 40px auto 0;
	padding: 20px;
	width: 940px;
	background: #ffffff url(../rdlight/images/corners_up.png) no-repeat scroll 0 0;
}

#page {
}

#footerwrap {
	clear: both;
	background: #7dd16e url(../rdlight/images/footerbg.png) repeat-x;
	border-top: 1px solid #cff3b2;
}

#footer {
	margin: 0 auto;
	width: 980px;
	
	line-height: 60px;
	
	font-size: 10pt;
	color: #000000;
}

a:link, a:visited, a:active, a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

a:hover {
	color: #72b35a;
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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


/* content area */
#content {
	width: 630px;
	
	float: left;
	position: relative;
}

#content .pagetitle {
	font-weight: normal;
	font-size: 8pt;
	color: #cccccc;
}

#content p {
	margin: 1em 0;
	/*text-indent: 2em;*/
	text-align: justify;
}

#content ul {
	margin-left: 1em;
}

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

#content .post {
	position: relative;
	margin: 0;
	display: block;
}

#content .post .timestamp {
	position: absolute;
	right: 0;
	top: 23px;
	font-size: 85%;
/*	color: #80d070;*/
	color: #999999;
}

#content .title {
	color: #224433;
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-weight: normal;
	font: 18pt Tahoma,Trebuchet MS,Arial,serif;
	border-bottom: 1px solid #cccccc;
}

#content .title a {
	color: #224433;
}

#content .title a:hover {
	color: #80d070;
	text-decoration: none;
}

#content .metadata {
	color: #777777;
	background: inherit;
	
	font-size: 0.9em;
	
	float: left;
	width: 130px;
	margin-bottom: 20px;
}

#content .metadata ul {
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	color: #cccccc;
}

#content .metadata li {
	color: #666666;
	font-size: 0.8em;
	line-height: 16px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 10px;
	padding-left: 22px;
	text-transform: uppercase;
}

#content .metadata .categories {
	background: transparent url(../rdlight/images/bullet_folder.gif) no-repeat scroll 0 0;
}

#content .metadata .tags {
	background: transparent url(../rdlight/images/bullet_tags.gif) no-repeat scroll 0 0;
}

#content .metadata .comments {
	background: transparent url(../rdlight/images/bullet_comments.gif) no-repeat scroll 0 0;
}

#content .metadata li a {
	color: #aaaaaa;
}

#content .metadata li a:hover {
	color: #80d070;
	text-decoration: underline;
}

#content .entry {
	float: right;
	border-left:1px solid #cccccc;
	width: 470px;
	margin-bottom: 60px;
	padding-left: 20px;
}

.clear {
	clear: both;
}

#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-left: 655px;
	width: 280px;
	#float: right;
	border-left: 1px solid #cccccc;
}

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

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

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

#sidebar .widget {
	padding-left: 10px;
	margin-bottom: 30px;
}

#sidebar .widgettitle {
	font-size: 140%;
	font-weight: normal;
	line-height: 32px;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
	vertical-align: middle;
}

#sidebar .widget_recent_entries .widgettitle {
	background:transparent url(../rdlight/images/bullet2_recent.png) no-repeat scroll 10px 10px;
	padding-left: 50px;
}

#sidebar .widget_tag_cloud .widgettitle {
	background:transparent url(../rdlight/images/bullet2_tags.png) no-repeat scroll 10px 10px;
	padding-left: 50px;
}

#sidebar .widget_archive .widgettitle {
	background:transparent url(../rdlight/images/bullet2_archive.png) no-repeat scroll 10px 10px;
	padding-left: 50px;
}

#sidebar .widget_text .widgettitle {
	background:transparent url(../rdlight/images/bullet2_subscribe.png) no-repeat scroll 10px 10px;
	padding-left: 50px;
}

#sidebar .widget_recent_entries ul {
	line-height: 2em;
}

/* end sidebar */


