/*
Project: National Aboriginal Day Festival
File: css/style.css
Last edited: May 31, 2010
*/

/*  Main  */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
	background: black url(../images/nad-header.jpg) no-repeat center top;
}

#wrapper {
 margin:0 auto;
	width: 960px;
	border-style: solid;
	border-width: 4px;
}

#header {
	margin-top: 375px;
	margin-bottom: 12px;
	width: 960px;
}

#header a#inuit2010 {
	width: 308px;
	height: 183px;
	position: absolute;
	text-indent: -9000px;
	top: 50px;
	right: 200px;
	display: block;
	left: 625px;
}

#header h1 {
	color: white;
	height: 48px;
	background: url(../images/nad-title.gif) no-repeat;
	text-indent: -9000px;
	width: 960px;
}

#header span {
	color: yellow;
}

#header h2.left {
	text-transform: uppercase;
	color: black;
	letter-spacing: 1px;
	margin-left: 100px;
	font: normal normal 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header h2.right {
	text-transform: uppercase;
	color: black;
	letter-spacing: 1px;
	text-align: right;
	margin-right: 100px;
	font: normal normal 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul#nav {
	background-color: black;
	text-align: center;
	padding: 8px 100px;
}

#nav li {
	color: #8E0C3A;
	display: inline;
}

#nav li a:link, #nav li a:visited {
	color: #D5EEF5;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav li a:hover, 
#home a#home_link, 
#schedule a#schedule_link,
#contest a#contest_link,
#registration a#register_link,
#directions a#directions_link,
#sponsors a#sponsors_link,
#contact a#contact_link {
	color: #00AFDB;
}

#content {
	background: #D5EEF5 url(../images/content-bkgd.gif) no-repeat 0 12px;
	padding: 25px 260px;
	min-height: 500px;
}

#sponsors #content  {
	padding-bottom: 200px;
}

#content h1 {
	color: #8E0C3A;
	font: bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content h2 {
	color: #00AFDB;
	font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 24px;
}

#content h3 {
	text-indent: -1px;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-top: 18px;
}

#content p {
	margin-top: 8px;
	font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}

a:link.pdf, a:visited.pdf {
	margin-top: 8px;
	font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: none;
	height: 16px;
	background: url(../images/pdf.gif) no-repeat;
	text-indent: 16px;
	display: block;
	padding-left: 4px;
	margin-bottom: 8px;
}

#map
 {
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #4b091e;
}

#content ul li a:hover {
	color: #8E0C3A;
	text-decoration: underline;
}

#content ul {
	margin-top: 8px;
	font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 8px;
}

#content ul li {
	margin-top: 4px;
}

#content ul ul {
	list-style-type: square;
	list-style-position: outside;
}

#content p span {
	letter-spacing: -1px;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #8E0C3A;
}

#content a.download:link, #content a.download:visited {
	letter-spacing: -1px;
	color: white;
	font: 1.5em/1.5em Times, Georgia, "Times New Roman", serif;
	background-color: #8E0C3A;
	display: block;
	text-decoration: none;
	padding: 4px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);}

#content a.download:hover {
	color: white;
	background-color: #4b091e;
}

/* Schedule Formatting */

#schedule #content h2 {
	color: black;
	font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 24px;
}

#schedule #content h3 {
	color: #00AFDB;
	letter-spacing: -1px;
	text-transform: none;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 4px;
}

#schedule #content h4 {
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 8px;
	color: #8E0C3A;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#schedule #content ul {
	margin-top: 0;
	font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-bottom: 8px;
	padding-top: 8px;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 15px;
}

#schedule #content ul em {
	color: #8E0C3A;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	display: block;
}

#schedule #content ul.time {
	margin-top: 0;
	text-align: left;
	padding-bottom: 8px;
	padding-top: 8px;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
	font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	margin-left: 150px;
}

#schedule #content ul.time span {
	font-weight: bold;
	float: left;
	display: block;
	margin-left: -150px;
	text-align: right;
	width: 140px;
}

#schedule #content ul ul {
	list-style-type: square;
	list-style-position: outside;
}

#footer {
	text-align: center;
}

