/*

Theme Name:Faeries Play
Author: Brittani Salomon
Author URI: http://www.enchantedplayland.com



*/
* {
	margin:0;
	padding:0;
	}

body {
	background-color:#ffd1f3;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#555555;
	text-align:left;
         }
a {
	color:#90799a;
	text-decoration:none;
	}
a:hover {
	color:#f5b7e3;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
	         }

/* Page Structure */

#wrapper {
	width:980px;
	margin:0 auto;
	padding:10px;
	background-color:#dae0b2;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;

	}
#header {
	height:288px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	}
#sidebar {
	float:left;
	text-align:left;
	width:125px;
	padding:10px;
	background-color:#f1f5d3;
	border:2px solid #849128;
	color:#666666;
	}
#content {
         background-color:#dae0b2;
         margin-left:150px;
	min-height:875px;
         padding:10px;
	}
#footer {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	}

/*  Headings */

h1 {
	font-weight:none;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:0;
         	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}

h2 {     padding-top:10px;
         	font-weight:bold;
	font-size:1.2em;
	}
h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:2.8em;
	padding-top:60px;
	margin-left:10px;
         	}
h3 a {
	color: #006699;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
small { 
margin-left:70px;
font-size:16px;
color: #006699;
}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
	}
#sidebar li {
	
	margin-left:10px;
	}
#sidebar a {
	font-weight:normal;
	}
#sidebar a:hover {
	text-decoration:underline;
	}

/* Classes */

.item {
	margin-bottom:10px;
         border: solid 2px #849128;
         background-color:#f1f5d3;
         padding-left:15px;
                  	}
.meta {
	margin-bottom:10px;
	color:#999999;
	}

/* Extra's */

blockquote  {
	border-left:5px solid #333333;
	color:#333333;
}
#subscribe {
	padding-right:5px;
}
#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#sub a:hover {
	text-decoration:none;
	}


