@import url(//fonts.googleapis.com/css?family=Ubuntu);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END CSS RESET */


body{
font-family: 'Ubuntu', sans-serif;
background: url('../redpornblog/new/b2.jpg');
background-size: cover;
background-repeat: no-repeat;
background-color: black;
background-attachment: fixed;
}

::-webkit-input-placeholder {
   color: #ed003d;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ed003d;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ed003d;  
}

:-ms-input-placeholder {  
   color: #ed003d;  
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

#head{
    width: 100%;
    height: 112px;
}

#logo{
    width: 438px;
    height: 57px;
    top: 18px;
    position: relative;
}

#twitter{
display: none;
    float: right;
    color: #fff;
    font-weight: 600;
    margin-top: 40px;
}

#twitter-text{
    float: left;
    line-height: 2;
    padding-right: 14px;
}

#twitter-logo{
    float: left;
}

#left-sidebar{
    width: 240px;
    float: left;
}

#left-li-side{
    background-color: rgba(0, 0, 0, 0.86);
    margin-top: 25px;
}

#left-li-side ul{
    line-height: 1.5;
}

#left-li-side h2, #left-li-side .h2class{
    color: #ed003d;
font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#left-li-side ul li{
    height: 26px;
    line-height: 1.7;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#left-li-side .bullethover li:hover{
	background: url('../redpornblog/new/bullet.png');
    background-repeat: no-repeat;
    background-color: #ed003d;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#left-li-side ul li:hover .left-side-atag{
    padding-left: 30px;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#left-li-side ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding-left: 10px;
}

#main-content{
    max-width: 950px;
    margin-left: 10px;
    overflow: hidden;
}

#lead{
    height: auto;
    background: rgba(124, 5, 1, 0.8);
    font-weight: 600;
    color: white;
    line-height: 1.3;
    font-size: 15px;
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

#menu ul li{
padding: 10px;
padding-left: 0px;
color: white;
margin-top: -19px;
line-height: 2.5;
}

#menu ul li a{
line-height: 1.1;
color: #fff;
background-color: #cf0a03;
text-decoration: none;
font-family: 'Ubuntu', sans-serif;
padding: 16px;
padding-top: 5px;
padding-bottom: 6px;
padding-left: 10px;
font-size: 20px;
font-weight: 600;
webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#menu ul li a:hover{
    color: #cf0a03;
    background-color: #fff;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#mainpictures{
    height: auto;
    max-width: 690px;
    overflow: hidden;
    float: left;
    background-color: rgba(0, 0, 0, 0.86);
    margin-top: 12px;
}

.main-pic{
    position: relative;
    float: left;
    width: 207px;
    margin-left: 17px;
    margin-top: 15px;
    margin-bottom: 2px;
}

.main-pic img{
    width: 100%;
    border: 2px solid #ed003d;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pic-title{
    text-decoration: underline #CF0A03 !important;
    position: absolute;
    color: white;
    background: #cf0a03;
    padding: 5px;
    bottom: -7px;
    left: -7px;
    font-weight: 600;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#right-sidebar{
    width: 230px;
    float: right;
    background-color: rgba(0, 0, 0, 0.86);
    margin-top: 12px;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
}

.topfriends{
    color: #cf0a03 !important;
}

#right-sidebar h2, #right-sidebar .h2class{
    color: #ed003d;
    font-family: 'Benguiat-bold', Fallback, sans-serif;
    font-size: 25px;
    padding-bottom: 10px;
}

#mainpictures a:hover .main-pic img {
    width: 100%;
    border: 2px solid #fff;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#pics a {
    text-decoration: none !important;
}

#mainpictures a:hover .pic-title {
    text-decoration: none !important;
    position: absolute;
    color: #e18684;
    background: #fff;
    padding: 5px;
    bottom: -7px;
    left: -7px;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidepic{
    width: 225px;
    margin-bottom: 10px;
    border: 2px solid #ed003d;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidepic:hover{
    border: 2px solid #fff;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#pics{
    overflow: hidden;
}

#nav{
    margin-top: 40px;
    width: 100%;
    height: 50px;
    background-color: #121212;
    color: white;
    font-weight: 600;
	padding: 20px;
}

#pager{
width: 70%;
padding-top: 18px;
margin: 0 auto;
}

#nav ul{
    width: 75%;
    padding-top: 18px;
    margin: 0 auto;
}

#nav ul li{
    float: left;
    padding-left: 10px;
}

#nav ul li a{
    color: #fff;
    text-decoration: none;
}

#nav ul li a:hover{
    color: #ee124b;
}

.next a{
    color: #ee124b !important;
}

#nav a{
font-family: 'Ubuntu', sans-serif;
text-decoration: none;
color: white;
padding-left: 5px;
}

#nav a:hover{
color: #ee124b;;
}

#nav a:active{
color: #ee124b;
}

#redfooter{
    top: 20px;
    width: 100%;
    background-color: rgba(124, 5, 1, 0.8);
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
}

#inner-red-footer{
    padding: 30px;
    padding-left: 150px;
    padding-right: 150px;
    color: white;
    font-weight: 600;
}

#footer{
    overflow: hidden;
    width: 100%;
    background: #0e0e0e;
}

#footer-logos{
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: #0e0e0e;
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer-logo{
    float: left;
}

#footer-logo img{
    width: 240px;
}

#footer-twitter{
    float: right;
}

#black{
    background: #000;
    height: 35px;
}

/* RESPO */

@media all and (max-width: 1210px) {
    #logo{
        margin-left: 10px;
    }
    #twitter{
        margin-right: 10px;
    }

    #footer-logo{
        margin-left: 10px;
    }
    #footer-twitter{
        margin-right: 10px;
    }
}

@media (min-width: 716px) and (max-width: 1199px) {
    .main-pic{
        width: 29%;
    }  
}

@media all and (min-width: 716px){
.main-pic{
    position: relative;
    float: left;
    margin-left: 17px;
    margin-top: 15px;
    margin-bottom: 2px;
	padding-bottom: 46%;
}


.main-pic img{
    width: 100%;
	height: auto;
    position: Absolute;
    left: 0;
    top: 0;
    border: 2px solid #ed003d;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
}

@media all and (max-width: 716px) {
    .main-pic{
        width: 45%;
    }
}

@media all and (max-width: 570px) {
    .main-pic{
        width: 42%;
    }
}

@media all and (max-width: 360px) {
    .main-pic{
        width: 85%;
    }
}


@media all and (max-width: 1199px) {
    #mainpictures{
        max-width: 100%;
    }

    #right-sidebar{
        padding: 0px;
    }

}

@media all and (max-width: 716px) {
    #main-content{
        float: left;
    }

    #left-li-side{
        float: left;
    }

    #inner-red-footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    #right-sidebar{
        float: right;
        margin-right: 10px;
    }
}

@media all and (max-width: 450px) {
    #right-sidebar{
        float: left
    }
}


@media all and (max-width: 670px) {
    #logo{
        width: 200px;
        height: auto
    }
}


@media all and (max-width: 1000px) {
    #lead{
        display: none;
    }
}
