/* CSS Document */
/* Future Families */

body
{
	margin-top:0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align:left;/*ie 5 fix*/
	background-image:url(../img/body_background.png);
	background-position:center;
	background-repeat:repeat-y;
}

h2
{
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #3333cc;
	margin-top:0px;
	margin-bottom:6px;
}

/*
* site banner - site heading logo and title
*/
#site-banner
{
	height: 100px;
	padding: 4px 10px 4px 10px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

/*
* page banner - page title
*/
#page-banner
{
	width:670px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	text-align:center;
	padding: 5px; 
	color: #CC0099;
	background-color: #F1E1EE; 
	border-bottom:1px solid #CC0099;
	border-top:1px solid #CC0099;
	font: 24px Kristen ITC, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/*
* navigation - left page navigation
*/
#navigation
{
	padding : 10px 0px 0px 10px;
	float:left;
	height:300px;
}

.navigation-item
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	padding : 6px 0px 6px 0px;
	/*border-bottom: 1px solid #CC0099;*/
	border-bottom: 1px solid #CC0099;
	color: #CC0099;
	width:115px;
}

/* as for item but blue*/
.navigation-item-current
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	/*border-bottom: 1px solid #CC0099;*/
	border-bottom: 1px solid #CC0099;
	padding : 6px 0px 6px 0px;
	color: #CC0099;
	width:115px;
}

.navigation-item a
{
	color: #CC0099;
	text-decoration: none;
}

.navigation-item a:visited
{
	color: #CC0099;
	text-decoration: none;
}

.navigation-item a:hover
{
	color: #3333cc;
	text-decoration: none;
}

/*
* main - the main container for left navigation and content
*/
#main {
	margin: 0px auto 0px auto;
	width:700px;
}

/*
* content - the text content of the page
*/
#content {
	margin: 0px 10px 0px 130px;
	text-align:left;
	padding : 10px 0px 50px 10px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #3333cc;
	line-height:20px;
}

#content p
{
	margin-top:0px;
}

/*
* quotebox - right hand side box containing image and quotation
*/
#quotebox 
{
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:center;
}

#quotebox .content
{
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
}

#quotebox .author
{
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

/*
* progbox - right hand side box containing the funday programme
*/
#progbox 
{
	float: right;
	width: 260px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:center;
	border: 1px solid #CC0099;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#progbox .heading
{
	font-weight:bold;
}

#progbox table
{
	border: 2px solid #F1E1EE;
	width:100%;
}

#progbox th
{
	background-color:#F1E1EE;
	text-align:left;
	font-weight:bold;
}

#progbox tr
{
	height:20px;
}

#progbox tr.d0 td
{
	background-color:#FFFFFF;
	text-align:left;
}

#progbox tr.d1 td
{
	background-color:#F1E1EE;
	text-align:left;
}
/*
* footer - bottom of page footer
*/
#footer { 
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #3333cc; 
	padding: 1px; 
	margin-left:10px;
	margin-right:10px;
	border-top:1px solid #CC0099;
	border-bottom:1px solid #CC0099;
	color: #CC0099;
	background-color: #F1E1EE; 
	clear:both 
}

.contact-table
{
}

.contact-table td
{
	border-bottom:1px solid #F1E1EE;
	padding:5px 5px 5px 5px;
	vertical-align:top;
}

.events-table
{
	margin-top:-5px; /*to take it back to top of paragraph*/
	padding:0px 0px 0px 0px;
}

.events-table td
{
	border-bottom:1px solid #F1E1EE;
	padding:5px 5px 5px 5px;
	vertical-align:top;
}

#funday-list
{
}

#funday-list ul
{
	margin-top:4px;

}
.funday-head
{
	text-align:left;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#006699;
	font-weight:bold;
}



