/*
Theme Name: Viganego
Theme URI: http://www.viganegoltda.com
Description: Simple wp theme!
Version: 0.1
Author: Julio Ruiz
Author URI: http://www.julioruiz.com
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** Theme styles ***/
body {
    background : url(./img/body_bg.jpg) top left;
    font-family: 'Open Sans', sans-serif;
}

#wrapper {
    width : 1024px;
    margin : 0 auto;
}

#header {
    background : url(./img/header_bg.png) no-repeat top left;   
    overflow : auto;
    padding : 0 0 90px;
    position : relative;
}

#header h1 {
    width : 159px;
    height : 158px;
    background : url(./img/logo_bg.png) no-repeat top left;
    text-indent : -9999px;
    float : left;
}

#footer {
    margin-top : -150px;
    padding: 20px 32px;
    background : url(./img/footer_bg.png) no-repeat bottom right;   
}

#footer p {
    padding: 188px 135px 0 0;
    background : url(./img/logo_bg.png) no-repeat bottom right;
    text-align : right;
    line-height : 135%;
}

#header ul li {
    list-style : none;
    float : left;
    font-size : 18px;
    margin : 0 10px;
}

#header ul li a {
    color : #1d3a4b;
    text-decoration : none;
}

#header ul {
    float : left;
    margin : 20px;
}

#content {
    margin-top : -73px;
    overflow:auto;
    padding : 0 0 5px 0;
    position:relative;
    z-index:1;
}

#blog {
    padding : 0 0 0 32px;
    width : 630px;
    float : left;
    margin : 0 30px 0 0;
}

.post h3,
#blog h2 {
    font-size : 30px;
    color : #fff;
    font-weight : 600;
    margin : 0 0 20px 0;
}

.post .entry img {
    border : 2px solid #fff;
    margin : 0 0 20px 0;
}

.post .entry {
    font-size : 14px;
    color : #fff;
    line-height : 150%;
}

.post .entry ul,
.post .entry ol {
    list-style : disc;
    padding : 0 0 0 20px;
}

.sidebar {
    width : 300px;
    float : left;
}

h2.widgettitle {
    background : #fff;
    padding : 10px;
    border-radius : 10px;
    margin : 0 0 5px 0;
}

.widget ul {
    line-height : 200%;
    font-size : 14px;
    padding : 0 0 0 20px;
}

.widget ul li a {
    color : #fff;
    text-decoration : none;
}

.widget ul li a:hover {
    text-decoration : underline;    
}

#breadcrumb {
    font-size : 12px;
    color : #fff;
    position : absolute;
    top : 142px;
    left : 190px;
}

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

#featured_cat {
    overflow : auto;
    padding : 20px 0;
    border-top : 2px solid #49616e;
    border-bottom : 2px solid #49616e;
    width:960px;
    margin:0 auto;
}

#featured_cat .column,
#tools .column{
    width : 300px;
    float : left;
    margin : 0 30px 0 0;
}

#featured_cat .column.last,
#tools .column.last {
    margin : 0;   
}

#featured_cat img {
    border : 2px solid #fff;
    margin : 0 0 20px 0;
}

#featured_cat h2 {
    font-size : 24px;
    font-weight:300;
    color : #fff;
}   

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

#tools {
    overflow : auto;
    padding : 20px 0;
    width:960px;
    margin:0 auto;
}

#tools h3 {
    background : #fff;
    border-radius : 10px;
    color : #6f3c34;
    font-size : 16px;
    padding : 10px;
    font-weight:600;
    margin : 0 0 10px 0;
}

#tools p {
    font-weight : 300;
    font-size : 14px;
    color : #fff;
    margin-bottom : 10px;
    line-height:150%;
}

#tools ul {
    font-weight : 300;
    font-size : 14px;
    color : #fff;
    list-style : disc;
    padding : 0 0 0 20px;
    line-height:150%;
}

textarea,
input[type="password"],
input[type="email"],
input[type="text"] {
    padding: 8px 10px;
    border: 0;
    border-radius: 10px;
    color: #4d4d4d;
    margin: 5px 0 10px 0;
}

.cat_post {
    float : left;
    width : 200px;
    margin : 0 10px 20px 0;
    text-align:center;
}

.cat_post h3 {
    font-size : 14px;
    color : #fff;
}

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

.cat_post img {
    border : 2px solid #fff;
    margin : 0 0 10px 0;
}