* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

::selection {
    background-color: #E13300;
    color: white;
}

::moz-selection {
    background-color: #E13300;
    color: white;
}

::webkit-selection {
    background-color: #E13300;
    color: white;
}

body {
    font-family: Azuro, Helvetica, Arial, sans-serif;
    color: #202020;
    background: #040404;
}

a {
    color: #8f0b0b;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #202020;
    text-decoration: underline;
}

a img {
    border: none;
}

p {
    margin: 0 0 16px 0;
    line-height: 155%;
}

p.infohint {
    font-size: 11px;
    color: #aaa;
    text-align: center
}

.clear {
    clear: both;
    font-size: .00001em;
    line-height: .00001em;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

h1 {
    background-color: transparent;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 2px 1px 4px 1px;
    text-transform: uppercase;
    background: url(../img/bg-h1.png) no-repeat right bottom;
    line-height: 100%;
}

hgroup h1 {
    margin-bottom: 5px;
}

h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 10px 0;
}

h2.notice {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    margin: 0 0 10px 0;
}

h3 {
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 10px 0;
}


a.h1FeedLink {
    float: right;
    display: block;
    margin: 4px 0 0 10px;
}

.cont {
    margin: 0 auto;
    width: 960px;
    position: relative;
}

header .cont {
    min-height: 120px;
}

.index header .cont {
    min-height: 229px;
}

header h1 {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}

header h1 span {
    display: block;
    text-indent: -9999px;
}

#logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.app #logo, .o #logo {
    left: 40px;
}

#content .cont {
    width: 850px;
    padding: 35px 0 100px 0;
    min-height: 270px;
}

.wshList {

}

.wshList article {
   width: 400px;
   float: left;
   margin: 0 50px 30px 0;
}

#detailed .wshList article {
    width: 850px;
    margin-right: 0;
}

.wshList article:nth-of-type(2n) {
    margin-right: 0;
}

.wshList article h1 {
    font-size: 24px;
    text-transform: none;
    background: none;
    margin: 0 0 4px 0;
    padding: 0 5px;
}

.wshList article h1 a, .wshList article h1 a:visited {
    color: #202020;
    text-decoration: none;
}

.wshList article h1 a:hover {
    color: #8f0b0b;
}
.wshList article a {
    display: block;
}
.wshList article img {

    float: left;
}



.rateinfo {
    float: right;
    font-size: 10px;
}

.hInner {
    padding: 6px 10px;
    min-height: 20px;
}

.imgcon {
    position: relative;
    margin: 0 0 6px 0;
    height: 244px;
    overflow: hidden;
    border: 1px solid #202020;
}

#detailed .imgcon {
    height: 522px;
}

.timeinfo {
    font-size: 10px;
    float: left;
}


#dView aside {

}

#rating {

}



#metaInfo {

}

#leftColumn {
    float: left;
        width: 660px;
}

#rightColumn {
    float: right;
    width: 150px;

    min-height: 200px;
    margin: 0 0 20px 30px;
}



#dView img {
    border: 1px solid #202020;
}

#dView .imghalf {
    width: 50%;
    float: left;
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
    height: 522px;
}

#dView .imghalf:nth-of-type(2) {
    left: 50%;
    border-right: 1px solid #000;
}

#dView .imghalf .inf {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
    padding: 6px 10px 4px 10px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    cursor: pointer;
}

#dView #socialBar div, #dView #socialBar iframe {
    margin: 0 14px 0 0 !important;
    float: left !important;
}

#rating {
    line-height: 100%;
}

#dView aside#rating h1 {
    text-align: left;
    margin-bottom: 5px;
}

#rating .sm {
    font-size: 10px;
    line-height: 100%;
}

#rating .bg {
    font-size: 42px;
    font-weight: bold;
    display: block;
    line-height: 100%;
    margin-top: 16px;
}

#rating .quot {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

#dView aside h1 {
    background-color: transparent;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 2px 1px 4px 1px;
    text-transform: uppercase;
    background: url(../img/bg-h1.png) no-repeat right bottom;
}

