/*
Cheerbasics / cheerbasics.ca
Adam Campbell / adam@hotmeteor.com
May 2007

Styles

bg pink - #c4155d
*/

* {
	outline:none;
}

body {
	font-family:"lucida grande", tahoma, arial, helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6,
address, blockquote, ol, p, ul {
	margin:0 0 1em;
	padding:0;
}

/* Layout -----------------*/

body {
	background-color:#c4155d;
}

#container {
	margin:0 auto 50px;
	width:760px;
}

#head {
	background:url(images/bg_head.jpg) no-repeat left top;
	height:229px;
	position:relative;
	width:100%;
}

#nav {
	background:url(images/bg_nav.jpg) no-repeat right top;
	height:21px;
	width:100%;
}

#main {
	background:url(images/bg_main.jpg) repeat-y left top;
}

#maintop {
	background:url(images/bg_main_top.jpg) no-repeat left top;
	height:16px;
}

.content {
	margin-top:1px;
	padding:20px 35px;
}

	.top {
		background:url(images/bg_content_top.jpg) no-repeat center top;
		height:165px;
	}
	
	.cheer {
		background:url(images/bg_content_cheer_new.jpg) no-repeat center top;
		height:175px;
	}
	
	.gym {
		background:url(images/bg_content_gym.jpg) no-repeat center top;
		height:175px;
	}
	
	.skate {
		background:url(images/bg_content_skate.jpg) no-repeat center top;
		height:175px;
	}
	
#colourchart {
	background:#eee;
	padding:20px 19px 19px 20px;
}

	#colourchart img {
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	
#footer {
	background:url(images/bg_footer.jpg) no-repeat left top;
	padding-top:15px;
	text-align: center;
}

/* Image Replacement ------*/

.ir {
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-999em;
}

.ir a {
	display:block;
	height:100%;
	width:100%;
}

/* Typography -----------*/

#head * {
	display:none;
}

#head a {
	display:block;
	height:100px;
	overflow:hidden;
	text-indent:-999em;
	width:80px;
	z-index:100;
}

a#nav-uni {
	position:absolute;
	top:110px;
	left:80px;		
}

a#nav-poms{
	position:absolute;
	top:110px;
	left:185px;		
}

a#nav-shoes{
	position:absolute;
	top:110px;
	left:290px;		
}

a#nav-gear{
	position:absolute;
	top:110px;
	left:395px;		
}

#nav a {
	font-weight:bold;
	margin-right:15px;
	text-decoration: none;
}

	#nav a:link,
	#nav a:visited {
		color:#fff;
	}
	
	#nav a:hover {
		color: #28eefe;
	}
	
#footer a {
	color:#fff;
}
	
em {
	color: #000;
	font-size:0.95em;
	font-style: normal;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size:2em;
}
	
h4 {
	color:#000;
	font-size: 1.5em;
	line-height: 1.5em;
	margin:0 0 4px;
}

h5 {
	border-top:1px solid #ccc;
	clear:both;
	color:#c4155d;
	font-size:1.5em;
	padding-top:25px;
}

p {
	color:#333;
	font-size:1.2em;
	line-height:1.5em;
}

	#nav p {
		font-size:1.1em;
		margin:0;
		padding-left:25px;
		width:600px;
	}

	.top p {
		font-size:1.3em;
		width:400px;
	}
	
	.cheer p,
	.gym p {
		width:390px;
	}
	
	.skate p {
		width:300px;
	}
	
	#footer p {
		color: #fff;
		font-size:1.1em;
		padding:0 25px;
	}
	
	#footer p.copy {
		color: #ffafd0;
	}
	
p small {
	display:block;
}
	
strong {
	color:#c4155d;
}

img.fr {
	float:right;
	margin:0 0 10px 15px;
}

/* Poms */

.pomlist {
	clear:both;
	float:left;
	margin:0 0 25px;
	padding:0;
	width:100%;
}

.pomlist li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	width:230px;
}

.pomlist span {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin:4px 0 0;
}





	






