/*   
Theme Name: Storyteller's World Theme 
Theme URI: http://www.godspell.org.uk/ 
Description: A work in progress (what isn't?) Based on Kubrick and John Godley's Monkey Magic, with thanks 
Version: 1.0 
Author: Tony Price 
Author URI: http://www.godspell.org.uk/ 
*/ 

* 
{ 
  padding: 0; 
  margin: 0; 
}

hr 
{ 
  display: none; 
}

body 
{ 
  font-family: Verdana, 'Trebuchet MS', Arial, Sans-Serif; 
  font-size: 76%;
}

#wrapper 
{ 
  margin: 0 auto; 
  width: 85%; 
} 

#content 
{ 
  width: 65%; 
  float: left; 
  margin-left:20px;
  margin-right:20px;
} 

#sidebar 
{ 
  width: 20%; 
  float: right; 
} 
 
#page 
{ 

} 
 

#header 
{ 
  margin-top:    20px; 
  margin-bottom: 30px; 
} 
 
#header h1 
{ 
font-size: 3em; 
margin-top: 80px;
} 
 
#header a 
{ 
  text-decoration: none; 
  color: #ffffff; 
} 
 
#headerimg 
{ 
  background-image: url(images/waylandssmithy.jpg);
  font-size: 1.2em; 
  margin: 0 auto; 
  text-align: center; 
  height: 170px;
  width: 85%; 
  color: #ffffff; 
  padding-top: 10px; 
  padding-bottom: 10px; 
} 

#footer 
{ 
	clear: both;
  margin: 2em auto; 
  text-align: center; 
  width: 85%; 
  height: 3em; 
  color: #000000; 
  padding-top: 10px; 
  padding-bottom: 10px; 
  background-color: #cccccc; 
} 

#author 
{ 
  border: 1px solid #999; 
  margin: 10px auto; 
  text-align: center; 
  padding: 2px; 
} 
 
#author img 
{ 
  border: 0; 
} 

#sidebar 
{ 
  margin-left: 0px;
  background-color: #cccccc; 
  color: #006400; 
  border: 1px solid #006400; 
} 

#sidebar ul h1 
{ 
  background-color: #20b2aa; 
  border-bottom: 1px solid #8fbc8f; 
  border-top: 1px solid #8fbc8f; 
  font-size: 1.2em; 
  font-weight: normal; 
  padding: 2px; 
  margin-bottom: 5px; 
  list-style: none;
} 
 
#sidebar ul h2 
{ 
  background-color: #20b2aa; 
  border-bottom: 1px solid #8fbc8f; 
  border-top: 1px solid #8fbc8f; 
  font-size: 1.2em; 
  font-weight: normal; 
  padding: 2px; 
  margin-bottom: 5px; 
  list-style: none;
} 


#sidebar ul 
{
  list-style: none; 
  margin-bottom: 10px;
  list-style: none;
} 

#sidebar ul li
{
  margin-bottom: 0px;
  list-style: none;
}

#sidebar ul ul 
{ 
  list-style: none; 
  margin-left: 30px; 
}

#sidebar ul ul ul 
{ 
  list-style: none;
  margin-bottom: 0; 
}

#sidebar a 
{ 
  text-decoration: none; 
  color: #556b2f; 
} 
 
#sidebar a:hover 
{ 
  text-decoration: underline; 
} 
 
#searchform 
{ 
  text-align: center; 
} 
 
#searchform input 
{ 
  border: 1px solid #8fbc8f; 
  background-color: #ffffff; 
} 
 
#searchform #s 
{ 
  width: 80%; 
  background-color: #ffffff; 
}

#wp-calendar 
{ 
  border: 1px solid #8fbc8f; 
  width: 80%; 
  margin: 0 auto; 
  text-align: center; 
  margin-bottom: 15px; 
} 
 
#wp-calendar th 
{ 
  background-color: #cccccc; 
} 
 
#wp-calendar a 
{ 
  border: 1px solid #8fbc8f; 
  background-color: white; 
  display: block; 
} 
 
#prev a, #next a 
{ 
  border: 0; 
} 
 
#wp-calendar caption 
{ 
  text-align: center; 
  width: 100%; 
} 
 
.post 
{ 
  margin-bottom: 25px; 
  color: #000000; 
  padding-left: 5px; 
  font-size: 1.1em; 
} 

.post hr
{
	display: block;
	color: #006400;
}
 
.post h2 
{ 
  font-size: 1.6em; 
  border-bottom: 1px solid #006400; 
} 
 
.post h2 a:hover, h2 a:visited, h2 a 
{ 
  text-decoration: none; 
  color: #000099; 
} 

.post ul, ol
{
	margin-left: 25px;
}
blockquote
{
	background-color: #cccccc;
	margin: 25px;
}

.entry 
{ 
  margin-top: 10px; 
  margin-bottom: 15px; 
} 
 
.postmetadata 
{ 
  padding: 2px; 
  font-size: 0.8em; 
  border-top: 1px solid #FADA96; 
} 
 
.postmetadata a 
{ 
  color: #4a2c00; 
} 

.post p, li 
{ 
  line-height: 1.4em; 
  margin-bottom: 1em; 

} 
