/*
Theme Name: slackerism
Theme URI: http://slackerism.com
Description: Designed by ruiwen</a>.
Version: 1.0 English
Author: ruiwen
Author URI: http://slackerism.com
*/


/******** General styles ***********/

a {
	color: #3B3B3B;
	text-decoration: none;
}

a:hover {
	/*color: #705400;*/
	color: #FFF;
	background-color: #3B3B3B;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3, h4, h5, h6 {
	font-size: 1em;
}

body {
	margin: 0px;
	padding: 0px;
	font: 100% Calibri,"Trebuchet MS" , Verdana, sans-serif;
	/*
	background-color: #191919;
	background-image: url("images/bgpattern.gif");
	background-repeat: repeat;
	*/
}

.smallprint {
	font-size: 0.8em;
}

.floatclearhack {
	clear: both;
}

/********* Structure styles **********/


#container {
	width: 900px;
	margin: auto;
}

#header {

	font-size: 2.2em;
}

#content {
	float: left;
	width: 550px;
	padding: 10px 0px 10px 0px;	
	color: #4B4B4B;
	background-color: #fff;
}

#sidebar {
	position: fixed;
	right: 20px;
	height: 100%;
	min-height: 670px;	
	width: 330px;
	clear: right;	
	text-align: right;
	float: right;
	padding: 30px 10px 0px 0px;
	background: transparent url("images/slackme3.png") no-repeat fixed 100% 95%;
	border-right: 2px double #999;
	border-left: 2px double #999;
}

#sidebar p {
	font-size: 0.9em;
}

#sidebar h2 {
	font-size: 1.8em;
}

#sidebar #flickr {
	float: right;
	height: 75px;
	width: 230px;
	border: 1px #4B4B4B solid;
}

#sidebar ul li{
	list-style-type: none;
}

#footer {
	position: fixed;
	right: 0%;
	bottom: 0%;
	/*height: 327px;*/
	/*width: 442px;*/
	width: 330px;	
	float: left;
	clear: right;
	/*background: transparent url("images/slackme3.png") no-repeat fixed 100% 99%;*/
	margin-right: 20px;
	padding: 0px;
}

#footer p {
	position: relative;
	top: 100%;
	text-align: left;
	padding: 0 0 0 23px;
	color: #2B2B2B;
}

/******** Post styles **********/

.post {
	/*color: #050D24;*/
	color: #3B3B3B;
	padding: 5px 10px 10px;
	border-bottom: 1px #2B2B2B solid;
}

.posttitle {
	font-size: 2.0em;
	text-align: right;
	float: right;
	width: 380px;
}

.postmeta {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 0.8em;
}

.postheader {
	position: relative;
	border-bottom: 1px dotted #adadad;
}

.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
}

.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
}

.posttags {
	font-size: 0.7em;
	font-style: italic;
}
/*
#commentform {
	font-family: "Georgia", serif;
}
*/

#commentform input{
	border: 0px none;
	border-bottom: 2px dotted #cdcdcd
}


#commentform textarea ,
#commentform input[type=submit] {
	border: 1px solid #cdcdcd;
	
}


.postentry {
	text-align: justify;
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;	
}

.postentry a{
	border-bottom: 1px dotted #acacac;
}


/**** General styling ***/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/**** Special Tags ****/

blockquote {
	padding-top: 10px;
	font-style: italic;
	background: transparent url("images/quotes.png") no-repeat 0px 0px;
	margin: 0px 10px;
}

blockquote p {
	padding-left: 50px;
}

