/*
Theme Name: TransMedia
Version: 2012.0
Description: Theme for the TransMedia website
Author: Cláudio Esperança <cesperanc+transmedia@gmail.com>, Joana Mineiro <mineiro.joana+transmedia@gmail.com>, Carlos Neves <idea@netcabo.pt >
Author URL: http://www.mediaforall.eu/
License: GNU General Public License
C3 Theme Coordinator: Josélia Neves
C3 Theme Designer: <a href="mailto:idea@netcabo.pt?subject=Media For All site theme" target="_blank">Carlos Neves</a>
C3 Theme Developer: <a href="mailto:cesperanc+transmedia@gmail.com?subject=Media For All site theme">Cláudio Esperança</a>
*/

/* Fonts */
@import url(fonts/pcfont/style.css);

/* CSS reset */
@import url(css/reset.css);

/* Main theme */
body{
    font-family: TiresiasPCfontRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #231F20;
    background-color: #353636;
    line-height: 20px;
    vertical-align: middle;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active{
    color: #5d9222;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

li{
    margin-left: 20px;
}

#wrapper {
    /*padding-top: 15px;*/
}

.sitearea{
    width: 100%;
}

.contentarea{
    width: 924px;
    margin: 0 auto;
    padding: 0 10px;
}

#header{
    min-height: 90px;
    background: #ebebed url('./images/header.jpg') top left repeat-x;
}

#header *{
    line-height: 1em;
}

#logo{
    background: transparent url('./images/logo.png') top left no-repeat;
    width: 240px;
    height: 90px;
}

#menus{
    height: 42px;
    padding: 0;
    background: #474049 url('./images/menus.jpg') top left repeat-x;
}

.banner-wrapper{
    background: #FFFFFF url('./images/content-wrapper.jpg') top left repeat-x;
}

.banner-wrapper > .contentarea,
#footer{
    border-top: 2px solid #FFFFFF;
}

#content-wrapper{
    background-color: #FFFFFF;
}

#content{
    padding: 15px 0;
}

#logo-container{
    padding: 0 5px;
}


#footer-spacer{
    background: #FFFFFF url('./images/footer-spacer.jpg') top left repeat-x;
}

#footer{
    background-color: #5d9222;
    text-align: center;
    font-size: 10px;
    border-bottom: 5px solid #353636;
}

#footer a, 
#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:focus, 
#footer a:active{
    color: #FFFFFF;
}

#siteoverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}


/* menu */

#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
#access a {
    color: #FFFFFF;
    display: block;
    line-height: 34px;
    padding: 2px 15px 6px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    vertical-align: middle;
}
#access ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    position: absolute;
    top: 42px;
    left: 0px;
    float: left;
    width: 180px;
    z-index: 10;
}


#access ul ul li {
    min-width: 180px;
    margin: 0;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background-color: #474049;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
    text-transform: none;
    font-weight: normal;
}


#access ul li ul{
    /*display: none;*/
    left: -1000em;
}

#access ul li.show-menu > ul,
#access ul li:hover > ul {
    /*display: block;*/
    left: 0;
}

#access ul li.show-menu > ul li.show-menu > ul,
#access ul li:hover > ul li:hover > ul{
    left: 100%;
}

#access ul li a:hover,
#access ul li a:focus,
#access ul li.show-menu > a,
#access ul li:hover > a,
* html #access ul li a:hover,
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a{
    color: #5d9222;
    background: #ede8f6 url('./images/menu-over.png') top left repeat-x;
}

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a{
    font-weight: bold;
}

#access ul li li a:hover,
#access ul li li a:focus,
#access ul li li.show-menu > a,
#access ul li li:hover > a,
* html #access ul li li a:hover,
#access ul li li.current_page_item > a,
#access ul li li.current_page_ancestor > a,
#access ul li li.current-menu-ancestor > a,
#access ul li li.current-menu-item > a,
#access ul li li.current-menu-parent > a,
* html #access ul li li.current_page_item a,
* html #access ul li li.current_page_ancestor a,
* html #access ul li li.current-menu-ancestor a,
* html #access ul li li.current-menu-item a,
* html #access ul li li.current-menu-parent a{
    background-image: none;
}

