/*
@font-face {
    font-family: 'lftetica';
    src: url('/font/lftetica.ttf');
}
@font-face {
    font-family: 'lftetica_bold';
    src: url('/font/lftetica_bold.ttf');
}
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

div.fb-like span {
  display:block;
  width:55px !important;  
}

div.fb-like iframe {
  width:55px !important;
}

div.fb-like iframe.fb_iframe_widget_lift {
  width:450px !important;
}

body {
    background-image: url(/images/bg.jpg);
/*    font-family: 'lftetica',sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    background-color: #C5C5C5;
}

form, ul {
    margin: 0;
    padding: 0;
}
input, textarea {
    border: 0;
    background: transparent;
    padding: 0;
}
img {
    display: block;
}
textarea {
    resize: none;
}
strong {
/*    font-family: 'lftetica_bold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
:focus {
    outline: 0;
}

.fLeft {
    float: left;
}
.fRight {
    float: right;
}
.clear {
    clear: both;
}
.prelative {
    position: relative;
}
.hidden {
    display: none;
}

#container {
    max-width: 998px;
    margin: 0 auto;
}

/*** HEADER ***/
#header {
    width: 998px;
    height: 119px;
    position: relative;
}
.header_bg {
    position: absolute;
    top: 0px;
    left: -220px;
    background: url(/images/header_bg.jpg) no-repeat 0px 0px;
    height: 119px;
    width: 900px;
}
.header_logo img {
    margin-left: -26px;
}
.header_logo .logo_smaller {
    display: none;
}
.header_title {
    font-size: 17px;
    color: #FFF;
    text-shadow: #000 0.1em 0.1em 1em;
    margin-top: -17px;
}
.header_separator {
    height: 60px;
}
.search_container {
    height: 119px;
    vertical-align: middle;
    display: table-cell;
}
.search_input {
    background: url(/images/search_bg.png) no-repeat 0px 0px;
    width: 264px;
    height: 32px;
    border: none;
    padding: 7px 55px 7px 25px;
    font-size: 17px;
}
.search_input:focus {
    background-position: 0px -53px;
}
.search_input.searching {
    background-position: 0px -114px;
}
.search_posts {
    display: none;
    position: absolute;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    top: 81px;
    left: 0px;
    width: 344px;
    min-height: 44px;
    z-index: 6;
}
.search_posts .middle {
    background: url(/images/search_posts_bg.png) 0px 0px;
    padding: 10px 20px 0px;
    min-height: 45px;
}
.search_posts .loading {
    position: absolute;
    top: 10px;
    left: 155px;
    width: 37px;
    height: 37px;
    background: url(/images/loader.gif) 0px 0px;
}
.search_posts .container {
    padding: 10px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.search_posts .image img {
    width: 40px;
    height: 40px;
}
.search_posts .container.grey {
    background-color: #eee;
}
.search_posts .container:hover {
    background-color: #F5F5F5;
}
.search_posts .title {
    font-size: 14px;
    margin-left: 10px;
    max-width: 123px;
    line-height: 15px;
    margin-top: 5px;
    white-space: nowrap;
}
.search_posts .empty {
    font-size: 17px;
    text-align: center;
    color: #000;
    min-height: 15px;
    padding-top: 7px;
}
.search_posts .followers {
    font-size: 14px;
    color: #555;
    text-align: right;
    line-height: 15px;
    margin-top: 5px;
}
.search_posts .container span {
    font-size: 11px;
    color: #999;
    display: block;
}
.search_posts .female {
    color: #c4216c;
}
.search_posts .male {
    color: #1270ab;
}
.search_posts .bottom {
    background: url(/images/search_posts.png) no-repeat 0px 0px;
    height: 20px;
}

/*** MENU ***/
#menu {
    position: absolute;
    width: 100%;
    min-width: 998px;
    height: auto;
    top: 119px;
    left: 0;
    z-index: 3;
    background-color: #000;
    border-bottom: 2px solid #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
#menu.fixed {
    position: fixed;
    top: 0px;
}
#menu ul {
    list-style-type: none;
    height: 40px;
    color: #fff;
    margin: 0 auto;
    width: 998px;
}
#menu li {
    position: relative;
    float: left;
    height: 40px;
    min-width: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}
#menu_list a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 13px 0px;
    position: relative;
}
#menu .tab {
    cursor: pointer;
}
#menu .border {
    cursor: default;
    background: url(/images/menu_border.png) no-repeat 0px 0px;
    visibility: hidden;
}
#menu .tab {
    cursor: pointer;
}
#menu .leftup {
    background-position: 0px 0px;
}
#menu .rightup {
    background-position: -20px 0px;
}
#menu .leftdown {
    background-position: -60px 0px;
}
#menu .rightdown {
    background-position: -40px 0px;
}
#menu .tab.active {
    font-weight: bold;
    background-color: #c4216c;
}
#menu .border.active {
    visibility: visible;
}
#menu .tab:hover {
    font-weight: bold;
    background-color: #c4216c;
}
#menu .menu_bg {
    margin: 0px;
    padding: 0px;
    width: 0px;
    min-width: 0px;
}
#menu .menu_bg div {
    position: absolute;
    top: 0px;
    left: -220px;
    background: url(/images/menu_bg.jpg) no-repeat 0px 0px;
    width: 977px;
    height: 40px;
}
.tab-home { width: 111px; }
.tab-televisao-e-cinema { width: 183px; }
.tab-moda { width: 123px; }
.tab-musica { width: 123px; }
.tab-internacionais { width: 173px; }
.tab-desporto { width: 143px; }
.tab-noticias { width: 123px; }

#menu_accordion, #menu_responsive, .menu_search_popup, #menu_responsive_new {
    display: none;
}

