/*
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

body {
	background: #A9A9A9;
	color: #444;
	font: small "Helvetica Neue",Arial,Helvetica,sans-serif;
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	line-height: 1;
	margin-bottom: 0.3em;
	font-weight: bold;
}

h1 {font-size: 260%;}
h2 {font-size: 160%;}
h3 {font-size: 130%;}
h4 {font-size: 125%;}
h5 {font-size: 110%;}
h6 {font-size: 100%;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #002;}
a {color: #246;text-decoration: underline;}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #EEE;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #EEE;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

div.more {padding-top: 6px;}
.more a, a.more {color: #666;}
.more a:hover, a.more:hover {color: #002;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
legend {font-weight: bold; font-size: 1.2em;border-top: 1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #DDD; background: #F6F6F6;padding:0 5px 0 5px;top:-10px;position:relative;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height:0;
}


/* Columns */

.col2 {width: 47%;}



/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #EEE;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive-separator {margin: 0 0 14px;}

.separator-vertical {background: url('/images/cssimages/separator-vertical.gif') repeat-y center top;}


/* 
   Content 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post a {text-decoration: none;}
.post a:hover, .post-body a {text-decoration: underline;}

.post-title {border-bottom: 1px solid #E5E5E5;}

.post-date {
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 0;
}
.post-date a {color: #444;}

.post-body {padding-top: 12px;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif}

.post-meta {
	background: #FCFCFC;
	border: 1px solid #ECECEC;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}


ul.nice-list {
	border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
}
ul.nice-list li {
	border-bottom: 1px solid #F0F0F0;
	list-style: none;
	padding: 6px 5px;
}
ul.nice-list li a {text-decoration: none;}
ul.nice-list li a:hover {text-decoration: underline;}
ul.nice-list span {color: #666;}


/* Archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {text-decoration: none;}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {font-size: 1.6em;font-family:Georgia,serif;}
.archive-post .post-date,.archive-post-title {padding-top: 3px;} 
.archive-post-month {text-transform:uppercase;}

/*
   Calendar
------------------------------------------------------------------- */
#calendar {clear:left;margin:10px 0;font-size:.95em;vertical-align:top;}
#calendar caption, dl.paging {color:#666;padding-bottom:2px;border-bottom:1px solid #ccc;letter-spacing:1px;font-size:110%;margin-top:15px;font-weight:bold;background:#eee;}
#calendar th {color:#fff; background:#a5a19d;border-right:1px solid #fff;border-bottom:1px solid #fff;padding:3px;font-weight:bold;text-align:center;}
#calendar td {background: #e7e6e4;border:1px solid #fff;border-left:0;border-top:0;width:85px;height:45px;padding:3px;font-weight:bold;font-size:.85em}
#calendar td span {position:relative;top:0;left:0;font-size:1.1em}
#calendar td.otherMonth {color:#a5a19d;}
#calendar td.today {background:#c9e7ff;}
#calendar td dl {margin-top:3px;margin-bottom:.8em;}
#calendar td dl dt {line-height:normal;}
#calendar td dl dd {padding-bottom:5px;font-weight:normal;margin-left:1em;}
#calendar td .more {text-transform:uppercase;}

dl.paging {font-size:.85em;text-align:right;height:1.7em;padding:2px 5px;margin:5px 0;}
dl.paging dt {float:left;}
dl.paging dd {float:left;margin-left:.5em;}
/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #DAD6D0;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 1px;
}
.thumbnails a.thumb:hover {background: #AAA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {
	background: url('/images/cssimages/box.gif') no-repeat left top;
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	padding: 16px 20px 0;
}
.box a {color: #951;}
.box a:hover {color: #310;}
.box-title {	
	color: #665;
	font-size: 1.6em;
}
.box-content {padding: 8px 0;}

/* Floating Search Box */
#searchPanel {
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
	margin:0 auto;
	opacity: .6;
}
#searchPanel .tab a {color:#fff; text-decoration:none;width:80px;}
#searchPanel .tab a:hover {color:#ddd;}

#panel {
	width:100%;
	height:40px;
	color:#fff;
	background: #333;
	overflow:hidden;
	position:relative;
	z-index:3;
	display:none;
	}
	