#access div.menu > ul > li {
    padding-right: 4px;
    margin-left: 0px;
}

#banner{
    background-position: center center;
    background-repeat: no-repeat;
    width: 924px;
}

/* language bar */
.langbar ul{
    list-style: none;
}
.langbar ul li{
    margin: 1px 0 0;
    float: left;
    line-height: 42px;
}

.langbar ul li:before{
    content: "|";
    margin: 0 5px;
}

.langbar ul li:first-child:before{
    content: "";
    margin: 0;
}

.langbar ul li,
.langbar ul li a,
.langbar ul li a:visited,
.langbar ul li a:link{
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

.langbar ul li.active a,
.langbar ul li.current a,
.langbar ul li a:hover,
.langbar ul li a:active,
.langbar ul li a:focus{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}


/* sidebar */
.sidebar{
    width: 240px;
    float: right;
    padding-top: 30px;
}

.with-sidebar.right{
    margin-right: 260px;
}

/* sidebar widgets */

.sidebar-widget{
    margin-bottom: 30px;
}
.sidebar-widget .widget-title{
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 7px solid #5d9222;
}

.sidebar-widget.widget_tag_cloud .widget-title{
    border-bottom: 0 none;
}

.sidebar-widget > div,
.sidebar-widget > ul{
    background-color: #cdd0c7;
}

.sidebar-widget.widget_tag_cloud > div,
.sidebar-widget.widget_tag_cloud > ul{
    background-color: transparent;
    padding: 0 20px;
}

.sidebar-widget > div{
    padding: 10px 20px;
}

.sidebar-widget > ul{
    padding: 10px 10px 10px 0;
}

.sidebar-widget.widget_links ul{
    list-style:none;
}

.sidebar-widget.widget_links > ul{
    background-color: transparent;
}

.sidebar-widget.widget_links > ul li{
    margin-bottom: 15px;
}

/* Accessibility Widget */
.accessibility-widget .button:hover{
    background: #5d9222 url('./images/menu-sidebar.jpg') top left repeat-x;
    color: #FFFFFF;
}

/* search form */
#searchform{
    font-size: 12px;
    padding: 0;
    margin: 24px 0;
}

#searchform .searchbox,
#searchform .searchbutton{
    border: 1px solid #e3e3e3;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#searchform .searchbox{
    border-right-style: dotted;
    width: 180px;
    height: 25px;
    float: left;
}

#searchform .searchbutton{
    border-left: none;
    width: 36px;
    background: transparent url('./images/search.png') no-repeat center center;
    text-indent: -999%;
    line-height: 1px;
    height: 27px;
}


/* post/page content */
.highlight-image {
    padding: 0;
    margin: 10px 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.entry-title{
    padding: 0 0 5px;
    margin: 0;
    text-transform: none;
}

h1.entry-title{
    line-height: 2em;
}

.post .entry-title{
    padding: 0;
    line-height: 1.2em;
}

.post .entry-title a{
    line-height: 1em;
}

.post.highlight .entry-summary{
    border-bottom: 0 none;
}

.post.highlight{
    background-color: #CDD0C7;
    padding: 0 10px;
}

.entry-title .edit-link{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
    margin: 0;
}

.entry-title{
    position: relative;
}
.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: #5d9222;
}

.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: #EEEEEE 1px 1px 1px;
}

.ftag,
.entry-title .ftag a,
.entry-title .ftag a:visited,
.entry-title .ftag a:link{
    font-size: 0.8em;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
}

.entry-meta,
.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{
    margin-top: -10px;
}

.post .entry-summary,
.post .entry-content{
    border-bottom: 3px solid #353636;
    padding: 10px 0 10px;
}

.post .entry-content{
    padding: 0 0 15px;
    /*margin-bottom: 25px;*/
}