#top_scroller {
	cursor: pointer;
	position: fixed;
	top: -84px;
	left: 0;
	height: 84px;
	width: 60px;
	z-index: 4000;
	background: url(/images/top_scroller.png) no-repeat 0px 0px;
}
#top_scroller .scroll_text {
	margin: 18px 0 3px 19px
}
#top_scroller .scroll_buttons {
	position: relative;
	height: 42px;
	width: 42px;
	margin-left: 8px;
	background: url(/images/top_scroller.png) no-repeat -60px -42px;
}
#top_scroller .scroll_images {
	position: absolute;
	height: 21px;
	width: 18px;
	top: 10px;
	right: 13px;
	background: url(/images/top_scroller.png) no-repeat -102px 0px;
}

#follow_flag {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 140px;
    color: #fff;
    min-height: 120px;
    z-index: 5;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
#follow_flag .middle {
    background-color: #185780;
    border-radius: 5px;
}
#follow_flag .title {
    padding: 10px;
    text-align: center;
    font-size: 17px;
}
#follow_flag .facebook, #follow_flag .twitter, #follow_flag .instagram {
    background: url(/images/follow_flag.png) no-repeat 0px 0px;
    width: 140px;
    height: 70px;
}
#follow_flag .twitter {
    background-position: 0px -140px;
}
#follow_flag .instagram {
    background-position: 0px -70px;
}
#follow_flag .middle a:last-child div {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#menu_posts {
    display: none;
    position: absolute;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    top: 26px;
    left: 0px;
    width: 324px;
    min-height: 44px;
    z-index: 6;
}
#menu_posts a {
    padding: 0px;
}
#menu_posts .top {
    background: url(/images/menu_posts.png) no-repeat 0px 0px;
    height: 22px;
}
#menu_posts .middle {
    background: url(/images/menu_posts_bg.png) 0px 0px;
    padding: 0px 18px;
    min-height: 50px;
}
#menu_posts .middle_container {
    overflow: auto;
}
#menu_posts .loading {
    position: absolute;
    top: 30px;
    left: 145px;
    width: 37px;
    height: 37px;
    background: url(/images/loader.gif) 0px 0px;
}
#menu_posts .container {
    padding: 10px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
#menu_posts .image img {
    width: 40px;
    height: 40px;
}
#menu_posts .container.grey {
    background-color: #eee;
}
#menu_posts .container:hover {
    background-color: #F5F5F5;
}
#menu_posts .title {
    font-size: 14px;
    margin-left: 10px;
/*    max-width: 140px;*/
    max-width: 123px;
    line-height: 15px;
    margin-top: 5px;
    white-space: nowrap;
}
#menu_posts .empty {
    font-size: 17px;
    text-align: center;
    color: #000;
    min-height: 15px;
    padding-top: 7px;
}
#menu_posts .followers {
    font-size: 14px;
    color: #555;
    text-align: right;
    line-height: 15px;
    margin-top: 5px;
}
#menu_posts .container span {
    font-size: 11px;
    color: #999;
    display: block;
}
#menu_posts .female {
    color: #c4216c;
}
#menu_posts .male {
    color: #1270ab;
}
#menu_posts .bottom {
    background: url(/images/menu_posts.png) no-repeat -324px 0px;
    height: 22px;
}
#menu_posts .more {
    background: url(/images/menu_posts_bottom.png) no-repeat 0px 0px;
    height: 40px;
}
#menu_posts .more_loading {
    background: url(/images/menu_posts_bottom.png) no-repeat 0px -41px;
    height: 40px;
}
#menu_posts .loading_bottom {
    display: none;
    width: 25px;
    height: 27px;
    background: url(/images/loader.gif) no-repeat 0px 2px;
    background-size: 25px;
    margin: auto;
}

/*** MAIN PAGE ***/
.masonry-item {
    margin-bottom: 25px;
}
.masonry-item.main, .masonry-item.news, #post, #article {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.articles .masonry-item .image img {
    width: 316px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.masonry-item.main, #post, #article {
    width: 657px;
}
.masonry-item.main .image img, #post .image img, #article .image img {
    width: 657px;
}
.articles .masonry-item.main .image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#article .image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.masonry-item.news, .masonry-item.ads {
    width: 316px;
}
.masonry-item .border, #post .border, #article .border {
    border-bottom: 1px solid #e4e4e4;
}
.masonry-item .image a {
    font-size: 0px;
    display: block;
}
.masonry-item .title {
    font-size: 20px;
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
}

.masonry-item .type_big {
    font-size: 20px;
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
	position: absolute;
	top: 205px;
}

.masonry-item .type {
    font-size: 20px;
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
	position: absolute;
	top: 170px;
}

.masonry-item .title a, #post .title a, #article .title a {
    text-decoration: none;
    color: #000;
}
.masonry-item .middle, #post .middle, #article .middle {
    color: #999;
    height: 30px;
    padding: 0px 5px 0 10px;
    border-top: 1px solid #e4e4e4;
    background: url(/images/social_bg.png) no-repeat right 0px;
}
.masonry-item .like_button, #post .like_button, #article .like_button {
    margin-top: 5px;
    position: relative;
    z-index: 2;
}
#article .subhead {
    padding: 10px 20px;
    font-size: 17px;
    line-height: 25px;
}
.masonry-item .timestamp, #post .timestamp, #article .timestamp {
    color: #999;
    font-size: 10px;
}
#article .timestamp {
    padding: 10px 20px;
    border-bottom: 1px solid #E4E4E4;
}
#article .article_body {
    padding: 10px 20px;
    font-size: 14px;
}
.masonry-item .share, #post .share, #article .share {
    width: 145px;
    height: 15px;
    padding: 10px 0px 0px 15px;
    background: url(/images/share_bg.png) no-repeat 0px 8px;
}
.masonry-item .share_text, #post .share_text, #article .share_text {
    padding-left: 4px;
}
.masonry-item .facebook, .masonry-item .twitter, .masonry-item .googleplus, #post .facebook, #post .twitter, #post .googleplus, #article .facebook, #article .twitter, #article .googleplus {
    height: 20px;
    width: 20px;
    margin: -4px 0px 0px 5px;
    background: url(/images/social_icons.png) no-repeat 0px 0px;
}
.masonry-item .facebook, #post .facebook, #article .facebook {
    margin-left: 7px;
}
.masonry-item .twitter, #post .twitter, #article .twitter {
    background-position: -20px 0px;
}
.masonry-item .googleplus, #post .googleplus, #article .googleplus {
    background-position: -40px 0px;
}
.masonry-item .top, #post .top, #article .top {
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.masonry-item .top:hover {
    background-color: #F5F5F5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.masonry-item .info, #post .info {
    margin-left: 10px;
    color: #999;
    max-width: 245px;
    line-height: 9px;
}
.masonry-item .info .female, #post .info .female {
    font-size: 16px;
    color: #c4216c;
    line-height: 22px;
}
.masonry-item .info .male, #post .info .male {
    font-size: 16px;
    color: #1270ab;
    line-height: 22px;
}
.masonry-item .info a, #post .info a {
    color: #999;
}

