/*  
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, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

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

h1{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}


#wrapper{
	padding: 10px 0 0 25px;
	margin: 0 auto 0 auto;
	width: 1010px;
	text-align: left;
}



#header{
	float: left;
	width: 830px;
	height: 80px;
	margin: 0 0 15px 180px;
	//background: #ccc;
}

#header #logo{
	float: left;
	width: 360px;
	height: 80px;
	//background: url('content_bg.jpg') no-repeat center top;
	background: #eee;
}





.sidebar{
	float: left;
	width: 145px;
	height: 500px;
	background: #eee;
	//background: url('content_bg.jpg') no-repeat center top;
	margin: 0 15px 0 0;
	padding: 0 0 0 20px;
}


.sidebar a{
	font-family: helvetica, impact, sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;

}



.sidebar a:link, .sidebar a:visited{
	text-decoration: none;
	color: #000000;
}

/*
.current_page_item a:link, .current_page_item a:visited{
	//color: #db2b36;
}
*/

.sidebar a:hover, .sidebar a:active,{
	text-decoration: none;
	//color: #db2b36;
}


.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 4px 0 0 0;

}

.sidebar ul li{
	padding: 0 0 0 0;

}

.sidebar ul li h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;

}

.sidebar ul ul li{
	padding: 14px 0 0 0;
}

.sidebar ul li ul li a{
	line-height: 16px;
}



#splist{
	position: relative;
	top: 10px;
	//text-align: center;
}

#front{
	position: relative;
	background: #fff;
	top: -20px;
	left: -20px;
	width: 800px;
	height: 535px;
	//background: url('frontbg.jpg') no-repeat right top;
}


.post .entry .spcontent #spcode{
	position: absolute;
	background: #dce;
	color: #666;
	top:  670px;
}


.spcontent strong{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 36px;
	font-size: 22px;
	color: #000;
}

.spcontent{
	position: relative;
	top:-10px;

}






.entry #splist li{
	display: inline;
	//list-style-type: none;
	padding-right: 20px;
	//background: #c00;
}



.entry{
	//text-align: center;
	
}

.entry li a:link, .entry li a:visited, .entry li a:hover, .entry li a:active{
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;

}



p{
	padding: 10px 0 0 0;
}




#container {
	float: left;
	width: 635px;
	min-height: 500px;
	padding: 0px 0px 00px 20px;
	//background: url('content_bg.jpg') no-repeat center top;
	background: #eee;
}

#container a:link, #container a:visited, #container a:active {
	font-family: helvetica, impact, sans-serif;
	font-weight: 500;
	font-size: 14px;
	//text-transform: uppercase;
}



.bl {
	float: right;
	width: 550px;
	height: 535px;
	background: #ccc;
}


.post{
	padding: 10px 0 10px 0;
}

.post a:link, .post a:visited{
	color: #999999;
}


.post h2{
	font-family: Georgia, Sans-serif;
	font size: 28;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	//border-top: 1px solid #ccc;
	//margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}






#footer{
	clear: both;
	float: left;
	width: 655px;
	margin: 10px 0 0 180px;
	//background: #ccd;
}

#footer p{
	//float: left;
	//text-align: center;
	line-height: 4px;
	font-size: 10px;
	color: #000000;
}







