/*  
Theme Name: NXT
Theme URI: http://www.missoulamedia.com/
Description: Made for NXTCentral.com
Version: 1.3
Author: Chris Lynn
Author URI: http://www.missoulamedia.com/

	Thanks to phpBB for a great theme and the inspiration

*/


/* Reset browsers default margin */
* {
	margin: 0;
	padding: 0;
}



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #5f5f5f;
	color: #000;
	padding: 10px 0;
}

p {
	line-height: 1.5em;
	margin: .5em 0;
	font-size: 1.2em;
}

.headerbar {
	background-image: url("images/header.png");
	height: 175px;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}

.bg1 { background-color: #DCDEE2; } /* content color */
.bg2 { background-color: #DCDEE2; } /* footer color */
.bg3 { background-color: #DCDEE2; } /* sidebar color */

.alt {
	background-color: #DCDEE2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#content .postmetadata, #full .postmetadata, .full .postmetadata {
	text-align: center;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h1.stadium {
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 25px;
}

h2 {
	font-size: 2em;;
}

h2.pagetitle {
	font-size: 2em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #000000;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #ff7312;
	text-decoration: none;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #ff7312;
	
}

.entry p {
	font-size: .9em;
	
}

.entry p a:hover {
	color: #000000;
	text-decoration: underline;
}

.entry td {
	font-size: 1.2em;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000000;
}

#site-description .description {
	font-size: 1.5em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 1em;
	letter-spacing: .08em;
}

a {
	color: #ff7312;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
	
h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	color: #ff7312;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Announcement */
#announce h2 a {
	color: #bc2a4d;
}

#announce h2 a:hover {
	text-decoration: underline;
}
/* End Typography & Colors */



/* Begin Structure */
#wrapper {
	margin: 12px 20px 10px 20px;
	min-width: 714px;
	text-align: left;
}

#logo {
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}

#site-description {
	float: left;
}

#site-description .description {
	padding: 0 0 35px 20px;
}

#content {
	float: left;
	width: 72%;
}

#sidebar {
	float: right;
	width: 27%;
	padding: 0 0 10px 0;
}

#full {
	float: left;
	width: 100%;
}

.full {
	float: left;
	width: 100%;
}

.mainleft {
	float: left;
	width: 33%;
	padding-right: 1%;
}

.mainmid {
	float: left;
	width: 33%;
}

.mainright {
	float: right;
	width: 32%;
}

.mainleft2 {
	float: left;
	width: 34%;
	padding-right: 1%;
}

.mainmid2 {
	float: left;
	width: 37%;
}

.mainright2 {
	float: right;
	width: 30%;
}

.pollsleft {
	float: left;
	width: 33%;
	padding-right: 1%;
}

.pollsmid {
	float: left;
	width: 33%;
}

.pollsright {
	float: right;
	width: 32%;
}

#footer {
	text-align: center;
}

.post {
	text-align: justify;
}

.post hr {
	display: block;
}

.contentbody {
	padding: 0 10px;
	margin-bottom: 4px;
	height: 1%;
}

.contentbody a {
	color: #ff7312;
	text-decoration: none;
}

.contentbody a:hover {
	color: #000000;
	text-decoration: underline;
}

.entry {
	margin-top: 1em;
	font-size: 1.4em;
	}
	
.poll {
	font-size: 1.2em;
	}
	
.countdown {
	font-size: 1.1em;
}

.postmetadata {
	clear: left;
}

.ads {
	text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-bottom: 5px;
	margin: 0;
}

h2 {
	margin: 1em 0 0.2em 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0;
	padding: 0;
	color: #000000;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

.entry p img {
	padding: 10px;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.schools ul, fcsdirectory ul, stadiums ul, stadiumdirectory ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
} 

.schools li {
	margin: 0 0 0 10%;
	font-size: 2em;
}

.fcsdirectory li {
	margin: 0 0 0 15px;
	font-size: 2em;
}

.stadiumdirectory li {
	margin: 0 0 0 15px;
	font-size: 2em;
}

.stadiums li {
	margin: 0 0 0 20%;
	font-size: 2em;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#search {
	margin: 0;
	padding-left: 4px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 99%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

.new {
	color: #d21a4e !important;
	font-weight: bold;
}

#search-box #searchform #s {
	width: 108px;
	padding: 1px;
}
/* Header Search Box */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html */
.contentbody:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}
/* End Various Tags & Classes*/



