/*  
Theme Name: fgm_blog
Theme URI: http://www.thefairygodmothers.com
Description: FGM Blog Theme.
Version: 1.0
Author: Stuart
Author URI: http://www.clearnetdesigns.co.uk/

*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* FGM Blog Code */

body{
margin: 0;
font-family: Constantia, "Times New Roman", Georgia, Serif;
font-size: 14px;
text-align: center;
vertical-align: top;
background: #ffffff;
background-image: url("http://www.thefairygodmothers.com/images/stars_bg.jpg");
color: #ffffff;
}

a:link, a:visited{
text-decoration: underline;
color: #FFDB80;
}

a:hover{
text-decoration: none;
}

p{
padding: 10px 0 0 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 750px;
text-align: left;
}

#logo{
float: left;
width: 750px;
text-align: center;
}

#header{
float: left;
width: 750px;
}

#container{
float: left;
width: 500px;
}

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

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
}
/* .post h2 is not a general rule. It specifically targets the H2 sub-headings within the post DIV. The H2 sub-headings in the Sidebar aren’t affected. */

.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;
}

.sidebar{
float: left;
width: 238px;
border-style: dashed;
border-width: 1px;
border-color: #ffffff;
/* background: #000066; */
margin: 0 0 0 10px;
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: Constantia, "Times New Roman", Georgia, Serif;
font-size: 14px;
}

/* Fix for above */
.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

#footer{
clear: both;
float: left;
width: 750px;
padding: 10px 0 0 0;
}

#footer p{
line-height: 18px;
}

h1{
font-family: Constantia, "Times New Roman", Georgia, Serif;
font-size: 24px;
padding: 0 0 10px 0;
}