.tab {
	background-color:#333;
	color:white;
	position:relative;
	top: -1px;
	left:50%;
	z-index:999;
	width:80px;
	margin-left:100px;
	text-align:center;
	padding: 4px; 10px 2px 10px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.tab p {margin-bottom:0;}

/* 
   Comments 
------------------------------------------------------------------- */

div.comment-list {
	border-top: 1px solid #EEE; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #EEE;
	padding: 10px 8px 0;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
	color: #567;
	text-decoration: none;
}
.comment-date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment-body {padding-top: 4px;}

.comment-gravatar {width: 48px;}
.comment-gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Common */
.center-wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header */

#header-wrapper {background-color:#f6f6f6;}
#header-wrapper-2 {background: url('/images/cssimages/content-wrapper.gif') repeat-y center top;}
#header {
	background: #fff/*#333 url('/images/cssimages/header.gif') repeat-x left top*/;
	/*background-color: #9bbfc7;*/
	padding: 20px;
}

#search-wrapper {
	background: url('/images/cssimages/help.gif') no-repeat left top;
	height: 39px;
	margin: -8px 0 0 auto;
	width: 290px;
}
#search {
	color: #666;
	font-size: 1.2em;
	padding: 10px 28px 0 32px;
}
#basic-search{margin:5px 0 0 560px;}
#basic-search .fieldWrapper {position:relative;display:block;}
/*#basic-search label, #search input{position:absolute;top:0;left:0;}
#basic-search label {margin-left:10px;top:-1px;z-index:10;white-space:nowrap;cursor:pointer;}*/
#basic-search input#keywords {margin-left:5px; width:215px; color:#333; background-color:#fff; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-size: .9em;padding:2px;}

#advanced-search input#advanced-keywords {width:450px;}
#search a {
	color: #999;
	text-decoration: none;
}
#search a:hover {color: #DDD;}

#search span.text-separator {
	color: #444;
	padding: 0 7px;
}

#branding #site-title {width:248px;height:85px;position:relative;background:url(/images/branding/MaxSportLogo.png) no-repeat;}
#branding #site-title a {cursor:pointer;display:block;width:248px;height:85px;position:relative;}
#branding #site-title span {display:none;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #c73627;
	font-size: 1.3em;
	margin-bottom:0;
}


/* Navigation */

ul.tabbed, ul#nav {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.tabbed li, ul#nav li {
	float: left;
	list-style: none;
}

ul#nav {text-shadow: 0 1px 1px rgba(0, 0, 0, .8);}

ul#nav a {text-decoration: none;}

#navigation-wrapper {background: url('/images/cssimages/navigation.gif') repeat-x left top;}
#navigation-wrapper-2 {background: url('/images/cssimages/navigation-wrapper-2.gif') no-repeat center top;}
#navigation {
	background: url('/images/cssimages/navigation.gif') repeat-x left top;
	padding: 0 8px;
}

#navigation a {
	color: #EAE6DD;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	padding: 6px 12px 6px;
}

#navigation a:hover {color: #FFF;text-shadow: rgba(0, 0, 0, .8) 0 2px 2px;}
#navigation li.here a, #navigation li.current_page_parent a {color: #ffe;}
#navigation li.here a {background: url('/images/cssimages/navigation-arrow.png') no-repeat center bottom;}

#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}

#sidebar div#subnav ul#nav_sub li.here {background: transparent url('/images/cssimages/secondary-nav-indicator.png') no-repeat 100% 4px;}

#nav_sub ul {margin-right:0;}

#nav_sub li {padding-right:0;}

#sidebar .box {padding-right:0;}

#sidebar .box h3 {font-size: 1.4em;}

#sidebar #nav_sub a {color:#246;}

#portlets .box {margin-right:20px;}
#portlets table {border:1px solid #333;font-size:90%;background-color:#eee;}
#portlets table th, td {padding:2px 5px;}

/* Breadcrumb Trail */

#trail-wrapper {background: #E9E9E9 url('/images/cssimages/subnav-wrapper.gif') repeat-x left bottom;}
#trail-wrapper-2 {background: url('/images/cssimages/subnav-wrapper-2.gif') no-repeat center bottom;}
#trail {padding: 0 20px;font-size:105%}

#trail li {
	color: #666;
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	padding: 6px 6px 6px 0;
}
#trail a:hover {color: #111;}
#trail li.current_page_item a, #trail li.here {color: #333;}


/* Content */

.content {font-size: 1.1em;}
#content-wrapper {background: #F6F6F6 url('/images/cssimages/content-wrapper.gif') repeat-y center top;}
.content#content-two-columns {background: url('/images/cssimages/content-two-columns.gif') repeat-y left top;}

