/*
	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
*/

/* whole page */

body {
	font-size: 11px; /* Resets 1em to 11px */
	font-family: Arial, Helvetica, sans-serif;
	
	letter-spacing:1px;
	background: #FFF;
	text-align: left;
	margin:0 50px 0 50px;
	padding:0;

	}

#page {
	margin:0;
	width:100%;
}

a {
	text-decoration: none;
	color:#000;
}


a:hover {
	color:#333;
}

a img {
border:0;
margin-bottom: 20px;
}

img {
	border:0;
	margin-bottom:20px;
	
	}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}

p {
color:#ff0033;
font-size:9px;
margin:0;
}


/* end whole page */

/* header */
#header {
	margin: 25px 0 20px 0;
	height:40px;
}

#header ul {
	margin: 0em;
	padding: 0em;
	text-align:right;
}

#header ul li {
	margin: 0em 0em 0em;
	padding: 0em;
	
	list-style-type: none;
}

#header h1 {
	margin: 0em;
	border: 0px solid gray;
	padding:2px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	float:right;
	
	font-size:11px;
	line-height:11px; /* weird IE7 bug fix */
}

#header h1:hover {
	color:#036;
	background:#fff;
}

#header #tagline {
	margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
	border: 0em solid gray;
	border-left: 0em solid gray;
	padding: 0.5em 0em 0.5em 2em;
	
	color: gray;
	background: inherit;
	
	float: left;
}
/* end header */

/* content area */
#content {
	margin:0;
	padding:0;
	width:920px;
	float:left;
	line-height:10px;
}



#content .post {
	margin: 2em 0em 0em;
	background:#FFF;
}

#content .post a img {
margin-right: 6px;
}

#content h2{
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	text-align:left;
	clear:both;
	
}

#content p {
text-align:left;
color:#666;
}

#content img {
	margin-bottom:50px;
}

#content a:hover{
	text-decoration: none;
	color:#10AAFA;
	padding:0px;
}

#content a{
	color:#666;
	text-decoration: none;
	padding:0px;
	font-size:10px;
}


.alignnone {
	margin-right:6px;
	margin-bottom:2px;
}
	
.col {
margin:0;
}	
	
.embed {
float:left;
padding:0;
margin:0 10px 0 0;
}

.embed p{
margin:0;
font-size: 9px;
color:#333;
}

.embed img{
opacity: 0.6; 
filter: alpha(opacity = 50); 
}

.embed img:hover{
opacity:1; 
filter:alpha(opacity = 100); 	
}

/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 2em 0 0 10px;
	float: right;
        position:fixed;
right: 50px;
top: 82px;
}

#sidebar a {
	color:#369;
background:#FFF;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
	text-align:right;
}

#sidebar ul li {
	margin: 0em 0em 0em;
	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;
}

#sidebar ul li.current_page_item {
   font-weight: bold;
}

/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
	
	text-align: center;
}
/* end footer */

.goback {
border:0;
}
.goforward {
border:0;
}