/*
Theme Name: Sports Theme
Theme URI: http://diggingintowordpress.com/
Description: A sports WordPress template theme built with HTML 5.
Version: 1.0
Author: MediaSauce
Author URI: http://www.mediasauce.com/
*/


/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 url('images/background.jpg') top center no-repeat;
	margin: 0;
	position: relative;
	}
nav+section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}
nav p {
	margin: 0;
	padding: 12px;
}

/* == LINKS == */

a:link, a:visited {
	text-decoration: underline;
	color: #3793DA;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #333;
	}

/* == HEADER == */

body>header {
	background:  url('images/header_bar.png') 0 40px repeat-x;
	color: #000000;
	height: 96px;
	padding: 10px;
	position: relative;
}
h1 {
	margin: 0;
}
body>header h1 a:link, body>header h1 a:visited {
	text-decoration: none;
	color: #ddd;
}
body>header h1 a:hover, body>header h1 a:active {
	text-decoration: none;
	color: #fff;
}
#tagline {
	position: absolute;
	right: 0;
	bottom: 2px;
}
/* == SIDEBAR == */

aside {
	margin-top: 30px;
	overflow: hidden;
	width: 300px;
	float: right;
	clear: none;
}
aside li {
	list-style: none;
}
aside li ul li {
	list-style: disc outside;
}

/* == FOOTER == */

body>footer {
	height: 120px;
	color: #5c5a5a;
	}

#footer_address {
	margin: 12px;
	font-size: 8pt;
	line-height: 1.5;
}
footer nav {
	position: absolute;
	top: -5px;
	right: 0;
}
footer nav ul {
	margin: 0;
}
#footer-menu ul li {
	background: none;
	float: left;
	padding: 0;
}
#footer-menu ul li a{
	float: left;
	background: url("images/menu_divider.png") left center no-repeat;
	padding: 0 10px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	
}
#footer-menu ul li a:hover {
	color: #666666;
}
#signup {
	margin: 0 auto;
	margin-top: 10px;
	width: 930px;
	height: 27px;
	background: #c2c2c2;	
	padding: 15px;
	line-height: 1px;
}
#latest_tagline {
	float: left;
	color: #fff;
	font-size: 18px;
	margin: 10px 20px 0 0;
	padding-left: 5px;
}
#newsletter_form {
	float: left;
	position: relative;
}
#message {
	height: 22px;
	left: 2px;
	overflow: hidden;
	position: absolute;
	top: -24px;
	width: 340px;
	z-index: 100;
}
#message span {
	display: block;
	padding-top: 22px;
}
#signup_message {
	width: 350px;
	height: 30px;
	background: #fff;
	border: #ccc solid 1px;
	position: fixed;
	bottom: 130px;
	left: 50%;
	margin-left: -175px;
	display: none;
	line-height: 30px;
	text-align: center;
}
/* == SEARCH == */
/*
label[for=s] {
	display: none;
	}
*/
/* == ELEMENTS == */

* { }

img { border: 0; }

.clr { clear: both; }

strong { color: #3793DA; }

hr { height: 1px; background: #313131; border: 0; }

ul { padding: 0; }
ul li { padding-left: 20px; list-style: none; background: url('images/bullet.png') 0px 4px no-repeat; }

body > header a.logo span { display: none; }
img#logo { margin-left: 0px; max-height: 97px; }
#header_container, #footer_container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#container {
	width: 960px;
	min-height: 500px;
	margin: 0 auto;
	background: #fff;
}

#glow {
	background: url('images/glow.png') top right no-repeat;
}

