/*
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;
}

a
{
	color: #F50592;
}

p, ul, ol
{ 
  color: #000000; 
  font-style: normal; 
  line-height: 1.3em; 
  background-color: white; 
  margin-top: 0px;
margin-bottom: 6px; 
}


.container{
width: 720px;
margin-top: 0px;

}

body
{ 
	background-color: white; 
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
margin-bottom: 5px;
	font-family: "Times","Georgia";
	font-size: 14px; 
}

.bodycopy
{
	width: 500px;
	margin-bottom:20px;
	margin-top:0px;
	margin-left: 5px;
float: left;
}

.mininav
{
font-family: "verdana", "arial", "sans serif";
	margin-left: 6px;
margin-top: 15px;
font-size: 10px;
float:left;

}

.postmetadata
{
font-family: "verdana", "arial", "sans serif";
font-size: 10px;
}


#sidebar {
margin-top:25px;
	margin-left: 25px;
	width:120px;
	text-align:left;
float: right;
	}	


#footer {
	padding: 20px 0 0 1px;
	margin-top: 0;
	width: 100%;
	text-align:left;
	clear:both;
	}	
#page {
	padding: 0;
	width: 530px;
	float:left;
	margin-left:20px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

.navtext    
{ 
	letter-spacing: 3px;
	font-family: "Times";
  margin-top: 5px;
margin-bottom: 6px; 
	  
}


#nav
{
	width: 550px;
	margin-left: 5px;
	margin-bottom:0px;
	margin-top:25px;
	clear:both;
}

#newstype
{
	font-family: "Georgia";
font-weight: normal;
	font-size: 40px;
	line-height: 65%;
	color: #860045;
	margin-top: 0px;
	margin-bottom: 0px;
	
}


h1 
{
	font-size: 14px; 
  line-height: 0.9em; 
	 font-weight: bold;
margin-top:10px;
margin-bottom 0;
}

h2 
{
	font-size: 18px; 
  line-height: 0.9em; 
	 font-weight: normal;
margin-top:20px;
margin-bottom 0px;
}
	
.narrowcolumn .postmetadata {
	font-size:small;
	margin-top:0px;
	margin-bottom:5px;
	}

.more-link {
text-align:left;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 50px;
clear:both;
	}
	
#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;
	}

.less {
font-family: "Verdana", "Lucida Grande", sans-serif;
font-size: 10px;
}

.post {
border-bottom: 1px dashed gray;
}

.spacepattern1
{
	font-size: 10px;
	line-height: 90%;
	letter-spacing: 0.1em;
	color: #860045;
}



	/* 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 */

	