/*  
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/

*/
/*inherited from original*/
.sidebar ul li h2
{
	margin-bottom:5px;
	margin-top:5px;
}
.sidebar ul li
{
	margin:0;
	padding:0;
	margin-bottom:5px;
	margin-top:5px;
}
div.entry
{
	background: url("http://www.guerrillawebsitedesign.co.uk/images/ullibg.png") repeat; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); 
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	padding:10px;
}
div.entry h2
{
	margin:0;
	padding:0;
}

p.postmetadata
{
 
	background:#333; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	padding:5px;
	margin-bottom:0;
}
.inputSearch	
{
	float:left; padding:5px; border:1px solid #CCCCCC; margin-left:5px; background:#fcfcfc; -moz-border-radius:3px; -webkit-border-radius:3px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	padding-left:0;
	}
.sidebar ul 
{
	margin:0;
	padding:0;
}
.sidebar ul { list-style:none; }
.sidebar ul li {
	min-height: 			10px;	
	line-height: 			16px;
	color: 					#ffffff;
	background: 			transparent;
	margin:0;
	padding:5px;
}
#calendar
{
	border: 1px dotted #CCCCCC;
	background:#333;
}
#calendar h2
{
	margin-top:0;
	padding-top:0;
}
#wp-calendar
{
	width:100%;
	text-align:center;
}
#wp-calendar tr th
{
	color:#FFBC00;
	font-weight:bold;
	padding:3px;
}
#wp-calendar caption
{
	background:#FFBC00;
	color:#333;
	font-weight:bold;
	padding:3px;
}
#wp-calendar a
{
	text-decoration:underline;
	background:#333;
	color:#FFBC00;
	font-weight:bold;
	display:block;
}






#prev a
{
	text-decoration:underline;
	background:#fff;
}
#next a
{
	text-decoration:underline;
	background:#fff;
}
.post a {
	text-decoration:underline;
	color:#FFBC00;
}
.post_navigation a,.post_navigation a:visited
{
	text-decoration:none;
	color:#FFBC00;
}
.responses,.postmetadata a {
	font-size:0.9em;
}
.post h2 a
{


	color:#FFBC00;

	display:block;
	text-decoration:none;	
}

.post h2 a:hover
{
	text-decoration:none;	
}
.comments-template ol li h4
{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:11px;
	font: 12px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
	
}
.comments-template ol li
{
	background: url("http://www.guerrillawebsitedesign.co.uk/images/ulli2.png") repeat; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); 
	text-shadow:0 -1px 1px rgba(0,0,0,0.25); 
	margin-top:5px;
}
.comments-template
{
padding:0;
margin:0;
}
.comments-template input
{
	padding:5px;
	margin:0;
}
.comments-template textarea
{
	padding:5px;
	margin:0;
}
.comments-template li
{
	padding:5px;

}
.comments-template li.alt
{

}
.commentmetadata p
{
	font: bold 1.2em "Trebuchet MS",sans-serif;
}

.entry ol
{
    margin:0;
    	font: 1.1em "Lucida Sans Unicode",sans-serif;
	line-height:1.6em;
	padding:0px 0px 1.2em 4.3em;
	color:#fff;

}
.entry ol li
{

    list-style:decimal;
    padding:0px 0px 1.2em 1.3em;
    margin-left:1.4em;

}