/*** RANKING BLOCK ***/
#rankings {
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 5;
    width: 170px;
}
#orelha {
    position: fixed;
    top: 20%;
    right: -31px;
    z-index: 5;
    width: 31px;
    height: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #c4216c;
    cursor: pointer;
}
#orelha .arrow_right {
    background: #c4216c url(/images/setas.jpg) no-repeat -21px 0;
    width: 21px;
    height: 10px;
    margin: 7px 0 0 4px;
}
#rankings .top {
    height: 17px;
    color: #fff;
    font-size: 12px;
    text-align: left;
    padding: 4px 0 4px 7px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #c4216c;
    cursor: pointer;
}
#rankings .top .arrow_left {
    float: right;
    width: 21px;
    height: 10px;
    background: url(/images/setas.jpg) no-repeat 0 0;
    margin: 3px 5px 0 0;
}
#rankings ul {
    list-style-type: none;
    height: auto;
    width: auto;
}
#rankings li {
    display: list-item;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #e4e4e4;
    color: #666;
    font-size: 12px;
    float: none;
    height: auto;
    min-width: 0px;
    text-transform: none;
    text-align: left;
}
#rankings li:hover {
    background-color: #F5F5F5;
}
#rankings .profile {
    padding: 5px 28px 5px 28px;
}
#rankings a {
    text-decoration: none;
    color: #666;
}
#rankings .up, #rankings .down, #rankings .same {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(/images/ranking_icons.png) no-repeat 0px 0px;
    height: 10px;
    width: 15px;
}
#rankings .down {
    background-position: -16px 0px;
}
#rankings .same {
    background-position: -31px 0px;
}
#rankings li .position {
    position: absolute;
    top: 4px;
    left: 7px;
    color: #ccc;
    font-size: 14px;
}
#rankings .bottom {
    display: none;
}

/*** POST PAGE ***/
#post .title, #article .title {
    font-size: 34px;
    padding: 10px;
    overflow: auto;
    line-height: 40px;
    word-wrap: break-word;
}
#article .title {
    padding: 10px 20px;
}
#post .middle, #article .middle {
    border-bottom: 1px solid #e4e4e4;
}
#post .minify {
    font-size: 22px;
}
#post .open {
    display: none;
}
#post a.more {
    color: #999;
    font-size: 18px;
    margin-left: 10px;
}
#comments {
    text-align: center;
    padding: 15px;
}
#post_ads, #article_ads {
    margin-left: 15px;
    width: 316px;
}
#post_ads .mrec, #article_ads .mrec {
    margin-bottom: 15px;
}
#profile {
    background-color: #313131;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
#profile .header {
    border-bottom: 1px solid #434343;
}
#profile .header_border {
    display: none;
}
#profile .border {
    border-right: 1px solid #434343;
}
#profile .image img {
    border-top-left-radius: 4px;
    width: 76px;
    height: 76px;
}
#profile .title {
    padding: 10px;
    width: 220px;
    height: 56px;
}
#profile .title span:first-child {
    font-size: 25px;
    display: block;
    max-height: 65px;
/*    overflow: auto;*/
}
#profile .minify span:first-child {
    font-size: 18px;
}
#profile .title_social {
    display: none;
}
#profile ul {
    list-style-type: none;
/*    height: 61px;*/
    height: 48px;
}
#profile li {
    float: left;
    display: list-item;
    height: 30px;
    width: 68px;
    font-size: 13px;
    line-height: 13px;
    padding-left: 36px;
    margin-top: 10px;
    border-right: 1px solid #434343;
    position: relative;
}
#profile li:last-child {
    border: none;
}
#profile li div {
    background: url(/images/social_icons_medium.png) no-repeat 0px 0px;
    position: absolute;
    top: 0px;
    left: 5px;
    height: 26px;
    width: 26px;
}
#profile .twitter {
    background-position: -26px 0px;
}
#profile .instagram {
    background-position: -52px 0px;
}
#profile li span {
    font-size: 10px;
    color: #999;
}
#profile .description {
    width: 286px;
    background-color: #fff;
    color: #000;
    padding: 15px;
    font-size: 13px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#profile .description span {
    font-size: 9px;
    color: #999;
}
#profile .description a {
    color: #999;
}
#post_ads_bottom {
    display: none;
}
.leaderboard {
    width: 770px;
    height: 105px;
    margin: 25px auto;
    font-size: 9px;
    color: #666;
}
.leaderboard img {
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

/*** NEWSLETTER FORM ***/
.subscribers {
    height: 164px;
    width: 316px;
    background-color: #18577f;
    border-radius: 5px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.subscribers .newsletter_bg {
    position: absolute;
    top: 16px;
    right: 0px;
    width: 82px;
    height: 25px;
    background: url(/images/newsletter_bg.png) no-repeat 0px 0px;
}
.subscribers .nl_title {
    padding: 12px 12px 0px 12px;
    color: #fff;
    font-size: 26px;
    line-height: 31px;
}
.subscribers .nl_form {
    height: 44px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.subscribers .email_icon {
    background: url(/images/adv_icons.png) no-repeat -63px 0px;
    width: 26px;
    height: 17px;
    position: absolute;
    top: 14px;
    left: 9px;
}
.subscribers .email_icon.nl_error {
    background-position: -63px -21px;
}
.subscribers .email_icon.nl_success {
    background-position: -63px -42px;
}
.subscribers .validate_icon {
    display: none;
    background: url(/images/validate_icon.png) no-repeat 0px 0px;
    width: 15px;
    height: 16px;
    position: absolute;
    top: -15px;
    right: -15px;
}
.subscribers .email_icon.nl_success .validate_icon {
    background-position: -15px 0px;
}
#receiveNews {
    padding: 12px 0px 12px 45px;
    height: 21px;
    width: 200px;
    line-height: 22px;
    font-size: 17px;
}
#subscriberHit {
    background: url(/images/btn_enviar_small.png) no-repeat 0px 0px;
    height: 34px;
    width: 68px;
    margin-top: 4px;
    cursor: pointer;
}
#subscriberHit:hover {
    background-position: 0px -36px;
}
.subscribers .nl_error_message {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 45px;
    color: #d1000f;
    font-size: 9px;
}
.subscribers .nl_suc_message {
display: none;
position: absolute;
/* bottom: 0; */
left: 19px;
bottom: 6px;
color: #18577f;
font-size: 12px;
font-weight:bold;
}

