@import url('fonts.css?v=3');

/* Responsive Styles */
html,
body {
    height: 100%;
    background: #76777a url('../img/stone.png') center center;
}

body {
    padding-top: 80px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'webBook', Arial, sans-serif;
	font-size: 8pt;
}

.navbar-brand {
	float: left;
	height: 60px;
	padding: 5px 5px;
	font-size: 18px;
	line-height: 20px;
}

.main-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'webRegular';
  font-weight: normal;
}
.main-table th,
.main-table td {
  word-break: normal;
}

.main-table img {
	height: 15px !important;
	width: 15px !important;
}

.main-table thead {
  background: none;
}
.main-table thead th {
  font-weight: bold;
  font-size: 1.1em;
  padding: 4px 8px;
  font-style: normal;
  color: #000;
  vertical-align: bottom;
}

table.main-table td.thead_sub {
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 8px;
	background-color: #f5f5f5;
}

.main-table tbody tr {
  border-top: 1px solid #cccccc;
  background: none;
}
.main-table tbody tr th {
  text-align: left;
  font-weight: normal;
}
.main-table tbody tr th[scope=colgroup] {
  background-color: #e5e5e5;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.main-table tbody tr td,
.main-table tbody tr th {
  padding: 4px 8px;
  color: #000;
  border: 1px solid #cccccc;
}


.vtlogo {
  width: 362px;
  height: 50px;
  background: url('../img/admin3.svg');
  background-position: center top;
}

.spirit h1, .spirit h3, .spirit h4 {
	font-family: 'VTWebBook', Arial, sans-serif;
	font-weight: bold;
}

.spirit h3, .spirit h4 {
	border-bottom: #ea5329 solid 1px;
	color: #640031;
}

.navbar-inverse {
	background-color: #640031;
	border-bottom: 5px solid #ea5329;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.error {
	color: #a00;
}

header {
	position: relative;
	width: 100%;
	min-height: 300px;
	text-align: center;
	color: #fff;
	background-image: url('http://www.hokiesports.com/spirit/requests/img/hokiebird.jpg');
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

header .header-content {
	position: absolute;
	top: 50%;
	padding: 0 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

header .header-content .header-content-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 40px;
	background-color: #640031;
	border-top: 2px solid #ea5329;
	font-family: 'webHeadingCond';
}

footer p {
	width: auto;
	padding: 10px; 15px;
	color: #fff;
}

.container {
    width: 100%;
}

.red {
	color: #a00;
}

h2 {
	font-size: 16pt;
	font-family: 'VTWebRegular', Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0px;
}
h3 {
	font-size: 12pt;
	font-family: 'VTWebBook', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0px;
}

.releaseitem {
	display: inline-block;
	padding: 0px 0px;
	width: 100%;
	border-bottom: 1px solid #c8c9c7;
}

.releaseitem:last-child {
	border-bottom: 0px;
}

.releaseitem .sport {
	width: 10%;
	display: inline-block;
	padding-right: 10px;
}

.releaseitem .title {
	width: 65%;
	display:inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	padding-right: 10px;
}
.releaseitem .date {
	width: 20%;
	display: inline-block;
	padding-right: 10px;
	white-space: nowrap;
	overflow: hidden;
}
.releaseitem .edit {
	width: 5%;
	display: inline-block;
}

a {
	color: #640031;
}

a.left {
	color: #fff;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	display: block;
	font-size: 9pt;
	line-height: 13pt;
	text-transform: uppercase;
	font-weight: bold;
}

a.right {
	color: #fff;
	float: right;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	display: block;
	font-size: 9pt;
	line-height: 13pt;
	text-transform: none;
}

a.left:visited, a.right:visited {
	color: #fff;
}

.infobox {
	border-bottom: 0px;
	padding-bottom: none;
	margin-bottom: none;
	
	border-left: 1px solid #c8c9c7;
	padding-left: 10px;
	margin-left: 10px;
	font-size: .8em;
	max-width: 300px;
}

.admin-box {
	width: 100%;
	color: #000;
	padding-bottom: 20px;
}

.admin-box .header {
    padding: 5px 10px;
	border-bottom: 2px solid #ea5329;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #640031;
    color: #fff;
	font-family: 'webHeadingCond';
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.admin-box .content {
    padding: 5px 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #ddddde;
	border-bottom: 1px solid #ea5329;
}

.admin-box .links {
    padding: 5px 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	background-color: #ddddde;
}

.recruitedit form {
	display: inline-block;
}

input.button{display:inline-block;}

.admin-box input[type=submit], .admin-box input[type=reset] {
    clear: both;
    padding: 2px 5px;
    margin-right: 5px;
    background: #640031;
    color: #fff;
    font-family: 'webHeadingCond';
    font-weight: bold; 
	text-transform: uppercase;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	display: inline-block;
}
.admin-box input[type=reset] {
    background: #ea5329;
    color: #fff;
}
.seperator {
	float: right;
	color: #ea5329;
	font-size: 10pt;
	display: block;
	font-weight: normal;
	text-transform: none;
}

.dropdown-menu li{
	clear: both;
}

.menulines li {
	border-top: 1px solid #aaa;
}

.minicaldate {
	width: 14%;
	vertical-align: bottom;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
.minicalevent {
	vertical-align: top;
	text-align: left;
}
.minicaltime {
	font-weight: normal;
}
.minicaltitle {
	font-weight: bold;
	font-size: 10pt;
	margin-left: 0.5em;
}
.minicallocation {
	font-style: italic;
	font-size: 8pt;
	margin-left: 0.5em;
	padding-bottom: 10px;
}

.fusion-sep-clear {
    clear: both;
    display: block;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    width: 100%;
    overflow: hidden;
}

.fusion-separator {
    margin: 0 auto;
    border: 0 solid #fff;
    clear: both;
    position: relative;
}

.fusion-separator.sep-none {
    height: 1px;
}

.fusion-separator.sep-double {
    height: 8px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}

.fusion-separator.sep-single {
    border-top-width: 1px;
}

.fusion-separator.sep-dashed {
    border-bottom-style: dashed;
    border-top-style: dashed;
}

.fusion-separator.sep-dotted {
    border-bottom-style: dotted;
    border-top-style: dotted;
}

.fusion-separator.sep-shadow {
    height: 1px;
    overflow: visible;
    border: none;
    background: none;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(150, 150, 150, 0)), color-stop(15%, rgba(150, 150, 150, 0)), color-stop(50%, rgba(150, 150, 150, 0.65)), color-stop(85%, rgba(150, 150, 150, 0)), color-stop(100%, rgba(150, 150, 150, 0)));
    background: -webkit-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    background: -moz-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    background: -ms-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    background: -o-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    background: linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType='1');
}

.fusion-separator.sep-shadow:after {
    display: block;
    margin-top: 10px;
    height: 6px;
    width: 100%;
    content: '';
    background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%);
    background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
    background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%);
}

