/*
Theme Name: AccessiblePortugal
Version: 2012.0
Description: Theme for the Accessible Portugal website
Author: Cláudio Esperança <cesperanc+accessibleportugal@gmail.com>, Joana Mineiro <mineiro.joana+accessibleportugal@gmail.com>
Author URL: http://www.accessibleportugal.com/
License: GNU General Public License
C3 Theme Coordinator: Ana Garcia
C3 Theme Designer: <a href="http://joanamineiro.com" target="_blank">Joana Mineiro</a>
C3 Theme Developer: <a href="mailto:cesperanc+accessibleportugal@gmail.com?subject=Accessible Portugal theme">Cláudio Esperança</a>
*/

@import url(css/reset.css);

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #777;
    background-color: #FFFFFF;
    line-height: 20px;
    vertical-align: middle;
}

a,
a:visited,
a:link{
    color: #85BA3F;
    /*font-weight: bold;*/
}

a:hover,
a:focus,
a:active{
    color: #85BA3F;
    text-decoration: underline;
}

#wrapper{
    background-color: #eeeeee;
}

.layoutwrapper {
    width: 100%;
}

.contentarea,
.headerarea,
.footerarea,
.strokearea{
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}

#content{
    margin-left: 270px;
    padding-top: 30px;
}

#content .aligncenter, 
#content img.aligncenter{
    clear: none;
}

.layoutwrapper.content{
    background-color: #E9E9EA;
}

#header{
    height: 214px;
    position: relative;
}

#logo{
    background: transparent url('./images/logo.png') top left no-repeat;
    width: 239px;
    height: 90px;
    margin: 54px 0;
}

#logo-container{
    font-size: 10px;
    display: block;
    height: 214px;
    width: 244px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    
    background: transparent url(./images/pixwhite.png) repeat;
    /*background-color: rgba(255,255,255,0.8);*/
    box-shadow: -1px -1px 5px 1px #e7e7e7;
}

#banner{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#content-wrapper{
    position: relative;
    padding: 0 0 15px 0;
}

#logo-container,
#access{
    border-left: 1px solid #e7e7e7;
}
/* menu */

#access{
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: none;
    width: 244px;
    box-shadow: 0px 2px 10px 1px #e7e7e7;
    background-color: #FFFFFF;
    margin-bottom: 25px;
}

#access ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}

#access ul li ul{
    display: none;
}

#access ul li.current_page_item ul,
#access ul li.current_page_parent ul,
#access ul li.current_page_ancestor ul{
    display: block;
}

#access ul li li{
    margin-left: 15px;
}

#access .page_item a{
    display: block;
    padding: 5px;
    font-size: 0.9em;
}

#access ul{
    margin: 0px;
}

#access ul li a,
#access ul li a:hover,
#access ul li a:focus,
#access ul li a:active,
#access ul li a:visited,
#access ul li a:link{
    color: #505050;
    text-decoration: none;
}

#access li a{
    text-transform: uppercase;
    border-top: 1px dotted #e7e7e7;
}

#access li:first-child a,
#access li li a{
    border-top: none;
}

#access li a,
#access li li a{
    font-weight: bold;
}

#access li li a{
    text-transform: none;
}

#access li li li a{
    font-weight: normal;
}

#access ul li.current_page_item > a,
/*#access ul li.current_page_parent > a,
#access ul li.current_page_ancestor > a,*/
#access ul li a:hover,
#access ul li a:focus{
    background-color: #B7D739;
    color: #FFFFFF;
}

#access ul ul{
    margin-bottom: 5px;
}

/* Footer */
.footerwrapper{
    background-color: #FFFFFF;
}

#footer{
    display: table;
    color: #505050;
    font-size: 0.8em;
    padding-top: 15px;
}

#footer,
#footer a,
#footer a:active,
#footer a:hover,
#footer a:focus{
    color: #505050;
}


.footerarea .widget_links ul,
.footerarea .widget_links ul li{
    float: left;
}