/*** MREC ***/
.mrec {
    margin-top: 15px;
}
#article_ads .mrec {
    margin-top: 0;
}
.mrec span {
    color: #666;
    font-size: 9px;
    margin-left: 8px;
}
.mrec .pubSpotWrapper {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.adslot_news {
    width: 300px;
    height: 250px;
}

/*** POSTS GALLERY LINK ***/
#gallery_link {
    width: 316px;
    min-height: 40px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    border-radius: 5px;
    cursor: pointer;
}
#gallery_link img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#gallery_link .title {
    width: 246px;
    padding: 10px 55px 10px 15px;
    font-size: 23px;
    background-color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #E4E4E4;
}
#gallery_link .icon {
    position: absolute;
    right: 15px;
    top: 27px;
    width: 32px;
    height: 27px;
    background: url(/images/gallery_icon3.jpg) no-repeat 0px 0px;
}

/*** INSIDE PAGES ***/
#insidepages {
    width: auto;
    min-height: 450px;
    background-color: #fff;
    font-size: 13px;
    padding: 20px;
    margin-bottom: 50px;
}
#insidepages h1 {
    margin: 0;
    padding-bottom: 10px;
    font: bold 29px arial;
    color: #4e2c4c;
}
#insidepages ul {
    margin-left: 15px;
}
#insidepages li {
    margin-top: 1em;
    margin-left: 20px;
}
#insidepages .error {
    margin: 50px auto;
    text-align: center;
    color: #000;
    height: 313px;
    font-size: 19px;
}
#insidepages .ops {
    font-weight: 700;
    font-size: 96px;
    color: #4e2c4c;
}
#insidepages .subtext {
    font-size: 20px;
}
#insidepages .pub_text {
    color: #000;
}

/*** ADVERTISING PAGE ***/
#contactAdvertising {
    width: 490px;
}
#contactAdvertising .container_split {
    float: left;
    width: 240px;
    height: 34px;
    background-image: url(/images/bg_input.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 15px;
}
#contactAdvertising .container_split.pub_error { background-position: 0px -34px; }
#contactAdvertising .container_split.pub_success { background-position: 0px -68px; }
#contactAdvertising .spacer {
    margin-left: 10px;
}
#contactAdvertising .container_split div {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}
#contactAdvertising .container_split input {
    float: left;
    height: 30px;
    margin-top: 3px;
    width: 180px;
    line-height: 30px;
    padding-left: 13px;
}
#contactAdvertising .container_split .nome_icon {
    background: url(/images/adv_icons.png) no-repeat 0px 0px;
    height: 21px;
    width: 18px;
    margin-right: 3px;
}
#contactAdvertising .container_split .empresa_icon {
    background: url(/images/adv_icons.png) no-repeat -18px 0px;
    height: 20px;
    width: 24px;
}
#contactAdvertising .container_split .telefone_icon {
    background: url(/images/adv_icons.png) no-repeat -42px 0px;
    height: 21px;
    width: 21px;
}
#contactAdvertising .container_split .email_icon {
    background: url(/images/adv_icons.png) no-repeat -63px 0px;
    height: 17px;
    width: 26px;
    margin-top: 9px;
}
#contactAdvertising .container_comments .comentario_icon {
    float: left;
    background: url(/images/adv_icons.png) no-repeat -89px 0px;
    height: 21px;
    width: 27px;
    margin-top: 7px;
    margin-left: 7px;
}
#contactAdvertising .validate_icon {
    background: url(/images/validate_icon.png) no-repeat 0px 0px;
    height: 16px;
    width: 15px;
    margin-top: -13px!important;
    margin-left: 23px!important;
    display: none;
}
#contactAdvertising .icon_error .validate_icon { 
    display: block; 
}
#contactAdvertising .icon_success .validate_icon { 
    background-position: -15px 0px; 
    display: block; 
}
#contactAdvertising .container_split .nome_icon.icon_error { background-position: 0px -21px; }
#contactAdvertising .container_split .empresa_icon.icon_error { background-position: -18px -21px; }
#contactAdvertising .container_split .telefone_icon.icon_error { background-position: -42px -21px; }
#contactAdvertising .container_split .email_icon.icon_error { background-position: -63px -21px; }
#contactAdvertising .container_comments .comentario_icon.icon_error { background-position: -89px -21px; }
#contactAdvertising .container_split .nome_icon.icon_success { background-position: 0px -42px; }
#contactAdvertising .container_split .empresa_icon.icon_success { background-position: -18px -42px; }
#contactAdvertising .container_split .telefone_icon.icon_success { background-position: -42px -42px; }
#contactAdvertising .container_split .email_icon.icon_success { background-position: -63px -42px; }
#contactAdvertising .container_comments .comentario_icon.icon_success { background-position: -89px -42px; }
#contactAdvertising .container_comments textarea {
    float: left;
    width: 425px;
    height: 88px;
    margin-top: 8px;
    padding-left: 10px;
}
#contactAdvertising input, #contactAdvertising textarea {
    float: left;
    font: normal 12px arial;
    color: #000000;
}
#contactAdvertising .container_comments {
    float: left;
    width: 490px;
    height: 106px;
    margin-bottom: 8px;
    background-image: url(/images/bg_textarea.png);
    background-repeat: no-repeat;
    background-position: top left;
}
#contactAdvertising .error_message {
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: #d1000f;
    height: 33px;
    width: 380px;
    margin-top: 7px;
    padding-top: 9px;
    display: none;
}
#contactAdvertising .enviar_btn {
    float: right;
    margin: 7px 3px 0 0;
    width: 86px;
    height: 33px;
    text-indent: -9999em;
    border: 0;
    background-image: url(/images/btn_enviar.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
#contactAdvertising .enviar_btn:hover {
    background-position: 0 -33px;
}
#contactAdvertising .loader {
    float: right;
    width: 37px;
    height: 37px;
    margin: 7px 30px 0px 0px;
    background-image: url(/images/loader.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: none;
}
.sucesso {
    float: left;
    width: 400px;
    font: normal 13px arial;
    color: black;
    display: none;
}
.sucesso .top {
    font: normal 15px arial;
}

