/*  
Theme Name: Tutorial
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #f1defa url(images/gradient.jpg) repeat-x;
	color: #000000;
}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 764px;
	text-align: left;
		
	
	
}

#header{
	float: left;
	width: 764px;
}

#container{
	float: left;
	width: 514px;
	
	
}

.sidebar{
	float: left;
	width: 240px;
	background: #ffffff url(images/flower.jpg) no-repeat;
	margin: 50px 0 0 10px;
	display: inline;
}

#footer{
	clear: both;
	float: left;
	width: 750px;
}

.entry {
	padding: 10px;
	background-color: #ffffff;
	margin:10px 0px 10px 10px;
}
.post h2 a:link {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border: 5px solid #b39cbe;
	background-color: #FFFFFF;
	padding: 3px 10px;
	text-decoration: none;
	margin: 10px;
}

.post h2 a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border: 5px solid #b39cbe;
	background-color: #FFFFFF;
	padding: 3px 10px;
	text-decoration: none;
	margin: 10px;
}

.post h2 a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border: 5px solid #b39cbe;
	background-color: #FFFFFF;
	padding: 3px 10px;
	text-decoration: none;
	margin: 10px;
}

#dateentry{
	margin: 5px 5px 0px;
	text-align:right;
	color:#666666;
	font-weight: bold;
}

.back {
	background-color: #00CCFF;
}

#footer{
margin:10px;
}

.comments-template {
margin: 10px;
}

.navigation {
margin: 10px;
}
