/* @override
	http://sportsworld.org/?css=sportsworld/main_css.v.1239920100
*/
/*** RESET RULES (Based on the YUI Reset CSS) ***/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul { list-style: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after { content: ''; }

abbr, acronym { border: 0; }


/*** GLOBAL PAGE RULES ***/

html {
	background: #fff url(/themes/site_themes/sportsworld/images/html_bg.png) repeat-x;
	color: #333;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10pt;
}

body {
	background: url(/themes/site_themes/sportsworld/images/body_bg.jpg) no-repeat top;
}

em { font-style: italic; }

strong { font-weight: bold; }


/*** WRAPPER ***/

div#wrapper {
	margin: auto;
	width: 840px;
}


/*** HEADER ***/

div#header {
	position: relative;
	z-index: 10;
}

div#header img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

h1#logo a {
	background: url(/themes/site_themes/sportsworld/images/sw_logo.png);
	display: block;
	height: 135px;
	width: 330px;
}

#logo span { display: none; }


/*** MENU ***/

div#menu {
	background: #222 url(/themes/site_themes/sportsworld/images/menu_bg.png);
	height: 40px;
}

#menu ul { padding-left: 10px; }

#menu li {
	float: left;
	position: relative;
	z-index: 10;
}

li.menu a {
	background: url(/themes/site_themes/sportsworld/images/menu_btns.png);
	display: block;
	float: left;
	height: 40px;
	text-decoration: none;
}

li.menu a span { display: none; }

li.menu.home a    { width: 66px; }
li.menu.about a   { background-position:  -66px 0; width:  92px; }
li.menu.pros a    { background-position: -158px 0; width: 118px; }
li.menu.donate a  { background-position: -276px 0; width:  76px; }
li.menu.contact a { background-position: -352px 0; width: 108px; }

li.menu.home a:hover    { background-position:    0   -40px; }
li.menu.about a:hover   { background-position:  -66px -40px; }
li.menu.pros a:hover    { background-position: -158px -40px; }
li.menu.donate a:hover  { background-position: -276px -40px; }
li.menu.contact a:hover { background-position: -352px -40px; }

li.menu.home a.active    { background-position:    0   -80px; width:  66px; }
li.menu.about a.active   { background-position:  -66px -80px; width:  92px; }
li.menu.pros a.active    { background-position: -158px -80px; width: 118px; }
li.menu.donate a.active  { background-position: -276px -80px; width:  76px; }
li.menu.contact a.active { background-position: -352px -80px; width: 108px; }

#menu li ul {
	background: #000 url(/themes/site_themes/sportsworld/images/dropdown_bg.png) repeat-x;
	border: 1px solid #444;
	border-top-width: 0;
	display: none;
	left: 0px;
	padding: 4px 0;
	position: absolute;
	top: 40px;
	width: 200px;
	z-index: 15;
}

#menu li ul li { float: none; }

#menu li ul a {
	background: none;
	color: #fff;
	float: none;
	height: auto;
	padding: 7px 20px 7px 10px;
	width: auto;
}

#menu li ul a:hover { background: #444; }

#menu li ul ul {
	background: #000 url(/themes/site_themes/sportsworld/images/subdropdown_bg.png) repeat-x;
	border-top-width: 1px;
	display: none;
	left: 185px;
	top: -5px;
}


/*** BANNER ***/

div#banner {
	background: #000;
	height: 220px;
	overflow: hidden;
	position: relative;
}

#banner #banner_video {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}

#slideshow .slide {
	display: block;
	height: 220px;
	width: 840px;
}


/*** SITES BOX ***/

div#buttons_box {
	background: #111 url(/themes/site_themes/sportsworld/images/sites_box_bg.png);
	height: 125px;
	padding: 10px 10px 0;
}

div#site_buttons {
	background: url(/themes/site_themes/sportsworld/images/pro&kids.png) 560px no-repeat;
	height: 100%;
}

#site_buttons h2 {
	background: url(/themes/site_themes/sportsworld/images/sites_title.png) no-repeat 100px 3px;
	display: block;
	height: 35px;
	width: 545px;
}

#site_buttons ul li { float: left; }

#site_buttons ul li a {
	border: 1px solid #a6a6a6;
	display: block;
	height: 78px;
	margin-right: 10px;
	width: 173px;
}

#site_buttons h2 span,
#site_buttons ul li a span {
	display: none;
}