/*** FOOTER ***/
#footer {
    position: relative;
    width: 100%;
    z-index: 2;
    height: auto;
    background-color: #444;
    color: #bbb;
}
#footer.fixed {
    position: fixed;
    bottom: 0px;
}
.footer_separator {
    height: 90px;
    position: relative;
}
.letmeseemore {
    display: none;
    position: absolute;
    left: 49%;
    top: 15px;
}
#footer a {
    text-decoration: none;
    font-size: 9px;
    font-weight: bold;
    color: #bbbbbb;
}
#footer ul {
    list-style-type: none;
}
#footer li {
    float: left;
    display: list-item;
    height: 20px;
    padding: 10px 10px 0px;
}
#footer .leftside li {
    border-right: 1px solid #4b4b4b;
}
#footer  .leftside li:first-child {
    padding: 0px;
    border: none;
}
#footer .rightside li {
    border-left: 1px solid #4b4b4b;
}
#footer .rightside a:hover {
    color: #f6f6f6;
}
.footer_logo img {
    margin-top: -2px;
}
#footer .facebook {
    display: inline-block;
    background-image: url(/images/footer_links.png);
    background-position: 0px 0px;
    width: 49px;
    height: 10px;
}
#footer .leftside .facebook:hover {
    background-position: 0px -10px;
}
#footer .twitter {
    display: inline-block;
    background-image: url(/images/footer_links.png);
    background-position: -49px 0px;
    width: 47px;
    height: 9px;
}
#footer .leftside .twitter:hover {
    background-position: -49px -9px;
}
#footer .leftside .rss:hover {
    background-position: -96px -9px;
}
#footer .rss {
    display: inline-block;
    background-image: url(/images/footer_links.png);
    background-position: -96px 0;
    text-decoration: none;
    width: 34px;
    height: 9px;
}
#menu_accordion_footer {
    display: none;
}
#currentMedia {
    display: none;
}

.fb-comments, .fb-comments span, .fb-comments iframe[style] {
    width: 100%!important;
}

#most_read {
    margin-top: 15px;
}
#most_read .title {
    height: 17px;
    color: #FFF;
    font-size: 12px;
    text-align: left;
    padding: 5px 10px;
    background-color: #C4216C;
    border-radius: 5px;
}
#most_read .record {
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 1px;
}
#most_read .record:hover {
    background-color: #F5F5F5;
}
#most_read .record .recorddetails {
    width: 216px;
    margin-left: 10px;
}
#most_read .record .recorddetails .recordTitle {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 15px;
}
#most_read .record .recorddetails .recordTimestamp {
    color: #999;
    font-size: 10px;
}




/*** MEDIA 1250 ***/
@media (max-width:1250px) {
    #footerWrapper {
        margin: auto;
        max-width: 690px;
    }
    #footerBorder {
        display: block;
        width: 100%;
        height: 30px;
        border-bottom: 1px solid #4b4b4b;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    #footer .leftside {
        height: 30px;
    }
    #footer .rightside {
        height: 30px;
        margin-left: 10px;
        float: left;
        position: relative;
    }
}

