/*
	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 {
	font-family:tahoma, arial, helvetic, sans-serif;
font-size:11px;
color:#333;
background-color:#b8b7b5;
padding:0px 0px 40px 0px;
margin:0px;
}


#page {
	width:950px;
margin:0px auto;
background-image:url(../../../images/container-bg.jpg);
background-repeat:repeat-y;
padding-left:15px;
}
#header {
background-image:url(../../../images/header-bg.jpg);
background-repeat:no-repeat;
padding: 0;
height: 300px;
}

p.logo {
width:294px;
padding:0px;
margin:50px 0px 0px 20px;
float:left;
}
p.home-link {
width:75px;
float:right;
margin-right:43px;
margin-top:10px;
padding:0px;
}

p.grass {
clear:both;
padding:0px;
margin:0px;
}
p.grass img {
width:920px;
}
.wrapper {
background-image:url(../../../images/sidebar-bg.png);
background-repeat:repeat-y;
background-position:top right;
width:920px;
margin-right:-1px;
}
p.clear {
height:1px;
margin:0px;
padding:0px;
clear:both;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

/* header */
#header {
}

#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 */
#content {
clear:left;
	margin: 40px 0px 20px 28px;
	padding: 0em;
	width: 550px;
	
	float: left;
}

#content h2 {
	margin: 0em 0em 1em;
	padding: 0em;
	color:#030;
	font-size: 18px;
}

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

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

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

#content a:link, #content a:visited {
color:#37692a;
text-decoration:none;
}
#content a:hover {
text-decoration:underline;
}
/* 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: 0px 30px 0px 0px;
	padding: 60px 10px 10px 0px;

	width: 210px;
	float: right;
}
#sidebar a:link, #sidebar a:visited {
color:#37692a;
text-decoration:none;
}
#sidebar a:hover {
text-decoration:underline;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;
	color:#030;
	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: 11px;
}

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

#sidebar .textwidget {
	font-size: 0.8em;
}
#sidebar input {
border:1px solid #030;
width:170px;
margin-bottom:5px;
font-family:arial;
font-size:11px;
}
#sidebar input:hover {
background-color:#e5eca5;
}
#sidebar input.submit {
background-color:#030;
color:#fff;
width:50px;
}
/* end sidebar */

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



p.telephone {
margin-left:-1px;
margin-bottom:0px;
padding-bottom:0px;
margin-top:0px;
padding-top:0px;
padding-bottom:0px;
width:920px;
height: 53px;
}
ul.associations {
list-style:none;
margin-left:12px;
padding-left:0px;
}
ul.associations li {
float:left;
padding:1px;
}
p.address {
width:240px;
float:right;
padding:10px 10px 24px 20px;
background-color:#e5eca5;
margin: 0px 0px -1px 0px;
}
p.address a:link, p.address a:visited {
color:#37692a;
text-decoration:none;
}
p.address a:hover {
text-decoration:underline;
}
/* end footer */

/*
.dropdown {
float:left; 
padding-right:5px; 
padding-left:10px;
}
.dropdown dt {
width:60px; 
padding:2px; 
font-weight:bold; 
margin-left:20px; 
font-size:14px; 
}
.dropdown dt a:link, .dropdown dt a:visited {
text-decoration:none; 
font-size:14px; 
color:#030;
}
.dropdown dt.one {
margin-right:45px;
}
.dropdown dd {
position:absolute; 
width:150px; 
display:none; 
z-index:200; 
font-size:12px;
}
.dropdown ul {
width:234px;  
list-style:none; 
border-top:none; 
font-size:12px; 
padding-left:0px; 
margin-left:-46px; 
margin-top:8px; 
background-color:#73ccd2;  
}
.dropdown li {
display:inline;  
}
.dropdown li a, .dropdown a:active, .dropdown li a:visited {
display:block; 
padding:5px 5px 5px 27px; 
color:#333; 
text-decoration:none; 
width:200px; 
font-size:12px;
}
.dropdown a:hover {
color:#000;
li
}
.dropdown .underline {
border:1px solid #fff;
}

*/

.sub-menu {
float:right;
margin-right:-365px;
margin-top:65px;
}
.sub-menu ul {
list-style:none;
}
.sub-menu ul li {
float:right;
}
.sub-menu ul li a:link, .sub-menu ul li a:visited {
padding:5px 35px;
font-weight:bold;  
font-size:14px; 
text-decoration:none;
color:#030;
}