/*
	presentation.css
*/

/* Global Styles */

body
{
	background: #eeb7b7 url('/site/img/background.png') repeat-x top;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: #755c87;
}

/* Header */

div#header
{
	background: url('/site/img/fairy.png') no-repeat;
}

div#established
{
	line-height: 20px;
}

div#links_main
{
	line-height: 2.0em;
	font-size: 1.6em;
	text-align: center;
	word-spacing: 0.2em;

}

div#links_main a
{
	/*color: #755c87;*/
	color: #523963;
	text-decoration: none;
}

div#links_party
{
	color: #a58cb6;
	line-height: 1.5em;
/*	font-size: 1.1em;*/
	font-size: 1.3em;
	text-align: center;
	word-spacing: 0.2em;
}

div#links_party a
{
/*	color: #a58cb6;*/
	color: #725B84;
	text-decoration: none;
}

/* Content Wrapper */

div#parties_top div.parties_left
{
	background: url('/site/img/parties_topleft.png') no-repeat;
}

div#parties_top div.parties_center
{
	background: url('/site/img/parties_top.png') no-repeat;
}

div#parties_top div.parties_right
{
	background: url('/site/img/parties_topright.png') no-repeat;
}

div#parties_middle
{
	background: url('/site/img/parties_middle.png') repeat-y;
}

div#parties_middle div.parties_left
{
	background: url('/site/img/parties_middleleft.png') no-repeat;
}

div#parties_middle div.parties_right
{
	background: url('/site/img/parties_middleright.png') no-repeat;
}

div#parties_bottom div.parties_left
{
	background: url('/site/img/parties_bottomleft.png') no-repeat;
}

div#parties_bottom div.parties_center
{
	background: url('/site/img/parties_bottom.png') no-repeat;
}

div#parties_bottom div.parties_right
{
	background: url('/site/img/parties_bottomright.png') no-repeat;
}

div#parties_content
{
	background: #fff;
}

div#parties_content p
{
	color: #786685;
}

div.overflow p
{
	font-size: 1.2em;
	line-height: 1.6em;
}

/* Content */

div#party_fairy
{
	background: url('/site/img/tile_fairyparty.jpg');
}

div#party_princess
{
	background: url('/site/img/tile_princessparty.jpg');
}

div#party_makeover
{
	background: url('/site/img/tile_makeoverparty.jpg');
}

div#party_fairy:hover
{
	background: url('/site/img/tile_fairyparty_on.jpg');
}

div#party_princess:hover
{
	background: url('/site/img/tile_princessparty_on.jpg');
}

div#party_makeover:hover
{
	background: url('/site/img/tile_makeoverparty_on.jpg');
}

div#party_fairy,
div#party_princess,
div#party_makeover
{
	text-align: center;
}

div#party_fairy a:hover *,
div#party_princess a:hover *,
div#party_makeover a:hover *
{
	display: none;
}

div#party_fairy h3,
div#party_princess h3,
div#party_makeover h3
{
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
}

div#party_fairy p,
div#party_princess p,
div#party_makeover p
{
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
}

div#accordion h3
{
	cursor: pointer;
	font-size: 1.4em;
}

div#accordion div
{
	display: none;
}

div#parties_content p.validation
{
	color: #f00;
	display: none;
}

/* Footer */

div#footer
{
	text-align: center;
}

p#tagline
{
	color: #755c87;
	font-size: 1.2em;
}

p.footer_links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4f4f4f;
}

p.footer_links a,
p.footer_links a:hover
{
	color: #4f4f4f;
	font-weight: bold;
	text-decoration: none;
}

p.footer_links a:hover
{
	text-decoration: underline;
}
