/*  Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/*
   General
------------------------------------------------------------------- */

html {
    height: 100%;
    padding-bottom: 1px; /* force scrollbars */
}

body {
    background: #fff;
    color: #444;
    font: normal 75% sans-serif;
    line-height: 1.5;
}


/*
   Typography
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
    color: #444;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #002;}
a {
    color: #246;
    text-decoration: none;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
    margin: 1.5em 0;
    white-space: pre;
}
pre,code,tt {
    font: 1em monospace;
    line-height: 1.5;
}

/*
   Alignment
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
    display: block;
    font-size: 0;
    line-height: 0;
}


/* Columns */

.col2 {width: 49%;}



/*
   Separators
------------------------------------------------------------------- */

.content-separator {
    background: #EEE;
    clear: both;
    color: #FFE;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 12px 0 24px;
}

.separator-vertical {background: url('../images/separator-vertical.gif') repeat-y center;}

/*
   Layout
------------------------------------------------------------------- */

/* Common */
.center-wrapper {
    width: 960px;
    margin: 0 auto;
}

/* Header */

#header-wrapper {background: #fff;}

#logo {background: #FFF; padding-left:10px;padding-top:0px; height: 100px;}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
    color: #B58361;
    font-size: 1.3em;
}


/* Navigation */

ul.tabbed {
    display: inline;
    margin: 0;
    padding: 0;
}
ul.tabbed li {
    float: left;
    list-style: none;
}
ul.tabbed a {text-decoration: none;}

#navigation-wrapper {background: #85C324;}
#navigation {
    background: #85C324;
    min-height: 30px;
    padding: 0 10px;
}

#navigation a {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 6px 5px;
}
#navigation a:hover {color: #000;}
#navigation li.current_page_item a, #navigation li.current_page_parent a {color: #000;}



/* Subnav */

#subnav-wrapper {background: #E9E9E9}
#subnav {
    color: #666;
    display: block;
    font: bold 12px sans-serif;
    min-height: 30px;
}
#subnav a {
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 6px 5px;
}
#subnav a:hover {color:teal}

.welcome{ width: 200px; float: left; padding: 9px;}
/* Seach Box */

#search_box {
    float: right;
}
#search_box #s {
    float: left;
    margin: 6px 0 0 6px;
    border: 1px;
    width: 300px;
    height: 22px;
    background: white;
    font-family: sans-serif;
    font-size: 16px;
}
#search_box #o {
    float: left;
    margin: 6px 0 0 6px;
    border: 1px;
    width: 85px;
    height: 22px;
    background: white;
    font-family: sans-serif;
    font-size: 16px;
}
#search_box #go {
    float: left;
    margin: 6px 0 0 6px;
    border: 0px;
    height: 22px;
    background: #85C324;
    color: #ffffff;
    font-weight: bold;
}

/* Content */

.content {font-size: 1.1em;}
#content-wrapper {background: #fff;}
.content#content-two-columns {background: url('../images/content-two-columns.gif') repeat-y left top;}


/* Main */

#main-wrapper {
    float: right;
    width: 698px;
}
#main {padding: 0px;}

#main .text-separator, #featured .text-separator {
    color: #AAA;
    padding: 0 5px;
}

/*
   Comments
------------------------------------------------------------------- */

div.comment-list {
    border-top: 1px solid #EEE;
    margin: 1em 0 2em;
}

.comment {
    border-bottom: 1px solid #EEE;
    padding: 10px 8px 0;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
    color: #567;
    text-decoration: none;
}
.comment-date a:hover {
    color: #001;
    text-decoration: underline;
}
.comment-body {padding-top: 4px;}

.comment-gravatar {width: 48px;}
.comment-gravatar img {
    background: #FFF;
    border: 1px solid #DDD;
    padding: 2px;
}

/* Footer */

#footer-wrapper {
    padding-bottom: 20px;
    background: #85C324;
}
#footer {
    background: #85C324;
    font-size: 1.1em;
    padding: 12px 16px;
}
#footer a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#footer a:hover {
    color: #000;
    font-weight: bold;
}
#footer span.text-separator {
    color: #999;
    padding: 0 3px;
}

/* Bottom */

#bottom {
    background: #85C324;
    color: #000;
    padding: 0 6px 12px;
    margin-top: -6px;
}
#bottom a {
    color: #000;
    text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
    color: #000;
    padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #000; font-weight: bold;}


/* left side */
#left {
    clear:left;
    float: left;
    width: 660px;
    margin: 0 0px 0px 0px;}
.left_articles {
    margin: 0px 0 0px 0;
    background: #fff;
    color: #000;
    padding: 15px 15px 2px 2px;
}
.date { font-size: 12px; padding: 0 0 0 12px; background: #fff url(../images/news.gif) no-repeat center left; color: #000; font-weight:bold;}
.bigimage {
    float: left;
    clear: left;
    background: #eee;
    color: #000;
    margin: 0 5px 5px 0;
}
.left_box {
    background: #f4f4f4;
    color: #808080;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    margin: 0 0 5px 0;
    clear:both;
}
/* right side */
#right {
    float: right;
    width: 300px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 5px;
}
.right_articles {
    padding: 4px;
    margin: 0 0 5px 0;
    background: #eee;
    color: #454545;
}
.image { float: left; margin: 0 5px 3px 0;}

.paginacao {
	font-size:11px;
	font-weight: bold;
	}
.paginacao a{color:#15B; text-decoration: none; border: solid 1px #15B; padding: 0.3em 0.5em; margin-right: 2px; margin-bottom: 2px;}
.paginacao a:hover {color:#999; border-color:#999; background:#fff;}
.paginacao a:link  { text-decoration: none; }
.paginacao a:visited { text-decoration: none;}