html, * {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
}

a {
    color: #002233;
}

a img {
    border: 0;	
}

.clear {
    clear: both;
    display: block;
}

#site {
    width: 850px;
    margin: auto;
}

#topo {
    position: relative;
    padding: 20px 10px 10px 0;
}

#login {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    background-color: #002233;
    position: absolute;
    top: 20px;
    right: 0px;
    color: white;
}

#login a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#login .btnEnviar {
    display: block;
    float: left;
    margin: 0 5px;
    color: black;
    background-color: #ffcc00;
    padding: 3px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#login .btnSair, #login span {
    display: block;
    margin: 0 5px;
    float: left;
    padding: 3px;
}

#login .icone {
    position: relative;
    top: 2px;
}

#topo h1 a span {
    display: none;
}

#topo h1 a {
    display: block;
    width: 180px;
    height: 68px;
    background-image: url('../images/logo.png');
}

#principal {
    position: relative;
    float: left;
    width: 650px;
    margin-bottom: 10px;
}

#foto {
    width: 640px;
    background-color: #002233;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#foto .imagem {
    width: 640px;
    height: 480px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

#foto .imagem img {
    display: none;
}

#principal .acoes {
    padding: 5px;
    height: 15px;
    margin-bottom: 5px;
}

#principal .acoes a {
    display: block;
    float: left;
    margin-right: 15px;
}

#principal .acoes a img {
    border: none;
}

#foto .comentario {
    padding: 10px;
    color: white;
    border-top: 1px white solid;
}

#comentarios {
    width: 618px;
    padding: 10px 10px;
    border: 1px #ddd solid;
    margin: 10px;
    margin-left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#comentarios h2 {
    font-size: medium;
    margin-bottom: 5px;
}

#comentarios form, #comentarios .comentario {
    padding: 10px;
    margin: 20px 0;
    border: 1px #ddd dotted;
    background-color: #eee;
}

#comentarios .comentario strong {
    font-size: x-small;
    margin-bottom: 3px;
}

#comentarios .comentario .avatar {
    border: 1px #ddd solid;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 48px;
    height: 48px;
    float: left;
}

img.avatar {
    width: 48px;
    height: 48px;
}

form label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
}

form span.comentario {
    font-size: x-small;
    color: gray;
}

form textarea {
    width: 100%;
    height: 50px;
    border: 1px silver solid;
}

form p {
    margin-bottom: 10px;
}

form button {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

#lateral {
    position: relative;
    float: right;
    width: 190px;
    margin-bottom: 10px;
    padding-top: 30px;
}

#lateral h2, #upload h2, .conteudo h2 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    background-color: #002233;
    color: white;
    font-size: small;
}

.miniatura {
    position: relative;
    width: 190px;
    height: 142px;
    background-color: #7995B0;
    margin: 10px 0;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

.miniatura img {
    max-width: 190px;
    max-height: 142px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.miniatura .autor {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: bold;
    color: white;
}

.miniatura .autor.shadow {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-weight: bold;
    color: black;
}

.about_user a.avatar {
    display: block;
    margin: 0 10px 10px 0;
    float: left;
}

.about_user {
    /*height: 70px;*/
    padding: 5px;
    display: block;
    clear: both;
}

#lateral p {
    margin: 5px 0;
}

.conteudo {
    padding-top: 25px;
}

.conteudo p {
    margin: 10px;
}

p.paginas a, p.paginas span {
    display: block;
    padding: 3px;
    height: 17px;
    text-align: center;
    border: 1px silver solid;
    margin-right: 4px;
    float: left;
    width: 20px;
    text-decoration: none;
}

p.paginas span {
    color: #ddd;
    border: 1px #ddd solid;
    cursor: default;
}

#upload {
    padding-top: 25px;
}

#upload p {
    margin: 10px;
}

#upload form {
    margin: 10px;
    padding: 10px;
}

#rodape {
    text-align: right;
    border-top: 1px silver dotted;
    padding: 10px 10px 20px 10px;
}

#rodape .copyleft {
	float: left;
}

#rodape .poweredby {
	float: right;
}

#rodape .poweredby a {
	display: block;
	float: left;
	margin-right: 10px;
	top: 0;
}

#rodape .poweredby a.mamulti {
	position: relative;
	top: -3px;
}


/*implementação de notas*/
.note {
	display: none;
	background: url(spacer.gif); 
	border: 2px solid rgb(255, 255, 255); 
	overflow: hidden; 
	position: absolute; 
	z-index: 0;
	cursor: text;
}

.notep {
	display: none; 
	background: #eee; 
	font-size: 8pt; 
	margin-top: 0px; 
	padding: 2px;
	position: absolute;
	width: 175px;
	cursor: text;
} 

#noteform {
	display: none;
	position: absolute;
	width: 250px;
}

#noteform textarea{
	width: 100%;
}

#noteform form {
	border: 1px silver solid;
	background-color: white;
	padding: 10px;
}

#noteform form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#noteform form fieldset legend {
	display: block;
	position: relative;
	font-size: small;
}

