/* - - - - - - - - - - - - - - - - - - - - -

Title : Maratona

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
	width: 100%;
}
body{
	background: #ACDBE1;
	color: #2E383E;
	font-family: Arial, Verdana;
	font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */
	text-align: center;
	line-height: 1.8em;	
	height: 100%;
	width: 100%;
}

/* links  */

a{
	color: #5B707E;
}
a:hover{
	text-decoration: none;
}

/* headings */

h1, h2, h3{font-weight: normal}
h1 {font-size:2em;}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	=page structure

------------------------------------------------------------ */

#wrap{
	margin: 0 auto;
	text-align: left;
}
#header{	
	background: #ACDBE1;
	height: 150px;
	position: relative;
}
#navigation{
	background: url("images/menu_bg.png") repeat-x;
	font-size: 1.2em;
	border-bottom: 1px solid #83bbd9;
	margin-bottom: 20px;
}
#content{
	width: 770px;
	margin: 0 auto;
	font-size: 1.1em;
	background: #fff url("images/content_bg.gif") repeat-y;
}
#primary-content{
	background: url("images/l_corner.png") no-repeat top left;
	padding: 20px;
	float: left;
	width: 470px;
}
#secondary-content{
	background: url("images/r_corner.png") no-repeat top right;
	padding: 20px;
	float: right;
	width: 210px;
}
#footer{
	border-top: 1px dotted #b6dffa;
	width: 720px;
	margin: 0 auto;
	font-size: 1.1em;
	padding: 20px 0;
	color: #5B707C;
}

/* ------------------------------------------------------------

	=header

------------------------------------------------------------ */

#header h1{
	background: url("images/banner.jpg") no-repeat;
	text-indent: -10000px;
	line-height: 150px;
	width: 770px;
	margin: 0 auto;
	}
#header h2{
	position: absolute;
	right: 0;
	color: #999;
	top: 60px;
	background: #333;
	font-size: 1.8em;
	width: 250px;	
	letter-spacing: -1px;
	font-style: italic;
	}
#header h2 span{
	padding: 10px;
	text-align: center;
	display: block;
	}	
#flags{
	position: absolute;
	right: 90px;
	top: 110px;
	}
.warning{
	background: #2E2E35;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	}
	
/* --- */

#header-copy{
	width: 770px;
	margin: 0 auto;
	position: relative;
}

#parceiros-menu {
	position: absolute;
	right: 4px;
	padding: 10px;
	color: #FFF;

	/*top: 100px;*/
	bottom: 45px;
	background-color: #000;
}
#parceiros-menu a { color: #008879; color: #FFFFFF; }
#parceiros-menu a:hover { color: #FFFFFF; }

/* ------------------------------------------------------------

	=navigation

----------------------------------------------------------- */

#navigation ul{
	width: 760px;
	margin: 0 auto;
	line-height: 40px;
	position: relative;
}
#navigation ul li{
	list-style: none;
	float: left;
}
#navigation ul li a{
	text-align: center;
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 9px;
	padding: 0 5px;
	margin: 0 1px;
}
#navigation ul li a:hover{
	color: #2E383E;
}

/* active link */

#navigation ul li a.active{
	background: url("images/active.gif") no-repeat bottom center;
}

/* nice link */

#nice-link{
	background: #005C52 url("images/ical_blue.png") no-repeat 20px 10px;
	position: absolute;
	right: -5px;
	top: -15px;
	width: 250px;
	font-size: 1.6em;
	letter-spacing: -1px;
}
#nice-link a{
	display: block;
	line-height: 55px;
	background: url("images/n_corners.gif") no-repeat left top;
	font-style: italic;
	text-decoration: underline;
	margin: 0 !important;
	padding-left: 20px !important;
	width: 232px;	
}
*html #nice-link a{
	width: 221px;	
}

/* ------------------------------------------------------------

	=primary content

------------------------------------------------------------ */

#primary-content h2{
	color: #5B707C;
	margin: 10px 0;
	font-size: 2.0em;
	letter-spacing: -1px;
	border-bottom: 1px dotted;
	padding-bottom: 10px;
	font-family: Cambria, "Times New Roman", Times, serif;
}
#primary-content h3{
	color: #5B707C;
	margin: 10px 0;
	font-size: 1.6em;
	letter-spacing: -1px;
}
#primary-content p{
	margin: 10px 0;
}
#primary-content ul, #primary-content ol{
	margin: 10px 0;
	padding-left: 25px;
}
#primary-content .img img{
	float: left;
	margin: 0 10px 0 0;
}

/* main gallery */

.gallery-cats{
	padding: 5px 0;
}
.gallery-cats img{
	width: 80px;
	background: #DBF0FC;
	border: 1px solid #89A8BA;
	padding: 3px;
}
.gallery-cats img:hover{
	border: 1px solid #5B707C;
}

/* -items- */

.sponsor-items img{
	padding: 3px;
	border: 1px solid #89A8BA;
	margin-bottom: 20px;
}

