/*  
Theme Name: The Story Girl - Green
Theme URI: http://thestorygirl.kendale-drive.net
Version: 2.0
Author: Kendale Drive
Author URI: http://www.kendale-drive.net
*/
/*-----------------------------------------------
     =General
-----------------------------------------------*/
*
{
 margin: 0;
 padding: 0;
}
body
{
 font-family: Georgia,"Times New Roman",Times,serif;
 font-size: 100%;
 line-height: 1.5em;
 color: #333;
}
html>body 
{
 font-size: 12px;
}
a:link,
a:visited
{
 text-decoration: none;
 color: #393;
}
a:hover,
a:active
{
 color: #1f89d4;
}
/*-----------------------------------------------
     =Text Elements
-----------------------------------------------*/
h1,h2,h3,h4,h5,h6
{
 font-weight: normal;
 font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote {
 padding-left: 1.5em;
 margin-left: 1.5em;
 text-align: justify;
 border-left: 0.17em solid #999;
}
code, pre {
 font-family: Monaco, Courier, monospace;
 padding: 0.5em;
 border: 0.0625em dotted #555;
 background: #eee;
 margin-left: 3em;
 display:block;
 width: 25em;
}
abbr, acronym {
 font-style: normal;
 border-bottom: 0.0625em dotted;
}
em {
 font-style: italic;
}
strong {
 font-weight: bold;
}
del {
 text-decoration: line-through;
}
ins {
 text-decoration: none;
 font-style: italic;
}
address {
 font-style: normal;
}
dfn
{
 font-style: normal;
 border-bottom: 0.0625em solid;
}
/*-----------------------------------------------
     =Miscellaneous
-----------------------------------------------*/
hr
{
 display: none;
}
/*-----------------------------------------------
     =Page Structure
-----------------------------------------------*/
#container
{
 margin: 3.0em 1.5em;
 text-align: left;
 position: relative;
 width: 58.5em;
}
#branding
{
 float: left;
 width: 100%;
}
#nav-main
{
 float: right;
}
#content
{
 clear: both;
 margin: 1.5em 0;
 float: left;
}
#site-info
{
 clear: left;
 margin: 1.5em 0;
}
/*-----------------------------------------------
     =Branding
-----------------------------------------------*/
#branding
{
 border-bottom: 0.3125em double #eee;
 padding: 0.75em 0;
}
#branding h1
{
 display: block;
 float: left;
 font-size: 2em;
}
/*-----------------------------------------------
     =nav-main
-----------------------------------------------*/
#nav-main
{
 list-style: none;
}
#nav-main li
{
 float: left;
 padding-left: 1.5em;
 font-weight: bold;
}
/*-----------------------------------------------
     =Content
-----------------------------------------------*/
#content img
{
 display: block;
 padding: 0.5em;
 border: 0.0625em solid #eee;
 margin: 1.5em 0;
}
#content p
{
 margin: 1.5em 0;
}
#content h2,
#content h3
{
 font-size: 1.50em;
}
#content div.entry
{
 margin-left: 18.5em;
 width: 40.0em;
 border-top: 0.0625em solid #eee;
 padding: 1.0em 0;
}
#content div.entry span.date
{
 display: block;
 color: #999;
 padding: 0.75em 0;
}
#content div.meta
{
 float: left;
 width: 15.0em;
 border-top: 0.0625em solid #eee;
 padding: 1.0em 0;
}
#content div.meta ul
{
 list-style: none;
}
/*-----------------------------------------------
     =commentsblock
-----------------------------------------------*/
div.commentsblock p
{
 margin: 1.5em 0;
}
ol.commentlist
{
 padding: 0.75em 0;
}
ol.commentlist li
{
 margin-left: 1.5em;
}
#commentform fieldset
{
 border: none;
}
#commentform fieldset label
{
 display: block;
}
#commentform fieldset #comment
{
 width: 30.0em;
}
/*-----------------------------------------------
     =Site-Info
-----------------------------------------------*/
#site-info
{
 border-top: 0.3125em double #eee;
 padding: 0.75em 0;
 width: 100%;
}
#site-info p
{
 text-align: right;
}
