/* 
	MestreSEO
	Autor: Estevão Mascarenhas
	Data:  08/03/2010
*/

html, body {
    background-image: url('../img/bg-header.gif');
    background-repeat: repeat-x;
}

.left {
    float: left;
}

.right {
    float: right;
}

#menu div.sized li a {
    font-weight: normal;
}

#menu div.sized li:first-of-type { border-left-color: transparent; background: none }

#center {
    width: 992px;
    position: relative;
    left: 50%;
    margin-left: -496px;
}

#logo {
    position: relative;
    top: 16px;
}

#searchbox {
    width: 383px;
    height: 54px;
    background-image: url('../img/bg-searchbox.gif');
    float: right;
    position: relative;
    top: 16px;
    *margin-top: -71px;
}

#search-input {
    background-image: url('../img/shadow-input.gif');
    background-repeat: repeat-x;
    padding: 7px 5px;
    height: 15px;
    width: 208px;
    border: 1px solid #4B1616;
    position: relative;
    top: 11px;
    left: 21px;
}

#search-button {	
    background-image: url('../img/bg-search-button.gif');
    background-repeat: repeat-x;
    width: 102px;
    height: 31px;
    padding: 0px 18px 0px 8px;
    border: 1px solid #4B1616;
    font-family: Georgia, Arial, Verdana, sans-serif, serif;
    font-weight: bold;
    float: right;
    position: relative;
    top: 11px;
    *top: -22px;
    right: 22px;
    color: #763030;
    text-shadow: 0px 1px 0px #FFFFFF;
    cursor: pointer;
}

#search-button:hover {
    border: 1px solid #000000;
    color: #000000;
}

#menu {
    position: relative;
    top: 33px;
    background-image: url('../img/bg-menu-ul.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 32px;
}

#menu li{
    float: left;
    padding: 1px;
    border: 1px solid #C4C4C4;
    background-color: #E2E2E2;
    margin-right: -2px;
}

#menu li a {
    display: block;
    background-image: url('../img/bg-menu.gif');
    padding: 8px 16px 8px 16px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif, serif;
    color: #202020;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

#menu li a:hover {
    color: #000000;
    background-image: url('../img/bg-menu-hover.gif');
}

#menu li a.menu-destaque {
    color: #831717;
    text-decoration: underline;
}

#menu li#login-li {
    float: right;
    height: 28px;
    padding: none;
    border-left: none;
    background-image: url('../img/bg-menu.gif');
}

#menu li a#login-button {
    padding: 5px 14px 6px 14px;
    background-image: url('../img/bg-login-button.gif');
    color: #FFFFFF;
    text-shadow: 0px 1px 0px #000000;
    font-family: Verdana, Arial, sans-serif, serif;
    font-size: 11px;
    border: 1px solid #5F1F1F;
    position: relative;
    top: 2px;
    right: 4px;
    width: 45px;
    height: 11px;
}

#menu li a#login-button:hover {
    /*background-image: url('../img/bg-login-button-hover.gif');*/
    color: #EEEEEE;
    text-shadow: 0px 1px 0px #000000;
}

#login-arrow {
    width: 7px;
    height: 7px;
    background-image: url('../img/login-arrow-down.gif');
    background-repeat: repeat-x;
    margin-left: 42px;
    margin-bottom: 30px;
    margin-top: -7px;
}

#login-box {
    display: none;
    position: absolute;
    right: 4px;
    top: 129px;
    width: 233px;
    height: 233px;
    background-color: #672828;
    z-index: 99;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#login-box .content {
    padding: 17px 0px 17px 22px;
}

#login-box .login-input {
    background-image: url('../img/shadow-input.gif');
    background-repeat: repeat-x;
    padding: 5px;
    height: 15px;
    width: 180px;
    position: relative;
    margin-top: 5px;
    border: 1px solid #4B1616;
}

#login-box .line-effect {
    height: 1px;
    background-color: #7F4B4B;
    margin-bottom: 10px;
    width: 192px;
}

#login-box label {
    color: #FFFFFF;
    text-shadow: 0px 1px 0px #000000;
    font-family: Verdana, Arial, sans-serif, serif;
    font-size: 11px;
    font-weight: bold;
}

#login-box #remember-input {
    position: relative;
    top: 2.5px;
    right: 4px;
}

#login-box #entrar {
    position: relative;
    left: 17px;
    background-image: url('../img/bg-entrar-button.gif');
    background-repeat: repeat-x;
    border: 1px solid #FFFFFF;
    color: #525252;
    text-shadow: 0px 1px 0px #FFFFFF;
    font-family: Verdana, Arial, sans-serif, serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 5px 4px 5px;
    -webkit-border-radius: 1px;
    -mozz-border-radius: 1px;
}

#login-box #entrar:hover {
    color: #4B1616;
}

#login-box a {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif, serif;
    font-size: 11px;
    font-weight: bold;
}

#page {
    margin-top: 50px;
    overflow: auto;
    width: 100%;
}