@media (min-width: 768px) {
	body {
		font-size: 10pt;
	}
}

@media(min-width: 940px) {
	a.left {
		color: #640031;
		font-size: 8pt;
		line-height: 9pt;
	}
	a.right {
		color: #640031;
		font-size: 8pt;
		line-height: 9pt;
	}
	a.left:visited, a.right:visited {
		color: #640031;
	}
	.seperator {
		font-size: 9pt;
	}
	.sportmenu {
		background: #e6e6e6 url('../img/stonemenu3.png') bottom left repeat-x;
	}
	.menulines li:first-child {
		border-top: 0px;
	}

	h2 {
		font-size: 20pt;
	}
	h3 {
		font-size: 18pt;
	}
	.carousel-caption {
		position: absolute;
		right: 5%;
		bottom: 20px;
		left: 5%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
		color: #fff;
		text-align: center;
		text-shadow: 3px 3px 2px rgba(0, 0, 0, .6);
	}
}

.releases table {
	width: 100%;
}
.releases td {
	padding-right: 10px;
}

@media(min-width: 1062px) {
	a.left {
		color: #640031;
		font-size: 10pt;
		line-height: 11pt;
	}
	a.right {
		color: #640031;
		font-size: 10pt;
		line-height: 11pt;
	}
	a.left:visited, a.right:visited {
		color: #640031;
	}
	.seperator {
		font-size: 11pt;
	}
	h2 {
		font-size: 28pt;
	}
	h3 {
		font-size: 24pt;
	}
}

@media(min-width: 1200px) {
	a.left {
		color: #640031;
		font-size: 12pt;
		line-height: 13pt;
	}
	a.right {
		color: #640031;
		font-size: 12pt;
		line-height: 13pt;
	}
	a.left:visited, a.right:visited {
		color: #640031;
	}
	.seperator {
		font-size: 12pt;
	}
	h2 {
		font-size: 34pt;
	}
	h3 {
		font-size: 26pt;
	}
}

@media print {
	.page-break	{
		display: block;
		page-break-before: always;
	}
	.main-table thead th {
		font-size: 8pt;
	}
	.main-table tbody tr td {
		font-size: 8pt;
		padding: 2px 4px;
	}
}