#searchform {
	position: absolute;
	top: 5px;
	right: 10px;
}
#searchform input {
	width: 182px;
	height: 19px;
	background: url('images/search.png') no-repeat;
	border: none;
	padding: 0 0 0 25px;
}
#smoothmenu {
	position: absolute;
	right: 5px;
	bottom: 40px;
	font-size: 11px;
}
#smoothmenu ul li {
	padding-left: 0;
}
#left_column, #right_column {
	float: left;
	margin: 12px 12px;
	width: 230px;
}
#left_column li, #right_column li{
	list-style: none;
	background: none;
}
#left_column li h2, #right_column li h2{
	margin: 0;
	padding: 0 0 0 14px;
	height: 23px;
	line-height: 22px;
	font-size: 13px;
	color: #fff;
	background: url('images/header_widget.png') no-repeat;
}
#left_column li h2 a, #right_column li h2 a {
	color: #fff;
	text-decoration: none;
}
#left_column.left_black {

	margin: 0;
	padding: 12px;
}
#left_column #parent_title {
	color: #ccc;
	font-size: 18px;
}
#left_column #side_menu {
	margin: 15px 0 20px 0;
}
#left_column #side_menu_items {
	background: #fcb131;
	padding: 10px 10px 10px 10px;
	margin: 0 -12px 0 -18px;
	border-left: #fb9d24 solid 6px;
}

#left_column #side_menu_items li {
	border-bottom: #3b3b3b dotted 1px;
	padding: 4px 10px;
	margin: 2px 0;
}
#left_column #side_menu_items a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#left_column #side_menu_items a:hover {
	color: #333;
}
#left_column #side_menu_items li.current_page_item {
	background: #fb9d24;
}

/* Home Page */
#middle_column {
	float: left;
	margin: 12px 10px;
	width: 430px;
}
#middle_column h2 {
	margin: 0;
	padding: 0 0 0 14px;
	height: 23px;
	line-height: 22px;
	font-size: 13px;
	color: #fff;
	background: url('images/header_post.png') no-repeat;
}
#middle_column h2 a {
	color: #fff;
	text-decoration: none;
}
#middle_column section.home {
	background: #f0f0f0;
}
#middle_column section {
	color: #949494;
	font-size: 12px;
	font-weight: normal;
}
#middle_column section h3, #middle_column section a h3 {
	margin: 0;
	text-decoration: none;
	color: #3793da;
}
#middle_column section a:hover h3{
	color: #333 !important;
}
#middle_column section .datestamp {
	margin: 0;
	color: #3793da;
}
#middle_column section .more-link {
	color: #3793da;
}
#middle_column section .more-link:hover {
	color: #333;
}
#middle_column article {
	padding: 18px;
}





 

#left_column1 {
	float: left;
	margin: 0px 0px;
	width: 230px;
}
#left_column1 h2 {
	margin: 0;
	padding: 0 0 0 14px;
	height: 23px;
	line-height: 22px;
	font-size: 13px;
	color: #fff;
	/*background: url('images/header_post.png') no-repeat;*/
	background: url('images/header_widget.png') no-repeat;
}
#left_column1 h2 a {
	color: #fff;
	text-decoration: none;
}
#left_column1 section.home {
	background: #f0f0f0;
}
#left_column1 section {
	color: #949494;
	font-size: 12px;
	font-weight: normal;
}
#left_column1 section h3, #left_column1 section a h3 {
	margin: 0;
	text-decoration: none;
	color: #3793da;
}
#left_column1 section a:hover h3{
	color: #333 !important;
}
#left_column1 section .datestamp {
	margin: 0;
	color: #3793da;
}
#left_column1 section .more-link {
	color: #3793da;
}
#left_column1 section .more-link:hover {
	color: #333;
}
#left_column1 article {
	padding: 18px;
}















#slideshow {
	position: relative;
}
#headlines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	background: url('images/transparent_bar.png');
	z-index: 50;
	color: #fff;
}
#headlines a {
	text-decoration: none;
	color: #fff;
}
#headlines a:hover {
	text-decoration: underline;
}

#slider {
	position: absolute;
	top: 120px;
	right: 0;
	z-index: 50;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#slider a {
	color: #000;
}
#slider a:hover {
	color: #333;
}
#slider .slider_button {
	clear: both;
	float: right;
	margin: 5px 0;
	padding: 5px 15px;
	background: url('images/background_slider.png');
	width: 175px;
	height: 30px;
	line-height: 30px;
}
#slider .slider_button .arrows{
	width: 30px;
	color: #fff;
	padding: 0 8px;
}
/* Post & Page Template */

