/* 
 ----------------------------------------------------------------------------
	Company: CBS Interactive, CBS College Sports
	Producer: K-State
 	CSS Document: sport-splash.css
 ---------------------------------------------------------------------------- 
*/
@font-face {
    font-family: 'ArvoRegular';
    src: url('Arvo-Regular-webfont.eot');
    src: url('Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-Regular-webfont.woff') format('woff'),
         url('Arvo-Regular-webfont.ttf') format('truetype'),
         url('Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoItalic';
    src: url('Arvo-Italic-webfont.eot');
    src: url('Arvo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-Italic-webfont.woff') format('woff'),
         url('Arvo-Italic-webfont.ttf') format('truetype'),
         url('Arvo-Italic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoRegular';
    src: url('Arvo-Bold-webfont.eot');
    src: url('Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-Bold-webfont.woff') format('woff'),
         url('Arvo-Bold-webfont.ttf') format('truetype'),
         url('Arvo-Bold-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoItalic';
    src: url('Arvo-BoldItalic-webfont.eot');
    src: url('Arvo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-BoldItalic-webfont.woff') format('woff'),
         url('Arvo-BoldItalic-webfont.ttf') format('truetype'),
         url('Arvo-BoldItalic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* colors
 ----------------------------------------------------------------------------
	text: #666
	link: #444
 	link.hover: #666
 ----------------------------------------------------------------------------
*/


body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
html, body, #page-bg, #page-bg table, #page-bg td {
	height: 100%;
	overflow: hidden;
	width: 100%
}
body {
	font-size: 70%;
	background-image: url(../images/screenshots.jpg);
	background-repeat: repeat;
	background-position: right center;
}

img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	color: #666666;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
a {
	color: #490F76;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}

/*
PAGE
*/
#page-bg div {
	height: 200%;
	left: -50%;
	position: absolute;
	top: -50%;
	width: 200%;
	z-index: -200;
}
#page-bg td {
	text-align: center;
	vertical-align: middle
}
#page-bg img {
	margin: 0 auto;
	min-height: 50%;
	min-width: 50%
}
#leftbar {background: url(../images/leftbar.gif) repeat-y; position: absolute; left: 0px; top: 0px; width:64px; height: 100%; z-index: 200 }
#rightbar {background: url(../images/rightbar.gif) repeat-y; position: absolute; right: 0px; top: 0px; width:64px; height: 100%; z-index: 200 }
#welcome-txt {
	background-image: url(../images/ewaw.png);
	background-repeat: no-repeat;
	background-position: left 54%;
	position: fixed;
	left: 10%;
	height: 100%;
	width: 500px;
	z-index: 2;
}
#videoembed {
	position: fixed;
	left: 88px;
	height: 349px;
	width: 560px;
	z-index: 2;
	top: 50%;
	margin-top: -210px;
}

#hero {
	background: no-repeat;
	width: 1200px;
	min-height: 1500px;
	position: absolute;
	z-index: 1;
	left: 48%;
	overflow: hidden;
	top: 120px;
}
#badge {
	height: 108px;
	width: 328px;
	z-index: 300;
	background-image: url(../images/badge.jpg);
	position: absolute;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#chooser {
	width: 200px;
	left: 352px;
	top: 10px;
	position: absolute;
	z-index: 1;
}
#ewaw {
	font: 16px/22px 'ArvoRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #490F76;
	width: 280px;
	position: absolute;
	top: 14px;
	z-index: 1;
	left: 553px;
	text-align: center;
}
#ewaw span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
#fbml {
	width: 600px;
	position: absolute;
	top: 18px;
	z-index: 999;
	left: 388px;
}
#support {
	height: 30px;
	width: 88px;
	position: absolute;
	right: 100px;
	top: 15px;
	z-index: 998;
	overflow:hidden;
}
a.techsupport {
	float:left;
	width: 88px;
	height: 30px;
	background: url(../images/help.gif) no-repeat;
}

a.techsupport:hover {
	background-position: 0px -30px;	
}
#schedule {
	height: 30px;
	width: 110px;
	position: absolute;
	right: 212px;
	top: 15px;
	z-index: 998;
	overflow:hidden;
}
a.programsched {
	float:left;
	width: 110px;
	height: 30px;
	background: url(../images/schedule.gif) no-repeat;
}

a.programsched:hover {
	background-position: 0px -30px;	
}