#footer a.url:link, #footer a.url:visited {
	color: white;
	text-decoration: none;
	font: bold 2.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #D5EEF5 url(../images/content-ender.gif) no-repeat 0 top;
	display: block;
	width: 960px;
	padding-top: 25px;
	padding-bottom: 12px;
}

#footer a.url:hover {
	color: black;
}

/* Sponsor logos */

#sponsors ul#logos-large li a:link, #sponsors ul#logos-large li a:visited  {
	width: 150px;
	display: block;
	margin: 6px;
	height: 125px;
	background: url(../images/sponsors/logos-large.gif) no-repeat 0 0;
	text-indent: -9000px;
	list-style-type: none;
}

#sponsors ul#logos-small, #directions ul#logos-small {
	float: left;
}

ul#logos-large li a#hot:link, ul#logos-large li a#hot:visited {
	background-position: 0 -125px;
}

ul#logos-large li a#ctv:link, ul#logos-large li a#ctv:visited {
	background-position: 0 -250px;
}

ul#logos-large li a#aptn:link, ul#logos-large li a#aptn:visited {
	background-position: 0 -375px;
}

ul#logos-large li a#gov:link, ul#logos-large li a#gov:visited {
	background-position: 0 -500px;
}

#sponsors ul#logos-large li {
	float: left;
	list-style-type: none;
	width: 150px;
}

#sponsors ul#logos-small li a  {
	width: 150px;
	display: block;
	height: 50px;
	text-indent: -9000px;
	background: url(../images/sponsors/logos-small.gif) 0 0;
	list-style-type: none;
	margin: 6px;
}

#directions ul#logos-small li a  {
	width: 150px;
	display: block;
	height: 50px;
	text-indent: -9000px;
	background: url(../images/sponsors/logos-small.gif) 0 0;
	list-style-type: none;
	margin: 0 12px 0 -12px;
}

#sponsors ul#logos-small li, #directions ul#logos-small li {
	float: left;
	list-style-type: none;
}

ul#logos-small li a#oac:link, ul#logos-small li a#oac:visited {
	background-position: 0 -50px;
}

ul#logos-small li a#ont:link, ul#logos-small li a#ont:visited {
	background-position: 0 -100px;
}

ul#logos-small li a#iaf:link, ul#logos-small li a#iaf:visited {
	background-position: 0 -150px;
}

ul#logos-small li a#ott:link, ul#logos-small li a#ott:visited {
	background-position: 0 -250px;
}

ul#logos-small li a#bwc:link, ul#logos-small li a#bwc:visited {
	background-position: 0 -200px;
}

ul#sponsor-logos {
	list-style-type: none;
	background: #8E0C3A url(../images/footer.gif) no-repeat 0 -48px;
	padding-top: 50px;
	padding-bottom: 50px;
}

ul#sponsor-logos li
 {
	display: inline;
	text-align: center;
}

ul#sponsor-logos li a:link, 
ul#sponsor-logos li a:visited {
	text-indent: -9000px;
	display: inline-block;
	height: 49px;
}

#civ {
	width: 180px;
	height: 49px;
	background: url(../images/logos/civ-museum.gif) no-repeat;
}

#ctv {
	height: 49px;
	width: 83px;
	background: url(../images/logos/ctv.gif) no-repeat;
}

#oac {
	height: 49px;
	width: 145px;
	background: url(../images/logos/oac.gif) no-repeat;
}

#gov {
	height: 49px;
	background: url(../images/logos/gov-canada.gif) no-repeat;
	width: 98px;
}

#ont {
	height: 49px;
	width: 98px;
	background: url(../images/logos/ontario.gif) no-repeat;
}

#ott {
	height: 49px;
	background: url(../images/logos/ottawa.gif) no-repeat;
	width: 79px;
}

#hot {
	height: 49px;
	width: 54px;
	background: url(../images/logos/hot899.gif) no-repeat;
}

#bwc {
	height: 49px;
	background: url(../images/logos/bestwestern-cartier.gif) no-repeat;
	width: 113px;
}

ul#location-date {
	background-color: #8E0C3A;
	text-align: center;
	padding: 4px;
}

#location-date li {
	color: white;
	text-transform: uppercase;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
	display: inline;
	padding-right: 50px;
	padding-left: 50px;
}