#middle_column h1,
#middle_column h1 a {
	color: #3793da;
	text-decoration: none;
	font-size: 22px;
}
#middle_column section {
	color: #949494;
	font-size: 12px;
	font-weight: normal;
}
#middle_column article.post,
#middle_column article.page {
	padding: 0;
}
#middle_column article.post header,
#middle_column article.page header {
	padding: 18px 18px 0 18px;
}
#middle_column article.post section,
#middle_column article.page section {
	padding: 18px;
	margin-top: 8px;
}
#middle_column article.post footer,
#middle_column article.page footer {
	background: #000;
}
#middle_column .featured_image {
	text-align: center;
	/*background: #0b0b0b url('images/background_page1.png');*/
}
#middle_column .featured_image img,
#middle_column .featured_image_profile img {
	margin: 0;
	padding: 0;
}
#middle_column .featured_image_profile {
	float: left;
	margin: 0 10px 10px 0;
	background: #0b0b0b url('images/background_page1.png');
}

#middle_column .page .profile {
	float: left;
	margin: 0 15px 5px 0;
}
#middle_column .page .name {
	color: #3793da;
	display: block;
	text-decoration: none;
}

/* Search Template*/
#middle_column article.search h3 {
	text-decoration: underline;
}
#middle_column article.search .searchpage {
	height: 41px;
	width: 430px;
	background: url('images/search_bar.png') top left no-repeat;
}
#middle_column article.search .searchpage input.s {
	height: 20px;
	width: 265px;
	background: url('images/search_bar.png') 0 -42px;
	border: 0;
	margin: 9px;
	padding: 0 0 0 30px;
}
#middle_column article.search .searchpage input.search {
	cursor: pointer;
	border: 0;
	height: 20px;
	width: 110px;
	text-indent: -9999px;
	background: url('images/search_bar.png') -320px -41px no-repeat;
}
#middle_column article.search .searchpage input.search:hover {
	background: url('images/search_bar.png') -320px -60px no-repeat;
}
#middle_column article.search ul {
	list-style: none;
	background: none;
	padding: 0;
}
#middle_column article.search a.link {
	text-decoration: none;
	color: #d5c386;
}

/* Contact Us */

#wpcf7-f1-p64-o1 input, #wpcf7-f1-p64-o1 select{
	width: 185px;
	display: block;
}

#wpcf7-f1-p64-o1 p.left_side {
	float: left;
	width: 185px;
}
#wpcf7-f1-p64-o1 p.right_side {
	float: right;
	width: 185px;
}
#wpcf7-f1-p64-o1 .textarea, #wpcf7-f1-p64-o1 textarea {
	width: 100%;
}

#wpcf7-f1-p64-o1 .wpcf7-not-valid-tip {
	position: static;
	display: block;
	background: none;
	border: none;
	color: #990000;
}
#wpcf7-f1-p64-o1 .wpcf7-response-output {
	border: 2px solid #3793DA;
}

/* Calendar */
#wp-calendarLarge {
	background: #fff;
	width: 100%;
	
}
#wp-calendarLarge td {
	border: none !important;
	height: 25px !important;
	width: 55px !important;
	background: #fff !important;
}
#events-calendar-2Large {
	display: none;
}
#wp-calendarLarge .dayHead {
	background: #fff !important;
	color: #2f2f2f !important;
	margin: 12px 15px !important;
	text-align: center;
}
#middle_column .page .calendar_event .date {

}
#middle_column .page .calendar_event .name {

}
#middle_column .page #todayLarge {
	background: #2b2b2b url('images/background_today.png') repeat-x !important;
	margin: 10px;
	
}
#middle_column .page #todayLarge .dayHead{
	background: none !important;
	color: #fff !important;
}
#middle_column .page .hasEvent {
	position: relative;	
}
#middle_column .page .hasEvent .dayHead {
	color: #006c8b !important;
}
#middle_column .page .hasEvent .event_div{
	position: absolute;
	display: block;
	top: -12px;
	left: 0;
	width: 55px;
	height: 37px;
	text-indent: -9999px;
}

