/*-----------------------------------------------------------------------------
Web Site:			Wildcats
-----------------------------------------------------------------------------*/

@import url(generic/reset.css);
@import url(generic/helper.css);

@import url(navigation/primary.css);
@import url(navigation/secondary.css);
@import url(navigation/footer.css);

@import url(modules/sifr-screen-r436.css);

/* =Typography
-----------------------------------------------------------------------------*/
body {
	color: #fff;
	background: #303030 url(/images/branding/body-bg.jpg) no-repeat 50% 0% fixed;		
	text-align: center;
	}
	body.sign-up {
		background: none;
		text-align: left;		
		}

p  {padding: 10px 0 0;}
body.details .primary-content p	{padding: 15px 0 0;}
a, a:visited {color: #e52d97; text-decoration: none;}
a:hover {color: #e52d97; text-decoration: underline;}

body.background1{ background-image: url(/images/background/background1.jpg);}
body.background2{ background-image: url(/images/background/background2.jpg);}
body.background3{ background-image: url(/images/background/background3.jpg);}

/* =Headings
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, .heading {
	font-family: 'Georgia';
	color: #fff;
	font-weight: normal;
	line-height: normal;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a,
	h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited,
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
		color: #fff;
		text-decoration: none;
		}	
		h3 a:hover {
			text-decoration: underline;
			}
	h1 {
		font-size: 2.5em;
		padding: 0;
		}
	h2 {
		font-size: 2.0em;		
		}
	h3 {
		font-size: 1.7em;				
		}
	h4 {
		font-size: 1.5em;		
		}
	h5 {
		font-size: 1.3em;		
		}

/* =Main container boxes
-----------------------------------------------------------------------------*/
.main-container {
	min-height: 100%;	
	height: auto!important;
	height: 100%;
	position: relative;
	background: transparent url(/images/branding/container-bg.png) no-repeat 50% 0%;
	}
.container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;	
	}
	.header {
		width: 960px;
		height: 153px;
		float: left;
		/*background: transparent url(/images/branding/header-shadow.png) repeat-x 0% 0%;*/
		position: relative;
		z-index: 500;
		}
		a.logo {
			display: block;
			width: 320px;
			height: 144px;
			background: transparent url(/images/branding/wildcats-logo.png) no-repeat 0% 0%;
			text-indent: -9999px;
			float: left;
			}
	.content {
		width: 960px;
		float: left;
		margin: -9px 0 0;
		padding: 0 0 50px;
		font-size: 1.2em;
		text-align: left;
		}
		.primary-content,
		.address-content {
			width: 708px;
			w\idth: 662px;
			padding: 23px;
			float: left;
			border: 1px solid #413f3f;
			background: transparent url(/images/branding/primary-content-bg.png) repeat 0% 0%;
			margin: 38px 0 0;
			}
			body.home .primary-content,
			body.home .address-content {
				width: 590px;
				w\idth: 540px;				
				}
				body.home .address-content {
					margin: 10px 0 0 0;
					padding-top: 0;
					}
			.primary-content strong {
				font-size: 1.2em;
				}
		body.home .banner-area {
			width: 590px;
			w\idth: 468px;
			padding: 26px 60px 14px 62px;
			height: 100px;
			he\ight: 60px;
			background: transparent url(/images/branding/banner-area.png) no-repeat 0% 0%;
			margin: 0 0 -38px;
			position: relative;
			float: left;			
			}
			body.home .banner-area .over-banner {
				background: transparent url(/images/branding/over-banner.png) no-repeat 0% 0%;
				width: 38px;
				height: 37px;
				position: absolute;
				top: 0;
				left: 277px;
				}
			body.home .banner-area img {
				float: left;
				}
		.secondary-content {
			width: 239px;
			float: right;
			}
	.footer {
		width: 100%;
		min-width: 960px;
		float: left;
		color: #929292;
		background: #000;
		height: 49px;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		}
		.footer-inner{
			margin: 0 auto;
			width: 960px;
			text-align: left;
			overflow: hidden;
			font-size: 1.1em;
			line-height: 1.2em;
			}
			.footer-text {
				padding: 19px 0 0 6px;
				float: left;
				}
			.createdBy {
				float: right;
				width: 100px;
				height: 16px;
				background: #000 url(/images/branding/fuse8-logo.gif) no-repeat 0% 0%;
				margin: 14px 10px 0 0;
				text-indent: -9999px;
				}
		
		
		
/* Image shadow 
-----------------------------------------------------------------------------*/	
	
	.wrap0,
	.wrap0-right,
	.wrap1,
	.wrap2,
	.wrap3 {
		background: transparent url(/images/shadow/corner-rt.png) no-repeat 100% 0%;
		padding: 7px 8px 0 0;
		float: left;
		z-index: 5;
		/*position: relative;*/
		}
		.wrap0-right {float: right;}
		.wrap1 {
			background: transparent url(/images/shadow/corner-lb.png) no-repeat 0% 100%;
			margin: 0;
			padding: 0 0 9px 8px;
			z-index: -1;
			}
			.wrap2 {
				background: transparent url(/images/shadow/corner-lt.png) no-repeat 0% 0%;
				margin: -7px 0 0 -8px;
				padding: 7px 0 0 8px;
				z-index: -1;
				}
				.wrap3 {
					background: transparent url(/images/shadow/corner-rb.png) no-repeat 100% 100%;
					margin: 0 -8px -9px 0;
					padding: 0 8px 9px 0;
					z-index: -1;
					}
	
		.wrap4 {						
			margin: -4px;
			float: left;
			position: relative;
			z-index: -1;
			overflow: hidden;
			}	
			.wrap4 img {
				float: left;								
				}
		
body.no-banner a.banner-birthday {display: none;}		
a.banner,
a.banner:hover,
a.banner-birthday,
a.banner-birthday:hover {
	float: left;
	padding: 0 9px 20px;
	text-decoration: none;	
	}
	/*a.banner-birthday,
	a.banner-birthday:hover {
		background: transparent url(/images/modules/grey-bg.png) repeat 0% 0%;
		padding: 10px;
		margin: 0 9px 20px;
		color: #fff;
		}
		a.banner-birthday span.text {color: #e52d97; }
		a.banner-birthday span.heading {
			font-size: 1.2em;					
			}
			a.banner-birthday span.heading strong {
				color: #e52d97;
				font-size: 2.8em;
				font-weight: normal;
				width: 200px;
				float: left;
				}
		*/
		
		