/*---------------------------------------------------------------

		Author: 				geoff@burocreative.ca
		Last updated: 			
		
----------------------------------------------------------------*/

/*---------------------------------------------------------------
		GLOBAL RESET			
----------------------------------------------------------------*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	/*vertical-align: baseline;*/
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	}
	
:focus {
	outline:none;
	}
	

/*---------------------------------------------------------------
	GENERAL LAYOUT		
----------------------------------------------------------------*/

body {
	font-family:Helvetica, Arial, sans-serif;
	background-color:#000;
	color:#383636;
}

#mainWrapper {
	width:100%;
	background-color:#000;
}

#headerWrapper {
	background:url(../../images/bg.jpg) repeat-x top #FFF;
	width:100%;
}

#header {
	height:100px;
	width:976px;
	margin:0 auto;
	background:url(../../images/header_bg.jpg) no-repeat top #FFF;
}

#mainContentWrapper {
	width:100%;
	background-color:#FFF;
	padding:0 0 50px 0;
	border-bottom:4px solid #e2e1e1;
}

#mainContent {
	width:960px;
	/*background:url(../../images/grid.gif) repeat-y top;*/
	margin:0 auto;
	background-color:#FFF;
}

/*-----------------------MAIN NAV-----------------------*/

#header img {
	float:left;
	margin:38px 0 0 40px;
	padding:0;
}

ul#mainNav {
	float:right;
	margin:55px 30px 0 0;
	padding:0;
	width:579px;
}

ul#mainNav li {
	float:left;
	/*padding:0 0 0 30px;*/
	font-weight:bold;
	text-indent:-9999px;
}

/*ul#mainNav li a {
	display:block;
	padding:5px 0 5px;
}

ul#mainNav li#current a{
	color:#023f4c;
}*/


ul#mainNav li a {
   	display: block;
  	height:24px;
	background:url(../../images/main_nav.gif) no-repeat 0 0;
}

ul#mainNav li a.mainHome {
   background-position: 0 0px;
   width:59px;
}

ul#mainNav li a.mainHome:hover {
   background-position: 0 -24px;
}

ul#mainNav li#current a.mainHome {
   background-position: 0 -48px;
}

ul#mainNav li a.mainAbout {
   background-position: -59px 0px;
   width:60px;
}

ul#mainNav li a.mainAbout:hover {
   background-position: -59px -24px;
}

ul#mainNav li#current a.mainAbout {
   background-position: -59px -48px;
}

ul#mainNav li a.mainInductees {
   background-position: -119px 0px;
   width:83px;
}

ul#mainNav li a.mainInductees:hover {
   background-position: -119px -24px;
}

ul#mainNav li#current a.mainInductees {
   background-position: -119px -48px;
}

ul#mainNav li a.mainNominations {
   background-position: -202px 0px;
   width:101px;
}

ul#mainNav li a.mainNominations:hover {
   background-position: -202px -24px;
}

ul#mainNav li#current a.mainNominations {
   background-position: -202px -48px;
}

ul#mainNav li a.mainContribute {
   background-position: -303px 0px;
   width:88px;
}

ul#mainNav li a.mainContribute:hover {
   background-position: -303px -24px;
}

ul#mainNav li#current a.mainContribute {
   background-position: -303px -48px;
}

ul#mainNav li a.mainQball {
   background-position: -391px 0px;
   width:58px;
}

ul#mainNav li a.mainQball:hover {
   background-position: -391px -24px;
}

ul#mainNav li#current a.mainQball {
   background-position: -391px -48px;
}

ul#mainNav li a.mainNews {
   background-position: -449px 0px;
   width:58px;
}

ul#mainNav li a.mainNews:hover {
   background-position: -449px -24px;
}

ul#mainNav li#current a.mainNews {
   background-position: -449px -48px;
}

ul#mainNav li a.mainContact {
   background-position: -507px 0px;
   width:72px;
}

ul#mainNav li a.mainContact:hover {
   background-position: -507px -24px;
}

ul#mainNav li#current a.mainContact {
   background-position: -507px -48px;
}



