/*
Theme Name: rlino 1.0
Theme URI: http://www.rogeriolino.com/
Description: Rogerio Lino Blog Theme
Version: 1.0
Author: rogeriolino
Tags:

Tema padrao do meu blog pessoal feito em HTML 5 || http://www.rogeriolino.com/
*/

/*
 * CSS Reset
 */

* {
    margin: 0px;
    padding: 0px;
}

html { 
    font-size: 65%; 
    font-family: Verdana, Arial, helvetica, tahoma, sans-serif; 
}

/*
html { background: url(img/background-pattern.jpg) repeat-y center top; }
*/

body { 
    /*
    padding: 15px 0px 0px;
    background: url(img/background-sky.jpg) no-repeat center top; 
    */
    background-attachment: fixed;
}


/*
 * Background patterns by http://www.squidfingers.com/
 */
body.bg1 { background-image: url(img/pattern_119.gif); }
body.bg2 { background-image: url(img/pattern_120.gif); }
body.bg3 { background-image: url(img/pattern_121.gif); }
body.bg4 { background-image: url(img/pattern_122.gif); }

header, section, footer, article, nav { display: block; }

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/*
 * MISC
 */

#content ol.relacionados li, 
#content ul li {
    padding: 3px 5x;
    list-style-position: inside;
}
#content ul li { list-style-type: square; }

#content a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
    background-color: #f1f1f1;
}

div.sexy-bookmarks { 
    height: 45px;
    clear: none !important; 
}

.aligncenter, dl.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*
 * MAIN
 */
#main {
    width: 985px;
    margin: 0px auto;
    background: #ffffff;
}

/*
 * TOP > HEADER
 */
#top {
    height: 160px;
    padding: 0px 0px 0px 50px;
    background: url(img/forca.jpg) no-repeat 740px 8px;
}

#top header {
    padding: 40px 0px 0px 0px;
}

#top header h1, 
#top header h1 a {
    width: 396px;
    height: 67px;
    float: left;
}

#top header h1 a {
    font-size: 2em;
    color: #000000;
    text-indent: -1000px;
    overflow: hidden;
    background: url(img/rogeriolino.com.jpg) no-repeat center center;
}

/*
 * TOP > NAV
 */
#top nav {
    padding: 20px 0px 0px 35px;
}

#top nav ul li {
    height: 18px;
    padding: 0px 5px;
    list-style: none;
    float: left;
}

#top nav ul li a {
    font: 1em Verdana, Arial, Sans-serif;
    color: #000000;
    text-indent: -1000px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(img/menu.png);
    float: left;
}

#top nav ul li.blog a { width: 46px; height: 18px; }
#top nav ul li.fotos a { width: 41px; height: 18px; }
#top nav ul li.about a { width: 44px; height: 18px; }
#top nav ul li.css-layouts a { width: 83px; height: 18px; }
#top nav ul li.exemplos a { width: 72px; height: 18px; }

#top nav ul li.blog.off a { background-position: 0px 0px; }
#top nav ul li.blog.off a:hover { background-position: 0px -19px; }
#top nav ul li.blog.on a { background-position: 0px -38px; }

#top nav ul li.fotos.off a { background-position: -53px 0px; }
#top nav ul li.fotos.off a:hover { background-position: -53px -19px; }
#top nav ul li.fotos.on a { background-position: -53px -38px; }

#top nav ul li.about.off a { background-position: -262px 0px; }
#top nav ul li.about.off a:hover { background-position: -262px -19px; }
#top nav ul li.about.on a { background-position: -262px -38px; }

#top nav ul li.css-layouts.off a { background-position: -174px 0px; }
#top nav ul li.css-layouts.off a:hover { background-position: -174px -19px; }
#top nav ul li.css-layouts.on a { background-position: -174px -38px; }

#top nav ul li.exemplos.off a { background-position: -99px 0px; }
#top nav ul li.exemplos.off a:hover { background-position: -99px -19px; }
#top nav ul li.exemplos.on a { background-position: -99px -38px; }

/*
 * CONTENT
 */
#content {
    padding: 10px 20px;
}

/*
 * CONTENT > ARTICLE
 */
#content article {
    padding: 10px 5px;
    margin: 0px 320px 0px 0px;
}

