/* @override http://maxmulti.monkcms.net/_css/styles_home.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;
}

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

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

hr{
   display: none;
}

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

#container{
   background: #E7E7E7 url(/_img/bg_container.gif) repeat-x;
}

#container-inner{
   background: url(/_img/bg_home_container-inner.gif) no-repeat center top;
}

#content-wrap{
   width: 1000px;
   margin: 0 auto;
   padding-bottom: 30px;
}

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

a{
   overflow: hidden;
   text-decoration: 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
---------------------------------------------------------------------
*/

#headwrap{
   height: 302px;
   padding-top: 46px;
   background: url(/_img/bg_headwrap_home.jpg) no-repeat center top;
}

#header{
   width: 1000px;
   margin: 0 auto;
}

#header h1{
   clear: both;
   background: url(/_img/bg_header_h1.gif);
   width: 200px;
   height: 112px;
   margin:5px 38px 0 12px;
   float: left;
}

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

#tagline{
   width: 610px;
   float: left;
   margin-top: 12px;
   color: #fff;
}

#tagline h2{
   font-size: 3.6em;
   font-style: italic;
   letter-spacing: -2px;
   line-height: 1;
   margin-bottom: 7px;
}

#tagline p{
   font-size: 1.2em;
   line-height: 1.8;
}

#tagline p a{
   font-weight: bold;
   color: #fff;
   padding-left: 10px;
}

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

#nav{
   list-style: none;
   position: relative;
   float: left;
   width: 625px;
}

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

#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;
   z-index: 1;
   min-width: 50px;
   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;
}

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

#nav li ul ul{
   display: none;
}

#nav li:hover{
   visibility: inherit;
}

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

#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 50px 20px;
   position: relative;
   z-index: 10;
}

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

#content h4{
   font-size: 1.8em;
   font-style: italic;
   font-weight: bold;
   color: #464646;
   letter-spacing: -1px;
}

#content h5,
#content h6{
   font-size: 1.3em;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #464646;
   font: 1.2em/1.6 Arial, Helvetica, Geneva, sans-serif;
}

#content ul,
#content ol{
   margin: 0 0 1em 3em;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   list-style: none;
}

#content ul#byline li{
   font-size: 1.1em;
}

#content li{
   margin: 0;
}

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

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

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #930760;
}

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

#content #text{
   clear: both;
}

#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;
}

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

#sidebar{
   float: left;
   width: 245px;
   padding: 10px 5px 20px 0;
}

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

#sidebar #fb{
   float: left;
   display: inline;
   width: 245px;
   padding-left: 10px;
}

#sidebar #fb h3 a{
   display: block;
   height: 33px;
   text-indent: -9999px;
   background: url(/_img/bg_facebook.gif) no-repeat;
}

#sidebar #fb h3 a:hover{
   background-position: 0 -36px;
}

#sidebar #side-newsletter{
   position: relative;
}

#sidebar #side-newsletter h3{
   position: relative;
   z-index: 5;
   margin-bottom: 0;
}
#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;
}

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

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

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

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

#sidebar #side-gallery{
   clear: left;
}

#sidebar #side-gallery h3{
   color: #bd4189;
}

/* = 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
---------------------------------------------------------------------
*/

#sponsors{
   clear: both;
   float: left;
   width: 480px;
}

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

#sponsors li{
   float: left;
   display: inline;
   margin-right: 5px;
   margin-bottom: 10px;
}

#footwrap{
   height: 268px;
   background: url(/_img/bg_home_footwrap.png) no-repeat center;
   margin-top: -238px;
}

#footer{
   width: 1000px;
   margin: 0 auto 0;
   padding-top: 248px;
}

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

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

#footer ul{
   margin: 0;
   float: left;
}

#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;

}

/* @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 */