/* @override 
	http://www.maxmultisport.com/_css/styles.css
*/

/* Site: Max Multisport */

/* = CSS RESET  
---------------------------------------------------------------------
*/

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,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;
}
p.pink{
   color: #930760 !important;
}
.pink{
   color: #930760 !important;
}

/* = Global  
---------------------------------------------------------------------
*/

body{
   font-size: 62.5%;
   font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
   line-height: 1;
   background: #e1e1e1;
   min-width: 1000px;
   color: #464646;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#wrap {
	background: #e1e1e1 url(../_img/bg_container.jpg) repeat-x;
}

#container{
	background: url(../_img/bg_wrap.png) no-repeat center top;
}

#container-inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#content-wrap{
   width: 1000px;
   background: #fff;
}

#main{
   width: 750px;
   float: right;
   position: relative;
   z-index: 10;
}

a{
   overflow: hidden;
   text-decoration: none;
   outline: none;
}

a:hover{
   text-decoration: underline;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* =Header
---------------------------------------------------------------------
*/

#billboard {
	width: 1000px;
	height: 168px;
   z-index: 1;
   position: absolute;
   top: 0;
   left: 0;
   overflow: hidden;
}

#billboard div.rotator {
	width: 1000px;
	height: 168px;
   z-index: 2;
}

#header{
   width: 1000px;
   height: 168px;
   z-index: 11; /*fixes IE issue of #nav ul li li hiding behind #content */
   position: relative;
}

#header.home{
	background: url(../_img/bg_headwrap_updated.jpg) no-repeat;
}

#header h1{
   background: url(../_img/logo_updated.png);
   width: 200px;
   height: 112px;
   position: absolute;
   top: 22px;
   left: 22px;
   z-index: 999;
}

#header h1 a{
   display: block;
   height: 112px;
   text-indent: -9999px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav-container {
   position: absolute;
   top: 80px;
   right: 25px;
   width: 725px;
   z-index: 999;
}

#nav{
	float: left;
   list-style: none;
   padding: 0;
   margin: 0;
   z-index: 999;
}

#nav li {
   float: left;
   margin-right: 20px;
   background: url(../_img/bg_nav_li.png) no-repeat top left;
   height: 23px;
   position: relative;
   z-index: 1;
   margin-bottom: 10px;
}

#nav li.last{
   margin-right: 11px;
}

#nav li a{
   display: block;
   float: left;
   color: #fff; /* Change this to the right color */
   text-decoration: none;
   font-weight: bold;
   height: 15px;
   font-size: 1.1em;
   padding: 5px 23px 3px;
   _padding-top:6px;
   background: url(../_img/bg_nav_li_a.png) no-repeat top right;
   margin-right: -11px;
   position: relative;
   min-width: 50px;
   z-index: 1;
   text-align: center;
}

*+html #nav li a{
   font-weight: normal;
   padding-top: 6px;
}

#nav li ul{
   position: absolute;
   left: -999em;
   top: 15px;
   padding-top: 13px;
   list-style: none;
   line-height: 1;
   margin-right: -11px;
}

#nav li li{
   float: none;
   margin: 0;
   background: none;
   height: auto;
   margin-top: 2px;
}

#nav li ul ul{
   display: none;
}

#nav li:hover,
#nav li.sfHover{
   background-position: 0 -23px;
}

#nav li:hover{
   visibility: inherit;
}

#nav li:hover a,
#nav li.sfHover a{
   background-position: 100% -23px;
}

#nav li:hover li,
#nav li.sfHover li{
   background: none;
   display: block;
}

#nav li:hover li a,
#nav li.sfHover li a{
   background: none;
   line-height: 1.5;
   display: block;
   float: none;
}

#nav li:hover ul,
#nav li.sfHover ul{
   left: 0;
   background: #ca3392 url(../_img/bg_nav_li_hover_ul.gif) repeat-x;
}

#nav li li a{
   background: none;
   font-size: 1.1em;
   margin: 0;
   height: auto;
   padding: 7px 14px 5px 12px;
}

#nav li li a:hover{
   background: #950b61;
}

/* =Container-Inner
---------------------------------------------------------------------
*/



/* =Content-Wrap
---------------------------------------------------------------------
*/



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


#content{
   width: 720px;
   float: left;
   display: inline;
   padding: 10px 10px 40px 20px;
   position: relative;
   z-index: 10;
   min-height: 500px;
   _height: 500px;
}