#content article header {
    font-family: Verdana, Arial, Sans-serif;
    padding: 10px 0px;
}

#content article header h1 {
    font-size: 2em;
}

#content article header h1 a {
    color: #000000;
    text-decoration: none;
}

#content article header .banner {
    padding: 20px 0px 0px 0px;
    text-align: center;
}

#content article section h2 {
    font-size: 1.5em;
    padding: 20px 0px 10px 5px;
}

#content article section h5 {
    font-size: 1.2em;
    padding: 15px 0px 10px 5px;
}

#content article section p {
    font-size: 1.2em;
    line-height: 1.8em;
    padding: 10px 0px;
}

#content article section blockquote {
    padding: 25px 30px;
    font-style: italic;
    background: url(img/blockquote_bg.jpg) no-repeat 0px 15px;
}

#content article section .wp-caption { 
    text-align: center; 
    padding: 5px 0px;
    border: 1px solid #dddddd; 
    background: #f1f1f1; 
}

#content article section .wp-caption.aligncenter {
    margin: auto;
}

#content article section .wp-caption.aligncenter .wp-caption-text {
    font-size: 1em;
    padding: 0px;
}

#content article section ol.relacionados, 
#content article section ul {
    padding: 10px 15px !important;
}

#content article section ul li {
    font-size: 1.2em;
}

#content article section a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

#content article section a:hover {
    text-decoration: underline;
}

#content article section a img, 
#content article section img {
    border: none;
}

#content article footer {
    padding: 10px 0px;
}

/*
 * CONTENT > ASIDE
 */
#content aside {
    width: 300px;
    float: right;
}

#content aside .widget {
    padding: 20px 5px;
    clear:both;
}

#content aside .widget.search form input[type=text] {
    width: 240px;
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}
#content aside .widget.search form input[type=submit] { padding: 2px 3px }

#content aside h5 {
    color: #666666;
    padding: 5px 0px;
}

#content aside a {
    color: #000000;
}

#content aside .widget ul li a {
}

#content aside .widget ul li a:hover {
}

#content aside .widget.about img {
    margin: 0px 10px 5px 0px;
    border: 2px solid #999999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
}

#content aside .widget.about p {
    font-size: 1.3em;
    color: #666666;
    padding: 0px 0px 10px 0px;
}

#content aside .widget.search {
    text-align: center;
}

#content aside .columns .left { 
    width: 170px;
    float: left; 
}

#content aside .columns .right { 
    width: 120px;
    float: right; 
}

/* TWITTER */
#content aside .widget.aktt_widget h5 {
    padding: 13px 0px 20px 80px;
    background: url(img/sidebar-twitter.jpg) no-repeat left center;
}

#content aside .widget.aktt_widget ul li {
    font-size: 1.2em;
    padding: 10px 5px;
    list-style: none;
}

#content aside .widget.aktt_widget ul li:hover { background: #f1f1f1; }

/*
 * COMENTARIOS
 */
#content ol#comentarios {
    margin-bottom: 20px;
}

#content ol#comentarios li {
    padding: 10px;
    margin-bottom: 2px;
    list-style-position: inside;
    border-bottom: 1px solid #cccccc;
}

#content ol#comentarios li.even { background-color: #f1f1f1; }
#content ol#comentarios li.odd { backbround-color: #d1d1d1; }
#content ol#comentarios li.bypostauthor { backbround-color: #ffffff; }

#content ol#comentarios li cite {
    padding: 0px 0px 10px 0px;
}

#content ol#comentarios li cite b {
    font-size: 1.2em;
    padding: 0px 20px 10px 0px;
}

#content ol#comentarios li p {
    font-size: 1.3em;
    padding: 10px 0px;
}


#comentarios-corpo {
    padding: 20px 0px;
}

#comentarios-corpo .titulo {
    padding: 0px 0px 20px 0px;
}

#comentario-corpo .comment {
    padding: 10px 0px;
}
 

/*
 * FOOTER
 */
footer.credits {
    padding: 20px 0px;
    clear: both;
}

footer.credits .banner {
    padding: 20px 0px 0px 0px;
    text-align: center;
}

footer.credits p {
    text-align: center;
    color: #333333;
}

footer.credits p a {
    font: 11px Verdana, Arial, Sans-serif;
    color: #333333;
    text-decoration: none;
}
