@charset "utf-8";
/* 
Theme Name: Tutorials
Description: Tutorial Blog Theme
Version: 1.0
Author: Scarlett Clark
Author URI: http://www.prosperity21.com/
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
	}

body {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	background:#99cccc;
	color:#000;
	text-align:center;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding: 0 0 10px 0;
	}

img {
	border:none;
	}
	
a:link, a:visited {
	text-decoration: none;
	color:#336699;
	}	

a:hover {
	text-decoration:none;
	}
p {
	padding: 10px 0 0 0;
	}	
#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align:left;
	
	}	
#header {
	width:100%;
	background-image:url(images/ProsperityHeader.png);
	background-repeat: no-repeat;
	background-position: center top;	
	height:200px;
	}
	
.hidden {
	position:absolute;
	text-indent:-1000px;	
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}
#Nav {
	text-align:center;
	}	
	
#container {
	float:left;
	width:500px;
}

.sidebar {
	float:left;
	width:250px;
	background-image: url(images/SidebarImageBlog.png);
	background-repeat: no-repeat;
	height:760px;
	margin: 0 0 0 10px;
	display:inline;
	padding:30px 0 0 20px;
	text-align:left;
	}
	
.sidebar ul {
	list-style-type:none;
	margin:0;
	padding: 0px 10px 0 10px;
	}
	
.sidebar ul li {
	padding:5px 0 5px 0;
	}
	
.sidebar ul ul li {
	padding:0;
	line-height:24px;
	}

.sidebar ul h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}

table#wp-calendar {
	width: 80%;
	}
.entry {
	line-height: 24px;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin:0;
	}
	
.navigation {
	padding: 5px 0 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:36px;
	text-align:center;
	}

.posts {
	padding: 10px 0 10px 0;
}

.posts h2 {
	font-size:18px;
	}
	
#footer {
	clear:both;
	float:left;
	width:750px;
	padding-top: 10px;
	}

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	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, "Times New Roman", Times, serif;
	font-size: 16px;
	}
	
.commentmetadata {
	font-size: 12px;
	}

.comments-template p.nocomments {
	padding: 0;
	}

.comments-template textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
#footer p {
	line-height: 18px;
	}
