/*

	Ottawa Senators - Walk Roll & Run - Main Stylesheet
	Created by Industrial Media/Phil Champagne
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #F2F2F2;
	margin: 20px 0 15px 0;
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-size: 11px;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 844px;
	margin: 80px auto 0 auto;
    padding: 0;
}

#content-container {
	background: url('../images/wrapper/img-cont-bg.jpg') repeat-y;
}

#content {
	_height: 400px;
	min-height: 400px;
	text-align: left;
}

#text-content {
	float: left;
	margin: 20px 0 0 0;
	width: 320px;
}

#header {
	padding: 0 0 0 40px;
}

#sens-logo {
	position: absolute;
	top: -88px;
	left: 517px;
}

#buttons {
	padding: 15px 0 0 40px;
}

/* =Sidebar
---------------------------------------------------------------------------------------------------- */
#sidebar {
	float: left;	
	margin: 20px 0 0 30px;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#top-nav-e {
	position: absolute;
	top: -32px;
	left: 0;
	background: url('../images/wrapper/top-nav-tabs-bg-e.jpg') 0 0 no-repeat;
	width: 779px;
	height: 32px;
}

#top-nav-items-e {
	padding: 13px 0 0 38px;
	text-align: left;
}

#top-nav-items-f {
	padding: 11px 0 0 38px;
	text-align: left;
}

#top-nav-event-e {
	position: absolute;
	top: -32px;
	left: 0;
	background: url('../images/wrapper/top-nav-tabs-bg-event.jpg') 0 0 no-repeat;
	width: 779px;
	height: 32px;
}

#top-nav-sponsors-e {
	position: absolute;
	top: -32px;
	left: 0;
	background: url('../images/wrapper/top-nav-tabs-bg-sponsors.jpg') 0 0 no-repeat;
	width: 779px;
	height: 32px;
}

#top-nav-rogers-e {
	position: absolute;
	top: -32px;
	left: 0;
	background: url('../images/wrapper/top-nav-tabs-bg-rogers.jpg') 0 0 no-repeat;
	width: 779px;
	height: 32px;
}

#left-nav {
	float: left;
	width: 230px;
	margin: 13px 0 0 0;
}

#left-nav a {
	width: 140px;
}

#left-nav-items {
	padding: 0 0 0 40px;
	text-align: left;	
}

#left-nav-items a {
	background: url('../images/nav-bullet.gif') 0 3px no-repeat;
	display: block;
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin: 3px 0 3px 0;
}

#left-nav-items a:hover {
	text-decoration: underline;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;  /* This is for all anchor tags */
}

a {
	color: #cc3333;
	outline: none;
}

a:hover {
	color: #660000;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer-e {
	padding: 0 0 0 10px;
	text-align: left;
}

#footer-e #footer-items-e a {
	text-decoration: none;
	text-align: left;
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 11px;
	color: #9e9e9e;
	margin: 0 5px 0 5px;
}

#footer-e #footer-items-e a:hover { 
	text-decoration: underline;
}

#footer-e #privacy {
	float: right;
	padding: 0 10px 0 0;
}

#footer-e #privacy a {
	font-size: 10px;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 0 0 12px 0;
}

h1 {
	text-transform: uppercase;
	color: #f48627;
	font-size: 18px;
	margin: 0 0 5px 0;
	text-align: left;
	letter-spacing: -1px;
}

h2 {
	color: #f48627;
	font-size: 15px;
	margin: 0 0 10px 0;
	text-align: left;
}

h3 {
	color: #a4b530;
	font-size: 12px;
	margin: 7px 0 0 0;
	text-align: left;
}

li {
	margin-top: 5px;
}
img {
	border: none;
	}

