body {
    color: #444;
    font: normal 100% helvetica, arial, sans-serif;
    line-height: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object,
video {
    max-width: 100%;
}

a, a:visited {
    text-decoration: none;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s;
}

a:hover {
    text-decoration: underline;
}

a:active,
a:focus {
    outline: none;
}
.section-div {
    border-bottom: 1px dotted #ccc;
    float: left;
    margin: 20px 0;
    width: 100%;
}
div.topadd {
    /*background: url(../pic/gray-bg.jpg);*/
    float: left;
    padding: 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    /*height: 90px;*/
}
div.topadd a {
    margin: 0 auto;
    display: block;
}

/**
    Nav
        **/

nav {
    -ms-box-shadow: 0 -4px 15px -5px #555;
    -moz-box-shadow: 0 -4px 15px -5px #555;
    -o-box-shadow: 0 -4px 15px -5px #555;
    -webkit-box-shadow: 0 -4px 15px -5px #555;
    box-shadow: 0 -4px 15px -5px #555;
    float: left;
    position: fixed;
    width: 100%;
    z-index: 900;
    /*background: #555555 url(../pic/nav-bg.png) top repeat-x;*/
    background: #8C128B url(../pic/nav-bg.png) top repeat-x;
    /*border-bottom: 5px solid #8C128B;*/
    border-bottom: 5px solid #420042;
    height: 38px;
    line-height: 38px;
}
#main-nav-wrapper {
    margin: 0 auto;
    position: relative;
    width: 985px;
    height: 38px;
    padding-left: 15px;

}
.fixed-nav {
    -ms-box-shadow: 0 4px 15px -5px #555;
    -moz-box-shadow: 0 4px 15px -5px #555;
    -o-box-shadow: 0 4px 15px -5px #555;
    -webkit-box-shadow: 0 4px 15px -5px #555;
    box-shadow: 0 4px 15px -5px #555;
    position: fixed !important;
    z-index: 901;
}
nav a {
    float: left;
    padding: 0 10px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-family: 'open_sans_condensedbold';
    height: 38px;
    line-height: 42px !important;
    display: block;
    float: left;
    text-decoration: none;
    letter-spacing: -1px;
}
nav a:hover {
    /*background: #8C128B url(../pic/nav-bg.png) top repeat-x;*/
    background: #420042 url(../pic/nav-bg.png) top repeat-x;
    color: #fff;
    text-decoration: none;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -0-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all 0.3s;
}

/************************************************
	Header
************************************************/

#wrapper {
    float: left;
    position: relative;
    width: 100%;
    z-index: 6;
}
#wallpaper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.wallpaper-link {
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#inner-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1000px;
    z-index: 2;
}
#content {
    background: #fff;
    float: left;
    padding: 20px;
    position: relative;
    width: 960px;
}
header {
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
}
.logo {
    width: 960px;
    margin: 0 auto;
    padding: 10px 20px;
}
#header-info {
    float: right;
    width: 300px;
}
#small-nav {
    float: right;
    font: 400 12px/12px 'Open Sans', sans-serif;
    width: 100%;
}
#small-nav ul {
    display: inline;
    float: right;
}
#small-nav ul li {
    display: inline;
    float: left;
    padding: 3px 8px;
}
#small-nav ul li:last-child {
    padding-right: 0;
}
#content-top {
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto 20px auto;
    width: 978px;
    height: 30px;
}
#ticker {
    float: left;
    width: 498px;
}
ul.ticker-list {
    display: block;
    float: left;
    overflow: hidden;
    width: auto;
    height: 30px;
    clear: none;
}