#dView aside h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 14px 0 2px 0;
}

#dImage {
    position: relative;
    margin: 20px 0;

}

#dImage .himgc {
    min-height: 522px;
}
#dImage .himgc a {
    display: block;
   /* height: 524px;*/
}

ul#keywords {
    
}
ul#keywords li, ul#colors li {
    float: left;
    list-style: none;
    margin-right: 14px;
}

ul#keywords.oList li, ul#colors.oList li {
    margin-bottom: 6px;
}

ul#colors.oList li:nth-of-type(8n), ul#tlds li:nth-of-type(8n) {
    margin-right: 0;
}

.desc {
    margin: 10px 0 14px 0;
}

#pagination {
    width: 850px;
    background: url(../img/bg-h1.png) no-repeat right top;
    padding: 10px 0 0 0;
}

#pagination li {
    list-style: none;
    float: left;
}

#pagination li.next {
    float: right;
}

#pagination a, #pagination a:visited {
    border: 1px solid #ddd;
    color: #333;
    display: inline-block;
    padding: 6px 10px 5px 10px;

    box-shadow: inset 0px 0px 4px 0px rgba(202,202,202,0.8);
    border-radius: 2px;

    background: rgba(231,231,231,0.8);
}

#pagination a:hover {
    color: #8f0b0b;
    background: rgba(224,224,224,0.8);
    box-shadow: inset 0px 0px 4px 0px rgba(193,193,193,0.8);
    text-decoration: none !important;
}

/* *******************************************
be a Inquisitor! - add!
************************************* */

.addColumn {
    width: 376px;
    float: left;
    padding: 10px 20px;
    margin: 0 14px 0 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dddddd;
}

.addColumn:nth-of-type(2n) {
    margin: 0;
}

.addColumn.required {
    background: #0a0a0a;
    color: #fff !important;
}
.addColumn p {
    font-size: 11px;
}

.addColumn .error {
    background: #cd0000;
    color: #fff !important;
    padding: 7px 10px;
    border-radius: 4px;
    margin: 8px 0;
}

.addColumn .error p {
    margin: 0;
}

.addColumn .error a {
    color: #fff;
    text-decoration: underline;
}

.addColumn .error a:hover {
    text-decoration: none;
}

input, textarea {
    min-width: 366px;
    padding: 5px 5px 3px 5px;
    margin: 4px 0;
    font-size: 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #f3f3f3;
    font-family: Azuro, Arial, Helvetica, sans-serif;
}

input:hover, textarea:hover {
    border-color: #aaa;
}

input:focus,textarea:focus {
    border-color: #333;
}

input[type="submit"] {
    cursor: pointer;
    background: #940d0d;
    color: #fff;
    border: 1px solid #3d0000;
    width: 100%;
    padding: 4px 0;
    margin: 16px 0;
    text-align: center;
}

input[type="submit"]:hover {
    background: #7a0808;
}
input[type="submit"]:active {
    background: #3d0000;
}


.blockLinks li {
    list-style: none;
    float: left;
    margin-right: 14px;
}

.blockLinks li a {
    font-size: 28px;
    display: block;
    font-weight: bold;
    text-align: center;
}

.blockLinks li a span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.blockLinks li a:hover {
    text-decoration: none;
}

.notsoimportant {
    color: #333;
}

.notsoimportant a,.notsoimportant a:visited  {
    color: #333;
}

.notsoimportant a:hover  {
    color: #fff;
    text-decoration: none;
}

.alo {
    border-radius: 4px;
    padding: 50px 0 0 0;
    margin-bottom: 8px;
    display: block;
    width: 94px;
    background: url(../img/bg-color.png) no-repeat center 0;
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

#tlds .alo, #keywords .alo {
    padding-top: 10px;
    background-color: #4d4d4d;
    color: #fff;
}

#tlds .alo {
    overflow: hidden;
}

#keywords .alo {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

#ocolors {
    margin: 14px 0;
}

.alo:hover {
    text-decoration: none;
    cursor: pointer;
}