/*** MEDIA 995 ***/
@media (max-width:995px) {
    body {
        overflow-x: hidden;
        background-image: none;
    }
    
    #currentMedia {
        max-width: 995px;
    }
    
    #header {
        width: 100%;
        height: 55px;
        background: none;
        background-color: #c2286f;
        position: fixed;
        top: 0;
        z-index: 100;
    }
    .header_logo .logo_bigger {
        display: none;
    }
    .header_logo .logo_smaller {
        display: block;
    }
    .header_logo img {
        background: none;
        margin: -13px 0 0 -10px;
    }
    .header_bg {
        display: none;
        /*
        background: none;
        left: 0;
        width: 375px;
        height: 55px;
        */
    }
    .header_title {
        display: none;
    }
    .header_separator {
        height: 70px;
    }
    
    #container {
        max-width: 100%;
    }
    #search {
        display: none;
    }
    .search_container {
        height: 50px;
    }
    .search_input {
        background: url(/images/search_bg_small.png) no-repeat 0px 0px;
        width: 206px;
        height: 22px;
        padding: 7px 43px 8px 25px;
    }
    .search_input:focus {
        background-position: 0px -42px;
    }
    .search_input.searching {
        background-position: 0px -91px;
    }
    .search_posts {
        top: 45px;
        width: 100%;
        background-color: #FFF;
    }
    .search_posts .middle {
        padding: 10px;
        background-color: #FFF;
        background: none;
    }
    .search_posts .empty {
        padding-top: 0;
    }
    #search .search_posts .title {
        font-size: 14px;
        margin-left: 5px;
        max-width: 110px;
    }
    #search .search_posts .container {
        padding: 10px 5px;
    }
    .search_posts .loading {
        left: 48%;
    }
    .search_posts .bottom {
        background: none;
        height: 0;
        border-top: 1px solid #C2286F;
    }

    #menu {
        min-width: 0px;
        position: fixed;
        top: 55px;
        z-index: 100;
        border-bottom: none;
    }
    #menu ul {
        height: 25px;
    }

    #menu .menu_search_popup {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 44px;
        border-bottom: 1px solid #EEE;
    }
    #menu .menu_search_popup .menu_search_input {
        margin: 5px 0px 0px 10px;
        height: 34px;
        width: 97%;
        background: url(../images/input_search_mini.png) no-repeat right 10px;
        line-height: 25px;
        font-size: 15px;
    }

    #menu #menu_responsive_new {
        display: block;
        width: 92px;
        height: 45px;
        float: right;
        margin: -50px 4px 0 0;
    }
    #menu #menu_responsive_new .menu_search, #menu #menu_responsive_new .menu_drop {
        height: 45px;
        width: 45px;
        margin-right: 1px
    }

    #menu_responsive_new li.menu_search, #menu_responsive_new li.menu_search {
        background: #FFF url(/images/buttons_400.png);
        background-position: 0 0;
        opacity: 0.5;
        cursor: pointer;
    }
    #menu_responsive_new li.menu_drop, #menu_responsive_new li.menu_drop {
        background: #FFF url(/images/buttons_400.png);
        background-position: -45px 0;
        opacity: 0.5;
        cursor: pointer;
    }
    #menu_responsive_new li.menu_drop:hover, #menu_responsive_new li.menu_search:hover, #menu_responsive_new li.menu_drop.active, #menu_responsive_new li.menu_search.active {
        opacity: 1;
    }

    #menu_responsive, #menu_accordion, #menu_accordion_footer {
        display: block;
    }
    #menu .menu_bg div {
        height: 25px;
        width: 647px;
        left: -80px;
        background: url(/images/menu_bg_small.jpg) no-repeat 0px 0px;
    }
    #menu #menu_responsive {
        width: 647px;
        cursor: pointer;
        height: 25px;
        background-color: #000;
    }
    #menu_responsive li {
        font-weight: bold;
        height: 18px;
        padding-top: 7px;
        font-size: 11px;
    }
    #collapse_link {
        cursor: default;
    }
    #menu_accordion, #menu_accordion_footer {
        height: 0px;
        width: 100%;
        overflow: hidden;
        background-color: #50122F;
    }
    #menu_accordion_footer {
        background-color: #2F2F2F;
    }
    #menu_accordion li, #menu_accordion_footer li {
        height: auto;
        /*padding: 12px 0px 0px 0px;*/
        text-transform: none;
        font-size: 12px;
        padding: 0;
    }
    #menu_accordion .menu_accordion_item, #menu_accordion_footer .menu_accordion_item {
        width: 100%;
        /*width: 647px;*/
        height: auto;
        float: left;
        margin: 0 auto;
        list-style-type: none;
    }
    #menu_accordion .menu_arrow, #menu_accordion_footer .menu_arrow {
        width: 8px;
        height: 12px;
        margin-top: 2px;
        margin-right: 20px;
        background: url(../images/menu_arrow.png) no-repeat 0 0;
    }
    #menu_accordion .menu_accordion_border, #menu_accordion_footer .menu_accordion_border {
        float: left;
        width: 100%;
        height: 1px;
        border-top: 1px solid #C2286F;
    }
    #menu_accordion .menu_accordion_item li, #menu_accordion_footer .menu_accordion_item li {
        /*
        height: auto;
        float: none;
        height: 20px;
        padding-top: 6px;
        */
        /*height: 12px;*/
        font-size: 12px;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 400;
        margin: 15px 10px;
        width: 100%;
    }
    #menu_accordion_footer .menu_accordion_border {
        border-top: none;
        border-bottom: 1px solid #4b4b4b;
    }

    #menu_list {
        display: none;
    }
    #masonry-container {
        width: 647px;
        margin: 0 auto;
    }
    .masonry-item.main, #post {
        width: 647px;
    }
    #post {
        float: none;
        margin: 0 auto;
    }
    .masonry-item.main .image img, #post .image img {
        width: 647px;
    }
    #rankings {
        display: none;
    }
    #follow_flag {
        display: none;
    }
    #post_ads .mrec, #gallery_link, #post_ads .subscribers {
        display: none;
    }
    
    #post_ads {
        float: none;
        margin: 0 auto;
        width: 647px;
    }
    #profile {
        margin-bottom: 15px;
    }
    #profile .header {
        position: relative;
    }
    /*
    #profile .header_border {
        display: block;
        position: absolute;
        left: 0px;
        top: 60px;
        height: 1px;
        width: 100%;
        border-bottom: 1px solid #444;
    }
    */
    #profile .image {
        position: relative;
    }
    #profile .title {
        width: auto;
    }
    /*
    #profile .middle_social {
        display: none;
    }
    #profile .title_social {
        display: block;
    }
    #profile ul {
        height: 52px;
    }
    */
    #profile ul {
        height: 45px;
    }
    #profile li div {
        left: 5px;
    }
    /*
    #profile .title_social li {
        width: 125px;
        height: 20px;
        padding-top: 6px;
        padding-right: 10px;
    }
    #profile .title_social span {
        font-size: 12px;
    }
    */
    #profile .description {
        width: auto;
    }
    #post_ads_bottom {
        display: block;
        margin: 15px auto 0 auto;
        width: 647px;
    }
    #post_ads_bottom .subscribers {
        float: right;
        margin-top: 3px;
    }
    #post_ads_bottom .mrec {
        margin-top: -10px;
        float: left;
    }
    #post_ads_bottom .mrec .pubSpotWrapper {
        margin: 0px 8px;
    }
    .leaderboard {
        display: none;
    }
    #galleria_fullbox.expand_off {
        margin: 15px auto 0 auto;
        width: 647px;
    }
    #contactAdvertising {
        width: 428px;
    }
    #contactAdvertising .container_comments textarea {
        width: 375px;
    }
    #contactAdvertising .spacer {
        margin-left: 0px;
    }
    #contactAdvertising .container_comments {
        width: 420px;
        background-position: 0px -106px;
    }
    #contactAdvertising .error_message {
        width: 315px;
        padding-top: 0px;
    }
    
    #footer .rightside {
        display: none;
    }
    /*
    #menu_accordion_footer {
        display: block;
        height: 0px;
        overflow: hidden;
    }
    */
    #menu_accordion_footer .facebook {
        background: url(/images/footer_links_accordion.png) no-repeat 0px 0px;
        width: 61px;
        height: 12px;
        margin-top: 1px;
    }
    #menu_accordion_footer .twitter {
        background: url(/images/footer_links_accordion.png) no-repeat 0px -13px;
        width: 57px;
        height: 11px;
        margin-top: 1px;
    }
    #menu_accordion_footer .rss {
        background: url(/images/footer_links_accordion.png) no-repeat 0px -25px;
        width: 41px;
        height: 11px;
        margin-top: 1px;
    }
    /*
    #footer .menu_accordion_item {
        width: 647px;
        margin: 0 auto;
        list-style-type: none;
    }
    #footer .menu_accordion_item li {
        height: 20px;
        padding: 6px 0px 0px 0px;
        font-size: 12px;
        color: #fff;
        font-weight: normal;
        float: none;
    }
    #footer .menu_arrow {
        width: 8px;
        height: 12px;
        margin-right: 4px;
        background: url(../images/menu_arrow.png) no-repeat 0 0;
    }
    #footer .menu_accordion_border {
        width: 100%;
        height: 1px;
    }
    #footer .menu_accordion_border {
        border-bottom: 1px solid #4b4b4b;
    }
    */
    #footer .leftside {
        margin: 0 auto;
        width: 467px;
        float: none;
    }

    #footer .leftside li {
        border: none;
    }
    #footer .social {
        display: none;
    }
    #footer .rightSide {
        display: none;
    }
    #footerBorder {
        display: none;
    }

    #footerWrapper {
        max-width: 100%;
        margin: auto;
        position: relative;
    }
    #footerWrapper .accordion_button_footer, #footerWrapper .accordion_button_facebook, #footerWrapper .accordion_button_twitter {
        display: block;
        width: 31px;
        height: 30px;
        background: #FFF url(../images/sprite_footer.png) no-repeat 0 0;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        opacity: 0.2;
        border-right: 1px solid #4b4b4b;
    }
    #footerWrapper .accordion_button_facebook {
        left: 32px;
        background-position: -31px 0;
    }
    #footerWrapper .accordion_button_twitter {
        left: 64px;
        background-position: -62px 0;
    }
    #footerWrapper .accordion_button_footer:hover, #footerWrapper .accordion_button_facebook:hover, #footerWrapper .accordion_button_twitter:hover, #footerWrapper .accordion_button_footer.active {
        opacity: 0.3;
    }
    /*
    #footerWrapper {
        max-width: 647px;
    }
    #footerWrapper .accordion_button_footer {
        width: 30px;
        height: 21px;
        background: url(../images/accordion_button.png) no-repeat 0 3px;
        margin-top: 5px;
        cursor: pointer;
        border-right: 1px solid #4b4b4b;
    }
    #footerWrapper .footer_logo {
        margin-left: 50px;
        height: 30px;
    }
    */
    #article {
        width: 647px;
        float: none;
        margin: 0 auto;
    }
    #article .image img {
        width: 647px;
    }

    #article_ads {
        display: none;
    }
}

