@charset "UTF-8";
/* CSS Document */
/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


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

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}



/* ========================================= */
/* =============  Meus estilos ============= */
/* ==========================================*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	padding-top: 30px;
	color: #CCC;
	padding-bottom: 30px;
}
#albums {
	width: 1025px;
	margin: auto;
	background-color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.album {
	float: left;
	display: block;
	width: 201px;
	background-color: #f5f5f5;
	height: 205px;
	margin: 4px;
}
.center {
	width: 836px;
	margin: auto;
}
.intro {
	padding: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #111111;
	line-height: 17px;
	font-size: 12px;
}


.album_2 {
	float: left;
	display: block;
	width: 201px;
	background-color: #f5f5f5;
	height: auto;
	margin: 3px;
}
.album_thumb{
	height: 139px;
	padding: 8px;
	margin: auto;
}
#albums .center .album_2 .album_thumb #download {
	position: relative;
	top: -17px;
	left: 0px;
}

.album_titulo{
	font-size: 11px;
	color: #666666;
	margin-left: 5px;
	text-transform: uppercase;
	margin-right: 2px;
	font-weight: bold;
}
.album_added {
	font-size: 10px;
}
.album_descricao{
	font-size: 10px;
	color: #666;
	margin-left: 10px;
}


/* =============  MENU ============= */
#header{
	width: 1000px;
	clear: both;
	padding: 12px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #333;
	}
#menu {
	list-style: none;
	padding: 0;
	float: right;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	top: 50px;
}
#logo {
	float: left;
	width: auto;
}


#menu li {
	float: left;
	
}

#menu li a {
	display: block;
	float: left; /* da uma descolada do texto do link do topo */
	text-decoration: none; /* retira o sublinhado do link */
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
	width: 100px;
}

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


[if IE]>
#menu li a, ul#menu li a:hover{
width: 170px;
height: 20px;
}

#conteudo {
	width: 90%;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#conteudo   input {
	font-size: 14px;
	padding: 5px;
}
/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 500px;
	color: #FFFFFF;
	margin: auto;
	font-size: 12px;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
}

form.cmxform fieldset {
	padding: 10px;
	margin: auto;
}

form.cmxform fieldset fieldset {

}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #FF0000
}
div.error { display: none; }
input {
	border: 2px solid #99CC00;
}
input:focus {
	border: 2px solid #0099FF;
}
input.error {
	border: 2px solid #FF0000;
}
form.cmxform .gray * { color: gray; }