.footerarea .widget_links ul{
    list-style: none;
}
.footerarea .widget_links ul li{
    margin: 0 0 0 40px;
}

.footerarea .widget_links .widget-title{
    display: none;
}

.footer-sidebar{
    float: right;
}

.footer-credits,
.footer-sidebar{
    display: table-cell;
    vertical-align: top;
}

.sidebar-widget{
    background-color: #FFFFFF;
    margin-bottom: 25px;
    padding: 5px;
}

.sidebar-widget .widget-title{
    margin: -5px -5px 0px;
    padding: 5px 5px 2px;
    font-size: 1.2em;
    line-height: 1.4em;
    border-bottom: 1px dotted #E7E7E7;
}

.box{
    background-color: #FFFFFF;
    /*border: 1px solid #e7e7e7;*/
    margin: 0 0 25px;
}

.box .entry-title,
.box .entry-content{
    padding: 4px 14px;
}

.box .entry-content{
    padding-top: 10px;
}

.box .entry-title{
    line-height: 1em;
    position: relative;
    color: #505050;
}

.box h1.entry-title{
    font-size: 1.6em;
}

.box h2.entry-title{
    font-size: 1.2em;
    padding: 0 15px;
}

.box .entry-title *,
.box .entry-title{
    line-height: 1em;
}

.meta{
    border-top: 1px solid #e7e7e7;
    background-color: #EEE;
    padding: 0 14px;
}

.post{
    padding-top: 10px;
}

.post-categories{
    float: right;
    line-height: 1em;
}

.entry-date,
.post-categories a,
.post-categories a:hover,
.post-categories a:active,
.post-categories a:focus{
    color: #939598;
    font-size: 0.8em;
}

.entry-date{
    font-style: italic;
    float: left;
    line-height: 2em;
}


/* entry-title */

.entry-title .edit-link{
    position: absolute;
    right: 5px;
    top: 0;
    padding: 0;
    margin: 0;
}

.entry-title,
.entry-title a,
.entry-title a:visited,
.entry-title a:link,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active{
    text-decoration: none;
    font-weight: normal;
}

.entry-title a,
.entry-title a:visited,
.entry-title a:link,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active{
    color: #777;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active,
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active{
    text-shadow: #D1D3D4 1px 1px 1px;
}

.ftag,
.entry-title .ftag a,
.entry-title .ftag a:visited,
.entry-title .ftag a:link{
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
}

.entry-meta,
.entry-meta a,
.entry-meta a:visited,
.entry-meta a:link,
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active{
    color: #A7A9AC;
    text-decoration: none;
}

.entry-meta{
}

.post .entry-summary{
    padding: 20px 0 10px;
}

.post .entry-summary{
    border-bottom: 1px dotted #A7A9AC;
}

.post .entry-summary{
    margin: 0;
}


.post:last-child > .entry-summary,
.post:last-child > .entry-content{
    border-bottom: none;
}

.entry-summary p,
.entry-content p{
    margin: 0 0 5px;
}

.entry-summary p{
    text-align: justify;
}

.entry-summary,
.entry-content{
    font-size: 0.9em;
}

.loop-posts{
    font-size: 14px;
}

/* more link */
.more-link{
    /*display: block;
    text-align: right;
    float: left;
    padding: 0 10px;
    vertical-align: middle;*/
}

.more-text,
.more-link,
.more-link:visited,
.more-link:link,
.more-link:hover,
.more-link:focus,
.more-link:active{
    color: #85BA3F;
    font-weight: bold;
    text-decoration: none;
}

/* comments */
#content .comments-header{
    background-color: #ECECEC;
    padding: 7px 5px 0 5px;
    vertical-align: bottom;
    margin: 0 0 15px;
    font-size: 11px;
}

#content .comments-header .label{
    font-weight: bold;
    background-color: #FFFFFF;
    vertical-align: bottom;
    padding: 5px;
    text-transform: none;
    font-size: 11px;
}