.alo span {
    display: block;
    font-size: 10px;
    background: #d2d2d2 url(../img/bg-colorspan.png) repeat-x center center;
    padding: 5px 10px 3px 10px;
    color: #000;
    border-radius: 0 0 2px 2px;
    border-top: 1px solid #ccc;
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#keywords .alo span {
    margin: 0 -10px;
}

a.alo:hover span {
    opacity: 0.75;
    text-decoration: none;
}

.beR {
    position: relative;
}

.headcolor {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

#fixLink {

    color: #333;
    width: 830px;
    display: inline-block;
    padding: 8px 10px 5px 10px;

    font-size: 10px;
    box-shadow: inset 0px 0px 4px 0px rgba(202,202,202,0.8);
    border-radius: 0px 0px 2px 2px;

    background: rgba(231,231,231,0.8);
}

#fixLink.ended {
    box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.8);
    background: rgba(33,33,33,0.8);
    color: #fff;
    position: relative;
    z-index: 5;
    display: block;
    width: 831px;
}

#fixLink a {
    color: #333;
}

.fixinbadge {
    position: absolute;
    right: -4px;
    top: -3px;
    background: url(../img/bg-updated.png) no-repeat;
    width: 103px;
    height: 102px;
}

/* *******************************************
alternative rating
************************************* */
#altvRate {
    margin: 10px 0;
    position: relative;
}

#altvRate li {
    float: left;
    list-style: none;

}

#altvRate li:first-of-type {
    border-right: 1px solid #ccc;
}

#altvRate a.f {
    border: 1px solid #ddd;
    color: #333;
    display: block;
    padding: 12px 10px 10px 10px;
    font-size: 22px;
    font-weight: bold;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    box-shadow: inset 0px 0px 4px 0px rgba(202,202,202,0.8);
    border-radius: 3px;
    background: rgba(231,231,231,0.8);
}

#altvRate #plx a {
    border-radius: 2px 0 0 2px;
}

#altvRate #mlx a {
    border-radius: 0px 2px 2px 0px;
}

#altvRate a:hover {
    color: #8f0b0b;
    background: rgba(224,224,224,0.8);
    box-shadow: inset 0px 0px 4px 0px rgba(193,193,193,0.8);
    text-decoration: none !important;
}

p.bli {
    line-height: 90%;
    margin: 10px 0;
}


#logr {
    background: url(../img/img-rr.png) no-repeat;
    padding: 195px 0 20px 97px;
    height: 340px;
    text-align: left;
    position: relative;
}

#logr #bxlog{
    position: absolute;
    z-index: 2;
    top: 10px;
    margin: 0 0 0 50%;
    left: -63px;
}

#logr #homeb {
    height: 20px;
    left: 179px;
    position: absolute;
    top: 166px;
    width: 28px;
    z-index: 2;
}

#logr #bacbk {
    height: 20px;
    left: 102px;
    position: absolute;
    top: 166px;
    width: 28px;
    z-index: 2;
}

#logr #video {
    background: #000;
    padding: 10px 0 7px 0;
    width: 560px;
    height: 323px;
}

/* *******************************************
ERROR 404
************************************* */
body.e404, body.err {
    background: url(../img/bg-body.png) repeat;
}

.e404 nav, .e404 footer, .e404 header, .e404 #options,
.err nav, .err footer, .err header, .err #options{
    display: none;
}

.e404 #content .cont,
.err #content .cont{
    width: 520px;
    text-align: center;
}

.err #content .cont{
    width: 760px;
}

.e404 #content img,
.err #content img{
    margin: 0 0 20px 0;
}

#imprint .re {
    color: #8f0b0b;
}

a.extern-a {
    background: url(../img/bg-extern-a.png) no-repeat right 8px;
    padding: 0 14px 0 0;
    display: inline-block;
    margin: 4px 0;
    font-size: 10px;
    float: right;
}

.ownerlink a {
    color: #333;
    border-top: 1px solid #bcbcbc;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    display: block;
}