#middle_column .page .hasEvent .event-block{
	display: block;
	text-indent: -9999px;
	border: none;
	height: 36px;
}
.event-block a {
	display: block;
	width: 100%;
	height: 100%;
	/*width: 300px;*/
}
/* Widget Styling */
#events-calendar {
	margin: 0 0 20px 0;
}
#left_column #calendar_wrap {
	background: #000;
	padding: 3px;
}
#left_column #wp-calendar caption {
	margin: 0;
	border: none;
	-moz-border-radius: 0;
	background: #000;
	color: #898989;
	font-weight: normal;
}
#left_column #wp-calendar td {
	color: #2f2f2f;
	background: #000;
	border: none;
	margin: 0 3px;
	padding: 0 3px;
}
#left_column #wp-calendar #todayWidget {
	border: none !important;
	-moz-border-radius: 0 !important;
	background: #2f2f2f;
	color: #0270c4;
}
#left_column #wp-calendar th {
	background: #000;
	color: #2f2f2f;
	font-weight: normal;
	border-top: #2f2f2f solid 1px;
	border-bottom: #2f2f2f solid 1px;
}
#calendar_wrapLarge h2 {
	background: url('images/header_calendar.png') !important;
	padding: 0 14px !important;
}
#tooltip h3 ul, #tooltip h3 ul li {
	background: none;
	padding-left: 0;
}
#tooltip .EC-tt-widget-clickdate {
	padding-left: 10px;
}
#wpcontent_slider {
	
}
#wpcontent_slider span {
	position: absolute;
	bottom: 18px;
	right: 0;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
	background: url('images/background_menu.png');
	padding: 10px 18px;
}
.widget_twitter {
	font-size: 8pt;
	color: #949494;
}
.twitter {
	margin: 0;
	padding: 10px;
	background: #000;
}
.twitter li {
	padding: 10px 0;
	border-bottom: #949494 dashed 1px;
	
}
.twitter a {
	color: #3793da;
	text-decoration: none;
	text-decoration: none;
}

#cf7_form_box {
	background: #000;
	padding: 0 10px 10px 10px;
	margin: 0;
}
#cf7_form_box p {
	padding: 10px;
	margin: 0;
}
#cf7_form_box input {
	max-width: 100%;
}
#cf7_form_box textarea {
	max-width: 100%;
}
#cf7_form_box  .wpcf7-not-valid-tip {
	position: static;
	display: block;
	background: none;
	border: none;
	color: #990000;
}
#cf7_form_box .wpcf7-response-output {
	border: 2px solid #3793DA;
	color: #fff;
}
#video-1, .ngg-widget {
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 5px !important;
}

#video-1 .video-gallery-thumbnail-box {
	background: none;
	border: none;
	margin-bottom: 0;
}
#video-1 .video-gallery-thumbnail-box img {
	border: #fff solid 1px;
}
#video-1 .video {
	color: #6d6d6d;
}
#sb-title {
	display: none;
}
#sb-wrapper-inner {
	border: #fff solid 11px !important;
}
#sb-nav-close {
	
}
#fancybox-overlay {
	background-color: #000 !important;
	opacity: 0.8 !important;
}

.ngg-widget {
	background: #fff;
	height: 150px;
	overflow: hidden;
	margin: 20px 0;
}
.ngg-widget img{
	
}
#events-calendar-list li {
	font-weight: bold !important;
	list-style: none !important;
	font-size: 12px;
}
#events-calendar-list strong {
	color: #333 !important;
}
#events-calendar-list li a {
	color: #333 !important;
	font-weight: bold !important;
}
#events-calendar-list a:hover {
	color: #000 !important;
}
#events-calendar-list strong:hover {
	color: #000 !important;
}
#events-calendar-list li:hover {
	border: none !important;
	background: none !important;
	padding: 0 0 0 20px !important;
	
}
.side_menu {
	background: #f0f0f0;
}
.side_menu ul {
	margin: 0;
	padding: 16px 0;
}
.side_menu a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.side_menu a:hover {
	color: #000;
}
#right_column>li {
	background: #f0f0f0;
}
.ngg-widget {
	background: none !important;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}