/*-----------------------GENERAL LINKS-----------------------*/
	
	
a:link, a:visited {
	color:#0186a3;
	text-decoration:none;
	}
	
a:hover {
	color:#023f4c;
	text-decoration:none;
	}
	
a:active {
	color:#666666;
	}
	
	
/*-----------------------HOMEPAGE-----------------------*/

#homeRegion1 {
	width:960px;
	position:relative;
	min-height:520px;
}

#homeIntro {
	background:url(../../images/homeIntro_bg.gif) no-repeat top;
	height:315px;
	padding:55px 0 0;
}

.sifrIntroBlurb {
	float:right;
	width:575px;
	font-size:25px;
	margin-right:25px;
}

/*---------HOMEPAGE SLIDER-----*/

#sliderBtn {
	position:absolute;
	top:150px;
	left:0;
	z-index:250px;
}

#sliderBtn .prev {
	position:absolute;
	top:210px;
	left:-8px;
	background:url(../../images/sliderBtn_left.jpg) no-repeat;
	height:36px;
	width:36px;
	text-indent:-9999px;
	display:block;
}

#sliderBtn .prev:hover {
	background:url(../../images/sliderBtn_left.jpg) no-repeat 0 -36px;
}

#sliderBtn .next {
	position:absolute;
	top:210px;
	right:-969px;
	background:url(../../images/sliderBtn_right.jpg) no-repeat;
	height:36px;
	width:36px;
	text-indent:-9999px;
	display:block;
}

#sliderBtn .next:hover {
	background:url(../../images/sliderBtn_right.jpg) no-repeat 0 -36px;
}

#homeSlider {
	position:absolute;
	top:200px;
	left:10px;
	z-index:20px;
	background:url(../../images/home_slider_bg.png) no-repeat top;
	height:315px;
	width:941px;
}

#homeSlider .homeSliderInner {
	margin:66px 0 0 40px;
}

#homeSlider .homeSliderInner ul {
	width:880px;
	height:285px;
}

#homeSlider .homeSliderInner ul li {
	float:left;
	width:420px;
	height:220px;
	background-color:#1f1e1e;
	margin-right:20px; 
}

.inducteeSlider img {
	float:left;
	padding-right:12px;
}

.inducteeSlider p {
	padding:15px;
	font-size:15px;
	color:#d0cfcf;
}

.inducteeSlider a {
	line-height:18px;	
}

#homeRegion2 {
	width:940px;
	padding:20px 10px;
}

.homeNewsContainer {
	float:left;
	width:480px;
}

.homeNewsContainer p {
	font-size:12px;
	line-height:19px;
}

.col4 {
	float:left;
	width:200px;
	padding-right:20px;
	margin-right:20px;
	display:inline; /*kills ie6 double margin bug*/
}

.col4 h3 {
	font-weight:bold;
	padding-bottom:4px;
	line-height:18px;
}
.homeNewsContainer h3 a {
	font-weight:bold;
	line-height:17px;
	margin-bottom:3px;
	display:block;
}

.homeRightCol {
	float:left;
	width:460px;
}

.nominateBlockHome {
	background:url(../../images/nominate_home_bg.jpg) no-repeat;
	width:380px;
	height:241px;
	margin-bottom:15px;
	padding:40px;
}

.faceBook {
	background:url(../../images/fb_background.jpg) no-repeat;
	height:42px;
	width:460px;
	padding:30px 0 0 0;
}

.faceBook a {
	margin:0 0 0 85px;
	font-size:14px;
	font-weight:bold;
}

.homeNominateBtn {
	background:url(../../images/nominations_btn_2.gif) no-repeat 0 0;
	height:34px;
	width:214px;
	display:block;
	margin-top:10px;
}

.homeNominateBtn:hover {
	background:url(../../images/nominations_btn_2.gif) no-repeat 0 -34px;
}

.homeNominateBtn span {
	display:none;	
}



/*-----------------------INDUCTEES PAGE-----------------------*/

#interiorIntroFull {
	background:url(../../images/homeIntro_bg.gif) no-repeat top;
	height:255px;
	padding:35px 0 0;
}

