/*

Theme Name: MidlandSports
Theme URI: http://midlandsports.com
Description: The first WordPress theme developed by CSI
Author: Brandon Kish
Author URI: http://kishba.com
Version: 0.1

*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 76%;
	background-color: #333;
}
h1 {
	font-size: 2.0em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 3px;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
	font-style: italic;
}
p, ul, ol, blockquote {
	margin-bottom: 10px;
}
ul {
	margin: 1em 3em;
	padding: 0;
	list-style-type: square;
}
ol {
	margin: 1em 3.5em;
	padding: 0;
}
li {
	margin: 0.4em 0;
	padding: 0;
}
a {
	color: #CB471C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
.clearing {
	clear: both;
	margin: 0;
	padding: 0;
}
.right_clearing {
	clear: right;
	margin: 0;
	padding: 0;
}

/* wrap the page's content */
#wrapper {
	width: 900px;
	margin: 5px;
	background-color: #fff;
	padding: 5px;

}

/* index page layout */
#index_latest_col {
	width: 225px;
	float: left;
	margin-right: 10px;
}
#index_feature_col {
	float: left;
	width: 510px;
	margin-right: 10px;
}
#index_ad_col {
	float: left;
	width: 135px;
	text-align: center;
}
.right_ad {
	margin-bottom: 10px;
}

#print_header {
	display: none;
}

/* Latest updates box formatting */
#index_latest_col .post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#index_latest_col small {
	color: #999;
}
#extra_stories small {
	color: #999;
}
#index_latest_col h2 {
	background-color: #333;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 3px;
	margin-bottom: 4px;
	color: white;
}
#extra_stories h2 {
	background-color: #333;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 3px;
	margin-bottom: 4px;
	color: white;
}

#extra_stories {
	background-color:#fff;
	width:500px;
	height:350px;
}
#h2 {
	background-color: #333;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 3px;
	color: white;
	font-size: 0.8em;
	margin-bottom: 0.5em;
	}
#index_latest_col h2 a, #index_latest_col h2 a:hover {
	font-size: 1em;
	color: white;
}
#index_latest_col div.more-link {
	display: inline;
}

/* story page layout and formatting */
#story_extras_col {
	width: 275px;
	float: left;
	margin-right: 10px;
}
#story_body_col {
	float: left;
	width: 470px;
	margin-right: 10px;
}
#story_ad_col {
	float: left;
	width: 135px;
}
#story_body_col h2, #story_body_col h5 {
	margin-bottom: 8px;
}
#story_body_col .post {
	font-size: 1.1em;
}
#story_body_col small {
	color: #999;
	margin-bottom: 10px;
}
#story_extras_col .photo {
	margin-bottom: 15px;
}
#story_extras_col img {
	border: 1px solid #999;
}
#story_extras_col img.buynow {
	border: none;
}
#story_extras_col .caption {
	margin-top: 3px;
	line-height: 1.4;
	font-size: 0.9em;
}
#story_body_col .story_links {
	width: 175px;
	float: right;
	padding-left: 1em;
	border-left: 5px solid #333;
	margin-left: 1em;
	margin-bottom: 1em;
}

/* category page layout and formatting */
#category_left_col {
	float: left;
	width: 370px;
	margin-right: 10px;
}
#category_right_col {
	float: left;
	width: 510px;
}

#category_left_col .feed {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.feed img {
	position: relative;
	top: 3px;
}


.stories .post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.stories small {
	color: #999;
}
.stories h2 {
	background-color: #333;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 3px;
	margin-bottom: 4px;
}
.stories h2 a, stories h2 a:hover {
	font-size: 1em;
	color: white;
}
.stories div.more-link {
	display: inline;
}


/* banner */
#banner {
}
#banner_left {
	float: left;
	width: 250px;
	height: 100px;
	background-color: gray;
}
#banner_middle {
	float: left;
	width: 400px;
	padding-top: 1.5em;
	background-color: white;
	text-align: center;
}
#banner_middle h1 {
	font-size: 3em;
}
#banner_middle #tagline {
	margin-top: 1em;
	font-style: italic;
}
#banner_right {
	float: left;
	width: 250px;
	height: 100px;
	background-color: gray;
}

