BODY {
    text-align: center;
    margin: 20px;
    color: #CCC;
    background-color: #333;
}

/* LAYOUT */

#wrapper {
    width: 700px;
    font-family: sans-serif;
    border: 1px solid #222;
    padding: 10px;
    text-align: left;
}

#wrapper P:first-line {
    margin-left: 100px;
}

#wrapper P {
    text-align: justify;
}

#header {
    border: 1px solid black;
    background: #222;
    margin-bottom: 20px;
    text-align: right;
}

#footer {
    width: 720px;
    font-size: 80%;
    color: black;
    text-align: right;
    letter-spacing: 2px;
    margin: 0;
}

#logo {
    height: 65px;
    background: url('img/lrb.png') no-repeat top center;
}

#logo SPAN {
    display: none;
}

/* MENU */

UL.nav {
    margin: 0 0 0 0;
    list-style-type: none;
    display: inline;
}

UL.nav > li{
    display: table-cell;
    padding: 0px 8px;
    border: 1px solid #333;
}


UL.nav > li:hover {
    background: #333;
    border-bottom-color: gold;
}

.nav A {
    font-size: 75%; 
    letter-spacing: 2px;
    color: white;
    text-decoration: none;
}

/* FORMATAÇÃO */

H1, H2, H3 {
	color: black;
    padding: 2px;
	text-indent: 20px;
	text-align: center;
	background: #567 url('img/corner.gif') no-repeat top left;
	margin: 5px 0;
}

H4, H5 {
    border: 1px solid #567;
    padding: 2px;
}

H1 { font-size: 1.2em; }
H2 { font-size: 1.1em; }
H3 { font-size: 1.0em; }

#content A {
    color: #FD4;
    text-decoration: none;
}

#content A:hover {
    text-decoration: underline;
}

.frame {
	margin: 5px;
	border: 1px solid gold;
    -moz-border-radius: 10px;
	padding: 10px;
}

.frame H1 {
    font-weight: normal;
    color: #DDD;
    border-bottom: 1px solid gold;
    background: none;
}

.picture {
    display: block;
    border: 2px ridge #ADF;
    padding: 10px;
    margin: 15px;
    background: black;

}

.mail {
    color: #FD4;
}

.mail EM {
    color: white;
    font-weight: bold;
}


/*
 * Pensamentos
 */

.author {
    background: #222;
    padding: 2px 8px 2px 2px;
    text-align: right;
    color: #ccc;
    margin-bottom: 20px;
}


.quotation {
    font-size: 1.2em;
    font-family: "Comic Sans MS", cursive;
    text-align: center;
    margin: 30px;
}


/*
 * Rubik
 */


.move {
    margin: 5px;
    padding: 3px;
}