.ie7 a.register {
	zoom:1; *display: inline; _height: 30px
}
#header {
	height:109px;
	position: fixed;
	top: 0;
	left: 328px;
	right: 0;
	overflow: hidden;
	z-index: 6;
}
#navbar-wrap {
	height: 89px;
	margin-top: 0px;
	margin-right: 88px;
	margin-bottom: 8px;
	margin-left: 24px;
	min-width: 750px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #490E76;
}

#navbar {
	background-image: url(../images/topmenu-bg.jpg);
	height: 26px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: relative;
	padding-top: 62px;
}

#navbar .pagenav {
	display: block;
	text-align: right;
}

#wrap {min-height: 100%;}

#main {
	overflow:auto;
	padding-bottom: 126px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -126px; /* negative value of footer height */
	height: 126px;
	min-width: 860px;
	clear:both;
	margin-right: 88px;
	margin-left: 88px;
	z-index: 5;
} 
#leftcol, #ctrcol, #rightcol  {
	width: 32%;
	float: left;
	height: 126px;
	background-image: url(../images/box-bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #D7D7D7;
	background-repeat: repeat-x;
	background-position: center top;
	}
#leftcol, #ctrcol  {
	margin-right: 2%;		
}
#ctrcol  {
	width: 31%;		
}
#twitter_div {
	background-image: url(http://grfx.cstv.com/schools/ksu/graphics/twitter_badge.gif);
	background-repeat: no-repeat;
	height: 112px;
	width: 100%;
	position: relative;
	background-position: 20px 43px;
	float: left;
}
#twitter_div #twitter_update_list {
	padding: 0px;
	height: 106px;
	width: 75%;
	overflow: auto;
	margin: 3px 0px 0px 60px;
	position: relative;
	display: table;
	color: #666666;
}
#twitter_div #twitter_update_list ul {
                display: table-row;
                }
#twitter_div #twitter_update_list li {
                display: table-cell;
                vertical-align: middle; 
        list-style: none;
                }
.col-wrap {
	display: block;
	width: 90%;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	overflow: auto;
}
#footer h3 {
	font: 16px/20px 'ArvoRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #490F76;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #490F76;
}
.col-wrap ul {
	display: table-row;
}
.col-wrap li {
	display: table-cell;
	vertical-align: middle;
	list-style-type: none;
}

/* NAVIGATION
 ----------------------------------------------------------------------------
 ----------------------------------------------------------------------------
*/

#header-nav {
	list-style: none;
	position: relative;
}
#header-nav li {
	height: 15px;
	display: inline;
	
}
#header-nav li a {
	display: inline-block;
	text-indent: -9999px;
	float: left;
	height: 17px;
	overflow: hidden;
	background-image: url(../images/sprite-menu.png);
	background-repeat: no-repeat;
	margin-left: 32px;
}
/* BUTTONS */

#header-nav li.news a {
	background-position: 0 0;
	width: 181px;
}
#header-nav li.sports a {
	background-position: 0 -17px;
	width: 74px;
}
#header-nav li.speakers a {
	background-position: 0 -34px;
	width: 99px;
}
#header-nav li.arts a {
	background-position: 0 -51px;
	width: 50px;
}
#header-nav li.alumni a {
	background-position: 0 -68px;
	width: 184px;
}
/* OVER STATES */

#header-nav li.news a:hover {
	background-position: 0 -85px;
	width: 181px;
}
#header-nav li.sports a:hover {
	background-position: 0 -102px;
	width: 74px;
}
#header-nav li.speakers a:hover {
	background-position: 0 -119px;
	width: 99px;
}
#header-nav li.arts a:hover {
	background-position: 0 -136px;
	width: 50px;
}
#header-nav li.alumni a:hover {
	background-position: 0 -153px;
	width: 184px;
}
/* PRESSED STATES */

#header-nav li.news a:active {
	background-position: 0 -170px;
	width: 181px;
}
#header-nav li.sports a:active {
	background-position: 0 -187px;
	width: 74px;
}
#header-nav li.speakers a:active {
	background-position: 0 -204px;
	width: 99px;
}
#header-nav li.arts a:active {
	background-position: 0 -221px;
	width: 50px;
}
#header-nav li.alumni a:active {
	background-position: 0 -238px;
	width: 184px;
}
/* SELECTED STATES */

#header-nav.news-on li.news a {
	background-position: 0 -170px;
	width: 181px;
}
#header-nav.speakers-on li.speakers a {
	background-position: 0 -204px;
	width: 99px;
}
#header-nav.arts-on li.arts a {
	background-position: 0 -221px;
	width: 50px;
}
#header-nav.alumni-on li.alumni a {
	background-position: 0 -238px;
	width: 184px;
}
