@charset "utf-8";

/*THEME NAME: Kids Grieve Too for Leah Hawley
AUTHOR: Meredith Marsh, meredithmarshdesign.com
#443b68 darker purple
#58527e mid purple
#8581a4 lighter purple
#e38d6a peachy color
#a8d13a limey green
#91256c dark pink
*/



div#wrapper {
	position: relative;
	width: 1000px;
	left: -10px;
	top: -20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/wrapper_bg.png);
}

/*header and menu*/
div#header {
	text-align:center;
	height: 90px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0;
	top: 0px;
	width: 1000px;
	background-image: url(../images/060085a3.jpg);
}
div#header a, div#page-title {
	text-decoration: none;
	display: block;
	position: absolute;
	color: #66CC33; /*peachy color*/
	width: 465px;
	right: 10px;
	top: 5px;
	text-align: right;
	background: transparent;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 40px;

}

div#header  div#page-description {
	position: absolute;
	right: 15px;
	top: 48px;
	display: block;
	color: #FFFFFF; /*peachy color*/
	font-size: 12px;
}
div#menu{
	font-size:12px;
	display: none;
	top: 65px;
	position: absolute;
	width: 635px;
	right: 10px;
}
div#menu  ul    {
	list-style:none;
	margin:0;
	padding:0;
	display: block;
}
div#menu ul li{
	float:left;
	padding: 5px 10px;
	text-align: left;
}
div#menu ul li a{
	color: #FFFFFF; /*peachy color*/
	text-align: right;
}
/*end header and menu*/
/*both sidebars*/
div.sidebar {
	overflow: hidden;
}
div#primary {
	width: 200px;
	position: absolute;
	left: 0;
	top: 90px;
	padding: 10px;
}
div#primary p {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
ul#primary-nav {
	display: block;
	width: 200px;
	padding: 0;
	margin: 0 0 0 -5px;

}

ul#primary-nav li	{
	list-style-type: none;
	color: #FFFFFF;
	width: 190px;
	margin: 10px auto;
}
ul#primary-nav a	{
	list-style-type: none;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	text-align: center;
	text-decoration: underline;
	padding: 6px 0;

}

div#secondary {
	position: absolute;
	top: 90px;
	left: 780px;
	padding: 0px 10px;
	width: 200px;
	height: 870px;

}
p#quote {
	display:block;
	padding: 20px;
	color: #FFFFCC;
	font-size: 12px;
	text-align: left;
	background-color: transparent;
		}
p#quote em {display:block;
			padding: 5px;
			margin: 5px; 
}
div#secondary p {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
div#secondary   img {
	width: 175px;
	margin: 0 auto;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#secondary a {
}
div#secondary h2 {
}
/*end both sidebars*/
/*middle container*/
div#container {
	display: block;
	background-color: transparent;
	width: 560px;
	margin: 0;
	left: 220px;
	position: relative;
	top: -10px;

}
div#container a     {
	text-decoration: underline;
	color: #333333;
	display: inline;
	font-size: 16px;
	font-weight: bold;
}
div#content {
	margin: 0;
	padding: 20px;
	display: block;
	position: relative;
	text-align: left;
	}
h2.entry-title         {
	background: transparent;
	display: block;
	color: #000000;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 25px 0;
	padding: 5px 0;
	text-align: left;
}

div#content strong {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin-top: 25px;
}
div#content p  {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

div#content ul  {padding: 0 0 0 2.1em; margin: 1em 0; font-size: 95%;}
div#content li  {padding-bottom: 7px;}
/*end middle container*/
/*footer*/
div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background: transparent;
	width: 500px;
	text-align: center;
	height: 90px;
	position: relative;
	clear: both;
	left: 240px;
	top: 0px;
}
#footer p {
	display: block;
	margin: 0;
}

div#footer a:link, #footer a:visited {
	color: #000000;
}

#content img {
	width: 300px;
	float: right;
	padding: 25px;
	margin-top: 75px;
}
