[role="application"]{
	background:#fff;
	}
[role="main"]{
	margin-top:50px;
	}
	/*#iphone_varsitystats [role="main"],#ipad_varsitystats [role="main"]{
		margin-top:0px;
	}*/
[role="navigation"]{
	display:block;
	}

body#iphone_varsitystats{padding:0 5px 0 5px;}
body#ipad_varsitystats{padding:0 10px 0 10px;}
.navbar-fixed-top, .navbar-fixed-bottom{ margin-right:0; margin-left:0; }

/* GPC's - Global Positioning Classes*/
.margin-all-none{margin:0;}.margin-all-sm{margin:5px;}.margin-all-med{margin:10px;}.margin-all-lrg{margin:20px;}
.margin-top-none{margin-top:0}.margin-top-sm{margin:5px;}.margin-top-med{margin-top:10px !important;}.margin-top-lrg{margin-top:20px !important;}
.margin-bottom-med{margin-bottom:10px !important;}.margin-bottom-lrg{margin-bottom:20px !important;}
.margin-left-sm{margin-left:5px !important;} .margin-left-med{margin-left:10px !important;}.margin-left-lrg{margin-left:20px !important;}
.hd-font{
	font-family: 'Podkova', sans-serif;
	}
/*.navbar-fixed-top .container, .navbar-fixed-bottom .container{
	width:95%;
}*/

	.subnav {
		width: 100%;
		height: 36px;
		background-color: #EEE;
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,whiteSmoke), color-stop(100%,#EEE));
		background-image: -webkit-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
		background-image: -ms-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
		background-image: -o-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
		background-image: linear-gradient(top, whiteSmoke 0%,#EEE 100%);
		border: 1px solid #E5E5E5;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}
.navbar .nav > li > a, .table th a{color:#fff;}
/*.table th a{border-bottom: 1px solid #666;}*/

.navbar-inner,.nav-tabs > li > a, .table th {	
	color:#fff;
	background: #566172; /* Old browsers */
	background: -moz-linear-gradient(top,  #566172 0%, #313c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#566172), color-stop(100%,#313c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #566172 0%,#313c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #566172 0%,#313c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #566172 0%,#313c4c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #566172 0%,#313c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#566172', endColorstr='#313c4c',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	color:white;
	background: #6a8fc5; /* Old browsers */
	background: -moz-linear-gradient(top, #6a8fc5 0%, #456a9f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a8fc5), color-stop(100%,#456a9f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6a8fc5 0%,#456a9f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6a8fc5 0%,#456a9f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6a8fc5 0%,#456a9f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6a8fc5 0%,#456a9f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a8fc5', endColorstr='#456a9f',GradientType=0 ); /* IE6-9 */
}
.navbar .divider-vertical {
	height: 40px;
	width: 1px;
	margin: 0 9px;
	overflow: hidden;
	background-color: #566172;
	border-right: 1px solid #333;
}
.search-query{width:170px;}


.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {/*padding:5px;*/}

.accordion-group {
	background-color: white;
	margin-bottom: 15px;
	}

.accordion-heading {
	background-color: #F9F9F9;
	}

.nav-c	{
	padding-left: 18%; 
	margin-bottom: 0px;
	}

.nav-c2 {
	padding-left: 33%;
	}	

.hdr {
	font-weight: bold;
	}


table .c, .c {
	text-align: center;
	}

.loss {
color: #9d261d;
}

.win {
color: #46a546;
font-weight:bold;
}

.table-hdr-sort{
	color:#fff !important;
}
.table-hdr-sort .caret, .table-hdr-sort.desc .caret{
	margin-top:7px; margin-left:5px;
}

.table-hdr-sort.asc .caret{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.table-striped{	
	/*border-collapse: separate;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-striped th:first-child {
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px
}

.table-striped th:last-child {
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color:#ebf3f8;
	/*border: 1px solid #DDD;*/
}

.year-pulldown{
	margin-left: auto; 
	margin-right: auto;
	width: 120px; 
	margin: 10px;
	}
	.year-pulldown .dropdown-toggle{font-size: 24px; font-weight: bold;}
	
.well h2{line-height:28px;}

#desktop_varsitystats .container{max-width:940px;}


#iphone_varsitystats .moving-brand{
	width:140px;
	margin-left:auto; margin-right:auto;
	text-align:center;
	}
	#iphone_varsitystats .moving-brand .brand{text-align:center; width:120px; margin-left:auto; margin-right:auto;}

#iphone_varsitystats .well{
	padding:5px;
	}

#iphone_varsitystats table th,#iphone_varsitystats table th a{font-size:10px;}
#iphone_varsitystats table td, #iphone_varsitystats table td a{font-size:11px;}
#iphone_varsitystats .year-pulldown{
	font-size:18px;
	width: 75px; 
	}
	#iphone_varsitystats .year-pulldown .dropdown-toggle{font-size: 14px; font-weight: bold;}


/* TYPE tests*/
.bentham{font-family: 'Bentham', serif; letter-spacing:-4px; word-spacing:.2em; font-weight:normal;}

.caps{font-size:115%}


/* BEGIN Media queries */

@media (max-width: 979px){
.navbar-fixed-top {
	position:fixed !important;
	margin-bottom:0;
	}

}

@media (max-width: 480px) {

}

/* iPhone Landscape */
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
.player {
	width: 100%;
	}
}


@media only screen and (max-device-width: 480px) {

}

/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

@media (min-width: 1200px) {
.span12 {
	max-width: 940px;
	}
.span3 {width:210px;}
.span9 {width:690px;}
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px;}

}