#content-left {
	float: left;
	display: inline;
	width: 530px;
}

#content #page-header-image {
	width: 530px;
	height: 180px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url(../_img/bg_page_banner.png) no-repeat center bottom;
	overflow: hidden;
}

#content img#banner {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#content h2{
   font-size: 2.4em;
   color: #2c2c2c;
   letter-spacing: -1px;
   margin-bottom: 15px;
   line-height: 1.5;
   font-weight: bold;
   padding-bottom: 10px;
   border-bottom: 1px solid #d1d1d1;
}

#content h3{
   font-size: 2em;
   color: #2c2c2c;
   letter-spacing: -1px;
   margin-bottom: 15px;
   line-height: 1.5;
   font-weight: bold;
}

#content h4{
   font-size: 1.8em;
   color: #2c2c2c;
   letter-spacing: -1px;
   margin-bottom: 15px;
   line-height: 1.5;
   font-weight: bold;
}

#content h5,
#content h6{
    font-size: 1.6em;
   color: #2c2c2c;
   letter-spacing: -1px;
   margin-bottom: 15px;
   line-height: 1.5;
   font-weight: bold;
}

#content p,
#content li{
   margin-bottom: 12px;
   color: #333;
   font: 1.3em/1.6 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content ul {
   margin: .5em 0 1em 0;
   margin-left: 3em;
}

#content ul ul {
	margin-left: 3em;
}

#content ul li{
   margin: 0 0 .25em;
   list-style-type: disc;
}

#content ul li li {
   margin: 0 0 .25em;
   list-style-type: disc;
}

#content ol {
   margin: .5em 0 1em 3em;
}

#content ol li{
	list-style-type: decimal;
}

#content li li{
   font-size: 1em;
}

#content blockquote { 
   margin: 1em 3em;
   border-left: 3px solid #d1d1d1;
   padding-left: 1em;
   font-size: 1.8em;
    color: #999;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
}

#content hr {
   display: block;
   margin: 1.5em 0; 
   color: #d1d1d1;
   background-color: #d1d1d1;
   border: 0;
   border-top: 1px solid #d1d1d1;
   width: 100%;
   height: 1px;
}


#content a{
   color: #930760;
   font-weight: bold;
}

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

#content #text{
   clear: both;
}

#content table { 
	margin-bottom: 25px;
	width: 100%;
}

#content caption { 
	font-size: 1.6em;
	text-align: center;
	padding: 5px;
}

/* Table styles */
#content table {
	margin: 0 auto;
	margin-bottom: 20px;
}

#content td h3, #content td h4, #content td h5, #content td h6 {
	margin: 0;
	font-size: 14px;
}

#content td { 
	/*padding: 5px 25px 5px 0px;*/
	padding: 4px; /* http://support.monkdevelopment.com/admin.php?pg=request&reqid=21396 */
	font-size: 13px;
}

#content td p { 
	text-align: center;
	line-height: 16px;
	font-size: 13px;
	margin: 0; /* http://support.monkdevelopment.com/admin.php?pg=request&reqid=21396 */
}

#content td a { 
	display: block;
}

#content th { 
	padding: 5px 25px 2px 0px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}


#content p.date{
   margin-bottom: 2px;
   font-weight: bold;
   font-style: italic;
   font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
   font-size: 1.2em;
}

#content .news{
   margin-bottom: 15px;
}

#content p#pagination{
   background: #EDEDED;
   width: 455px;
   float: left;
   padding: 5px 10px;
}

#content p#pagination a{
   float: left;
   display: inline;
   margin-right: 5px;
   padding: 0 5px;
}

#content p#pagination a#current{
   background: #FFCFEF;
}

#content p#pagination a#off{
   display: none;
}

#content-right {
	float: right;
	display: inline;
	width: 170px;
}

#sponsors{
   overflow: hidden;
   margin-bottom: 5px;
}

#content #sponsors h3{
 	 font-size: 1.4em;
	 font-weight: bold;
	 text-align: center;
}

#content #sponsors ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #sponsors li{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content #sponsors img{
	border: 0;
	margin: 0;
	padding: 0;
	float: none;
}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   float: left;
   width: 230px;
   padding: 10px 10px 20px 10px;
   background: url(../_img/bg_sidebar.jpg) no-repeat;
}

#sidebar #subnav {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}

