/* css página */
* {
	margin:0px;
	padding:0px;
}

/* corpo html */
body {
	font-family: Calibri, Verdana, Arial, sans-serif;
	color: #333;
	background-color: #fff;
	background-image: url("img/bg_sportup.jpg");
	background-attachment: fixed;
}

/* h1 logo */
#logo {
	background: url("img/logo_sportup.png") no-repeat;
    width: 250px;
    height: 110px;
    border: 0;
    margin: 0;
}

h1.logo a {
	position: absolute;
    overflow: hidden;
	width: 250px;
    height: 0px;
}

h1#logo {
    height: 110px;
}

h1#logo a {
    padding-top: 100px;
}

/* área gestor */
#admin {
	float: right;
	width: 250px;
	height: 25px;
	margin: 40px 0 0 0;
	color:#777;
	text-transform: lowercase;
	text-align: right;
}

.admin {
	color:#19a788;
	font-size: 16px;
	text-align: right;
}

/* menu responsivo */
.bgmenu {
	display: block;
	background-color: #666;
	max-width: 1000px;
	height: 36px;
	margin: auto;
}

nav ul li {
	line-height: 25px;
	display: inline;
	text-transform: lowercase;
}

nav ul li a:link, a:visited, a:active {
	text-decoration: none;
}

nav ul li a:hover {
	text-decoration: none;
}

/* tamanho responsivo */
.responsivo {
	position: relative;
	width:1000px;
	margin:0 auto;
}

/* imagem responsiva */
.img-responsive {
	height: auto;
	border: 0;
	display:block;
	margin-bottom: 25px;
}

.img-footer {
	float: left;
}

.img-apoio {
	width: 290px;
	height: 180px;
}

/* tags */
h {
	
}

h2 {
	margin: 10px 20px;
	color:#19a788;
	text-transform: lowercase;
}

h3 {
	margin: 10px 20px;
	color: #666;
	font-size: 24px;
	padding-right: 10px;
	text-transform: lowercase;
}

h4 {
	margin: 10px 20px;
	color:#19a788;
}

h5 {
	margin: 10px 20px;
	color: #666;
}

li {
	list-style: disc;
	margin: 2px 40px;
}

p {
	margin: 5px 15px 15px 20px;
}

/* barra lateral */
#side {
  float: left;
  height: auto;
  background-color: #fff;
  border: solid thin #fff;
}

/* conteúdo principal */
#container {
	float: left;
	width: 1000px;
	height: auto;
}

#content {
  float: left;
  height: auto;
  background-color: #fff;
  border: solid thin #fff;
}
#content h2 span.first { margin: 0 0 0 20px; }
#content h2 span { 
	color: #777;
	margin: 0 0 0 0px;
	font-size: 16px;
	font-weight: normal;
}
#content h2 span a { 
	color: #777;
	text-decoration: none;
}
#content h2 span a:hover { 
	color: #19A788;
}


#destaq {
  float: left;
  height: auto;
}

#legend {
	text-align: left;
	width: 310px;
	margin: 10px 0 0 10px;
	font-size: 13px;
}

/* rodapé */
#footer {
  clear: both;
  margin:0px;
  padding:0px;
  color: #CCC;
  background-color: #666;
}

#navfoot {
	float: left;
}

nav ul li a.footer {
	padding-left: 20px;
	inline-box-align: 20px;
	line-height: 15px;
	display: block;
}

#newsletter {
	width: 315px;
	height: 180px;
	padding: 0px;
	margin: 0;
}

/* links */
a.main:link, a:visited, a:active {
	color:#777;
	text-decoration: none;
}

a.main:hover {
	color:#19a788;
	text-decoration: none;
}

a.admin:link, a:visited, a:active {
	color:#777;
	text-decoration: none;
}

a.admin:hover {
	color:#19a788;
	text-decoration: none;
}

a.footer:link, a:visited, a:active {
	color:#AAA;
	text-decoration: none;
}

a.footer:hover {
	color:#19a788;
	text-decoration: none;
}


#content_gestor {  }
#content_gestor h3 { }

.table { width: 100%; padding: 5px 20px; text-transform: lowercase; }
.table thead { background: #E8E8E8; text-align: left; }
.table thead th { font-weight: normal; }
.table tbody { background: #FCFCFC; text-align: left; }
.table tbody td { padding: 8px; }

.title_cond {margin: 20px 0 0 20px; display: block; font-weight: bold;}

.box_left {float: left; width: 480px; }
.box_right {float: left; width: 480px; margin: 0 0 0 20px; }

.clear: {clear: both;}

.sucesso {color: green;}
.btn_send {height: 26px;cursor: pointer;}

.btn_edit {margin: 0 0 0 5px; display: inline-block; width: 20px; height: 20px; background: url("img/ico-form-correct.png");}
.btn_edit span {display: none;}
.btn_del { margin: 0 0 0 5px; display: inline-block; width: 20px; height: 20px; background: url("img/ico-form-incorrect.png");}
.btn_del span {display: none;}

a.btn_add { text-align:left; margin: 5px 0 5px 20px; padding: 0 0 0 22px; display: inline-block; width: 320px; height: 20px; background: url("img/ico-form-add.png") no-repeat scroll 0 0;}

