/* CSS Document */

/*-----------------------------------------------

Chapter Web Public Template -- Tabbed
-------------------------------------------------


/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

body
{
	background: #A4CE46 url(/_themes/p_pink_flowers/pink_green.jpg) repeat-x;
	text-align: center;
	font-family: "Georgia", Verdana, Helvetica, sans-serif;
	font-size: small; 
}

h1,h2,h3,h4,h5
{
	font-family: "Georgia", Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
}

a
{
	color: #000;
	padding: 3px;
}

a:hover
{
	color: #CCC;
}

ul, li
{
	list-style: disc;
}


#container
{
	width: 800px;
	text-align: left;
	margin: 50px auto;
	background: #fff;
}


/*-----------------------------------------------
-- Header Styles 
----------------------------------------------- */

 
#header
{
	background: url(/_themes/p_pink_flowers/header_image_pink.jpg)  no-repeat;
	height: 190px;
}


#header h1 a
{
	color: #5c4129;
	position: absolute;
    margin: 105px 200px 0 310px;
    font-size: 90%;
    font-family: "Arial", Verdana, Helvetica, sans-serif;
}

/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */

#content
{
	padding: 0 25px 25px 180px;
	border-left: solid 1px #57471d;	
	border-right: solid 1px #57471d;	
	min-height: 300px;
}

#content h1,
#content h2,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h1,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h2
{
	font-weight: normal;
}

#content h1,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h1
{
	font-size: 180%;	
	padding-top: 20px; 
	color: #E3828D; 
}

#content h2,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h2
{
	font-size: 160%;
	padding: 10px 0; 
	color: #57471d;
}


#content a:hover, a:visited
{
    color: #5c4129;
}


#content ul 
{
    list-style: disc;
}

#manageLinks 
{
    background: #59431C;
}

#manageLinks a, a:hover, #manageLinks a:visited
{
    color: #FFF;
}
/*-----------------------------------------------
-- Navigation Styles 
----------------------------------------------- */

#nav
{
	position: absolute;
	float: left;
	width: 160px;
	top: 250px;
	margin-left: 15px;
	padding-left: 2px;
	border-left: solid 2px #59431c;
} 

#nav li
{
	display: block;
	padding-bottom: 5px;
}

#nav li a
{
	color: #5c4129;
	font-size: 120%;
	text-decoration: none;
} 

#nav li a:hover
{
    text-decoration: none;
    color: #e4818d;
}
#nav .current_page a
{
    color: #e4818d;
    font-weight: bold;
}

/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */

#footer
{
	clear: both;
	background: #FFF url(/_themes/p_pink_flowers/footer_image_green.jpg)  no-repeat bottom;
}

#footerContainer
{
	text-align: center;
	padding: 0 0 5px 0;
	font-size: 90%;
}

#footerContainer li
{
	padding: 10px 40px 0 0;
	display: inline;
}

#footerContainer p
{
	padding: 3px 0 0 0;
}

#footerContainer a
{
	color: #FFF;
	text-decoration: underline;
}

#footer a img
{
	border: none;
}