/* BEGIN Lets make the corners rounded */
span.corners-top, span.corners-bottom, span.corners-bottom2, span.corners-top span, span.corners-bottom span, span.corners-bottom2 span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom, span.corners-bottom2 {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span, span.corners-bottom2 span {
	background-image: none;
	background-position: 100% 100%;
}
.contentbody span.corners-top, .contentbody span.corners-bottom {
	margin: 0 -10px;
}

.navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

span.corners-top {
	background-image: url("images/corners_left.png");
}

span.corners-top span {
	background-image: url("images/corners_right.png");
}

span.corners-bottom {
	background-image: url("images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("images/corners_right.png");
}

/* Fix it for IE */
* html span.corners-top, * html span.corners-bottom { background-image: url('images/corners_left.gif'); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url('images/corners_right.gif'); }
* html span.corners-bottom2 { background-image: url('images/corners_left_header.gif'); }
* html span.corners-bottom2 span { background-image: url('images/corners_right_header.gif'); }
/* END rounded corners */


/* Wordpress Stats Hide Icon */
img#wpstats{width:0px;height:0px;overflow:hidden;}


/* Border
---------------------------------------- */
.border-left { 
    background: url("images/border_left.gif") #FFFFFF repeat-y 0 0;
}

.border-right {
    background: url("images/border_right.gif") repeat-y 100% 0;
}

.border-top { 
    background: url("images/border_top.gif") repeat-x 0 0; 
}

.border-top-left {
    background: url("images/border_top_left.gif") no-repeat 0 0;
}

.border-top-right {
    background: url("images/border_top_right.gif") no-repeat 100% 0;
    width: 100%;
}

.border-bottom { 
    background: url("images/border_bottom2.gif") repeat-x 0 100%;
}

.border-bottom span {
    background: url("images/border_bottom.gif") no-repeat 0 0;
    display: block;
    height: 18px; 
}

.border-bottom span span { 
    background-position: 100% -18px;
}

.inside { 
    padding: 17px 27px 0px 27px;
}

#wrap {
	padding: 0 20px;
	min-width: 650px;
	width: 900px;
	margin: 0 auto;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 0px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

.copyright {
	color: #000000;
	text-align: center;
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.copyright a {
	color: #ff7312 !important;
}

.navbar {
	padding: 0 10px;
	margin-bottom: 4px;
	height: 1%;
	background-color: #DCDEE2;
	font-size: 1.4em;
}

.directory h3, .stadiumcontent {
	color: #000000;
	margin: 15px 0 5px 0;
}

.directory {
	margin: 10px 0 50px 0;
	font-size: 1.4em;
}

.directory h1 {
	font-size: 1.8em;
	padding: 0;
	margin: 0;
}

.confschoollist {
	font-size: .7em;
}

.dirlogo {
	float: left;
	min-width: 30%;
	text-align: center;
}

.dirinfo {
	float: left;
	padding-left: 10px;
}

.stadiumcontent {
	margin: 0 0 50px 0;
	font-size: 1.4em;
	color: #62321d;
	line-height: 1.5em;
}

.infotitle {
	color: #000000;
	font-weight: bold;
}

.center {
	text-align:center
}

.left {
	float: left;
	padding: 0 10px 0 0;
	width: 270px;
}

.left2 {
	float: left;
	padding: 0 0 0 10px;
	width: 270px;
}

.leftconf {
	float: left;
	padding: 0 10px 0 0;
	width: 400px;
}

.right {
	float: right;
}

.content-contain {
	color: #000000;
	padding: 0 10px;
	margin: 0;
	margin-bottom: 4px;
}

.content-contain span.corners-top, .content-header span.corners-top {
	margin: 0 -10px 5px -10px;
}

.content-contain span.corners-bottom {
	margin: 5px -10px 0 -10px;
}

/* TLA Ads
---------------------------------------- */
.tlaads {
	font-size: 1.1em;
}

.tlaads h3 {
	padding: 0;
	margin: 0;
}

.tlaads ul {
	list-style: none;
}

/* Suckerfish Menu
---------------------------------------- */

#horiz-menu {
	height: 30px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	margin-right: 5px;
	padding: 0;
}

#horiz-menu li span {
	display: block;
	float: left;
	height: 30px;
}

#horiz-menu a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.5em;
	color: #000;
}