#sidebar #subnav li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar #subnav li a {
	display: block;
	color: #333;
	padding: 6px;
	text-decoration: none;
    font-weight: bold;
	font-size: 1.8em;
}

#sidebar #subnav li a:hover {
	color: #333;
}

#sidebar #subnav ul {
	margin: 0;
	border-top: 1px solid #e5e5e5;
}

#sidebar #subnav li li a {
	color: #666;
    font-weight: normal;
	font-size: 1.5em;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sidebar #subnav li li a:hover, #sidebar #subnav li li.current a {
	background: #fff;
	color: #930760;
}

#sidebar h2{
   font-size: 2em;
   color: #2c2c2c;
   letter-spacing: -1px;
   margin-bottom: 5px;
   line-height: 1.5;
   font-weight: bold;
}

#sidebar h3{
   font-size: 1.8em;
   color: #2c2c2c;
   letter-spacing: -1px;
   margin-bottom: 5px;
   line-height: 1.5;
   font-weight: bold;
}

#sidebar h4, #sidebar h5, #sidebar h6{
   font-size: 1.6em;
   color: #2c2c2c;
   letter-spacing: -1px;
   margin-bottom: 5px;
   line-height: 1.5;
   font-weight: bold;
}

#sidebar a {
	color: #930760;
}

#sidebar #side-newsletter{
   position: relative;
   margin-bottom: 15px;
   overflow: hidden;
}

#sidebar #side-newsletter h3{

}

#sidebar #side-newsletter a{
  display: block;
  float: left;
  height: 23px;
  width: 100px;
  background: url(../_img/signup_buttonJOIN.gif) no-repeat left center;
  padding: 5px 0;
  text-indent: -999px;
  margin-bottom: 15px;
}

#sidebar #newsletter fieldset{
   background: url(../_img/bg_newsletter_fieldset.gif) no-repeat;
   position: absolute;
   top: 30px;
   left: -18px;
   width: 272px;
   height: 67px;
   z-index: 4;
}

#sidebar input#newsletter_text{
   border: 0;
   font-size: 1em;
   color: #242323;
   padding: 5px 5px 5px;
   width: 130px;
   position: absolute;
   top: 22px;
   left: 22px;
   z-index: 5;
}

#sidebar input#newsletter_submit{
   position: absolute;
   right: 35px;
   top: 22px;
}

#side-articles{
   margin-bottom: 30px;
}

#sidebar ul{
   margin-top: 10px;
   position: relative;
   z-index: 10;
}

#sidebar ul li{
   margin-top: 5px;
}

#sidebar ul li a{
   padding: 2px 5px;
   display: block;
   color: #242323;
   font-size: 1.2em;
}

#sidebar ul li a:hover{
   text-decoration: underline;
}

#sidebar #side-gallery{
	
}

#sidebar #side-gallery img {
	width: 215px;
	padding: 3px;
	border: 1px solid #e5e5e5;
}

#sidebar #side-gallery p{
	padding: 10px 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar  #sidebar-social {
	margin-bottom: 10px;
	overflow: hidden;
}

#sidebar #sidebar-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar #sidebar-social li {
	float: left;
	list-style: none;
	list-style-type: none;
}


#sidebar #sidebar-social li a {
	display: block;
	margin: 0 5px 10px 0;
	padding: 0;
	width: 24px;
	height: 24px;
	text-indent: -9999em;
}

/* = Eventbox  
---------------------------------------------------------------------
*/

#eventbox{
   width: 169px;
   height: 218px;
   clear: both;
   background: url(../_img/bg_eventbox.png) no-repeat;
   position: relative;
   margin-bottom: 20px;
   margin-left: -10px;
}

#eventbox h3{
   font-size: 1.8em;
   font-style: italic;
   font-weight: bold;
   color: #bd4189;
   letter-spacing: -1px;
   line-height: 1.5;
   height: 218px;
   width: 169px;
}

#eventbox h3 a{
   color: #bd4189;
   display: block;
   padding: 18px 16px;
   height: 182px;
   width: 137px;
}

#eventbox h3 a:hover{
   text-decoration: underline;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   width: 1000px;
   overflow: hidden;
   padding: 20px 0;
   background: #5BACD2 url(../_img/bg_footwrap_updated.jpg) repeat-x top;
}

#footer a{
   color: #fff;
   line-height: 1.4;
}

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

