/*
* Mondofzero - Nice design with two columns and a menu. 
*/

/* starts resetting everything */

@import url("/reset.css");

/* tags */

body {
    margin: 0px;
    background-color: #09c;
    overflow: auto;
    font-family: tahoma, bitstream vera sans, helvetica, arial, sans-serif;
    font-size: 100.01%;
    color: #fff;
    overflow-x: hidden;
}

menu {
    font-size : 1.0em;
    text-align : right;
    line-height: 1.4em;
    margin-bottom: 1.4em;
    margin-left: 0px;
    padding: 0px;
}

blockquote {
    padding-left: 2em;
    padding-right: 2em;
}

p, cite, ul, ol, form {
    font-size : 0.8em;
    line-height: 1.5em;
}

ul {
    margin-bottom: 1em;
    padding-left: 2em;
}

li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 1em;
}

a {
	color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #09c;
    background-color: #fff;
}

img {
    border-style: none;
    border-width: 0px;
    background-color : transparent;
}

a.img:hover {
    background-color : transparent;
}

h1 {
    font-size : 1.3em;
    font-weight : bold;
    text-align : left;
    margin-bottom: 1em;
    margin-top: 2em;
}

h2 {
    font-size : 1.1em;
    font-weight : bold;
    text-align : left;
    margin-bottom: 1em;
    margin-top: 2em;
}

h3 {
    font-size : 0.9em;
    font-weight : bold;
    text-align : left;
    margin-bottom: 1em;
    margin-top: 2em;
}

h4 {
    font-size : 0.8em;
    font-weight : bold;
    text-align : left;
    margin-bottom: 1em;
    margin-top: 2em;
}

input, textarea {
    border : 1px;
    padding: 2px;
    border-color : #fff;
    border-style : solid;
    background-color : #09c;
    font-family: tahoma, bitstream vera sans, helvetica, arial, sans-serif;
    font-size: 0.85em;
    color : #fff;
}

textarea {
    width: 300px;
}


/* classes */

a.menulink {
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
    color: #fff;
}

a.menulink:hover {
    color: #09c;
    background-color: #fff;
}

a.title {
    text-decoration: none;
    color: #fff;
}

a.title:hover {
    color: #fff;
    background-color : transparent;
}

.endpost {
    text-align: right;
    font-size: 0.65em;
}

.legenda {
    font-size: 0.8em;
/*    line-height: 1.5em; */
}

.nav {
    font-size: 0.65em;
    text-align: center;
    margin-bottom: 1.5em;
}

.previous {
    font-size: 0.7em;
    text-align: left;
/*    float: left; */
}

.next {
    font-size: 0.7em;
    text-align: right;
/*    float: right; */
}

.floatleft {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.floatright {
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.thumb {
    margin: 5px;
}

.links {
    font-size : 0.7em;
    text-decoration: none;
}

.page_item {
    margin-top: 10px;
}

.comment_form {
    font-size: 1.1em;
}

.column {
    float: left;
    padding: 10px; 
    min-height: 100%;
    border-left: 1px;
    border-left-style: solid;
    border-color: #fff;
    min-width: 100px;
}

/* ids */

#faixalogo {
    position: fixed;
    right: 0px;
    top: 0px;
    padding: 16px;
    width: 100%;
    background-color: #09c;
    text-align: right;
    z-index: 1;
}

#logo {
    float: right;
}

#menu {
    position: fixed;
    top: 16px;
    left: 0px;
    width: 130px;
    padding-top: 0px;
    padding-right: 11px;
    padding-left: 0px;
    height: 100%;
    border-right: 1px;
    border-right-style: solid;
    border-color: #fff;
    text-align: right;
    background-color: #09c;
    z-index: 2;
}

#container {
    position: absolute;
    left: 141px;
    top: 150px;
    width: 84%;
    height: 100%;
}

#content {
    width: 45.5%;
}

#feeds {
    width: 45.5%;
}
