/*  
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;
	background: #222222;
	color: #FFFFFF;
}

img {
	border-style: none;
}

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

a:hover{
	text-decoration: none;
}

#wrapper{
	margin: 0 auto;
	width: 850px;
	background: #000000;
	
}

#header{
	float: left;
	width: 850px;
	margin: 0 0 0 0;
}
#headermenu{
	font-family: Arial;
	float: left;
	width: 850px;
	margin: 0 0 0 0;
	text-align:center;
	font-size: 16px;
}

#headermenu1{
	font-family: Arial;
	float: left;
	width: 408px;
	margin: 0 0 0 0;
	text-align:center;
	font-size: 16px;
}
#headermenu2{
	font-family: Arial;
	float: left;
	width: 427px;
	height: 140px;
	margin: 0 0 0 0;
	text-align:right;
	font-size: 16px;
	background: #000000;
	padding: 0px 15px 0px 0px;
}
#headermenu3 {
	width: 427px;
	float: left;
	text-align:right;
	font-size: 10px;
	background: #000000;
	color:#555555;
}

#bordertop{
	float: left;
	background: #000000;
	width: 830px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	display: block;
}

#container{
	float: left;
	width: 816px;
	background: #222222;
	text-align: left;
	padding: 0px 15px 0px 15px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

#sidebar{
	float: left;
	width: 816px;
	background: #222222;
	text-align: left;
	padding: 0px 15px 0px 15px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #555555;
}

#aboutus{
	float: left;
	width: 250px;
	background: #222222;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

#recentpost{
	float: left;
	width: 300px;
	background: #222222;
	text-align: left;
	padding: 0px 10px 0px 10px;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
}

#unknownyet{
	float: left;
	width: 200px;
	background: #222222;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

#footer{
	clear: both;
	float: left;
	width: 850px;
	background: #000000;
}

h2 {
	color: #555555;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	padding: 5px 0px 3px 0px;
	margin: 0px 0px 2px 0px;
}


#navmenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	color: #FFFFFF;
	background-color: #C51D59;
}
#navmenu li {
	display: inline; 
}

#navmenu hover {
	background-color: #C51D59;
	font-weight: bold;
}

#navmenu a {
color: #FFFFFF;
background-color: #991748;
display: inline;
height: 0px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
text-decoration: none;
width: 0px;
}

	