.event-detail {margin-top:1em;border-top: 1px solid #E5E5E5;}

/* Main */

#main-wrapper {
	float: right;
	width: 698px;
}
#main {padding: 24px;}

#main .text-separator, #featured .text-separator {
	color: #aaa;
	padding: 0 5px;
}

#sliderWrap {position:relative;border: 1px solid #ddd; padding:20px;}

#slider {
	border:  1px solid #ddd;
}

#slider li {
	width:325px;
	height:217px;
}

#sliderControls {position:absolute;top:0;top:20px;right:25px;font-weight:bold;}
#sliderControls li {list-style-type:none;padding:2px 4px;margin-bottom:6px;border:1px solid #004;width:15px;text-align:center;}
#sliderControls li.current {background-color:#004;color:#fff;}
#sliderControls li.current a {color:#fff;}
#sliderControls a {text-decoration:none;}

ul.image-list {list-style-type:none;margin:0;}
ul.image-list li {float:left;margin:0 10px 10px 0;}

/* Pagination */
ul.pagination, ul.pagination li {margin:0;padding:0}
ul.pagination li {list-style:none;float:left}
ul.pagination li a {border:1px solid #ccc;margin-right:3px;padding:1px 4px;}
ul.pagination li a:hover {text-decoration:none;background-color:#246;border-color:#246;color:#fff;}
ul.pagination li.here a {background-color:#246;border-color:#246;color:#fff;}
ul.pagination li.here a:hover {text-decoration:none;cursor:default;}

/* Category Filtering */
#category-filter {margin: 1em 10px;padding:10px;background: #F5F5F5;border: 1px solid #C5C5C5;	border-right: 1px solid #CFCFCF;}
#category-filter ul, #category-filter li {margin:0;padding:0;}
#category-filter li {margin-top:5px;}
#category-filter ul {margin:1em 0;}
#category-filter li {list-style:none;float:left;}
#category-filter ul li a {border:1px solid #ccc;margin-right:3px;padding:1px 4px;text-decoration:none;background-color:#fff;}
#category-filter ul li a:hover {text-decoration:none;background-color:#246;border-color:#246;color:#fff;}
#category-filter ul li.here a {background-color:#246;border-color:#246;color:#fff;}
#category-filter ul li.here a:hover {text-decoration:none;cursor:default;}
#category-filter p.filter-message {margin-top:1em;}
/* Sidebar */

#sidebar-wrapper {
	float: left;
	width: 260px;
}


#nav_sub li.here a {font-weight:bold;}

#sidebar .box-title a {text-decoration:none;color:#665;}
#sidebar .box-title a:hover {text-decoration:underline;color:#951;}

/* Footer */

#footer-wrapper {
	background: url('/images/cssimages/footer-wrapper.gif') no-repeat center bottom;
	border-top: 1px solid #999;
	padding-bottom: 20px;
}
#footer {
	background: #808080;
	font-size: 1.1em;
	padding: 10px 20px;
}
#footer ul {margin:0;}
#footer ul li {
	float:left;
	list-style-type:none;
	margin-right:1em;
}


#footer a {color: #ddd;text-decoration: none;text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);}
#footer a:hover {text-shadow: 2px 2px 1px rgba(0, 0, 0, .5);}
#footer a:hover {color: #FFF;}
#footer span.text-separator {
	color: #999;
	padding: 0 3px;
}

/* bottom */

#bottom {
	color: #666;
	padding: 0 6px 12px;
	margin-top: -6px;
}
#bottom a {
	color: #555;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #777;}


/* Featured Box */
#featured-wrapper {
	background: url('/images/cssimages/gradient-light.gif') repeat-x left bottom;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 22px;
}
#featured {padding: 24px 24px 0 24px;}

#featured h2 {
	font-weight: normal;
	font-size: 3em;
	margin: 0;
}
#featured h2 span {color: #43B16C;}

#featured img {margin-bottom:10px;}

#featured .logo-box {width:100%;border:1px solid #ccc;background-color:#fff;}
#featured h3 {text-align:center;background-color:#ab140c;color:#fff;padding:3px 0;}
#featured ul.image-list li {margin:0;width:200px;}
#featured ul.image-list {margin:5px auto;width:200px;}

/* 
   Misc classes
------------------------------------------------------------------- */

/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}
