/*  
Theme Name: Tutorial
Theme URI: http://surroundedbygrass.info/
Description: This is my theme for a tutorial.
Version: 1.0
Author: Jana
Author URI: http://surroundedbygrass.info/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Georgia, serif;
	font-size: 15px;
	text-align: center;
	vertical-align: top;
	background-image:url(images/body.jpg);
	color: #edf6ee;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 50px;
	padding: 0 0 10px 0;
}

h3{
	font-family: Georgia, Sans-serif;
	font-size: 20px;
	padding: 15px 0 0 0;
	color:#b3204d;
}
	

.post{
	padding: 10px 0 10px 0;
}


.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 30px;
	background-color:#b3204d;
	padding-left:10px;
	padding-right:10px;
}


.entry{
	line-height: 25px;
	background-color:#000;
	padding-left:10px;
	padding-right:10px;
}

a img {
	border: none;
}

blockquote {
	border:#000 thin dotted;
	background:#444032;
	padding:10px;
	color:#d1c089;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	background-color:#b3204d;
	padding-left:10px;
	padding-right:10px;
}

#navmenu ul {
	margin: 0;  
	list-style-type: none; 
	list-style-image: none;
	text-transform:uppercase;
}
	
#navmenu li {
	display: inline; 
	}
	
#navmenu ul li a {
	text-decoration:none;  
	margin: 4px;
	padding: 5px 20px 5px 20px; 
	color: #b3204d;
	background: #d1c089;
	}
	
#navmenu ul li a:hover {
	color: #d1c089;
	background: #b3204d;
	}
	
	
p{
	padding: 10px 0 0 0;
}

a:link, a:visited{
	text-decoration: underline;
	color: #d1c089;
}
a:hover{
	text-decoration: none;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#header{
	float: left;
	width: 100%;
	height:140px;
	line-height:50px;
	margin:0 0 30px;
	padding-bottom:20px;
	background-image:url(images/header.jpg);
}

#container{
	float: left;
	width: 900px;
	margin:0 0 30px;
	padding-left:10px;
	padding-bottom:10px;
	
	}

.sidebar{
	float: left;
	width: 250px;
	margin:10px 0 30px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}
.commentlist .quote {
	background:url(images/bgquote.gif) no-repeat top right;
	}

.commentlist li {
 	padding: 5px 18px 22px 20px;
	margin-top:15px;
	background:#412e28;
	color:#e4edee;
	}

.commentlist cite {
 	padding: 5px 18px 22px 18px;
	margin-bottom:5px;
	display:block;
	font-style:normal;
	background-color:#b3204d;
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#88e5f0;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#FFF;
	text-decoration:underline;
	}
	


#footer{
	float: left;
	width:100%;
	padding-top:10px;
	background-image:url(images/footer.jpg);
}

#footer p {
	line-height:18px;
	width:auto;
	margin-bottom:10px;
}

#subfooter {
width:730px;
margin-left:15px;
margin-right:15px;
height:250px;
padding-left:350px;
background-image:url(images/footer.jpg);
clear:both;
}

#subfooter .widget {
width:240px;
height:150px;
float:left;
}

#subfooter .widget .inner {
padding:10px;

}

#subfooter li {
list-style-type: none;
list-style-image: none;
}

#subfooter li ul {
padding-left:0px;
font-size:12px;
}

#subfooter a {
padding:5px;
width:90%;
text-decoration:none;
clear:both;
display:block;
}

#subfooter a:hover {
background-color:#1a6198;
color:#FFFFFF;
}


.clear {
	clear:both;
}
/* date style */

.date {
width:65px;
height:60px;
float:left; 
margin-left: -78px;
padding:5px 3px 0 0;
text-align:center;
font-size: 14px;
color:#333;
background:#b3204d;
text-shadow: 0 1px 1px #000;
}
.day {
display: block;
font: 700 24px/34px arial;
color:#333;
text-align: center;
margin:-4px 0 0;
text-transform:uppercase;
}
.month {
display:block;
text-align:center;
font: 11px/16px arial;
color:#333;
text-transform:uppercase;
margin: -4px;
}


<!--
textarea {
	background-color:#412e28;
	color:#FFF;
}
--> 

input{
	background-color:#412e28;
	color:#FFF;
	}

.breadcrumb {
	display:block;
	color:#edf6ee;
	}


#flickr img {
display:inline;
float:left;
width:60px;
height:60px;
margin:8px 8px 0 0;
}

#flickr a img {
float:left;
padding:2px;
background:#f6edd1;
display:inline;
border:2px solid #f6edd1;
}
#flickr a img:hover {
background:#fff;
}

#flickr { width:50px;
          height:60px 
} 