#horiz-menu li li a {
	font-size: 12px;
}

#horiz-menu a:hover {
	text-decoration: none;
}

#horiz-menu li:hover,
#horiz-menu li.sfHover {
	background: none;	
}

#horiz-menu li li {
	border-bottom: 1px solid #000;
}

#horiz-menu li:hover,
#horiz-menu li.sfHover {
	background: #ff7312;
}

#horiz-menu li:hover a,
#horiz-menu li.sfHover a {
	background: #ff7312;
	color: #fff;
}

#horiz-menu li.parent:hover,
#horiz-menu li.parent.sfHover {
	background: #ff7312;
}

#horiz-menu li.parent:hover a,
#horiz-menu li.parent.sfHover a {
	background: #ff7312;
	color: #fff;
}

#horiz-menu li:hover ul,
#horiz-menu li.sfHover ul {
	background: #ff7312;
}

#horiz-menu li li.title {
	background: #8F8F8F;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 10px;
}

#horiz-menu li li:hover,
#horiz-menu li li.sfHover {
	background: #8F8F8F;
}

.menu, .menu * {
	margin:0;
	padding:0;
}

div#horiz-menu {  /* this is a z-index ie6 and ie7 bug fix */
	position: relative;
	z-index: 50;
}

div#horiz-menu .wrapper {
	position: relative;
}

#horiz-menu li li {
	margin: 0;
}


div#horiz-menu li li span,
div#horiz-menu li.active li span,
div#horiz-menu li:hover li span {
	background:none;
}


.menu {
	line-height:1.0;
	float:left;
	margin-bottom:1.5em;
	position: relative;
}
.menu ul {
	background:#fff; /*IE6 needs this*/
	padding: 0;
}

.menu li {
	float:left;
	list-style:none;
	position:relative;
}

.menu li li a {
	display:block;
	padding: 0;
	text-decoration:none;
	background-image: none;
	float:none;
	width:135px;
}

div#horiz-menu li li a {
	height: 30px;
	line-height: 30px;
}

div#horizmenu li:hover {background-position: 0 0;}

div#horiz-menu li:hover span,
div#horiz-menu li.sfHover span {
	background: none;
}

div#horiz-menu li:hover li,
div#horiz-menu li.sfHover li,
div#horiz-menu li.active:hover li,
div#horiz-menu li.active.sfHover li,
div#horiz-menu li:hover li span,
div#horiz-menu li.sfHover li span {
	background-image: none;
}

div#horiz-menu li.parent:hover li a,
div#horiz-menu li.parent.sfHover li a,
div#horiz-menu li:hover li a,
div#horiz-menu li.sfHover li a,
div#horiz-menu li.active:hover li a,
div#horiz-menu li.active.sfHover li a {
	background-image: none;
}

.menu li ul {
	float:none;
	left:-999em;
	position:absolute;
	width: 177px;
	z-index: 5;
}

.menu li:hover ul,
.menu li.sfHover ul {
	left:0px;
	top: 37px;
}
.menu li:hover li ul,
.menu li.sfHover li ul,
.menu li li:hover li ul,
.menu li li.sfHover li ul,
.menu li li li:hover li ul,
.menu li li li.sfHover li ul {
	top:-999em;
}
.menu li li:hover ul,
.menu li li.sfHover ul,
.menu li li li:hover ul,
.menu li li li.sfHover ul,
.menu li li li li:hover ul,
.menu li li li li.sfHover ul {
	left: 177px;
	top:0px;
	width: 177px;
}

.menu li li {
	position: relative;
	float:none;
	width: 177px;
}

#horiz-menu ul ul {
   margin-top:-7px;
}

/* Nav Images
---------------------------------------- */

#navimages ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}

#navimages li {
	display: block;
	float: left;
	margin: 0 3px 0 3px;
	padding: 0;
}

#conf {
	padding-top: 60px;
	height: 100px;
	width: 845px;
	text-align: center;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;}