.gallery-items{
	background: #DBF0FC;
	border: 1px solid #89A8BA;
	height: 90px;
	display: table;
	overflow: hidden;	
	width: 100px;
	_position: relative;	
  	margin: 5px 5px 0 0 !important;
  	float: left;	
  	text-align: center;
	}
.gallery-items a{
	display: table-cell;
	vertical-align: middle;
	margin: 0px auto;
	text-align: center;
	line-height: 90px;	
	_position: absolute;
	_top: 50%;
	}		
.gallery-items a img{
	border: none !important;
	_position: relative;
	_top: -50%;
	_left: -50%;
	}	
.gallery-items:hover{
	border: 1px solid #5B707C;
}

/* wrap incrição */

#cgd-inscricao{
	float: none !important;
	width: auto !important;
}
#mini-inscricao, #meia-inscricao, #cgd-inscricao {
	float: left;
	width: 360px;
	background: #fafafa;	
	margin-bottom: 20px;
}
#meia-inscricao{
	float: right !important;
}
#cgd-inscricao, #mini-inscricao div, #meia-inscricao div{
	padding: 20px;
}
#wrap-inscricao div.img{
	padding: 0 !important;
}
#wrap-inscricao div.img img{
	width: 160px;
}

/* nav inscrição */

.inscription{
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.inscription li a{
	padding-left: 30px;
	margin: 1px 0;
	background: #b6e0f8 url("images/ical_blue_small.png") no-repeat 10px 8px;
	display: block;
	color: #5B707C;
	float: none;
	line-height: 30px;
}

/* legenda inscrições */

#legenda{
	list-style: none;
}
#legenda li{
	line-height: 22px;
	padding: 2px 0;
}
#legenda li img{
	float: left;
	margin-right: 5px; 
}

/* tables */

table.premios{
	margin-bottom: 20px;
}
table.premios th{
	padding: 3px 0;
	border-bottom: 1px solid;
	text-align: center;
}
table.premios td {
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	line-height: 20px;
	text-align: center;
}
table.premios td.no-border {
	border-bottom: 0px;
}

/* forms */

#form{
	margin-top: 5px;
	padding: 0 10px;
	width: 210px;
}
fieldset{
	border: none;
	padding: 0;
	padding-top: 3px;
}
fieldset h4{
	font-weight: bold;
	background: #EDF7FD;
	padding: 4px 5px 2px 5px;
	border-bottom: 1px solid #83BBD9;
	display: block;
	width: 205px;
	margin-left: -5px;
}
fieldset label{
	display: block;
	font-weight: bold;
	margin-right: 10px;
}
input.text, textarea, select.text{
	width: 200px;
	font-family: Arial, Verdana;
	font-weight: normal;
	overflow: auto;
	padding: 2px;
}
input.button{
	cursor: pointer;
}

.col{
	float: left;
	width: 220px;
}
div.r{
	margin-left: 20px;
}

/* --- */

#myform{
	padding: 0;
}
#myform fieldset label, #addAthlete fieldset label{
	display: inline;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 150px !important;
	float: left;
}
#myform fieldset h4, #addAthlete fieldset h4{
	font-weight: bold;
	background: #EDF7FD;
	padding: 4px 5px 2px 5px;
	border-bottom: 1px solid #83BBD9;
	display: block;
	width: auto;
}
#myform fieldset#individual label{
	width: 200px !important;
}
#myform fieldset#individual .text{
	width: 350px;
}
/* mma */

#mma{
	height: 1%;
	margin: 15px 0;
}
#mma .mma-l label, #mma .mma-r label{
	text-align: right;
	width: auto !important;
	display: inline;
}
#mma .mma-r label{
	width: 120px !important;
}
#mma .mma-l label{
	width: 110px !important;
}
#mma .mma-l{
	float: left;
}
#mma .mma-r{
	float: right;
}
#mma .mma-l .text, #mma .mma-r .text{
	width: 220px;
	font-size: 1.4em;
}
#mma .mma-r textarea{
	width: 210px;
}

/*#mma .mma-l .text, #mma .mma-r .text{
	width: 360px;
	font-size: 1.4em;
}
*/

/* --- */

.actions{
	border-top: #B6E0F9 1px solid;
	background-color: #EDF7FD;
	padding: 5px 15px;
	text-align: center;
}
.total{
	border: #FC6 1px solid;
	background-color: #FFC;
	padding: 5px 15px;
	text-align: right;
	font-size: 1.6em;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.total span{
	float: left;
	font-weight: normal;
	font-size: 0.8em;
}
.total p{
	font-size: 13px;
	text-align: center;
	font-weight: normal;
}
.buttons {
	background: #FFF;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #83BBD9;
	text-align: right;
}

/* --- */

#addAthlete {
	padding: 2px 5px 5px 5px;
	background: #FAFAFA;
	position: fixed;
	width: 500px;
	top: 20%;
	left: 25%;
	border: 1px solid #555;
}
#addAthlete fieldset label{
	width: 200px !important;
}
#addAthlete p{
	padding: 2px 10px;
}

