/*  
Theme Name: lesbo
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, h1,h2,h3,h4,h5,h6,blockquote,dd,dl,hr,p,form{
	margin:0;
	padding:0;
	}
body{
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background:#c095ff;
	color:#000000;
	}
	h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		padding:0 0 10px 0;
		}

	a:link, a:active, a:visited { 
	color:#609;
	text-decoration: underline; 
	}
a:hover{
	color:#FFF;
	text-decoration:none;
	}
	p{
		padding:1em 0 0 0;
		}
	#wrapper{
		margin:0 auto 0 auto;
		width:90em;
		max-width:100%;
		text-align:left;
		}
	#header{
		float:left;
		width:90em;
		max-width:100%;
		}
	#container{
		float:left;
		width:55em;
		margin-left:1em;
		max-width:65%;
		}
	.post{
		padding: 1em 0 1em 1em;
		background-color:#FCF;
		}
		.post h2{
			font-family:Arial, Helvetica, sans-serif;
			font-size:1.5em;
			background:url(images/doublepink.gif) repeat;
			padding:.1em 0 0 .4em;
			width:80%;
		
			}
	.entry{
		line-height:1.5em;
		}
			p.postmetadata{
				border-top:1px solid #609;
				margin:1em 0 0 0;
				}
			.navigation{
				padding:10px 0 0 0;
				font-size:1.1em;
				font-weight:bold;
				line-height:1.5em;
				}
	.sidebar{
		float:right;
		width:35em;
		max-width:30%;
		background:#ff99ff;
		margin:0 0 0 1em;
		display:inline;
		}
		.sidebar ul{
			list-style-type:none;
			margin:0;
			padding:0 10px 0 10px;
			}
			.sidebar ul li{
				padding:10px 0 10px 0;
				}
				.sidebar ul li h2{
					font-family:Arial, Helvetica, sans-serif;
					background:url(images/purp2pink.gif) repeat;
					font-size:1.4em;
					padding:.1em .3em 0 .3em;
					color:#000;
					width:30%;
					
					}
					.sidebar ul ul li{
						padding:0;
						line-height:24px;
						}
						table#wp-calendar{width:100%;}
						
.comments-template{
	margin: 10px 0 0;
	border-top: 1px dotted #609;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 1.4em;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
						
						
	#footer{
		clear:both;
		float:left;
		width:90em;
		max-width:100%;
		padding:10px 0 0 0;
		}
		#footer p{line-height:18px;}
