*
{
    font-family: Arial;
    font-size: 12px;
}

body
{
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    color: #919191;
}

select
{
    color: #919191;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
}

input, textarea
{
    color: #1c1c1c;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    overflow: hidden;
}

a
{
    color: #626262;
    text-decoration: none;
}

a:hover
{
    color: #919191;
    text-decoration: none;
}


.clear
{
    clear: left;
    margin: 0;
    padding: 0;
}

#home {

    height:40px;
    width:270px;
    margin-bottom:40px;
    position:relative;
    cursor:hand;
    
}

#page_container
{
    width: 1008px;/*1000*/
    margin: 0 auto;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
    display: table;
    background:#fff url('../images/header.png') no-repeat top left;

}

#page_container_left
{
    float: left;
    text-align: left;    
    margin: 0;
    padding: 0;
    width:332px;
    /*background-color: aqua;*/
    
}


#page_container_right
{
    float: right;
    margin-top:-76px;
    text-align: right;
    position:relative;
    width:624px;
    display: table;
    height: 620px; 
    /*background-color: blue;*/
}




#page_container_left #news_block{
    
    width: 290px;
    margin-top:110px;
    color:#919191;
    text-transform: uppercase;
}


#page_container_left #news_block .body{
    
    font-size: 14px;
    
}

#page_container_left #news_block .body p{
    
    clear:both;
    margin-bottom:5px;
    font-size: 14px;
}

#credits {

    clear:both;
    margin-top:1px;
    font-size: 11px;
}





.pic_portrait
{
    margin: 0px;
    float:right;
    position: relative;
    margin-bottom:30px;
}


.pic_portrait_edition
{
    margin: 0px;
    float:right;
    position: relative;
    margin-top: 70px;
    margin-bottom:30px;
}

.pic_landscape
{
    margin-top: 70px;
    margin-bottom:30px;
}#menu
{
    width:280px;  

 
}


.accordion2
{
    margin: 0px;
    margin-top:7px;
}

.accordion2 h3
{
    text-align: left;
    margin:0px;
    padding:0px;
    cursor: pointer;
    text-transform: uppercase;
    padding-bottom:5px;
    display: table;
    height: 27px;
    width: 270px;
    clear:both;  
    display: table;
    position: relative;
     
}


.accordion2 ul
{
    margin: 0px;
    padding: 0px;
    padding-bottom: 25px;
    display: none;
}


.accordion2 li
{
    margin: 0;
    text-transform: none;
    list-style-type: none;
    list-style-image: none;
    text-align: left;
}



.accordion2 ul li a
{
    font-size: 17px;
    font-weight: lighter;
    text-transform: uppercase;
    color:#8B8B8B;
}


.accordion2 ul li a:hover
{
    font-size: 17px;
    font-weight: lighter;
    text-transform: uppercase;
    color:#010101;
}


.accordion2 ul li a.active
{
    color: #010101;
    text-decoration: none;
}
.slideshow
{
    position: relative;
    margin:0px;
    padding:0px;
    width:620px;
}

.slideshow img
{
    padding: 0px;    
    

}

#output {
    margin:12px 0px 20px 0px ;
    clear: both;
    position: relative;
    float:left;
    text-align:left;
}

#navigation {
    clear:both;
    position:relative;
    text-align:left;
    width:190px;
    height: 21px;
    
    margin-bottom:33px;
    margin-top:-59px;
    border-top:1px dotted #c0c0c0;
    border-bottom:1px dotted #c0c0c0;

}

#navigation a{
    
   padding-top:3px;
   float:left;

}


#navigation .but_xxl{
    
   padding-top:1px;
   margin-left:10px;
   float:left;

}

#prev {

    margin-right:10px;

}


#next {

    margin-right:10px;

}



/*
Articles
width: 642px;
width: 485px;
*/


.article_container
{
    padding: 0px;
    margin: 0px;
    width:624px;
    float: right;
    position: relative;
    margin-top: 83px;
    text-align: left;
    /*background-color: aqua;*/

}

.article_container .article_box
{
    margin-bottom: 10px;
    clear: both;
    float: left;
    position: relative;
    display: table;
}



.article_container .article_box .article_pic
{
    position: relative;
    display: block;
    float: left;
}

.article_container .article_box .title
{
    font-weight: bold;
    clear: both;
    margin-bottom: 6px;
    text-transform: uppercase;
    float: left;
    color:#1c1c1c;
    font-size: 12px;
}


.article_container .article_box .additional
{
    margin-bottom: 6px;
}


.article_container .article_box .resume_right
{
    clear: both;
    text-align: right;
    margin-top: 10px;
}

.article_container .article_box .extrais
{
    clear: both;
    text-align: right;
    margin-top: 1px;
}


.article_container .article_box .resume
{
    clear: both;
    color: #747474;
    min-height: 50px;
    text-align: justify;
    float: left;
    width: 100%;
}

.article_container .article_box .resume a
{
    font-weight: bold;
    color: #626262;
}

.article_container .article_box .resume a:hover
{
    color: #919191;
}


.article_container .article_box .body
{
    clear: both;
    color: #747474;
    min-height: 50px;
    text-align: justify;
    float: left;
    width: 100%;
}

.article_container .article_box .body p
{
    margin-top: 10px;
}

.article_container .article_box .body td
{
    padding:2px;
}

.article_container .article_box .more
{
    font-weight: normal;
    text-align: right;
    bottom: 0px;
}

.article_container .article_box .more a
{
    color: #b01010;
}

.article_container .article_box .more a:hover
{
    color: #000;
}
td p 
{
    padding:0 !important;
    margin:0 !important;
}
td 
{
    padding:3px;
    margin:0;
}

/*

Gallery

*/

.article_gallery
{
    clear: both; 
    margin-bottom: 45px;
    width: 624px;
    position:relative;
    /*background-color: blue;*/
}

.gm {

    clear:both;
    height:30px;
    position:relative;
}


.article_gallery .title
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}


.article_gallery .img
{
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    position: relative;
    border: none;
}


.article_gallery .file
{
    clear: both;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:none;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%; width:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../images/fbl.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:transparent;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:1px;line-height:1px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-color:transparent; background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../images/close.png); height: 10px; line-height: 10px;}
#sb-nav-next{background-image:url(../images/next.png);}
#sb-nav-previous{background-image:url(../images/previous.png);}
#sb-nav-play{background-image:url(../images/play.png);}
#sb-nav-pause{background-image:url(../images/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