#footer ul{
   margin: 0;
   float: left;
   padding-bottom: 5px;
}

#footer li{
   float: left;
   color: #fff;
   font-size: 1.1em;
   font-style: italic;
   margin-left: 5px;
   margin-bottom: 0;
   line-height: 1.4;
}

#footer li a{
   padding-left: 5px;
   border-left: 1px solid #fff;
}

#footer li a:hover{
   text-decoration: underline;
}

#footer p{
   float:left;
   font-size: 1.1em;
   font-style: italic;
   color: #D6E9F2;
   margin-left: 5px;
   padding-left: 5px;
   border-left: 1px solid #fff;
   margin-bottom: 0;
   line-height: 1.4;
}

#footer p#memberprofile{
   float: right;
   margin-right: 30px;
   border: none;
}

#footer p#athletelogin{
   float: right;
   border: none;
   border-right: 1px solid #fff;
   padding: 0 10px 0 0;

}
/* = Galleries  
---------------------------------------------------------------------
*/

.gallerybox{
   float: left;
   display: inline;
   margin-right: 20px;
   height: 170px;
   width: 200px;
}

.gallerybox p.galimg {
	width: 130px;
	height: 85px;
	overflow: hidden;
	border: 3px solid #458FB2;
}

#content .gallerybox h4 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 2px;
}

#content .gallerybox p { font-size: 1.1em; }

#content .gallerybox p img,
#content .gallerybox p a{
   float: left;
   display: block;
}

#gallery a img {
	border: none;
	margin: 0;
}
p#galnav {
	text-align: right;
	width: 417px;
	clear: both;
}
p#galnav a {
	text-decoration: none;
	color: #4d3e27;
}
p#galnav a.navhome { font-weight: bold; }
p#galnav a:hover { text-decoration: underline; }
#gallerycontent p#enlarge {
	float: left;
	margin-top: -30px;
}
p#photodetail img { width: 417px; }

p#photodetail {
	width: 592px;
	float: left;
}
#gallerycontent h2 {
	font-size: 2.4em;
	color: #4d3e27;
}
#gallerycontent p.img_box {
	width: 221px;
	float: left;
	padding-right: 10px;
}
#gallerycontent p.img_box a {
	width: 215px;
	height: 140px;
	display: block;
	overflow: hidden;
	border: 3px solid #458FB2;
}
#gallerycontent p.img_box img { float: left; }

/* @group Sitemap */

#content #sitemap-wrap{
   margin-left: 40px;
}

#content #sitemap li{
   font-size: 1.4em;
}

#content #sitemap li li{
   font-size: 1em;
}

#content #sitemap li a,
#content #sitemap li li a{
   font-size: 1em;
}

/* @end */

/* @group Logins */

#athlete_login,
#member_profile{
   display: none;
}

#TB_ajaxContent{
   background: #FAFAFA;
   color: #2C2C2C;
   clear: both;
}

#TB_ajaxContent h3{
   font-size: 1.5em;
   font-weight: bold;
   color: #2c2c2c;
   letter-spacing: -1px;
   margin-bottom: 15px;
   line-height: 1.5;
   padding-top: 20px;
}

#TB_ajaxContent p{
   color: #2c2c2c;
   font: 1.1em/1.6 Arial, Helvetica, Geneva, sans-serif;
}

#TB_ajaxContent p#aregister{
   float: left;
   display: inline;
   width: 80px;
}

#TB_window a{
   color: #F14960 !important;
}

#TB_ajaxContent p.ainput input{
   width: 150px;
   height: 1.5em;
}

#TB_ajaxContent p label{
   width: 80px;
   display: block;
   float: left;
}

#TB_ajaxContent p#pword{
   margin-bottom: 1.5em;
}

#TB_window #TB_title{
   background: #92B4DB;
}

#TB_window #TB_title a#TB_closeWindowButton{
   color: #2c2c2c !important;
}

#TB_window{
   border-color: #6B9ACF !important;
}

/* @end */

/* @group Signup Buttons */

#content p.signup a{
   display: block;
   margin: 0 auto;
   width: 98px;
   height: 32px;
   background: url(../_img/bg_signup.png);
   text-indent: -9999px;
}

#content p.signup a:hover{
   background-position: 0 -34px;
}

#content td p.signup{
   margin: 5px auto;
   text-align: center;
}

#content td.signup{
   margin: 5px auto;
   text-align: center;
}

/* @end */