/*** MEDIA 609 ***/
@media (max-width:609px) {
    #currentMedia {
        max-width: 609px;
    }
    /*
    #container {
        max-width: 480px;
    }
    */
    #header {
        height: 45px;
    }
    .header_bg {
        display: none;
    }
    .header_logo img {
        margin: -12px 0 0 -10px;
        width: 350px;
    }
    #header .header_container {
        width: 100%;
        text-align: center;
    }
/*
    #menu #menu_responsive {
        width: 480px;
    }
*/
    #menu {
        top: 45px;
    }
    #menu #menu_responsive_new {
        margin: -45px -1px 0 0;
    }
    #menu .menu_bg div {
        left: 0px;
        width: 480px;
    }
    #menu_responsive .menu_search {
        float: right;
        height: 25px;
        padding: 0;
    }
    .menu_search_popup {
        position: absolute;
        top: 25px;
        left: 0px;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #000;
        z-index: 3;
    }
    #menu .menu_search_popup .menu_search_input {
        width: 96%;
    }
    .menu_search_popup .menu_search_input:focus {
        background: url(../images/input_search_mini_focus.png) no-repeat right 10px;
    }
    .menu_search_popup .menu_search_input.searching {
        background: url(../images/input_search_mini_focus.png) no-repeat right 10px;
    }
    #menu_responsive .menu_search_icon {
        width: 16px;
        height: 16px;
        background: url(../images/input_menu_search.png) no-repeat 0 0px;
        margin: 5px 0px 0px 10px;
    }
    #menu_responsive .menu_search_icon.open {
        background-position: 0px -16px;
        margin-top: 11px;
    }
    #search {
        display: none;
    }
    #masonry-container {
        width: 480px;
    }
    .masonry-item.main .image img {
        width: 480px;
    }
    .masonry-item.main, #post {
        width: 480px;
    }
    .masonry-item.news .image img {
        width: 232px;
    }
    .masonry-item.news {
        width: 232px;
    }
    .masonry-item.ads {
        width: 480px;
        height: 213px;
    }
    .masonry-item.news .share_text {
        display: none;
    }
    .masonry-item.news .share {
        background: none;
        width: 80px;
        padding: 10px 0px 0px 0px;
        margin-left: -10px;
    }
    .subscribers {
        float: right;
        margin-top: 13px;
        height: 200px;
        width: 232px;
    }
    .subscribers .nl_error_message {
        left: 5px;
    }
    .masonry-item.ads .mrec {
        margin-top: 0px;
        float: left;
    }
    .subscribers .newsletter_bg {
        top: 115px;
    }
    #receiveNews {
        padding-left: 35px;
        width: 125px;
    }
    .masonry-item.ads .mrec .pubSpotWrapper {
        width: 200px;
        height: 200px;
    }
    .masonry-item.ads .mrec span {
        margin-left: 0px;
    }
    .subscribers .email_icon {
        left: 5px;
    }
    .adslot_news {
        width: 200px;
        height: 200px;
    }
    
    #profile .title_social li {
        width: 70px;
        height: 30px;
        padding-top: 0px;
    }
    #profile .title span:first-child {
        max-height: 32px;
        max-width: 350px;
    }
    #profile li div {
        top: 2px;
    }
    #post .title {
        font-size: 27px;
        line-height: 32px;
    }
    #post .image img {
        width: 480px;
    }
    #post_ads_bottom .mrec, #post_ads_bottom .mrec .pubSpotWrapper {
        width: 200px;
        height: 200px;
    }
    
    #post_ads, #galleria_fullbox.expand_off, #post_ads_bottom {
        width: 480px;
    }

    #contactAdvertising {
        width: 428px;
    }
    #contactAdvertising .container_comments textarea {
        width: 375px;
    }
    #contactAdvertising .spacer {
        margin-left: 0px;
    }
    #contactAdvertising .container_comments {
        width: 420px;
        background-position: 0px -106px;
    }
    #contactAdvertising .error_message {
        width: 315px;
        padding-top: 0px;
    }
    
    #footerWrapper .footer_logo {
        margin-left: 0px;
    }
    #footer .leftside {
        margin: 0 auto 0 18%;
    }

    #article {
        width: 480px;
        float: none;
        margin: 0 auto;
    }
    #article .image img {
        width: 480px;
    }
}