#site_buttons a.student { background: #c63 url(/themes/site_themes/sportsworld/images/students_btn.png); }
#site_buttons a.donor   { background: #336 url(/themes/site_themes/sportsworld/images/donors_btn.png); }
#site_buttons a.schools { background: #c63 url(/themes/site_themes/sportsworld/images/schools_btn.png); }


/*** CONTENT ***/

div#content {
	background: #fff url(/themes/site_themes/sportsworld/images/content_bg.png) repeat-x;
	overflow: auto;
	padding: 10px;
}

div#content.index {
	background-image: none;
	padding-bottom: 0;
}


/*** CONTENT_A ***/

#content_a {
	background: url(/themes/site_themes/sportsworld/images/heading_bg.jpg) no-repeat;
	float: left;
	min-height: 250px;
	padding: 8px 10px 0;
	width: 535px;
}

.index #content_a { min-height: 0; }

#content_a h2,
#content_a h3,
#content_a h4 {
	font-style: italic;
}

#content_a h2 {
	font-size: 1.8em;
	font-weight: bold;
	height: 30px;
	margin-bottom: 0.5em;
}

#content_a h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#content_a h4 {
	font-size: 1.1em;
	margin-bottom: 1em;
}

#content_a ul,
#content_a ol {
	padding: 0 0 1em 1.5em;
}

#content_a ul { list-style: disc; }
#content_a ol { list-style: decimal; }

#content_a p { padding-bottom: 1em; }

#content_a a { color: #009; }
#content_a a:hover { text-decoration: underline; }

#content_a pre,
#content_a blockquote {
	background: #eee;
	border: 1px dashed #999;
}

#content_a pre { padding: 0 1em; }

#content_a blockquote {
	background-image: url(/themes/site_themes/sportsworld/images/quote.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-style: italic;
	margin: 0 2.5em 1em;
	padding: 1.5em 1.5em 0.5em;
}

#content_a .uppercase { text-transform: uppercase; }

#content_a .breadcrumbs {
	font-size: 0.8em;
	font-style: italic;
}

#content_a img {
	border: 1px solid #999;
	padding: 5px;
	margin: 0 10px 5px;
}

#content_a table {
	margin-bottom: 1em;
}

#content_a td,
#content_a th {
	padding: 5px;
}

#content_a th { font-weight: bold;text-align: center; }

#content_a td { border: 1px solid #999; }


/*** CONTENT_A INDEX ***/

.index #content_a {
	background: none;
	overflow: auto;
	padding: 0;
	width: auto;
}

.index #content_a div {
	float: left;
	padding-right: 10px;
	width: 267px;
}

.index #content_a #page_content {
	float: none;
	padding: 0 0 20px;
	width: auto;
}

.index #content_a h2 {
	border-bottom: 1px solid #858585;
	font-size: 1.2em;
	height: auto;
	padding-bottom: 0.2em;
}

.index #content_a li div {
	float: none;
	font-size: 0.8em;
	padding-bottom: 1.2em;
	padding-right: 0;
	width: auto;
}

.index #content_a h4 {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

.index #content_a ul li {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.5em;
}

.index #content_a a {
	color: #333;
	text-decoration: none;
}

.index #content_a a:hover { text-decoration: underline; }

.index #content_a p { padding-bottom: 8px; }


/*** CONTENT_A INDEX PAGE BUTTONS ***/

.index #content_a #buttons {
	float: right;
	list-style: none;
	padding: 0;
}

.index #content_a #buttons li { line-height: 0; }

.index #content_a #buttons a {
	display: block;
	height: 60px;
	margin-bottom: 10px;
	outline: none;
	padding: 0;
	width: 265px;
}

.index #content_a #buttons a span { display: none; }

.index #content_a .donate a  { background: #336 url(/themes/site_themes/sportsworld/images/donate_btn.png); }
.index #content_a .blog a    { background: #c63 url(/themes/site_themes/sportsworld/images/swblog_btn.png); }
.index #content_a .newsletter a  { background: #336 url(/themes/site_themes/sportsworld/images/newsletter_btn.png); }


/*** CONTENT_A PRO PAGE ***/

.pros #content_a {
	overflow: visible;
	padding: 0;
	position: relative;
	width: auto;
}

.pros #content_a h2 {
	float: left;
	margin: 8px 10px 0 !important;
	width: 535px;
}

.pros #content_a h3 {
	background: #333 url(/themes/site_themes/sportsworld/images/pro_card.jpg);
	color: #fff;
	float: right;
	font-size: 1.4em;
	font-weight: bold;
	height: 30px;
	margin: 0;
	padding: 8px 0 0;
	text-align: center;
	width: 265px;
}

