@CHARSET "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, sans;
	border: 0px;
	font-size: 13px;
}

body {
	color: #FFFFFF;
	background: #000000 url(/media/images/fundo.jpg) repeat-y top left;
	/*scrollbar-face-color: #E3E3E3;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E3E3E3;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;*/
}

a, h1, h2 { color: white; }

a.link-guestbook { text-decoration: none; font-weight: bold; }
a { text-decoration: none; }

.banner {
    background: url(/media/images/topo.jpg) no-repeat;
    height: 515px;
}

#topo { position: absolute; }

div#page_wrapper {
    width: 800px;
    margin: 0 auto;
}

.main-menu {
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.main-menu ul {
    list-style: none;
}

.main-menu ul li {
    display: inline;
    border-left: solid 1px white;
}

.main-menu ul li.first { border-left: none; }

.main-menu ul li a {
    padding: 5px;
    text-decoration: none;
    font-size: 12px;
}

.main-menu ul li a:hover, a:hover { color: #FFFF00; }

.content-box { width: 800px; }

.content-box .content-box-content {
    margin: 0px 30px;
    background: #000;
}
.content-box-title {
    height: 52px;
    background-position: top left;
    background-repeat: no-repeat !important;

}

.content-box-base {
    background: url(/media/images/base-conteudo.png) bottom left;
    height: 50px;
}

.content-box .left-border {
    background: url(/media/images/lado-esquerdo.png) repeat-y left top;
}
.content-box .right-border {
    background: url(/media/images/lado-direito.png) repeat-y right top;
}

div#simpleFrm { width: 50%; }

div#simpleFrm p {
    clear: both;
    padding: 5px 0;
}

.input, select, option {
    color: #222;
}

textarea {
    display: block;
    width: 300px;
    margin-top: 25px;
    color: #222;
}

input#submit.submit, .submit {
    color: #AAA;
    background: #222;
    border: solid 2px #AAA;
}

.node {
    clear: both;
}

.node .node-thumb {
    float: left;
    border: solid 2px #CCC;
    padding: 2px;
    margin-right: 20px;
    width: 130px;
}

.node h1 {
    font-size: 20px;
    text-decoration: none;
}

.node-thumb {
    width: 200px;
}

.pagination { text-align: right; }
.pagination a {
    background: #CCC;
    color: #222;
    padding: 5px;
    text-decoration: none;
}

.message {
    background: #ADFF9F;
    padding: 5px;
    display: block;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.gray { background: #222; }

/* FRONT PAGE */
.canais { position: absolute; float: left; margin-top: 100px; }
.canais .canais-title { margin-left: -16px; }

.front-news {
    width: 440px;
    height: 85px;
    overflow: auto;
    float: left;
}

.front-news .gray, .front-birthday .gray { background: transparent; }

.front-news h1, .front-birthday h1 { font-size: 12px;}

.front-shows {
    float: left;
    margin-left: 25px;
    width: 266px;
    width: 266px;
    /*height: 167px;*/
    height: 85px;
    overflow: auto;
    margin-bottom: 82px;
}

.front-shows ul { list-style: none;}
.front-shows ul li a {
    text-decoration: none;
    display: block;
    padding: 3px 0;
}
.front-shows ul li a:hover { background: #222; }

.front-birthday {
    width: 185px;
    height: 338px;
    overflow: auto;
    float: left;
}

.front-birthday img.node-thumb {
    margin-right: 3px;
    width: 75px;
}

#birthday_form { width: 150px; margin-left: 45px; }
#birthday_form input { width: 140px;}

.file_upload_button {
    top: 15px;
    position: relative;
    display: inline;
    background: #222;
    padding: 5px 15px;
    text-decoration: none;
}

.file_upload {
    position: relative;
    top: -5px;
    -moz-opacity: .0;
    opacity: 0;
    cursor: pointer;
}

.contact-info { position: absolute; margin-left: 330px; }
.node-thumb { float: left; margin-right: 10px; border: 5px solid white; }