/* --- */

ol#people {
	padding: 0;
	list-style: none;
	height: 1%;
}
#people li {
	border: 1px solid #B6E0F9;
	margin-bottom: 10px;
	float: left;
	width: 350px;
	margin-left: 5px;
}
#people li label{
	width: 140px !important;
	padding-bottom: 5px;
}
#people .mma-l{
	width: 360px;
	float: left;
}
#people .mma-r{
	width: 360px;
	float: right;
}

/* --- */

#info {
	margin: 10px auto;
	margin-left: -5px;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;	
}

/* --- */

#partners{
	margin: 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #ddd;
	background: #fafafa;
}

#payment_paypal, #payment_cheque { margin: 10px 0 10px -5px}
.error { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC;}
.error2 { margin: 0 0 10px 0; padding: 5px 10px; border: #FFFFCC 1px solid; background-color: #FFFFFA;}
.error p, .error2 p, .errorVerde p { margin: 0 !important}
.errorVerde { margin: 0 0 10px 0; padding: 5px 10px; border: #00CC00 1px solid; background-color: #CCFFCC;}


/* inscription */

.wide #content{
	background: #fff url("images/r_corner.png") no-repeat top right;
}
.wide #primary-content{
	background: url("images/l_corner.png") no-repeat top left;
	padding: 20px;
	width: 730px;
}

/* buttons */

a.r{
	position: absolute;
	right: 10px;
	top: 6px;
}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none; 
    -moz-outline: none;
}
a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* ------------------------------------------------------------

	=secondary content

------------------------------------------------------------ */

#secondary-content h3{
	color: #fff;
	margin-bottom: 10px;
}
#secondary-content ul{
	margin-left: 20px;
}

/* news */

.news {
	background: #7DBB00;
	color: #fff;
}

.news a, .news h3 {
	color: #fff;
}

.news div {
	padding: 10px;
}

.classificacoes{
	background: #EDF7FD;
}
.classificacoes div {
	padding: 10px;
}


/* sponsors */

.sponsors{
	background: #ffffcc;
	margin-top: 10px;
}
.sponsors div {
	padding: 10px;
}
.sponsors div h3 {
	color: #333 !important;
}
.sponsors div .img{
	margin-top: 10px;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: center;
}
.sponsors div span{
	border-bottom: 1px solid #eee;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 4px;
	font-weight: bold;
}

/* gallery side bar */

.gallery{
	margin-top: 10px;
	padding: 10px 0 10px 10px;
}
.gallery img{
	width: 80px;
	background: #DBF0FC;
	border: 1px solid #89A8BA;
	padding: 3px;
}
.gallery img:hover{
	border: 1px solid #5B707C;
}

/* --- */

.d{
	width: 90px;
}
.d a img{
	height: 50px !important;
	width: auto;
}

/* hide on gallery page */

#galeria .gallery{
	display: none;
}

/* ------------------------------------------------------------

	=footer

------------------------------------------------------------ */

#footer p{
	float: left;
}
#footer ul{
	float: right;
}
#footer ul li{
	display: inline;
}

/* ------------------------------------------------------------

	=misc.

------------------------------------------------------------ */

a img {
	border: none;
	}
hr, .hide {
	display: none;
	}
.clear{
	clear:both;
}

/* ------------------------------------------------------------

	browser fixes

------------------------------------------------------------ */

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

.floatclear {display: inline-table;}

/* Hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* End hide from IE-mac */
/* clearing floats end here */

div#imprimir {
	text-align: center; margin-top: 10px;
	float: right;
}
div#imprimir a { padding: 5px; border: solid 1px #FF0000; color: #FF0000;
	background-color: #FFCCCC;
}




.pricesTable {
	width: 100%;
	text-align: center;
	padding: 0;
}

.pricesTable td {
	border-bottom: 1px solid #FFCC66;
	background: #FFFFCC;
	padding: 5px 0;
}

.pricesTable td.top {
	border-top: 1px solid #FFCC66;
}

.pricesTable td.left {
	border-left: 1px solid #FFCC66;
}

.pricesTable td.right {
	border-right: 1px solid #FFCC66;
}

.pricesTable td.bold {
	font-weight: bold;
}


div#dv_turismo pre {
	font-size: 1.1em;
	font-family: Arial,Verdana;
	line-height: 1.8em;

	padding-left: 35px;
}
div#dv_turismo h3 {
	margin-top: 20px;
	padding-left: 20px;
}



table.classification {
	border: none;
	padding: 0;
	margin: 15px 0 50px 0;
	width: 100%;
}

table.classification th {
	font-weight: bold;
}

table.classification th, table.classification td {
	padding: 4px;
	border-bottom: 1px dotted #aaa;
}

table.classification th:last-child, table.classification td:last-child {
	text-align: right;
}