.pros #content_a h4 { font-weight: bold; }

.pros #content_a img {
	border: none;
	margin: 0;
	padding: 0;
}

#info_switch {
	background: #333 url(/themes/site_themes/sportsworld/images/pro_profile.jpg);
	padding: 10px;
	position: absolute;
	top: 38px;
	width: 515px;
}

#info_switch a {
	background: url(/themes/site_themes/sportsworld/images/switch_down.png);
	color: #888;
	display: block;
	float: left;
	font-size: 1.2em;
	font-style: italic;
	line-height: 33px;
	margin-right: 10px;
	outline: none;
	text-align: center;
	text-decoration: none;
	width: 95px;
}

#info_switch a.current,
#info_switch a:hover {
	background: url(/themes/site_themes/sportsworld/images/switch_up.png);
	color: #fff;
	text-decoration: none;
}

#pro_info {
	background: #333 url(/themes/site_themes/sportsworld/images/pro_profile.jpg) no-repeat;
	color: #fff;
	float: left;
	height: 335px;
	overflow: hidden;
	width: 555px;
}

.stats.box,
.career.box {
	float: left;
	padding-bottom: 10px;
	width: 240px;
}

.stats.box { padding-right: 20px; }

.honors.box { clear: left; }

.container { padding: 0 20px 10px; }

.container.current { padding-top: 63px; }

#pro_card {
	background: #f63 url(/themes/site_themes/sportsworld/images/pro_card.jpg) 0 -38px no-repeat;
	border: none;
	color: #fff;
	float: right;
	height: 315px;
	padding: 10px;
	text-align: center;
	width: 245px;
}

#pager_container {
	clear: both;
	font-style: italic;
	padding-top: 20px;
	text-align: center;
}

#pager_container p { padding-bottom: 10px; }

#content_pager { overflow-x: scroll; }

#scroller { width: 1020px; }

#content_pager a {
	background: url(/themes/site_themes/sportsworld/images/pro_thumb_shadow.png);
	display: block;
	float: left;
	line-height: 0;
	margin: 6px;
	padding: 4px;
}


/*** CONTENT_A LISTING PAGE ***/

.listing #content_a {
	background: url(/themes/site_themes/sportsworld/images/listing_bg.jpg) no-repeat;
	padding: 8px 10px 0;
	width: 800px;
}

.listing.jobs #content_a div { padding: 10px 10px 0; }

.listing.jobs #content_a div div {
	padding: 0 0 10px;
}

.listing.jobs #content_a h3 { display: inline; }

.listing #content_a ul { padding: 0; }

.listing #content_a li {
	display: block;
	overflow: auto;
	padding: 10px;
}

.listing #content_a li:first-child { padding-top: 0; }

.listing #content_a li.even,
.listing #content_a div.even {
	background: #ddd;
}

.listing #content_a li img {
	border: 2px solid #fff;
	float: left;
	margin-right: 15px;
	width: 50px;
}

.listing #content_a li.odd img { border-color: #ddd; }

.listing #content_a img {
	margin: 0;
	padding: 0;
}

.listing.files #content_a img { border: none !important; }

.listing #content_a ul h3 {
	border-bottom: 1px solid;
	display: block;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-left: 65px;
	padding: 3px 0;
	text-decoration: none;
	width: 500px;
}

.listing #content_a ul h3 a {
	border: none !important;
	color: #333;
	text-decoration: none;
}


/*** CONTENT_A EVENTS PAGE ***/

.events #content_a h3 {
	display: inline;
	margin: 0;
}

.events #content_a ul {
	list-style: none;
	padding: 0;
}

.events #content_a li { padding: 10px; }

.events #content_a li:first-child { padding-top: 0; }

.events #content_a li.even { background-color: #ddd; }

.events #content_a p { padding-bottom: 5px; }

.events #content_a .title { padding-bottom: 10px; }

.events #content_a .details .label { float: left; }


/*** CONTENT_A CONTACT PAGE ***/

.contact #content_a img {
	border: none;
	margin: 0;
	padding: 0;
}

#regions {
	background: url(/themes/site_themes/sportsworld/images/heading_bg.jpg) no-repeat;
	clear: both;
	overflow: auto;
	padding: 10px 0 0 10px;
}

#regions h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

#regions ul {
	list-style: none;
	padding: 0;
}

#regions ul li {
	display: inline;
	float: left;
	margin-bottom: 10px;
	width: 263px;
}

#regions ul li.first,
#regions ul li.second {
	margin-right: 10px;
}

#regions ul li h4 {
	display: block;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