#categories {
    float: left;
    border: 1px solid #D1D1D1;
    padding: 1px;
}

#categories ul {
    list-style: none;
    font-family: Arial, Verdana, sans-serif, serif;
}

#categories ul li  {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #2D2D2D;
    text-shadow: 0px 1px 0px #FFFFFF;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #A1A1A1;
    background-color: #C1C1C1;
}

#categories ul li a:hover {
    background-color: #DFDFDF;
    color: #000000;
    padding-left: 12px;
}

#categories ul li span {
    color: #6B2D2D;
}

#categories ul li a{
    display: inline-table !important;
    display: inline-block;
    text-decoration: none;
    padding: 7px 0px 7px 12px;
    width: 190px;
    color: #2D2D2D;
}

#categories ul li a {
}

#categories ul.children li {
    font-size: 12px;
    background-color: #E1E1E1;
    color: #3A3A3A;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #D1D1D1;
}


#categories ul.children li a {
    text-align: left !important;
    font-weight: normal !important;
}

#categories ul.children li a:hover {
    color: #661414;
    font-weight: bold !important;
    text-shadow: 0px 1px 0px #FFFFFF;
    background-color: #D1D1D1;
    padding-left: 11px;
}

#categories ul.children li:hover {
    border-bottom: 1px solid #BBBBBB;
}



#news {
    float: left;
    padding: 0px 22px 0px 22px;
    font-family: Arial, Verdana, sans-serif, serif;
}

#news a {
    color: #000000;
    text-decoration: none;
}

#news .category {
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 7px;
    color: #676767;
}

#news .category:hover {
    color: #881414;
}

#news .main {
    position: relative;
    width: 543px;
}

#news .main .read-more {
    float: right;
    position: absolute;
    bottom: 0px;
    right: 5px;
    text-decoration: underline;
}

#news .main  .main-title {
    font-size: 22px;
    font-weight: bold;
    width: 543px;
}

#news .main .main-excerpt {
    width: 543px;
    margin-top: 10px;
    margin-bottom: 12px;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

#news .main .main-title:hover {
    text-decoration: underline;
    color: #881414;
}

#news .news-excerpt:hover .read-more, #news .maint-excerpt:hover .read-more {
    text-decoration: underline;
    color: #881414;
}

#news hr {
    width: 543px;
    border: none;
    border-top: 1px solid #DBDBDB;
}

#news hr.strong {
    border: none;
    border-top: 2px solid #DBDBDB;
    margin: 10px 0;
}

#news .two-news {
    height: 167px;
}

#news .two-news .news {
    position: relative;
    float: left;
    width: 250px;
}

#news .two-news .news .news-title{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.08em;
}

#news .two-news .news .news-title:hover {
    color: #881414;
    text-decoration: underline;
}

#news .two-news .news .news-title:hover .news-image {
    border-color: #881414;
}

#news .two-news .news .news-excerpt {
    width: 246px;
    padding-bottom: 20px;
    line-height: 16px;
    font-family: Arial, Verdana, sans-serif, serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: normal;
    margin-top: 9px;
}

#news .two-news .news .read-more {
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-weight: normal;
    text-decoration: underline;
}

#news .two-news .vertical-separator {
    height: 150px;
    width: 1px;
    background-color: #E8E8E8;
    float: left;
    margin: 0 20px;
}

#news .banner-middle {
    margin: 30px 0;
}

#news #last-articles {
    margin-top: 20px;
    width: 300px;
    line-height: 18px;
}

#news #last-articles .header {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

#news #last-articles a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #555555;
    text-decoration: underline;
}

#news #last-articles a:hover {
    color: #881414;
}

#news #more-visited-articles {
    margin-top: 20px;
    width: 350px;
    list-style: none;
    line-height: 16px;
}

#news #more-visited-articles .header {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

#news #more-visited-articles a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #555555;
    text-decoration: underline;
}

#news #more-visited-articles a:hover {
    color: #881414;
}

#featured-authors {
    border: 1px solid #E7E7E7;
    padding: 1px;
    width: 200px;
    float: left;
    display: block;
    margin-left: -10px;
    margin-top: 15px;
}

#featured-authors .content {
    display: block;
    background-color: #E7E7E7;
    height: 100%;
    padding: 10px;
}

#featured-authors .header {
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0px 1px 0px #FFFFFF;
}

#featured-authors .separator {
    height: 1px;
    background-color: #C7C7C7;
    border-bottom: 1px solid #F4F4F4;
    margin: 10px 0px;
}

#featured-authors a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: 12px;
    left: 6px;
}

#featured-authors a:hover {
    text-decoration: underline;
}

#sidebar {
    float: left;
}

#sidebar img {
    display: block;
    margin-bottom: 4px;
}

#footer {
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
    text-align: center;
    padding: 10px 0px;
    font-family: Arial, Verdana, sans-serif, serif;
    font-size: 12px;
    color: #555555;
    margin: 40px 0px;
}

#footer a {
    color: #555555;
}