.post .entry-summary{
    margin: 0 0 5px;
}


.post:last-child > .entry-summary,
.post:last-child > .entry-content {
    border-bottom: none;
}

.entry-summary p,
.entry-content p{
    margin: 0 0 5px;
}

.loop-posts{
    font-size: 14px;
}

/* more link */
.more-link{
    display: block;
    text-align: right;
    float: right;
    margin: 15px 0 10px 150px;
    padding: 0 10px;
    line-height: 34px;
    vertical-align: middle;
    background: #e0e1e3 url("./images/more-link.jpg") top left repeat-x;
}

.more-link,
.more-link:visited,
.more-link:link{
    color: #231F20;
}

.more-link:hover,
.more-link:focus,
.more-link:active{
    color: #5d9222;
    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{
    border-bottom: 1px solid #5d9222;
    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 #5d9222;
    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: #5d9222;
}

.posts-list .entry-summary{
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #5d9222;
}

.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;
}



.site-technical-sheet h2{
    font-size: 1.2em;
    font-weight: bold;
}

.site-technical-sheet .entry-title{
    padding: 0;
}
.site-technical-sheet .entry-content{
    /*margin-bottom: 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;
}

/* members */
.post.team-member{
    padding: 0 0 20px;
}

.team-member .entry-title{
    font-size: 0.7em;
    line-height: 1em;
    margin: 0 0 5px;
    padding: 5px;
    display: block;
    vertical-align: middle;
    background-color: #333132;
    color: #FFFFFF;
}

.team-member{
    width: 50%;
    padding-right: 15px;
    padding-bottom: 30px;
    line-height: 0.8em;
}

.team-member .member-name,
.team-member .member-contacts{
    font-size: 0.7em;
    color: #333132;
    margin: 0 5px;
    padding: 0;
    font-weight: normal;
    display: block;
    line-height: 1.5em;
}

.team-member .member-name{
    /*font-family: 'Raleway', Verdana, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
}

.team-member .member-content-meta,
.team-member .member-meta{
    line-height: 1em;
    display: block;
}

.team-member.single-team-member{
    width: 100%;

    padding: 8px 10px 5px 0;
}

.team-member a.member-link{
    display: block;
}

.team-member a:hover,
.team-member a:focus,
.team-member a:active{
    text-decoration: none;
}


/* publications */


.post.publication{
    padding: 0 0 20px;
}

.publication .entry-title{
    font-size: 1em;
    line-height: 1em;
    margin: 0 0 5px;
    padding: 5px;
    display: block;
    vertical-align: middle;
    background-color: #333132;
    color: #FFFFFF;
}

.publication{
    width: 50%;
    padding-right: 15px;
    padding-bottom: 30px;
    line-height: 0.8em;
}

.publication .publication-name,
.publication .publication-contacts{
    font-size: 0.9em;
    color: #333132;
    margin: 0 5px;
    padding: 0;
    font-weight: normal;
    display: block;
    line-height: 1.5em;
}

.publication .publication-name{
    /*font-family: 'Raleway', Verdana, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
}

.publication .publication-content-meta,
.publication .publication-meta{
    line-height: 1em;
    display: block;
}

.publication.single-publication{
    width: 100%;

    padding: 8px 10px 5px 0;
}

.publication a.publication-link{
    display: block;
}

.publication a:hover,
.publication a:focus,
.publication a:active{
    text-decoration: none;
}

/* Widget Recent Posts By Category */
.WidgetRecentPostsByCategory ul{
    list-style: none;
}

.WidgetRecentPostsByCategory ul li{
    border-bottom: 2px solid #FFFFFF;
    margin-left: 10px
}

.WidgetRecentPostsByCategory ul li:last-child{
    border-bottom: 0 none;
}

.more-text{
    color: #5d9222;
}

.alignleft {
    float: left;
}

#content-wrapper,
#menus,
#header,
#footer{
    min-width: 944px;
}

#content .fm-form input.submit{
    float: none;
}