#regions ul li h4 a {
	color: #333;
	text-decoration: none;
}

#regions ul li h4 a span {
	color: #009;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: underline;
}

#regions ul li img {
	border: 5px solid #999;
	float: left;
	margin-right: 10px;
}

#regions ul li p {
	margin-left: 70px;
	padding-bottom: 10px;
}

#regions ul li p a { color: #009; }


/*** CONTENT_A BLOG PAGE ***/

.posts div#content_a .post { padding-bottom: 20px; }

.posts div#content_a .posted {
	font-size: 0.8em;
	font-style: italic;
}

.posts div#content_a .pagination {
	list-style: none;
	padding: 0;
}

.posts div#content_a .pagination li {
	display: inline;
	padding: 0 5px;
}

.posts div#content_a .pagination li a {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.posts div#content_a .pagination li a:hover { border-bottom-style: solid; }


/*** CONTENT_B ***/

div#content_b {
	background: #eb8352 url(/themes/site_themes/sportsworld/images/sidebar_bg.jpg) no-repeat;
	border-left: 1px solid #e2b6a2;
	border-right: 1px solid #e2b6a2;
	color: #fff;
	float: right;
	padding: 10px 10px 15px;
	width: 243px;
}

#content_b h3 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	height: 30px;
	margin-bottom: 10px;
}

#content_b a {
	color: #fff;
	display: block;
	padding: 0.3em 0;
	text-decoration: none;
}

#content_b a:hover { text-decoration: underline; }

#content_b ul {
	list-style: disc;
	padding-left: 17px;
}


/*** CONTENT_B EVENTS CALENDAR ***/

table#calendar {
	border-collapse: collapse;
	width: 242px;
}

table#calendar th {
	font-size: 10pt;
	height: 25px;
	text-align: center;
}

table#calendar td {
	border: 1px solid #fff;
	height: 25px;
	text-align: center;
}

table#calendar td.weekday {
	color: #414d77;
	height: 25px;
	background-color: #fff;
	border-color: #fff;
}

table#calendar td.calendarToday {
	background-color: #fff;
	color: #414d77;
}

table#calendar td.calendarBlank {
	background-color: #434a63;
	color: #97a0c3;
}

table#calendar td.calendarEvent {
	background-color: #97a0c3;
	font-weight: bold;
}

table#calendar td.calendarEvent div {
	display: none;
}


/*** CONTENT_B BLOG PAGE ***/

.posts div#content_b {
	background: #414d77 url(/themes/site_themes/sportsworld/images/sidebar_blue_bg.jpg) no-repeat;
	border-color: #515475;
}

.posts div#content_b .mini-profile {
	font-size: 0.9em;
	line-height: 1.5em;
}

.posts div#content_b .mini-profile a {
	font-weight: bold;
	padding: 0;
}

.posts div#content_b .mini-profile img {
	float: left;
	margin-right: 10px;
}

.regional_managers .posts div#content_b .mini-profile img { border: 1px solid #fff; }

.posts div#content_b .mini-profile ul { list-style: none; }

.posts div#content_b .mini-profile ul span {
	font-size: 1.1em;
	font-weight: bold;
}

.posts div#content_b h4 {
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 4px;
}

.posts div#content_b h5 {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 0.5em;
	text-align: justify;
}

.posts div#content_b .about {
	clear: both;
	padding-top: 10px;
}

.posts div#content_b .about p,
.posts div#content_b .about ul {
	margin-bottom: 0.7em;
}


/*** CONTENT_B CONTACT PAGE ***/

.contact div#content_b {
	background: #555 url(/themes/site_themes/sportsworld/images/sidebar_gray_bg.jpg) no-repeat;
	border-color: #bbb;
	padding-bottom: 5px;
}

.contact .main_address {
	height: 90px;
	margin-bottom: 10px;
}

.contact #content_b p {
	line-height: 1.2em;
	margin-bottom: 4px;
	padding: 4px;
}

.contact #content_b h4 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact #content_b ul {
	list-style: none;
	padding-left: 5px;
}

.contact #content_b ul li { margin-bottom: 12px; }

.contact #content_b ul li a { display: inline; }


/*** FOOTER ***/

div#footer {
	background: #fff url(/themes/site_themes/sportsworld/images/footer_bg.png) no-repeat;
	color: #888;
	padding: 10px 10px 30px;
	text-align: center;
}

div#footer a {
	color: #888;
	padding: 2px;
}

div#footer a:hover {
	background: #888;
	color: #fff;
	text-decoration: none;
}