ul.ticker-list li {
    display: block;
    font-family: 'open_sans_condensedbold';
    font-size: 12px;
    height: 12px;
    overflow: hidden;
    padding: 9px;
    width: inherit;
}
.ticker-heading {
    background: #fff;
    border-right: 1px solid #ccc;
    color: #8C128B;
    float: left;
    font: 700 12px/12px 'Open Sans Condensed', sans-serif;
    padding: 9px;
    text-transform: uppercase;
}
#ticker a {
    color: #555;
    float: left;
    font: 700 12px/12px 'Open Sans', sans-serif;
}
.ticker-date {
    color: #999;
    font: 10px/10px helvetica, arial, sans-serif;
    margin-left: 10px;
}
#content-social {
        float: right;
    width: 430px;
}
#content-social ul {
    display: inline;
    float: right;
}
#content-social ul li {
    border-left: 1px solid #ccc;
    display: inline;
    float: left;
    overflow: hidden;
}

.fb-but,
.twitter-but,
.pinterest-but,
.instagram-but,
.google-but,
.linkedin-but,
.rss-but {
    float: left;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
    width: 30px;
    height: 30px;
}

.fb-but { background: #fff url(../pic/social-buttons.png) 0 0 }
.fb-but:hover { background: #3b5997 url(../pic/social-buttons.png) 0 -30px }
.twitter-but {  background: #fff url(../pic/social-buttons.png) -30px 0 }
.twitter-but:hover { background: #00aced url(../pic/social-buttons.png) -30px -30px }
.pinterest-but { background: #fff url(../pic/social-buttons.png) -60px 0 }
.pinterest-but:hover { background: #cb2027 url(../pic/social-buttons.png) -60px -30px }
.instagram-but { background: #fff url(../pic/social-buttons.png) -234px 0 }
.instagram-but:hover { background: #36658c url(../pic/social-buttons.png) -234px -30px }
.google-but { background: #fff url(../pic/social-buttons.png) -90px 0 }
.google-but:hover { background: #000 url(../pic/social-buttons.png) -90px -30px }

.youtube-but {
    background: #fff url(../pic/social-buttons.png) -120px 0;
    float: left;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 54px;
    height: 30px;
}

.youtube-but:hover { background: #f00 url(../pic/social-buttons.png) -120px -30px }
.linkedin-but { background: #fff url(../pic/social-buttons.png) -174px 0 }
.linkedin-but:hover { background: #069 url(../pic/social-buttons.png) -174px -30px }
.rss-but { background: #fff url(../pic/social-buttons.png) -204px 0 }
.rss-but:hover { background: #f60 url(../pic/social-buttons.png) -204px -30px }

#searchform {
    float: right;
    position: relative;
}
#searchform input {
    background: #fff url(../pic/search-icon.png) no-repeat right 50%;
    border: none;
    color: #777;
    float: left;
    font: 400 12px/30px 'Open Sans', sans-serif;
    margin: 0;
    padding: 0 0 0 10px;
    width: 169px;
    height: 30px;
}
#searchform #search-button {
    border: none;
    float: left;
}
#searchform #s:focus {
    outline: none;
}
section {
    width: 1000px;
    margin: 0 auto;
}
section .helper {
    float: left;
    width: 980px;
    padding: 0 20px 20px 20px;
    background: transparent url(../pic/bg_helpercontent.gif) repeat-y 0 0;
}
.homeParagraph1 {
    background: #fff;
    border-right: 1px dotted #ccc;
    float: left;
    margin-right: 20px;
    padding-right: 19px;
    position: relative;
    width: 420px;
}
div.artType1 {
    float: left;
    width: 420px;
    height: 490px;
    overflow: hidden;
    position: relative;
}
div.box {
    width: 420px;
    height: 470px;
    display: none;
    overflow: hidden;
    position: absolute;
}
div.box > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
div.box span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    display: block;
    background: rgba(0,0,0,0.7);
    width: 360px;
    padding: 10px !important;
    text-align: center;
    /*min-height: 100px;*/
}
div.box span a {
    color: #fff !important;
    font-family: 'open_sans_condensedbold';
    text-transform: capitalize !important;
    font-size: 40px;
    margin: 10px 0 7px 0 !important;
    display: block;
    line-height: 40px;
}
div.box span i {
    font-style: normal;
    color: #ccc;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 16px;
}
div.rot {
    position: absolute;
    bottom: 5px;
    left: 0;
    clear: both;
    height: 11px;
    line-height: 11px !important;
    width: 420px;
    text-align: center;
}
div.rot a {
    display: inline-block;
    width: 11px !important;
    height: 11px !important;
    font-size: 0 !important;
    background: rgba(0,0,0,0.5);
    border-radius: 11px;
    margin: 0 4px;
}
div.rot a.current {
    background: #8C128B;
}
h3 {
    border-bottom: 1px dotted #ccc;
    font-family: 'open_sans_condensedbold';
    font-size: 14px;
    margin: 30px 0 10px 0;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    text-transform: uppercase;
    background: transparent url(../pic/bg_h3.png) no-repeat top right;
    font-weight: normal;
}
h3 i {
    text-transform: none !important;
}
h3 a,
h3 a:hover {
    color: #8C128B;
    text-decoration: none;
}
.artType2 .item {
    float: left;
    width: 205px;
    /*height: 345px;*/
    margin-right: 10px;
    margin-bottom: 10px;
}
.artType2 .item:last-child { margin: 0 }
.artType2 .item img {
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 2px;
    width: 199px;
    height: 223px;
    float: left;
}
.artType2 div.item a.title,
.artType5 div.item a.title,
.artType4 div.item a.title {
    color: #333;
    display: inline-block;
    font-family: 'open_sans_condensedbold';
    font-size: 18px;
    margin-bottom: 10px;
    /*text-transform: capitalize;*/
    width: 100%;
    float: left;
    line-height: 22px;
}
.artType2 div.item a.title:hover,
.artType5 div.item a.title:hover,
.artType4 div.item a.title:hover {
    color: #8C128B;
    text-decoration: none;
}
.artType2 div.item p,
.artType4 div.item p,
.artType5 div.item p,
.content p {
    color: #555;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 16px;
}
.headlines-info {
    color: #999;
    float: left;
    font: 10px/10px helvetica, arial, sans-serif;
    margin-top: 6px;
    width: 100%;
}
ul.headlines-info {
    display: inline;
    float: left;
    margin-top: 0;
}
ul.headlines-info li {
    border: none;
    display: inline-block !important;
    float: left;
    margin: 0;
    padding: 2px 0 0 !important;
    width: auto;
}
.comments-icon {
    background: url(../pic/comments-icon.png) no-repeat !important;
    float: left !important;
    font: bold 10px/10px helvetica, arial, sans-serif;
    margin-left: 10px !important;
    padding: 2px 0 0 !important;
    text-align: center !important;
    width: 22px !important;
    height: 18px !important;
}
.comments-icon a,
.comments-icon a:hover {
    color: #444;
    text-decoration: none;
}
.artType3 {
    padding: 10px 0;
}
.homeParagraph2 .artType3 {
    padding: 0 0 10px 0;
}
.artType3 .item {
    width: 130px;
    height: 134px;
    float: left;
    margin-right: 14px;
    position: relative;
    display: block;
}

.artType3 .item.last {
    margin-right: 0;
}
.homeParagraph2 .artType3 .item {
    width: 159px;
    height: 179px;
    margin: 0;
}
.artType3 .item:last-child {
    margin: 0 !important;
}
.artType3 .item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 130px;
    height: 134px;
}
.artType3 .item span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.7);
    width: 126px;
    text-align: left;
    display: inline-block;
    padding: 5px 2px;
    color: #fff;
    font-size: 12px;
    /*text-transform: capitalize;*/
    text-decoration: none;
    font-family: 'open_sans_condensedbold';
}
.homeParagraph2 .artType3 .item span {
    width: 155px;
}
.homeParagraph2 .artType3 .item img {
    width: 159px;
    height: 179px;
}

.content .artType3 .item {
    width: 144px;
    height: 160px;
}
.content .artType3 .item span {
    width: 140px;
}
.content .artType3 .item img {
    width: 144px;
    height: 160px;
}

div.artType4 div.item {
    width: 400px;
    height: 107px;
    padding: 10px;
    float: left;
}
div.homeParagraph3 div.artType4 div.item {
    width: 280px;
    height: auto;
}
div.artType4 div.item a img {
    float: left;
    border: 1px solid #ccc;
    padding: 2px;
    width: 84px;
    height: 96px;
    margin-right: 10px;
}
div.artType4 div.item div {
    float: left;
    width: 300px;
    padding-top: 2px;
}
div.homeParagraph3 div.artType4 div.item div {
    width: 180px;
}
div.artType4 div.item div a.title {
    margin: 0;
}
.artType4 div.item.gray {
    background: #f6f6f6;
}

.content div.artType4 div.item {
    width: 600px;
}
.content div.artType4 div.item div {
    float: left;
    width: 500px;
    padding-top: 2px;
}


.homeParagraph2 {
    /*border-right: 1px dotted #ccc;*/
    float: left;
    margin-bottom: 10px;
    padding-right: 19px;
    width: 159px;
}
div.artType5 div.item {
    width: 159px;
    padding: 10px 0;
    float: left;
    border-bottom: 1px dotted #ccc;
}
div.artType5 div.item div {
    float: left;
    width: 159px;
    padding-top: 2px;
}
div.artType5 div.item div a.title {
    margin: 0;
}
div.homeParagraph3 {
    float: left;
    width: 300px;
    padding-left: 20px;
}
ul.tabs {
    display: block;
    float: left;
    margin-bottom: -1px !important;
    width: 295px;
    border-bottom: 1px solid #ccc;
    height: 28px;
    padding-left: 5px;
}
ul.tabs li {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline;
    float: left;
    margin: 0 !important;
    padding: 0;
    background: #8C128B;
}
ul.tabs li.active {
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: relative;
    z-index: 900;
    background: #fff;
}
ul.tabs li a {
    color: #fff;
    font-family: 'open_sans_condensedbold';
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 17px;
    line-height: 30px;
    height: 28px;
    display: inline-block;
}
ul.tabs li.active a {
    color: #8C128B;
    cursor: default;
}
ul.tabs li a:hover {
    text-decoration: none;
}
img.fbeauty {
    width: 100px;
    margin: 0 auto;
    display: block;
    clear: both;
}
.content {
    width: 640px;
    float: left;
    padding-right: 19px;
    /*border-right: 1px dotted #ccc;*/
}
.breadcrumb {
    width: 980px;
    padding: 0 0 15px 0;
    float: left;
    clear: both;
    /*font-family: 'open_sans_condensedbold';*/
    font-family: 'open_sanscondensed_light';
    font-weight: bold;
    text-shadow: 0 0 1px rgba(51,51,51,0.7);
    font-size: 13px;
    color: #333;
}
.breadcrumb a {
    color: #8C128B;
    text-shadow: 0 0 1px rgba(140,18,139,0.5);
}
h1 {
    color: #333;
    font-family: 'open_sans_condensedbold';
    font-size: 30px;
    font-weight: normal;
    margin: 10px 0;
    width: 100%;
    line-height: normal;
}
.articleInfo {
    clear: both;
    color: #888;
    font: italic 12px/12px helvetica, arial, sans-serif;
    margin: 10px 0;
    width: 640px;
}
.content a {
    color: #8C128B;
    text-decoration: none;
}
.articleSocial {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 0;
    width: 640px;
    float: left;
}
.articleSocial > div {
    padding: 7px 10px 5px 10px;
    float: left;
    width: auto;
}

/*
    html
            */

div.html img {
    float: right;
    margin: 10px 0 10px 10px;
    border: 1px solid #ccc;
    padding: 2px;
}
div.html img.articleImage {
    float: right;
    margin: 10px 0 20px 10px;
    border: 1px solid #ccc;
    padding: 2px;
}
div.html p {
    font: 18px/22px helvetica, arial, sans-serif;
    color: #444;
    padding: 10px 0;
}
div.html ul, div.html ol {
    margin: 10px;
}
div.html li {
    line-height: 20px;
    font: 14px/20px helvetica, arial, sans-serif;
    color: #444;
    margin-left: 20px;
}
div.commentItem {
    width: 640px;
    border-bottom: 1px dotted #ccc !important;
    padding: 20px 0;
    float: left;
}
div.commentItem.last {
    border: 0 !important;
}
div.commentItem > i {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: #8C128B;
    color: #fff;
    text-align: center;
    font-family: 'open_sans_condensedbold';
    font-size: 14px;
    font-weight: normal;
    line-height: 27px !important;
    font-style: normal;
    margin-right: 10px;
}
div.commentItem > div {
    width: 585px;
    float: left;
    padding-top: 8px;
}
div.commentItem > div p {
    color:#6b6b6b;
    font: 13px helvetica, arial, sans-serif;
    color: #444;
    padding: 10px 0 15px 0;
}
div.commentItem > div a.userName {
    font-family: 'open_sans_condensedbold';
    font-size: 14px;
    text-decoration: none;
}
div.commentItem > div > span {
    display: inline-block;
    clear: both;
    width: 585px;
    color: #ababab;
    font-style: italic;
    font-size: 11px;
}
div.commentItem > div > span em {
    float: right;
}
div.commentItem > div > span em a {
    color: #6b6b6b;
    text-decoration: none;
}
div.commentItem > div > span em a:hover {
    text-decoration: underline;
}
div.commentItem > div > span em a.answer {
    color: #8C128B;
    font-style: normal;
}
.content form {
    padding: 10px 0;
    float: left;
    width: 640px;
}
.content label {
    float: left;
    font-family: 'open_sans_condensedbold';
    font-size: 14px;
    color: #444;
    cursor: pointer;
    line-height: 30px !important;
    min-width: 100px;
    padding-left: 28px;
}
.content input[type=text],
.content input[type=password],
.content textarea {
    float: left;
    width: 170px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
}

input:-webkit-autofill {
    color: #fff !important;
}
.content textarea {
    width: 480px;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
    height: 100px;
}
.content button {
    background: #8C128B;
    color: #fff;
    float: right;
    font-family: 'open_sans_condensedbold';
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    border: 0;
}

/**
    icheckbox
                **/

.icheckbox_square-pink,
.iradio_square-pink {
    display: block;
    margin: 4px 0 0 5px;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(../pic/pink.png) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
}

.icheckbox_square-pink {
    background-position: 0 0;
}
.icheckbox_square-pink.hover {
    background-position: -18px 0;
}
.icheckbox_square-pink.checked {
    background-position: -36px 0;
}
.icheckbox_square-pink.disabled {
    background-position: -54px 0;
    cursor: default;
}
.icheckbox_square-pink.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-pink {
    background-position: -120px 0;
}
.iradio_square-pink.hover {
    background-position: -144px 0;
}
.iradio_square-pink.checked {
    background-position: -168px 0;
}
.iradio_square-pink.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-pink.checked.disabled {
    background-position: -216px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-pink,
    .iradio_square-pink {
        background-image: url(../pic/pink@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

div.artType6 a.title {
    display: inline-block;
    color: #333;
    font-family: 'open_sans_condensedbold';
    font-size: 14px;
    margin-bottom: 0;
    /*text-transform: capitalize;*/
    width: 100%;
    float: left;
    line-height: 22px;
}
div.artType6 div.item {
    border-bottom: 1px dotted #ccc;
    float: left;
    width: 640px;
    padding: 3px 0 10px 0;
}
div.artType6 div.item.last {
    border:0;
}
div.artType6 a.title:hover {
    color: #8C128B;
    text-decoration: none;
}

.post-tags {
    background: url(../pic/tag.png) no-repeat top left;
    clear: both;
    float: left;
    font-family: 'open_sans_condensedbold';
    font-size: 12px;
    margin: 20px 0 0 0;
    padding-left: 22px;
    width: 100%;
    box-sizing: border-box;
}
.post-tags a {
    background: #aaa;
    color: #fff;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
    padding: 5px;
}

footer {
    float: left;
    width: 100%;
}
footer .top {
    width: 100%;
    background-color: #eee;
    float: left;
}
footer .top > div {
    width: 960px;
    padding: 0 20px;
    margin: 0 auto;
}
footer .top > div > div.text {
    float: left;
    color: #777;
    font-family: 'open_sans_condensedbold';
    overflow: hidden;
    padding: 30px 0;
    width: 320px;
    margin-right: 20px;
}
footer .top > div > div h3 {
    color: #777;
    font-family: 'open_sans_condensedbold';
    font-size: 20px;
    margin-bottom: 10px;
    background: none;
}
footer .top > div > div p {
    font-size: 13px;
    font-style: normal;
    font-family: 'open_sanscondensed_light';
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    line-height: normal;
    margin: 10px 0;
    text-align: justify;
    color: #888;
}
footer .top > div > div.tags {
    float: left;
    width: 250px;
    float: left;
    color: #777;
    font-family: 'open_sans_condensedbold';
    overflow: hidden;
    padding: 30px 0;
}

footer .top > div > div.engines {
    float: left;
    width: 320px;
    float: left;
    color: #777;
    font-family: 'open_sans_condensedbold';
    overflow: hidden;
    padding: 30px 0;
    margin-right: 20px;
}

.tag-cloud {
    float: left;
    width: 100%;
}

.tags a {
    background: #555;
    color: #fff;
    float: left;
    font: bold 12px/12px helvetica, arial, sans-serif;
    margin: 4px;
    padding: 5px;
    text-transform: uppercase;
}

.tags a:hover {
    background: #000;
    text-decoration: none;
}

.tags a:visited {
    color: #fff;
}

footer .bottom {
    background: #555;
    float: left;
    position: relative;
    width: 100%;
}
footer .bottom > div {
    color: #aaa;
    font: 400 10px/14px 'Open Sans', sans-serif;
    margin: 0 auto;
    padding: 10px 0 10px 20px;
    position: relative;
    width: 980px;
}
footer .bottom span a {
    color: #ccc;
    font-family: 'open_sans_condensedbold';
    font-size: 12px;
    margin: 0 20px 0 0;
}
footer .bottom span a.last {
    margin: 0;
}
footer .bottom span a:hover {
    text-decoration: none;
    color: #aaa;
}
footer .bottom i {
    text-align: center;
    font-style: normal;
    font-size: 10px;
    display: inline-block;
    margin: 20px 0 5px 0;
    width: 100%;
}
a.d2c {
    position: absolute;
    right: 22px;
    bottom: 0;
    margin-bottom: 5px;
}


.nav-links {
    float: left;
    padding: 20px 2%;
    position: relative;
    width: 96%;
}

.pagination {
    clear: both;
    position: relative;
    font: bold 12px/12px helvetica, arial, sans-serif;
}

.pagination span, .pagination a {
    background: #555;
    border: 1px solid #333;
    border-radius: 3px;
    -ms-box-shadow: 0 3px 5px -1px #aaa;
    -moz-box-shadow: 0 3px 5px -1px #aaa;
    -o-box-shadow: 0 3px 5px -1px #aaa;
    -webkit-box-shadow: 0 2px 3px -1px #aaa;
    box-shadow: 0 3px 5px -1px #ccc;
    color: #fff;
    display:block;
    float:left;
    margin: 2px 5px 2px 0;
    padding: 9px 12px 8px 12px;
    text-decoration: none;
    width: auto;
}

.pagination .current, .pagination a:hover {
    background: #999;
    border: 1px solid #777;
    color: #fff;
}

.pagination a,
.pagination a:visited {
    color: #fff
}

div.bottomAdd {
    float: left;
    width: 100%;
}
div.bottomAdd > div {
    margin: 0 auto;
    width: 960px;
    padding: 0 20px 20px 20px;
}
div.bottomAdd > div a img {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}
div.bottomAdd > div a:last-child img {
    margin-right: 0;
}
div.bottomAdd > div h2,
div.add h2 {
    border-bottom: 1px dotted #ccc;
    font-family: 'open_sans_condensedbold';
    font-size: 11px;
    /*margin: 30px 0 30px 0;*/
    float: left;
    width: 100%;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #ccc;
    text-align: left;
    font-weight: normal;
}
div.add {
    padding: 10px 0;
    text-align: center;
    margin: 20px 0;
}
div.rightside div.add {
    padding: 0;
}

div.forumItem {
    border-bottom: 1px dotted #999;
    padding: 8px 0;
    float: left;
    clear: both;
    width: 300px;
}
div.forumItem > a {
    font-family: 'open_sans_condensedbold';
    font-size: 13px;
    font-weight: normal;
    color: #8C128B;
}
div.forumItem.last {
    border-bottom: 1px dotted #8C128B;
}
a.moreForum {
    color: #999;
    font-size: 11px;
    display: inline-block;
    margin: 10px 0 0 0;
}
div.html {
    float: left;
    width: 100%;
}
div.content a.log {
    font-family: 'open_sans_condensedbold';
    font-size: 13px;
    font-weight: normal;
    color: #8C128B;
}

table.forumList {
    margin: 20px 0;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
table.forumList th {
    font-family: 'open_sans_condensedbold';
    font-size: 13px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px dotted #8C128B;
    padding: 5px 0;
    text-align: left;
}
table.forumList td {
    font-size: 11px;
    font-weight: normal;
    color: #999;
    border-bottom: 1px dotted #999;
    padding: 10px 0;
    text-align: left;
}
table.forumList td.tac,
table.forumList th.tac {
    text-align: center;
}
table.forumList td a {
    font-family: 'open_sans_condensedbold';
    font-size: 13px;
    font-weight: normal;
    color: #8C128B;
}
table.forumList tr:last-child td {
    border:0;
}
div.homeParagraph3 a.button {
    background: #8C128B;
    color: #fff;
    float: right;
    font-family: 'open_sans_condensedbold';
    font-size: 14px;
    text-align: center;
    padding: 6px 10px 4px 10px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    text-decoration: none;
}
p.toTop {
    margin: 10px auto;
    width: 960px;
}
.scrollup {
    float: left;
    clear: both;
    display: inline-block;
    font-family: 'open_sans_condensedbold';
    font-size: 13px;
    font-weight: normal;
    color: #8C128B;
    margin: -10px 0 0 560px;
}

.hr {
    float: left;
    clear: both;
    margin: 10px 0;
    border: 0;
    border-bottom: 1px dotted #ccc;
    height: 1px;
    width: 100%;
}

#mobile-wrapper {
    display: none;
}
.mobile-menu {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden!important;
    top: 0;
    left: 0;
    height: 100%;
    padding-bottom: 100%;
    width: 270px;
    z-index: 1;
    background-color: #262626;
    padding-top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -ms-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-box-shadow: inset -15px 0 15px -8px rgba(0,0,0,.5);
    -moz-box-shadow: inset -1.5em 0 1.5em -.75em rgba(0,0,0,.5);
    box-shadow: inset -1.5em 0 1.5em -.75em rgba(0,0,0,.5);
}
.ads-block {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.ads-block img {
    float: none!important;
}