#footer a:hover {
    color: #000000;
}

#article {
    width: 550px;
    float: left;
    padding: 0px 22px 0px 22px;
    font-family: Arial, Verdana, sans-serif, serif;
    font-size: 12px;
}

#article .category {
    color: #676767;
}

#article .category:hover {
    color: #000000;
}

#article .title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    padding-bottom: 10px;
}

#article .title:hover {
    text-decoration: underline;
}

#article .content {
    margin-top: 40px;
}

#article p, #article div {
    font-size: 14px;
    line-height: 18px;
    margin: 14px 0;
}

#article p a, #article div a {
    color: #E80000;
}

#article p a:hover, #article div a:hover {
    color: #333;
    text-decoration: none;
}

#article p>img {
    text-align: center;
}

#article img{
    padding: 20px;
    padding-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    float: left;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

#article .wp-caption-text {
    text-align: center;
    margin: 5px 10px 10px 0;
}

#article #author {
    float: right;
    margin-top: 5px;
    margin-right: 2px;
}

#article #author a {
    color: #6A2A2A;
}

/* Post */

#article .post { margin: 20px 0px; border-bottom: 1px dotted #CCC; padding-bottom: 10px; }
#article .post .postmetadata { margin: 7px 0px; }
#article .pagetitle { font-size: 18px; }
#article .post .entry { margin: 10px 0px; }
#article .post .entry p { font-size: 12px; line-height: 16px; }
#article .post a { color: #881414; }
#article .post a:hover { color: #000; text-decoration: none; }
#article h1 { margin-top: 10px; }
#article h1 a { font-size: 24px; color: #1A1A1A; }

#article.category .pagetitle { font-size: 24px; margin: 10px 0; }
#article.category #child-categories { margin: 15px 0 15px 30px; }
#article.category #child-categories a { font-size: 12px; color: #881414; }
#article.category #child-categories a:hover { color: #000; text-decoration: none; }
#article.category h3 { margin: 8px 0; }

#article ul { margin: 20px; }
#article ul li { font-size: 14px; line-height: 18px; list-style: square; }

.nav { background-color: #EEE; padding: 6px; border: 1px solid #DDD; -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); }
.nav a { font-size: 12px; color: #881414; }
.nav a:hover { color: #000; text-decoration: none; }

#box-author { padding: 15px; background: #EEE; margin-top: 20px; border: 1px solid #DDD; -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); }
#box-author h2 { font-size: 14px; }
#box-author h2 a { color: #881414; text-decoration: underline; text-shadow: 0px 1px 0px #FFF; }
#box-author h2 a:hover { text-decoration: none; color: #000; }
#box-author .edit { float: right; position: relative; bottom: 16px; }

/* Contact form */

.contactform {
    clear: both;
    margin-top: 20px;
}

.contactform label {
    display: inline-block;
    width: 70px;
}

.contactform input { padding: 3px; border: 1px solid #AAA; }
.contactform input:hover { border-color: #881414; }

.contactform textarea { font-size: 12px; font-family: Arial, Verdana, sans-serif; padding: 3px; width: 283px; }
.contactform textarea:hover { border-color: #881414; }

#article hr { border: 0; border-top: 1px dotted #BBB; }

#article .entry { line-height: 14px; }
#article .entry ol { list-style: decimal; margin: 20px; }
#article .entry li { margin-bottom: 10px; }

/* Comments */

#comment {
    width: 369px;
    margin: 20px 0;
}

#comentarios {
    padding: 20px;
}

#comentarios h3 {
    font-size: 18px;
    margin: 10px 0;
}

#comentarios label {
    float: left;
    width: 200px;
    position: relative;
    top: 8px;
}

#comentarios input {
    padding: 3px;
}

#commentform #author {
    float: none;
}

#comentarios #commentform br {
    clear: both;
}

#comentarios .avatar-32 {
    width: 32px;
    height: 32px;
    margin: 5px;
    margin-right: 10px;
    float: left;
    position: relative;
    bottom: 33px;
}

#comentarios p {
    margin: 20px 0;
}

#comentarios #submit {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#CCC));
    background: -moz-linear-gradient(top, #DDD, #CCC);

    -webkit-box-shadow: inset 0px 1px 0px #FFF, 0px 1px 1px rgba(0, 0, 0, 0.1);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    cursor: pointer;

    padding: 5px 10px;
    border: 1px solid #BBB;

    font-weight: bold;

    text-shadow: 0px 1px 0px #FFF;

    position: relative;
    left: 100px;
}

#comentarios #submit:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#DDD));
    background: -moz-linear-gradient(top, #EEE, #DDD);
}

.navigation .wp-pagenavi a.page, .navigation .wp-pagenavi .pages, .navigation .wp-pagenavi a:link  {
    color: #881414;
    border-color: #881414;
}

.navigation .wp-pagenavi a:hover {
    background: #881414;
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}

.content p a:link {
    color: #E60000;
}

.content p a:hover {
    text-decoration: none;
    color: black;
}
