/*

	-- -- -- -- -- -- --
	TeamRings.ca
	default.css
	main site foundation layout
	-- -- -- -- -- -- --
	
*/

@import url("reset.css");

/* -- basic HTML elements -- */

	body {
		font: 73% "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
		color: #333;
		background: #fff url(../images/ui/bg.jpg) 50% 30px;
	}

	
/* -- Content Styling -- */
	a:link, a:visited {
		color: #750295;
		text-decoration: underline;
	}
	a:hover {
		color: #666;
	}
	h1 {
		width: auto;
		height: auto;
		margin: 10px 0 0 10px;
	}
	h1 a {
		width: 293px;
		height: 72px;
		display: block;
		text-indent: -9000px;
	}
	h2 {
		font-size: 1.8em;
		color: #750295;
		font-weight: bold;
		margin: 10px 0 10px 0;
	}
	h3 {
		font: 1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height: 1.2667;
		color: #DDD;
		text-transform: lowercase;
		font-weight: bold;
		width: 430px;
		height: 28px;
		margin: 0 0 5px 0;
		background: url(../images/ui/bg-h4.png) 0 18px repeat-x;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.5833;
	}
	input, textarea {
		font: 1.3em "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
		color: #291e18;
	}
	ul {
		margin-bottom: 0.5em;
	}
	ul li {
		font-size: 1.2em;
		line-height: 1.5833;
		margin-left: 1.5em;
		color: #222;
		list-style: disc;
	}
	ol li {
		font-size: 1.3em;
		line-height: 1.6923;
		margin-left: 24px;
		list-style: lower-roman;
	}
	ul li h4, ol li h4,
	ul li p, ol li p {
		font-size: 1em;
	}
	p {
		font-size: 1.2em;
		line-height: 1.5833;
		margin: 0 0 0.5em 0;
		color: #222;
	}

/* -- Container Styling -- */

#stage {
	width: 800px;
	height: auto;
	display: block;
	margin: 10px auto;
}

#stage .header {
	width: 800px;
	height: 160px;
	display: block;
	background: url(../images/ui/bg-header.jpg) no-repeat;
}

#stage .content {
	width: 740px;
	min-height: 400px;
	display: block;
	margin: 0;
	padding: 10px 20px 20px 20px;
}

#stage .footer {
	width: 800px;
	height: 40px;
	display: block;
	border-top: 1px solid #000;
}

/* -- Header Styling -- */

#stage .header .left {
	width: 293px;
	height: 160px;
	display: block;
	float: left;
}

#stage .header .left span {
	display: none;
}

#stage .header .right {
	width: 507px;
	height: 160px;
	display: block;
	float: left;
	display: none;
}

#stage .header .rings1 {
	background: url(../images/ui/header/rings1.gif) top right no-repeat;
}

#stage .header .rings2 {
	background: url(../images/ui/header/rings2.gif) top right no-repeat;
}

#stage .header .rings3 {
	background: url(../images/ui/header/rings3.gif) top right no-repeat;
}

#stage .header .rings4 {
	background: url(../images/ui/header/rings4.gif) top right no-repeat;
}

/* -- Menu Styling -- */

#stage .menu {
	width: 800px;
	height: 40px;
	display: block;
	background: url(../images/ui/bg-menu.jpg) no-repeat;
}

#stage .menu ul {
	width: 800px;
	height: 40px;
	display: block;
	margin: 0;
	padding: 0;
}

#stage .menu ul li {
	width: auto;
	height: 40px;
	display: block;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	float: right;
}

#stage .menu ul li a:link, #stage .menu ul li a:visited {
	width: auto;
	height: 40px;
	display: block;
	margin: 0;
	padding: 0 15px;
	line-height: 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
}

#stage .menu ul li a:hover {
	color: #000;
	background: url(../images/ui/bg-menuitem.jpg) repeat-x;
}

/* -- Footer Styling -- */

#stage .footer .copyright, #stage .footer .terran {
	width: 380px;
	height: 30px;
	display: block;
	float: left;
	padding: 0 10px;
	color: #333;
	font-size: 1em;
	line-height: 30px;
	vertical-align: middle;
}

#stage .footer .terran {
	text-align: right;
}

#stage .footer a:link, #stage .footer a:visited {
	color: #750295;
	text-decoration: none;
}

#stage .footer a:hover {
	color: #666;
	text-decoration: underline;
}






	
	