h1.sifrInteriorHead, h1.sifrInteriorSub {
	margin:0 35px;	
}

.inducteesMain {
	width:925px;
	background:url(../../images/inductees_main_bg.png) repeat-y;
	min-height:300px;
	margin:0 0 0 10px;
	padding:25px 0 0 25px;
}

#inducteeTabs {
	position:relative;
	z-index:25px;
	top:-40px;
}


#inducteeTabs ul {
	width:938px;
	height:46px;
	margin:0 0 0 10px;
	background:url(../../images/inductees_main_top_bg.png) no-repeat top left;
}

#inducteeTabs ul li {
	float:left;
	padding:15px 25px 0 25px;
	font-size:15px;
	font-weight:bold;
	margin:0;
}

#inducteeTabs ul li.specialLeft {
	border-right:1px solid #d0cfcf;
}

.ui-tabs .ui-tabs-hide {
     display:none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color:#d2257d;
	background:url(../../images/testTab.gif) no-repeat bottom;
}

.inductessMainBottom {
	width:938px;
	background:url(../../images/inductees_main_bottom_bg.png) no-repeat;
	height:12px;
	margin-left:10px;
}	

.inducteeMainProfile {
	float:left;
	width:260px;
	border:6px solid #d9d9d9;
	background-color:#1f1e1e;
	margin:0 32px 32px 0;
	display:inline; /*kills ie6 double margin bug*/
}

.inducteeMainProfile p {
	padding:16px 15px;
	font-size:14px;
	color:#999;
	line-height:20px;
}

/*-----------------------INDUCTEES INDIVIDUAL PAGE-----------------------*/

#interiorIntroHalf {
	background:url(../../images/homeIntro_bg.gif) no-repeat top;
	height:135px;
	padding:35px 0 0;
}

#interiorIntroQuarter {
	background:url(../../images/homeIntro_bg.gif) no-repeat top;
	height:90px;
	padding:35px 0 0;
}

#inducteeIndMain {
	width:890px;
	margin:25px 0 0 35px;	
}

#inducteeIndLeft {
	float:left;
	width:314px;
	margin:0 20px 0 0;
	display:inline; /*kills ie6 double margin bug*/
}

#inducteeIndLeft img {
	border:6px solid #d9d9d9;
}

#inducteeIndLeft p {
	margin:25px 0 0 10px;
	font-weight:bold;
	padding-bottom:8px;
}

#inducteeIndLeft ul {
	font-size:13px;
	font-weight:bold;
	width:271px;
	border-top:1px solid #e1e0e0;
}

#inducteeIndLeft ul li {
	border-bottom:1px solid #e1e0e0;	
}

#inducteeIndRight {
	float:left;
	width:540px;
}

#inducteeIndRight p, #inducteeIndRight p strong {
	font-size:13px;
	line-height:20px;
}

#inducteeIndLeft a {
	border-bottom:1px dotted #EAEAEA;
	display:block;
	padding:8px 15px;
	text-decoration:none;
}
	
#inducteeIndLeft a:hover {
	background-color:#f6f4f4;
	text-decoration:none;
}

#inducteeIndLeft li.active a {
	color:#023f4c;
	text-decoration:none;
}
	
#generalCol {
	width:540px;	
}

.homeLink {
	border-top:1px solid #d5d1d1;
	margin-top:20px;
	padding-top:10px;
	font-weight:bold;
}


/*----NOMINATION FORM------*/

#formWrap {
	background-color:#ecebeb;
	margin:15px 10px 0;
	padding:40px 25px 25px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
	border:2px solid #e1e0e0;
}

#formWrap textarea {
	border:1px solid #CCC;
	margin:6px 0 20px;
	height:200px;
	width:500px;
	padding:5px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666;
}

#formWrap input {
	height:15px;
	margin:6px 0 10px;
	padding:4px 3px 2px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666;
}

.wpcf7-form {
	width:550px;	
}

.formIntro {
	font-weight:bold;
	margin-bottom:15px;
}

