body, html{
	/*font:normal 16px Fjalla one;*/
/*        font-family: harabara;
        font-style: normal;
        font-size: 16px;*/
	margin:0px;
	padding:0px;
}

body{
        background-color: #fbfbfb;
	height:100%;
	width: 100%;
	display: table;
}

a img{
    border: none;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;  
}

.title{
    /*font-family: Fjalla one;*/
}

.text{
    font:normal 16px Bitter;
    line-height: 20px;
}

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


/*////// header //////////////////////////////////////////////////////////////*/

#top_menu_back{
    width: 100%;
    height: 40px;
}

#top_menu{
    width: 960px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 20px;
}

#top_menu .item{
    float:left;
    margin-right: 15px;
}

#top_menu .item a{
}

#top_menu .item a:hover{
    text-decoration: none;
}

#top_menu .images{
    display: table;
    height: 40px;
}

#top_menu .plus{
    display: table-cell;
    vertical-align: middle;
}

#top_menu .search{
    display: table-cell;
    vertical-align: middle;
}

#hidden_cats{
    
}

#header{
    width: 960px;
    margin: 0px auto;
}

#header #title{
    margin: 0 auto;
    padding:25px 0;
    border-bottom: 2px solid;
    text-align: center;    
}

#header #slogan{
    display: table;
    margin: 0 auto;
    padding:10px 0;
    overflow: hidden;
    line-height: 100%;
    width: 100%;
    border-bottom: 2px solid;
}

#header #slogan .txt{
    display: table-cell;
    vertical-align: middle;
}

#header #slogan .connections{
    display: table-cell;
    vertical-align: middle;
}

#header #slogan .connections img{
    margin-left: 10px;
}

#header .horz_banner{
    margin: 0 auto;
    padding:20px 0;
    text-align: center;
}

.facebook{
    background-image: url('../images/social_icn_fb.png');
    height:30px;
    width:30px;
    float: left;
}

.facebook:hover{
    /*background-image: url('../images/social_icn_fb_h.png');*/
}

/*////// footer //////////////////////////////////////////////////////////////*/
#footer_back{
    width: 100%;
}

#footer .title{
    /*font-size: 36px;*/
    font-size: 30px;
}

#footer{
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    font-size: 14px;
    padding: 20px 0 50px 0;
    position: relative;
    margin-top: 50px;
}

#footer a{
}

#footer a:hover{
}

#footer .topstories{
    float:left;
    height: 100%;
    width: 385px;
}

#footer .trending{
    float:left;
    height: 100%;
    width: 385px;
}

#footer .contact{
    margin-left: 40px;
    float:right;
    height: 100%;
    width: 150px;
    min-height: 210px;
}

#footer .contact img{
    margin: 13px 0;
}

#footer .contact .footer_sec p{
    margin: 5px 0;
}


/*#footer .bottom{
    line-height: 28px;
}*/

#footer .bottom{   
   /* colocar reticencias no fim da linha */
   text-overflow: ellipsis;
   height: 28px;
   width: 338px;
   overflow:hidden;
   white-space: pre;
}

#footer .footer_sec{
    position: absolute;
    bottom: 64px;
    line-height: 18px;
}

#footer .join_us{
    /*background-image:*/ 
}


#footer .icon{
    float: left;
    height: 30px;
    width: 30px;
    background-image: url('snet_sprite.png');
    background-repeat:no-repeat;
    margin:0 3px;
}

#footer .fb{
    background-position: 0 0;
}

#footer .tw{
    background-position: -30px 0px;
}

#footer .lin{
    background-position: -60px 0px;
}

#footer .rss{
    background-position: -90px 0px;
}

#footer .fb:hover{
    background-position: 0 -30px;
}

#footer .tw:hover{
    background-position: -30px -30px;
}

#footer .lin:hover{
    background-position: -60px -30px;
}

#footer .rss:hover{
    background-position: -90px -30px;
}



/*@font-face
{
    font-family: harabara;
    src: url(fonts/Harabara.ttf);
}*/