/*

Theme Name: NoCss

Theme URI: http://hao.su/blog/wordpress-themes

Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.

Version: 1.0

Author: Kolius

Author URI: http://hao.su

Tags: white, simple, fixed width, two columns, widgets, clean

*/

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



body {

	background-color:white;
	font-family:Arial, Helvetica, sans-serif;

	}
	
#deader {

	width:250px;
	height:202px;
	position:fixed;
	left:auto;
	top:5px;
	}	

/* #header {

	background-color:#99CC99;
	color:#FFFFFF;
}

#header h1 {

		font-size:5em;
		
}

#header a:link{color:#FFFFFF; text-decoration:none;}
#header a:visited{color:#FFFFFF; text-decoration:none;}
#header a:hover{color:#000000; text-decoration:none;}
#header a:active{color:#FFFFFF; text-decoration:none;}


.description {

	text-transform:uppercase;
	font-size:.8em;
	color:#FFFFFF;
	
}

*/

.description li {

	display:inline;
	list-style-type:none;
	margin-right:1em;

}

.description li ul li {

	display:none;

}

#content {


	width:600px;

	}

#sidebar {

	width:120px;

	float:right;

	text-align:left;

	}	

#footer {

	padding: 20px 0 0 1px;

	margin-top: 0;

	width: 100%;

	clear: both;

	text-align:left;

	}	

#page {

	width: 600px;
	position:absolute;
	left:260px;
	top:5px;

/*	margin:0 auto; */

	}

#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



h3, h2, h1{

	margin-top:20px;

	margin-bottom:0px;

	}
	
h1 a{text-decoration:none;}
h2 a{text-decoration:none;}
h3 a{text-decoration:none;}

	

.narrowcolumn .postmetadata {

	font-size:small;

	margin-top:0px;

	margin-bottom:5px;

	}


.postmetadata p{position:relative; right:0px; top:auto;}


.more-link {

text-align:left;

}



.navigation {

	margin-top: 10px;

	margin-bottom: 50px;

	}

	

#header p{

	margin:0px;

	padding:0px;

	}

	

#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	}



.post {

 border-bottom:1px solid #dddddd; 

}



	/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */

a img {

	border: none;

	}

img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}

	

img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

	}

	

.alignleft {

	float: left;

	}

/* End Images */



	