.comment-avatar-box{
    padding: 0 5px 5px 0;
}

.comment-author-name,
.comment-author-name a,
.comment-author-name a:visited,
.comment-author-name a:link,
.comment-author-name a:hover,
.comment-author-name a:focus,
.comment-author-name a:active{
    font-weight: bold;
    color: #231F20;
    text-decoration: none;
}

.comment-author-name a:hover,
.comment-author-name a:focus,
.comment-author-name a:active{
    color: #A7A9AC;
}

.comment-date,
.comment-in-moderation{
    font-size: 10px;
}

.comment-entry,
#trackbacklist li{
    border-bottom: 1px solid #333132;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.commentlist ul.children{
    margin-left: 30px;
}

.comment-navigation{
    margin-bottom: 20px;
}

#commentform label{
    vertical-align: top;
    display: block;
}

#commentform input,
#commentform textarea{
    border: 1px solid #ECECEC;
}

#comments #respond{
    border-bottom: 1px solid #333132;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

/* search */
.posts-list .entry-title{
    margin-bottom: 15px;
}
.posts-list .loop-posts,
.posts-list .loop-posts a,
.posts-list .loop-posts a:visited,
.posts-list .loop-posts a:link,
.posts-list .loop-posts a:hover,
.posts-list .loop-posts a:focus,
.posts-list .loop-posts a:active{
    font-size: 11px;
    font-weight: bold;
    color: #333132;
}

.posts-list .entry-summary{
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #333132;
}

.posts-list .highlight-image{
    margin: 0 10px 0 0;
    width: 55px;
    height: 55px;
}

.navigation,
.navigation a,
.navigation a:visited,
.navigation a:link,
.navigation a:hover,
.navigation a:focus,
.navigation a:active{
    color: #231F20;
    text-decoration: none;
}

.navigation a:hover,
.navigation a:focus,
.navigation a:active{
    color: #A7A9AC;
}


#wpadminbar .quicklinks li#wp-admin-bar-C3theme-login > a{
    border-left: none;
    padding: 0;
    margin: 0;
}
#wpadminbar .quicklinks .site-logo{
    display: block;
    padding: 0 .8em 0 45px;
    line-height: 28px;
    min-width: 37px;
    background: transparent url("./images/admin-bar-sprite.png") center left no-repeat;
    position: relative;
}

#wpadminbar .quicklinks .site-logo img{
    position: absolute;
    top: 5px;
    left: 5px;
}

/* content */

ul.sitemap > li{
   color: #85BA3F;
   font-size: 0.9em;
   line-height: 0.9em;
}

ul.sitemap li{
    margin-left: 20px;
}

.table{
    display: table;
    width: 100%;
}

.table .table-row{
    display: table-row;
}

.table .table-column{
    display: table-column;
}


.table .table-row .table-cell{
    display: table-cell;
}

/* Featured posts */
.featured-post{
    border: 1px solid transparent;
    background-color: #FFFFFF;
}

.featured-post:hover,
.featured-post:focus,
.featured-post:hover .meta,
.featured-postfocus .meta{
    border-color: #B7D739;
}

.featured-post a.link-to{
    display: block;
    min-height: 250px;
    padding: 10px;
}

.featured-post a.link-to,
.featured-post a.link-to:link,
.featured-post a.link-to:visited,
.featured-post a.link-to .meta,
.featured-post a.link-to:active .meta,
.featured-post a.link-to:hover .meta,
.featured-post a.link-to:focus .meta{
    text-decoration: none;
    color: #505050;
}

.featured-post a.link-to,
.featured-post a.link-to:active,
.featured-post a.link-to:hover,
.featured-post a.link-to:focus{
    text-decoration: none;
    color: #85BA3F;
}

.featured-post .entry-title{
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 5px;
}

.featured-post .meta{
    display: block;
    padding: 0 10px;
}

.featured-post .content{
    display: block;
    line-height: 1.7em;
}

#content .ngg-galleryoverview{
    clear: none;
}