/*  

Colors:

Verde:
#A9D46F

Azul:
#0071BC

Cinza:
#D4D4CB  

Cinza claro:
#F5F5F3

Cinza MUITO claro:
#fafaf9;

*/


/* HEADERS */

* {
}

body {
    font-family:  Georgia, serif;
    background-color: #ededed; 
    color: #888888;
    font-size: 12px;
    height:100%;
}

a {
    color: #0071BC;
    text-decoration: none;
}

a:hover, a:hover .link-description, a:hover small span {
    color: #A9D46F;
}

img {
    border: 0px;
}

img#logo {
    margin-bottom: 20px;
    margin-top: 40px;
}


/* MENU */

div.menu-item {
    height: 75px;
    width:  19%;
    margin-right: 1%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
}

div.menu-item:hover {
    background-color: #A9D46F;
}

.active-menu {
    background-color: #A9D46F;
    padding-bottom: 1%;
}

.inactive-menu {
    background-color: #D4D4CB;
}

div#item-facebook {
    background-image: url("../img/facebook.png");
}

div#item-orkut {
    background-image: url("../img/orkut.png");
}

div#item-flickr {
    background-image: url("../img/flickr.png");
}

div#item-youtube {
    background-image: url("../img/youtube.png");
}

div#item-blogs {
    background-image: url("../img/blogs.png");
}

img#twitter-logo {
    position: absolute;
    margin-left: 100px;
    margin-top: 20px;
}

img#mais {
    position: absolute;
    margin-left: 305px;
    margin-top: 15px; 
}

img#rss {
    position: absolute;
    margin-left: 325px;
    margin-top: 15px; 
}

/* ESTRUTURA */

div#page {
    width: 900px;
    margin: 0 auto;
    height:100%;
}

div#content {
    margin-top: 1%;
    height:100%; 
}

div.first-column, div.second-column {
    width: 39%;
    margin-right: 1%;
    float: left;
    background-color: #FFF;
    height:100%; 
}

div.third-column {
    width: 19%;
    background-color: #FFF;
    float: left;
}

div.third-column div.link {
    font-size: 12px;
}

div.third-column div.link {
    padding-bottom:0px;
    border: 0px;
}

div.third-column content {
    margin: 30px;
}

div.first-column div.link, div.second-column div.link, div.double-column div.link {
    min-height: 50px;
}

div.double-column {
    width: 79%;
    margin-right: 1%;
    float: left;
    background-color: #FFF;
}

div.double-column div.link {
    width: 41%;
    float: left;
    margin-right: 3.3%;
}

div.paging {
    position: absolute;
    margin-left: 120px;
    margin-top: 15px;
    width: 170px;
    text-align: right;
}

div.paging div.disabled {
    display: none;
}

div#categories, div.general-content {
    padding: 20px;
    background-color: #FFF;
    margin-right: 1%;
    margin-bottom: 1%;
    border-left:  solid 5px #A9D46F;
    border-right:  solid 5px #A9D46F;
    z-index:9999;  
}

div#categories div.link {
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 6px 6px 6px 0px;
    border-bottom: solid 1px #ededed;
    
}

div#categories div.link:last-child {
    border: 0px;
}

div#categories div.link:first-child {
    padding-top: 0px;
}    

div#categories div.link a {
    color: #999;
    font-size: 16px;
}

div#categories div.link a:hover {
    color: #A9D46F;
}

div#categories div.column-left {
    float: left;
    width: 39%;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 0px;
    border: 0px;
}

div#categories div.column-right {
    float: left;
    width: 39%;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 0px;
    border: 0px;
}

div.link-description {
    color: #999;
    margin-bottom: 5px;
}

div.links-item div.link {
    border: 0px;
    float: left;
}

div.link {
    border-bottom: solid 1px #ededed;
    padding: 20px;
}

div.link h1 {
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 0;
}

div.link h1 {
    font-size: 18px;
}

div#side-content {
    width: 165px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 696px;
}

div#side-content-legend {
    margin-top: 160px;
}


/* ENVIAR MENSAGEM */

div#messages {
}

div#message {
    min-height: 60px;
}

div#message h2 {
    font-weight: normal;
}

div.single-message {
    position: absolute;
    margin-left: 50px;
    width: 650px;
    text-align: center;
}

.send-message-active, a.send-message-active:hover {
    background-color: #A9D46F;
    color: #FFF;
}

.send-message-inactive {
    color: #999;
}

a#send-message {
    position: absolute;
    margin-left: 808px;
    padding:5px 10px 25px 10px;
    z-index:9998;
}

span.comment {
    font-size: 20px;
}

span.small {
    font-size: smaller;
    color: #999;
}        

img#quotes-left {
    position: absolute;    
}

img#quotes-right {
    position: absolute;
    margin-left: 750px;
}

div.general-content input, div.general-content label, div.general-content textarea {
    padding: 2px;
    border: 0px;
    border-bottom:  solid 1px #F5F5F3;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

div.general-content input, div.general-content textarea {
    font-weight: bold;

}

div.general-content input:hover, div.general-content textarea:hover {
    background-color: #F9F9F9;
}

div.submit input {
    background-color: #D4D4CB;
    color: #FFF;
}

div.submit input:hover {
    background-color: #A9D46F;
    color: #FFF;
}

div.text input, div.input textarea {
	background-color: #ededed;
}

div.text input {
	width: 257px;
}

div.comment-textarea {
	position: relative;
	top: 8px;
	width: 335px;
}

div.twitter-form {
	position: relative;
	left: 25px;
	background-color: transparent;
}

textarea#CommentContent {
	height: 76px;
	position: relative;
	top: -10px;
}

form#CommentAddForm {
	position: relative;
	top: 10px;
}

div.first-column div.input label {
	width: 60px;
	display:  block;
	float: left;
}

div.general-content textarea {
    width:100%;
    font-size: 16px;
}

/* DIVERSOS */

.clear {
    clear: both;
}

h3 {
    margin-left: 20px;
}

div.inactive {
    background-color: #fafaf9;
    background-image: url("../img/border-bottom.png");
    background-position: bottom;
    background-repeat: repeat-x;
}

div.all {
    margin-top: 1%;
}

div.all div.third-column {
    position: relative;
    margin-top: -45px;
}

div.separador {
    border-bottom: solid 1px #ededed;
    width: 100%;
}

div#flashMessage {
    padding: 40px;
    width: 300px;
    margin:  30px 450px;
    position: fixed;
    background: #FFF;
    border: solid 4px #A9D46F;
    display:none;
}

div.third-column fieldset {
    margin: 0;
    padding: 0;
    border: 0px;
}

div.third-column fieldset legend {
    display:none;
}

.radio {
    padding: 10px;
}

img.flickr_photo, div.containerThumb {
	float: left;
	margin-right: 10px;
}

div.containerThumb {
	width: 90px;
	height: 60px;
	background-position: center;
	border: solid 1px #ededed;
}

img.playButton {
	position: absolute;
	margin-left:  -65px;
	margin-top: 20px;  
}