span.formHighlight {
	font-weight:bold;
	color:#C00;
}

#formWrap .submitBtn input {
	color:#333;
	cursor:pointer;
	height:22px;
}

/*#nominationForm {
	background-color:#ecebeb;
	margin:15px 10px 0;
	padding:40px 25px 25px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
	border:2px solid #e1e0e0;
}

#nominationForm table {
	width:600px;
}

#nominationForm label {
	font-size:13px;
	line-height:18px;
}

#nominationForm table td {
	padding:5px 20px 5px 0;
}

#nominationForm input {
	width:250px;
}

#nominationForm textarea {
	width:250px;
	height:100px;
}

#nominationForm #submit {
	width:auto;	
}*/


#singleCol {
	width:540px;
	margin:25px 0 15px 15px;
}

#nominationWrap {
	position:relative;
}

.nominationGuidelinesBtn {
	position:absolute;
	right:45px;
	top:50px;
	background:url(../../images/nomination_guidelines.png) no-repeat;
	height:39px;
	width:210px;
	display:block;
}

.nominationGuidelinesBtn:hover {
	background:url(../../images/nomination_guidelines.png) no-repeat 0 -39px;
}

.nominationGuidelinesBtn span {
	display:none;	
}

/*-----------------------NEWS MAIN PAGE-----------------------*/

#newsBlockWrapper {
	width:960px;
	margin:0 auto;
	padding:15px 0 25px 10px;
}

/*.newsPageBlock {
	width:220px;
	float:left;
	margin:20px 16px 0 0;
}*/

.newsPageBlock {
	width:940px;
	border-bottom:1px solid #E9E9E9;
	margin-bottom:25px;
	padding:20px 0 20px 0;
}

.newsBlockLeft {
	float:left;
	width:200px;
	padding-left:25px;
}

.newsBlockRight {
	float:left;
	width:650px;
}

.newsPageBlock h3 {
	font-weight:bold;
	font-size:20px;
	padding-bottom:10px;
}

.newsPageBlock h3 a {
	line-height:18px;
}

.pagination {
	margin-left:225px;	
}

.pagination p {
	float:left;
	font-weight:bold;
	padding-right:15px;
}

.newsPageBlock ul li {
	line-height:20px;
	list-style:disc;
	padding-bottom:5px;
    margin-left:12px;
}

/*----TEXT REPLACEMENT----*/

.prideBlurb {
	float:left;
	background:url(../../images/slogan_home_2.png) no-repeat;
	height:101px;
	width:290px;
	display:block;
	margin-left:30px;
}

.prideBlurb span {
	display:none; 
}

.qnewsHomeTitle {
	background:url(../../images/qnews_title_home.gif) no-repeat;
	display:block;
	width:77px;
	height:23px;
	padding-bottom:10px;
}

.qnewsHomeTitle span {
	display:none;	
}

.nominateTitleHome {
	background:url(../../images/nominateHomeTitle.gif) no-repeat;
	display:block;
	width:380px;
	height:55px;
	margin-bottom:15px;
}

.nominateTitleHome span {
	display:none; 	
}

/*-----------------------FOOTER-----------------------*/

#footer {
	background:url(../../images/footer_bg.jpg) no-repeat top;
	height:148px;
	padding:15px 0 0;
}

#footerInfo {
	margin:0 auto;
	width:762px;
	height:50px;
	padding:15px 0 0 45px;
	background:url(../../images/footer_bg.png) no-repeat;
}

#footerInfo p {
	display:inline;
	padding:0 5px 0 0;
	color:#c1bfbf;
	font-weight:bold;
}

#footerInfo p span {
	font-weight:normal;	
}

/*-----------------------TYPE-----------------------*/

p {
	font-size:13px;
	line-height:20px;
	padding-bottom:10px;
}

h1 {
	font-size:40px;	
}

h2 {
	font-size:20px;	
}

h3 {
	font-size:14px;
}

ul li, ol li {
	font-size:12px;	
}

strong {
	font-weight:bold;	
}

em {
	font-style:italic;	
}

.clear {
	clear:both;	
}
