﻿

body 
{
  background:#fff url('../../Themes/YoungParty/Balloons.jpg') no-repeat center right;
  color: #1b1b1b;
}
h1, h2, h3, h4, h5, h6 {}
p 
{
}
a 
{
  color: #5E9BF4;
}
a:hover 
{
}

/* Layout */
.Wrapper
{
}
.Container 
{
}
.Header
{
	background:#9DCEFF url('BlueGradient.gif') repeat-x bottom;
} 
.Header .Container
{
	background:transparent;
} 
.Header .Branding
{
}
.Header .Branding h2
{
	color:#C31002;
}
.Header .ShoppingCart
{
}
.Header .ShoppingCart p
{
}
.Header .Menu
{
}
.Header .Menu ul.AspNet-Menu ul  /* Tier 2 */
{ 
}
.Header .Menu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
}
.Header .Menu li /* all list items */
{
		background:transparent;
		color:White;
}
.Header .Menu li:hover, /* list items being hovered over */
.Header .Menu li.AspNet-Menu-Hover
{
    background: #C31002;
}
.Header .Menu a, /* all anchors and spans (nodes with no link) */
.Header .Menu span
{
    color: White;
}
.Header .Menu li.AspNet-Menu-Leaf a, /* leaves */
.Header .Menu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}
.Header .Menu li:hover a, /* hovered text */
.Header .Menu li:hover span,
.Header .Menu li.AspNet-Menu-Hover a,
.Header .Menu li.AspNet-Menu-Hover span,
.Header .Menu li:hover li:hover a,
.Header .Menu li:hover li:hover span,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.Header .Menu li:hover li:hover li:hover a,
.Header .Menu li:hover li:hover li:hover span,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
}
.Header .Menu li:hover li a, /* the tier above this one is hovered */
.Header .Menu li:hover li span,
.Header .Menu li.AspNet-Menu-Hover li a,
.Header .Menu li.AspNet-Menu-Hover li span,
.Header .Menu li:hover li:hover li a,
.Header .Menu li:hover li:hover li span,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black;
}
.Header .Menu .AspNet-Menu-Selected /* this tier is selected */
{
	background: #C31002;
	color:#fff;
}
.Header .Menu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
}
.Header .Menu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}
.Banner
{
	background: url('../../Themes/YoungParty/Girl.jpg') no-repeat bottom left;
	border-top-color:#C31002;
	border-bottom-color:#C31002;
}
.Banner .Container
{
	background: transparent;
}
.Banner .Slogan
{
}
.Banner .Slogan h2
{
	color:#5E9BF4;
}

/* SlideShow */

.Banner .SlideShow
{
}
.Banner .SlideShow h3
{
}	
.Banner .SlideShow .stripViewer .panelContainer .panel ul 
{
}
.Banner .SlideShow .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
}
/* These 2 lines specify style applied while slider is loading */
.Banner .SlideShow .csw 
{
	background: #fff;
}
.Banner .SlideShow .csw .loading 
{
}
.Banner .SlideShow .stripViewer { /* This is the viewing window */
	border: 2px solid #C31002; /* this is the border. should have the same value for the links */
	background: #fff;
}
.Banner .SlideShow .stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
}
.Banner .SlideShow .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
}
.Banner .SlideShow .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
}
.Banner .SlideShow .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
}
.Banner .SlideShow .stripNav ul { /* The auto-generated set of links */
}
.Banner .SlideShow .stripNav ul li {
}
.Banner .SlideShow .stripNav a { /* The nav links */
	background: #fff;
	color: #666;
}
.Banner .SlideShow .stripNav li.tab1 a { background: #ccc; }
.Banner .SlideShow .stripNav li.tab2 a { background: #ccc; }
.Banner .SlideShow .stripNav li.tab3 a { background: #ccc; }
.Banner .SlideShow .stripNav li.tab4 a { background: #ccc; }
.Banner .SlideShow .stripNav li.tab5 a { background: #ccc; }
.Banner .SlideShow .stripNav li.tab6 a { background: #ccc; }
.Banner .SlideShow .stripNav li a:hover {
	background: #C31002;
	color: #fff;
}
.Banner .SlideShow .stripNav li a.current {
	background: #C31002;
	color: #fff;
}
.Banner .SlideShow .stripNavL,
.Banner .SlideShow .stripNavR { /* The left and right arrows */
}
.Banner .SlideShow .stripNavL a, 
.Banner .SlideShow .stripNavR a {
}
.Banner .SlideShow .stripNavL {
}
.Banner .SlideShow .stripNavR {
}
.Banner .SlideShow .stripNavL {
}
.Banner .SlideShow .stripNavR {
}
.Showcase
{
}
.Showcase .Container
{
	background: transparent;
}
.Content .Container
{
	background:transparent;
}
.Content .Welcome
{
}
.Content .Features
{
}
.Content .Welcome h4,
.Content .Features h4
{
	color:#C31002;
}
.Content .Features img
{
	border: solid 1px #ccc;
}
.Gallery,
.Checkout
{
	border-top: solid 5px #C31002;
}
.Gallery .Container
{
}
.Gallery .thickbox
{ 
    border: solid 1px #ccc;
}
.Footer
{
	color:#333;
	border-top: solid 5px #C31002;
	background:#6cf url('BlueGradient.gif') repeat-x top;
	
}