/* post */
.post p {
	line-height: 1.4;
}
.post small {
	display: block;
	font-size: 1em;
	margin-bottom: 4px;
}

/* index center advertising box */
#index_ad_box {
	float: left;
/*	width: 250px;
	height: 300px;
	background-color: gray;*/
}

/* index photo preview box */
#index_archive {
/*	display:none;*/
	margin-left: 270px;
	width: 225px;
	height: 300px;
}

/* search form */
#searchbox {
	width: 200px;
	height: 26px;
	text-align: right;
	margin: 0;
	position: absolute;
	top: 130px;
	left: 700px;
}
html>body #searchbox {
	position: absolute;
	top: 126px;
	left: 700px;
}
#searchbox form {
	margin-right: 5px;
}
html>body #searchbox form {
	margin-top: 3px;
	margin-right: 5px;
}

#searchbox form #s {
	width: 100px;
}

/* Nav bar styles */
#w_nav {
	height: 40px;
	font-size: 1.1em;
}
#nav {
	background-color: #333;
	width: 897px;
	height: 26px;
}
html>body #nav {
	width: 900px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 90px;
	background-color: transparent;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #CB471C;
}

#nav li {
	float: left;
	width: 100px;
	background-color: #333;
	margin: 0;
	padding:0;
}

#nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	z-index:999;
}

#nav li ul li {
	width: 175px;
}

#nav li ul li a {
	width: 165px;
	padding: 5px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
    position: static;
}

/* comments formatting */
.comments {
	margin-top: 2em;
}
.comments h3 {
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
}
.comments small {
	display: inline;
}
.comments strong {
	font-weight: bold;
}
.comments label {
	margin-bottom: 1px;
	display: block;
}
.comments p {
	margin: 0;
	margin-bottom: 5px;
}
.comments cite {
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
	margin-right: 0.5em;
}
.comments input {
	width: 20em;
}
.comments textarea {
	width: 30em;
}
.commentlist {
	list-style-type: none;
	margin-bottom: 2em;
}
.commentlist li {
	margin-top: 1em;
}


.in_story_ad {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

/* feature box */
.feature_box {
	width: 510px;
	height: 300px;
	background-color: #333;
	background-image: url('images/feature_gradient.jpg');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
}
html>body .feature_box {
	height: auto;
}
.feature_box .post {
	width: 490px;
	margin: auto;
	color: #fff;
}
.feature_box a, .feature_box a:hover {
	color: #fff;
}
.feature_box h2 {
	font-size: 2.2em;
	margin-bottom: 8px;
}
.feature_box .caption {
	margin-top: 5px;
}
.feature_photo {
	float: right;
	width: 275px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.feature_box ul {
	list-style-type: square;
	padding-left: 1.5em;
}
.feature_box small {
	display: block;
	color: #666;
	margin-bottom: 10px;
}


#nav-below {
	font-size: 1.2em;
	font-weight: bold;
}
.nav-next {
	float: right;
}
.nav-previous {
	float: left;
}

/* Page styling */
#container .stories {
	width: 600px;
}

/* Featured CSS by David Villegas for features plugin */
.tag
	{
	position:absolute;
	left:75px;
	top:270px;
	}
	
  /* CSS written by David Villegas for (C) Commercial Software, Inc. (for news slider v.2.0.) */
  #pro, #college, #bchs, #dhs, #mhs, #mh
  	{
		padding-left:7px;
		padding-bottom:3px;
		}
	
	a.links:link, a.links:visited
		{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		text-decoration:none;
		}
	
	a.links:hover
		{
		text-decoration:underline;
		}
		
	tr.slider
		{
		background-image:url(http://midlandsports.com/wp-content/themes/midlandsports/images/background.jpg);
		background-repeat:repeat-x;
		}

	td.cellRev
		{
		width:107px;
		text-align:center;
		}
	
	td.articles
		{
		line-height:1.2em;
		padding:4px;
		}

