/*  
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/

*/

/*  
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/

*/

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


#header{
	float: left;
	width: 750px;
	background-color: #ffffff;
}

.sidebar{
	float: left;
	width: 240px;
	background: #ffffff;
	display: inline;
	text-align: left;
}
.sidebar a:link, .sidebar a:visited {	
color: #2468A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;

}

.sidebar a:hover {
	color: #2468A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

.sidebar ul {
 list-style-type: none;
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 3px;
	
	padding-left: 11px;
}

.sidebar li {
margin:.3em 0% .3em 0
}

.sidebar h2 {
font-family:Arial, Helvetica, sans-serif
	font-size: 16px;
	font-style: normal;
	color:  #2468A8;
	
	}

#container{
	float: right;
	width: 500px;
	margin: 0 0 0 0px;
	background: #ffffff;
}

#container h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
}

#container li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	
	}


h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	
	}


h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000000;
	
	}








#footer{
float:left;
width: 750px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}



