/* CSS Document */

/*-----------------------------------------------

Chapter Web Public Template -- Yellow Rose
-------------------------------------------------


/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

body
{
	background: #eff3f7;
	text-align: center;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	font-size: small; 
}

h1,h2,h3,h4,h5
{
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
}

a
{
	color: #968999;
}

a:link 
{
	color: #968999;
}

a:visited 
{
	color: #968999;
}

a:hover
{
	color: #808c83;
}

#container
{
	width: 700px;
	text-align: left;
	margin: 0 auto;
	background: #FBFCFD;
	border: 1px solid #aea3b1;
}

/*-----------------------------------------------
-- Header Styles 
----------------------------------------------- */


#header
{
	background: url(/_themes/p_yellow_rose/background.gif) no-repeat top;
	float: left;
	width: 700px;
}

#header h1
{
	font-size: 24px;
	margin: 40px 0 45px 25px;
}

#header h1 a
{
	color: #2662bc;
}

/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */

#content
{
	padding: 10px 25px 25px 25px; 
	clear: left;
	background: #FBFCFD url(/_themes/p_yellow_rose/content_background.png) repeat-x bottom;
}

#content p
{
	padding: 10px 0 5px 0;
	line-height: 150%;
	color: #000;
}

#content h1,
#content h2
{
	color: #144da3;
	font-weight: normal;
}

#content h1
{
	font-size: 160%;	
	padding-top: 20px; 
}

#content h2
{
	font-size: 130%;
	padding-top: 20px; 
}

#content ul li
{
    list-style-type: disc;
}

/*-----------------------------------------------
-- Navigation Styles 
----------------------------------------------- */

#nav
{
	padding-left: 10px;
	float: left;
	background-color: #D1D5EA;
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
	width: 690px;
}

#nav li
{
	float: left;
	display: block;
	padding: 0 15px;
}

#nav li a
{
	display: block;
	color: #07678b;
	font-size: 110%;
	padding: 3px 5px;
	text-decoration: none;
} 

#nav li a:hover
{
	font-weight: bold;
	letter-spacing: -1px;
}


/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */

#footer
{
	background: #d1d5ea;
}

#footerContainer
{
	text-align: center;
	padding: 0 0 5px 0;
	font-size: 90%;
}

#footerContainer li
{
	padding: 10px 40px 0 0;
	display: inline;
}

#footerContainer p
{
	padding-top: 5px;
}

#footerContainer a
{
	color: #8c91a2;
	text-decoration: underline;
}

#footer a img
{
	border: none;
}