/*** MEDIA 400 ***/
@media (max-width:400px) {
    #currentMedia {
        max-width: 400px;
    }
    .header_logo img {
        width: 260px;
        margin: -3px 0 0 -5px;
    }
    #menu #menu_responsive {
        width: 300px;
    }
    #menu .menu_bg div {
        left: -80px;
        width: 300px;
    }
    #menu .menu_search_popup .menu_search_input {
        width: 94%;
    }
    
    #masonry-container, #post_ads, #galleria_fullbox.expand_off, #post_ads_bottom {
        width: 300px;
    }

    .masonry-item.main .image img, #post .image img {
        width: 300px;
    }
    .masonry-item.main, #post {
        width: 300px;
    }
    .masonry-item.news, .masonry-item.ads {
        width: 300px;
        height: auto;
    }
    .masonry-item.news .image img {
        width: 300px;
    }
    #post .share_text {
        display: none;
    }
    #post .share {
        background: none;
        width: 82px;
    }
    
    .subscribers {
        float: none;
        height: 150px;
        width: 300px;
        margin-top: 0px;
    }
    .subscribers .newsletter_bg {
        top: 15px;
    }
    .subscribers .nl_title {
        font-size: 23px;
    }
    .subscribers .email_icon {
        left: 10px;
    }
    .subscribers .nl_error_message {
        left: 45px;
    }
    #receiveNews {
        padding-left: 45px;
        width: 182px;
    }
    .masonry-item.ads .mrec .pubSpotWrapper {
        width: 300px;
        height: 250px;
    }
    .masonry-item.ads .mrec {
        float: none;
        margin-top: 15px;
    }
    .masonry-item.ads .mrec span {
        margin-left: 0px;
    }
    
    .adslot_news {
        width: 300px;
        height: 250px;
    }
    #post .title {
        font-size: 20px;
        line-height: 24px;
    }
    #post_ads_bottom .mrec .pubSpotWrapper {
        width: 300px;
        height: 250px;
        margin: 0px;
    }
    #post_ads_bottom .mrec {
        width: 300px;
        height: auto;
        margin-bottom: 10px;
    }
    #post_ads_bottom .mrec span {
        margin-left: 0px;
    }
    
    #profile .title {
        width: 204px;
    }
    #profile .title span:first-child {
        max-height: 65px;
        max-width: 208px;
    }
    #profile .header_border {
        display: none;
    }
    #profile li {
        width: 60px;
        font-size: 11px;
        padding-left: 34px;
    }
    #profile li div {
        top: 0px;
        left: 4px;
    }
    #profile .title_social {
        display: none;
    }
    #profile .middle_social {
        display: block;
    }
    
    #contactAdvertising {
        width: 270px;
    }
    #contactAdvertising .container_comments textarea {
        width: 215px;
    }
    #contactAdvertising .error_message {
        width: 160px;
        height: 50px;
        padding-top: 0px;
    }
    #contactAdvertising .container_comments {
        width: 270px;
        background-position: 0px -212px;
    }
    
    #footer .footer_title {
        display: none;
    }
    #footer .leftside {
        width: 150px;
        float: right;
    }

    #footerBorder {
        height: 50px;
        border-bottom: none;
    }
    #article {
        width: 300px;
        float: none;
        margin: 0 auto;
    }
    #article .image img {
        width: 300px;
    }
}

@media (max-width: 320px) {
    .header_logo img {
        width: 250px;
        margin: -2px 0 0 -10px;
    }
}