/*
Blue theme
*/

body
{
	background: #d0e1f0;
	/*theme background*/
}
a:link { color: #006; }
a:visited { color: #00c; }
a:hover { color: #00c; }
h1 { color: #039;}

#wrapper
{
	background: url(../images/bg_main_bl.gif) repeat-y;
	/*theme background*/
}

#topbar
{
	background: #0079ce;
	/*theme midtone*/
}

#nav, #nav ul
{
	background: #0079ce;
	/*theme midtone*/
}

#nav li ul
{
	border: solid #69c;
	/*theme highlight*/
}

#nav li:hover, #nav li.sfhover
{
	background: #69c;
	/*theme highlight*/
}

/*#friends #nav-friends a:hover,*/
#friends #nav-friends li:hover,
/*
#friends #nav-friends a.parent ul,
#friends #nav-friends li li a:hover,
#friends #nav-friends li li:hover,
*/
#park #nav-park li:hover,
#news #nav-news li:hover,
#events #nav-events li:hover,
#contact #nav-contact li:hover 
{ background-color: #69c; }

/*navright
------------------------------- */

#navright, #navright ul
{
	background: #0079ce;
	/*theme midtone*/
}

/*Main Column
------------------------------- */

#mainbody { background: #fff; }

.formbutton
{
	background: url(../images/rnd_blu_go.gif) no-repeat top left;
	/*theme color*/
}