body { background: #f0f0f0 ; padding: 0px; margin: 0px; font-size: 12px; font-family: verdana;font-weight: normal; color: black;}     

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

form,input,textarea,select { font-family: verdana;}

h1,h2,p { margin: 0 0; }  
h1 { font-size: 18px; color: #4b4b4b; padding: 0px; margin-bottom: 15px;}
h2 { font-size: 17px; color: #4b4b4b; font-weight: bold; margin-bottom: 10px;}
h3 { font-size: 16px; color: #4b4b4b; font-weight: bold; padding: 0px; margin: 0px 0px 5px 0px; }
h4 { font-size: 15px;  }

h1.headingBlack { text-transform: uppercase; outline: 1px solid #111; border-top: 1px solid #555; padding: 8px; padding-top: 10px; background: #333; color: white; font-size: 18px; font-weight: normal; }
h2.headingBlack { text-transform: uppercase; outline: 1px solid #111; border-top: 1px solid #555; padding: 6px; padding-top: 8px; background: #333; color: white; color: white; font-size: 16px; font-weight: normal; }

p  { padding-bottom: 0px; } 
img { border: 0px; }
.clear { clear: both;}

.mobileBlock { border: solid 1px #dedede; margin: 10px; padding: 10px; background: white;}

.round_2 {  -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.round_4 {  -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.round_8 {  -webkit-border-radius: 8px; -moz-border-radius: 8px; }
.round_5 { -moz-border-radius:5px; -webkit-border-radius:8px; }
.round_10 { -moz-border-radius:10px; -webkit-border-radius:12px; }

.padding_5 { padding: 5px; }
.padding_10 { padding: 10px; }
.padding_15 { padding: 15px; }
.padding_20 { padding: 20px; }

.boxLight {outline: 1px solid #ddd;border-top: 1px solid #fff;padding: 10px;background: #f0f0f0;}
.boxDark { outline: 1px solid #111; border-top: 1px solid #555; padding: 10px; background: #333;}

.float_right { float: right;}
.float_left { float: left;}

.hidden { display: none; }

.odd { background-color: #fbfbfb; }
.even { background-color: #f3f3f3; }

a { text-decoration: none; color: #e40000; }
a:visited { color: #e40000;}
a:hover { color: #000000; }
a:active { color: #000000; }

.input, .tag_input { position: relative; border: solid 1px #e4e4e4; font-size: 12px; background: #fff; color:#626262; padding: 8px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.textarea { border: solid 1px #e4e4e4; font-size: 12px; background: #fff; color:#626262; padding: 8px; -moz-border-radius:3px; -webkit-border-radius:3px; } 

.w100percent { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box; }

.infoBox { background: #f4f4f4 url(/images/sitev2/icon_infobox.png) 10px 10px no-repeat; border: solid 1px #dedede; padding: 15px; color: #6c6c6c; display: none; margin-top: 10px; margin-bottom: 10px; padding-left: 50px;}
.successBox { background: #f2fedf url(/images/sitev2/icon_succesbox.png) 10px 10px no-repeat; border: solid 1px #64b100; padding: 15px; color: #6c6c6c; display: none; margin-top: 10px; margin-bottom: 10px; padding-left: 50px;}
.errorBox { background: #fae7e8 url(/images/sitev2/icon_errorbox.png) 10px 10px no-repeat; border: solid 1px #bd2429; padding: 15px; color: #474747; display: none; margin-top: 10px; margin-bottom: 10px; padding-left: 50px;}
.loadingBox { background: #f7f7f7 url(/images/sitev2/loading.gif) 10px 10px no-repeat; border: solid 1px #c1c0c0; padding: 15px; color: #474747; display: none; margin-top: 10px; margin-bottom: 10px; padding-left: 50px;}

.boxShadow { box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.17); -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.17); -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.17);}
.boxShadow {     box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
}
blockquote { border: solid 1px #f4f4f4; border-left: solid 5px #cecece;  font-style:italic; padding: 10px; background:white; }

/* default red button */

.buttonRed {
  background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
  background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  color: #fff;
  font: normal 14px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 6px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
}
.buttonRed:hover {
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    cursor: pointer; 
}
.buttonRed:active {
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
}

a.buttonRed { color: white; text-decoration: none}
a.buttonRed:hover { color: white; text-decoration: none}

.radial_bg {
  background-color: #ffffff;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ffffff), color-stop(100%, #f2f2f2));background-image: -webkit-linear-gradient(45deg, #ffffff 85%, #f2f2f2 100%);background-image: -moz-linear-gradient(45deg, #ffffff 85%, #f2f2f2 100%);background-image: -ms-linear-gradient(45deg, #ffffff 85%, #f2f2f2 100%);background-image: -o-linear-gradient(45deg, #ffffff 85%, #f2f2f2 100%);background-image: linear-gradient(45deg, #ffffff 85%, #f2f2f2 100%);
}

.defaultBox { border: solid 1px #dedede; border-bottom: 1px solid #ccc; background-color: #ffffff;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ffffff), color-stop(100%, #f2f2f2));background-image: -webkit-linear-gradient(45deg, #ffffff 85%, #f2f2f2 100%);background-image: -moz-linear-gradient(45deg, #ffffff 85%, #f2f2f2 100%);background-image: -ms-linear-gradient(45deg, #ffffff 85%, #f2f2f2 100%);background-image: -o-linear-gradient(45deg, #ffffff 85%, #f2f2f2 100%);background-image: linear-gradient(45deg, #ffffff 85%, #f2f2f2 100%); }
.pageContainer {  margin: 10px; padding: 15px; border: solid 1px #dedede; background: white; overflow: hidden }
.rectangleBox { background: #f4f4f4; margin-top: -5px; }

.w10 { width: 10px; } .w15 { width: 15px; } .w20 { width: 20px; } .w25 { width: 25px; } .w30 { width: 30px; } .w40 { width: 40px; } .w50 { width: 50px; } .w100 { width: 100px; } .w110 { width: 110px; } .w120 { width: 120px; } .w130 { width: 130px; } .w140 { width: 140px; } .w150 { width: 150px; } .w160 { width: 160px; } .w170 { width: 170px; } .w180 { width: 180px; } .w190 { width: 190px; } .w200 { width: 200px; } .w100percent { width: 100%; }
.block { display: block; }

.gradientRed {
 background: #e82e2e; 
 background: -moz-linear-gradient(top,  #e82e2e 0%, #ae0000 93%); 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e82e2e), color-stop(93%,#ae0000));
 background: -webkit-linear-gradient(top,  #e82e2e 0%,#ae0000 93%); 
 background: -o-linear-gradient(top,  #e82e2e 0%,#ae0000 93%); 
 background: -ms-linear-gradient(top,  #e82e2e 0%,#ae0000 93%); 
 background: linear-gradient(to bottom,  #e82e2e 0%,#ae0000 93%); 
 filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82e2e', endColorstr='#ae0000',GradientType=0 )"; 
}

.gradientBlack {
 background: #3f3f3f; 
 background: -moz-linear-gradient(top,  #3f3f3f 0%, #0e0e0e 100%); 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#0e0e0e)); 
 background: -webkit-linear-gradient(top,  #3f3f3f 0%,#0e0e0e 100%); 
 background: -o-linear-gradient(top,  #3f3f3f 0%,#0e0e0e 100%); 
 background: -ms-linear-gradient(top,  #3f3f3f 0%,#0e0e0e 100%); 
 background: linear-gradient(to bottom,  #3f3f3f 0%,#0e0e0e 100%); 
 filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#0e0e0e',GradientType=0 )";
}

.gradientGrey {
 background: #fdfdfd; /* Old browsers */
 background: -moz-linear-gradient(top,  #fdfdfd 0%, #efefef 100%); 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#efefef)); 
 background: -webkit-linear-gradient(top,  #fdfdfd 0%,#efefef 100%); 
 background: -o-linear-gradient(top,  #fdfdfd 0%,#efefef 100%); 
 background: -ms-linear-gradient(top,  #fdfdfd 0%,#efefef 100%);
 background: linear-gradient(to bottom,  #fdfdfd 0%,#efefef 100%); 
 filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#efefef',GradientType=0 )";
}

/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* --------------------------
   site elements 
-------------------------- */

.mainContainer { width: 100%; }
.siteContainer { margin: 0px; }

/* header */
.headerContainer {position: relative; z-index: 10; width: 100%; height: 45px;  border-top: solid 1px #f17f7f; border-bottom: solid 1px #970000; -moz-box-shadow: 3px 3px 3px #c7c7c7; -webkit-box-shadow: 3px 3px 3px #c7c7c7; box-shadow: 3px 3px 3px #c7c7c7; }

.headerScope {border: solid 0px white; width: 1080px; position: relative; margin-left: auto; margin-right: auto; }

/* logo */
.headerContainer .logo { position: absolute; left: 0px; top: -2px; }

/* nav */
.navContainer { width: 680px; margin-top: 5px; display: none}

ul.topmenu { list-style: none; padding: 0; margin:0; }
ul.topmenu:after {content: "."; display: block;height: 0; clear: both;visibility: hidden;}
ul.topmenu li { margin: 0; padding: 0; float: left}
ul.topmenu li a { text-transform: uppercase; font-size: 16px; color: #ffffff;  display: block; padding: 8px 18px; padding-top: 11px; padding-right: 15px; border-left: solid 1px #d25252;}
ul.topmenu li a:hover { color: #000;}
ul.topmenu li a.last { border-right: solid 1px #d25252;}
ul.topmenu li a.home { padding-left: 32px; background: url(/images/sitev2/navHome.png) 0px 5px no-repeat; border-left: 0; }
ul.topmenu li a.channels { padding-left: 44px; background: url(/images/sitev2/navChannels.png) 14px 5px no-repeat; }
ul.topmenu li a.reg { padding-left: 44px; background: url(/images/sitev2/navReg.png) 14px 5px no-repeat; }
ul.topmenu li a.upload { padding-left: 44px; background: url(/images/sitev2/navUpload.png) 14px 5px no-repeat; }
ul.topmenu li a.favorites { padding-left: 44px; background: url(/images/sitev2/navFavorites.png) 14px 5px no-repeat; }
ul.topmenu li.iconAndroid { height: 26px; width: 22px; background: url(/images/sitev2/iconAndroid.png) no-repeat; border: solid 0px white; cursor:pointer; margin-top: 4px; margin-left: 15px; margin-right: 10px; } 
ul.topmenu li.iconAndroid:hover { background-position: 0px -28px; cursor:pointer; margin-top: 4px; }
ul.topmenu li.iconApple { height: 26px; width: 22px; background: url(/images/sitev2/iconApple.png) no-repeat; border: solid 0px white; cursor:pointer; margin-top: 2px; } 
ul.topmenu li.iconApple:hover { background-position: 0px -26px; cursor:pointer; margin-top: 2px; }

.loginContainer { position: absolute; right: 5px; top: 2px; }
.loginContainer span { border: 0 }

/* login box */
.defaultLoginBox { border: 0; }
.defaultLoginBox .input { margin: 0; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.defaultLoginBox p { margin-top: 15px; }
.defaultLoginBox p.txt { margin-top: 8px; }
.defaultLoginBox p.submit { margin-bottom: 15px; margin-top: 15px; }

/* statsbox */
.headerContainer .statsContainer { position: absolute; left: 50%; top: 0px; display: block; border: solid 1px black}
.headerContainer .statsContainer .stats { position: relative; left: -50%; }
.headerContainer .statsContainer .stats span { letter-spacing: 1px; margin-right: 20px; font-size: 20px; color: white; float: left; text-align:center}

/* searchbox */
.headerContainer .searchBox { border: 0; }

.searchBox { height: 30px; border: solid 0px white; }
/*
.searchBox #search input[type="text"] {
    background: url(/images/sitev2/search-white.png) no-repeat 10px 6px #980505;
    border: solid 1px #850000;
    font: normal 12px verdana;
    color: #fff;
    width: 110px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
*/
.searchBox #search input[type="text"] {
    background: url(/images/sitev2/search-white.png) no-repeat 10px 6px #f9f9f9;
    border: 1px solid #d1d1d1;
    font: normal 12px verdana;
    color: #515151;
    width: 180px;
    padding: 6px 10px 6px 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
   margin: 0;
}

.searchBox #search input[type="text"]:focus {
    width: 180px;
}

/* body */
.bodyContainer { position: relative;width: 1100px; top: 0px; margin-left: auto; margin-right: auto; border: solid 0px red;}

/* left column menu */

.siteColumn { width: 260px; min-height: 500px; position: relative; overflow: hidden; margin: 10px 0px 0px 10px;  border: solid 1px #dedede; border-bottom: 1px solid #ccc;}
.siteColumn ul { list-style:none; padding: 0; margin: 0; border-bottom: 1px solid #ccc;}
.siteColumn ul li { position: relative; padding: 12px; margin: 0; }

.siteColumn ul li.head { 
  background: #3f3f3f; 
  background: -moz-linear-gradient(top,  #3f3f3f 0%, #0e0e0e 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#0e0e0e)); 
  background: -webkit-linear-gradient(top,  #3f3f3f 0%,#0e0e0e 100%); 
  background: -o-linear-gradient(top,  #3f3f3f 0%,#0e0e0e 100%); 
  background: -ms-linear-gradient(top,  #3f3f3f 0%,#0e0e0e 100%); 
  background: linear-gradient(to bottom,  #3f3f3f 0%,#0e0e0e 100%); 
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#0e0e0e',GradientType=0 )";
  color: white;
}

.siteColumn ul li.first { border-top: 0; background: white; height: 150px; border-bottom: 0; }
.siteColumn ul li.last { border-bottom: 0;}

.siteColumn ul li.sub { 
  border: 0; padding: 0; 
  background: #ffffff; 
  background: -moz-linear-gradient(top,  #ffffff 0%, #f4f2f2 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f2f2));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f2f2 100%); 
  background: -o-linear-gradient(top,  #ffffff 0%,#f4f2f2 100%); 
  background: -ms-linear-gradient(top,  #ffffff 0%,#f4f2f2 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f4f2f2 100%); 
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f2f2',GradientType=0 )";
 }

.siteColumn ul li.head { font-size: 16px; }
.siteColumn ul li.head span.close { width: 15px; height: 15px; cursor:pointer; background: url(/images/sitev2/close-icon.gif) no-repeat; float: right; }
.siteColumn ul li.poll { border: 0; padding: 15px; background: white; color: #4e4e4e }
.siteColumn ul li.layout { border: 0; padding: 15px; background: white; }
.siteColumn ul li.search { border: 0; padding: 15px; background: white; }

.siteColumn ul li.head .iconPoll { width: 24px; height: 24px; position: absolute; right: 10px; top: 10px; background: url(/images/sitev2/poll.png) right 0px no-repeat; }
.siteColumn ul li.head .iconFacebook { width: 24px; height: 24px; position: absolute; right: 10px; top: 10px; background: url(/images/sitev2/iconFacebookSidebar.png) right 0px no-repeat; }
.siteColumn ul li.head .iconSee { width: 24px; height: 24px; position: absolute; right: 10px; top: 10px; background: url(/images/sitev2/see.png) right 0px no-repeat; }
.siteColumn ul li.head .iconSocial { width: 24px; height: 24px; position: absolute; right: 10px; top: 10px; background: url(/images/sitev2/social.png) right 0px no-repeat; }
.siteColumn ul li.head .layout { width: 24px; height: 24px; position: absolute; right: 10px; top: 10px; background: url(/images/sitev2/iconLayout.png) right 0px no-repeat; }
.siteColumn ul li.head .search { width: 24px; height: 24px; position: absolute; right: 10px; top: 10px; background: url(/images/sitev2/search.png) right 0px no-repeat; }

.siteColumn ul li.layout span.default { display: block;width: 55px; height: 50px; background: url(/images/sitev2/layoutDefault.png) no-repeat; cursor:pointer; float: left; margin: 10px 25px 10px 30px; }
.siteColumn ul li.layout span.simple { display: block; width: 55px; height: 50px; background: url(/images/sitev2/layoutSimple.png) no-repeat; cursor:pointer; float: left; margin: 10px 0px 10px 20px;  }

.siteColumn ul li.layout span.default:hover,
.siteColumn ul li.layout span.simple:hover { background-position: 0 -50px }

.siteColumn ul li.social { border: 0; padding: 8px; padding-left: 5px; background: white;  }
.siteColumn ul li.social span { margin-left: 5px; }
.siteColumn ul li a.menu { color: #757575; padding: 12px; display: block; text-decoration:none; }
.siteColumn ul li a.menu:hover { color: #131313 ; background: #f8f8f8; }
.siteColumn ul li a.active { font-weight: normal; }

.siteColumn ul li span { color: #c5c5c5;}

/* posts */

.posts .entrySmall { background: white; width: 260px; min-height: 240px; position: relative; overflow: hidden; margin: 10px 0px 0px 10px; border: solid 1px #dedede; border-bottom: 1px solid #ccc; float: left}
.posts .entrySmall .padding { padding: 15px; }
.posts .entrySmall h1 { white-space:nowrap; font-size: 14px; color: #e00000; font-weight: normal; margin-bottom: 10px;}
.posts .entrySmall h1 a { font-size: 14px; color: #e00000;}
.posts .entrySmall h1 a:visited { color: #5c5c5c; }
.posts .entrySmall .thumbnail { margin-bottom: 10px; }
.posts .entrySmall .thumbnail img { width: 230px; height: 138px; }
.posts .entrySmall .thumbnailLarge { overflow: hidden;}
.posts .entrySmall .thumbnailLarge img { height: 300px; width: auto; position: relative; left: -150px }
.posts .entrySmall .commentTotal { position: absolute; right: 15px; top: 15px; min-width: 70px; background: black; opacity: 0.7; display: none;}
.posts .entrySmall .commentTotal div { font-size: 13px;  color: white; text-align: center; padding: 4px; opacity: 1}
.posts .entrySmall .description { color: #616161;   }
.posts .entrySmall .hover { cursor:pointer; display: none; position: absolute; top: 0px; height: 50px; background: #ffffff; width: 100% }
.posts .entrySmall .hover span { position: relative; font-size: 10px;  display: block; height: 50px; width: 86px; border-right: solid 1px #e6e6e6; float: left;}
.posts .entrySmall .hover span.last { border: 0; }
.posts .entrySmall .hover span.views { background: url(/images/sitev2/totalViews.png)  no-repeat 35px 10px; }
.posts .entrySmall .hover span.comments { background: url(/images/sitev2/totalComments.png) no-repeat 35px 10px; }
.posts .entrySmall .hover span.favorite { background: url(/images/sitev2/totalLikes.png) no-repeat 35px 10px; }
.posts .entrySmall .hover span span.txt { position: absolute; bottom: 8px; height: 13px;  width: 84px; text-align: center; border: 0; color: #828282; }

.posts .entryRow { min-height: 100px; }


.posts .singeColumnContainer { width:825px; float: left; }

/* paginate */
.pagination { margin-bottom: 15px; margin-left: 10px; margin-top: 15px; position: relative;}
.pagination .page { position: absolute; left: 47%; color: #a5a5a5; top: 10px; }
.pagination_prev { float: left; border: solid 1px #bababa; margin-left: 0x; padding: 8px 10px 8px 10px; }
.pagination_next { float: right; border: solid 1px #bababa; margin-right: 12px; padding: 8px 10px 8px 10px; text-decoration: none; }
.pagination_prev:hover { text-decoration: none; background: #f8f8f8 url(/images/site/navLeftHover.jpg) no-repeat 5px 5px;}
.pagination_next:hover { text-decoration: none; background: #f8f8f8 url(/images/site/navRightHover.jpg) no-repeat 110px 5px; }
a.pagination_prev,a.pagination_next { font-size: 11px; }
a.pagination_prev { padding-left: 30px; background: #f8f8f8 url(/images/site/navLeft.jpg) no-repeat 5px 5px; }
a.pagination_next { padding-right: 30px; background: #f8f8f8 url(/images/site/navRight.jpg) no-repeat 110px 5px; }

/* single entry : video/compilation/top10 */

.entryBody { padding: 0; margin-left: auto; margin-right: auto; width: 1100px; height:auto; margin-bottom: 200px; margin-top: 15px}
.entryBody .rightColumn { margin: 0px; float: right;  width: 380px; margin-top: 15px;}

.bottomLayer { 
  height: 120px; background: white; position: fixed; bottom: -75px; width: 100%; 
  background-image: linear-gradient(bottom, rgb(255,255,255) 1%, rgb(247,247,247) 40%, rgb(250,250,250) 100%);
  background-image: -o-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(247,247,247) 40%, rgb(250,250,250) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(247,247,247) 40%, rgb(250,250,250) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(247,247,247) 40%, rgb(250,250,250) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(247,247,247) 40%, rgb(250,250,250) 100%);
  background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.01, rgb(255,255,255)),
	color-stop(0.4, rgb(247,247,247)),
	color-stop(1, rgb(250,250,250)));
  border-top: solid 1px #e2e2e2; display: block;
 -webkit-box-shadow: 0px 0px 6px #d0d0d0;
 -moz-box-shadow: 0px 0px 6px #d0d0d0;
 box-shadow: 0px 0px 6px #d0d0d0;
 z-index: 50;
}

.bottomLayer .close { position: absolute; left: 50%; background: url(/images/sitev2/layerSlide.png) 0px -50px no-repeat; width: 25px; height: 25px; cursor:pointer; top: 10px;}
.bottomLayer .close:hover { background-position: 0px -75px }
.bottomLayer .open { background-position: 0px 0px; }
.bottomLayer .open:hover { background-position: 0px -25px; }

.bottomLayer .prevEntry { position: absolute; left: 15px; top: 15px; opacity: 0.3}
.bottomLayer .prevEntry div { float: left; }
.bottomLayer .prevEntry p { font-size: 20px; margin-bottom: 15px; letter-spacing: 1px}
.bottomLayer .prevEntry div.txt { margin-left: 15px; margin-top: 15px; }
.bottomLayer .prevEntry div.arrow { margin-right: 15px; padding-top: 15px;}
.bottomLayer .prevEntry .thumbnail img { border: solid 1px white; }

.bottomLayer .nextEntry { position: absolute; right: 15px; top: 15px; opacity: 0.3}
.bottomLayer .nextEntry div { float: right; }
.bottomLayer .nextEntry p { font-size: 20px; margin-bottom: 15px;letter-spacing: 1px}
.bottomLayer .nextEntry div.txt { margin-right: 15px; text-align: right; margin-top: 15px; }
.bottomLayer .nextEntry div.arrow { margin-left: 15px ;padding-top: 15px;}
.bottomLayer .nextEntry .thumbnail img { border: solid 1px white; }

.bottomLayer .thumbnail { float: left; }
.bottomLayer .nextEntry span { margin-right: 15px; }

.entryContainer { float: left; margin: 0px; margin-right: 0; margin-top: 5px; border: solid 1px #dedede; border-bottom: 1px solid #ccc; width: 700px; }
.entryContainer h1 { color: #444444; margin-bottom: 15px; margin-top: 15px; min-width: 325px; border: solid 0px red; }
.entryContainer .description { background: #f6f6f6; padding: 15px; border: solid 1px #e3e3e3; border-left: solid 5px #5b5b5b; margin-bottom: 15px; line-height: 20px;}

/* social */
.entryContainer .socialContainer { float: left; }
.entryContainer .socialContainer span { margin-right: 10px; }

/* related box */
.rightColumn .relatedBox { border: 0; margin-top: -1px; margin-bottom: 15px; width: 380px; }
.rightColumn .relatedBox .entry { margin-bottom: 10px; width: 183px; float: left;  border: solid 1px white; position: relative; overflow: hidden; }
.rightColumn .relatedBox .entry img { width: 183px; height: 100px; }
.rightColumn .relatedBox .right { margin-left: 10px; }
.rightColumn .relatedBox .title { color: #f8f8f8; width: 100%; text-align: left; cursor:pointer; z-index: 5; overflow: hidden; height: 35px; position: absolute; bottom: 0px;  background: url(/images/sitev2/relatedHover.png) repeat-x; font-weight: normal; font-size: 13px; white-space: nowrap; }
.rightColumn .relatedBox .title span.comments { margin-top: 10px; color: #d3d3d3; float: left; display: block; width: 20px; height: 20px; padding-left: 30px; background:url(/images/sitev2/comments.png) no-repeat; margin-right: 10px;}
.rightColumn .relatedBox .title span.views { margin-top: 10px;color: #d3d3d3;float: left; display: block;width: 20px; height: 20px; padding-left: 30px;  background:url(/images/sitev2/views.png) no-repeat;}

/* comments */
.commentsContainer { float: left; margin: 0px; width: 700px; margin-top: 15px;}
.comments {position: relative;background: #efefef;}
.comments .comment { min-height: 60px; position: relative; padding: 12px 15px 12px 90px; overflow: hidden; line-height: 18px; color: #3d3d3d;font-size: 12px;text-shadow: 0 1px rgba(255, 255, 255, 0.7);border-top: 1px solid #f6f6f6;border-bottom: 1px solid #eaeaea; }
.comments .comments p img { max-width: 70%;margin-top: 10px; }
.comments .comment:first-child {border-top: 0;border-radius: 0 4px 0 0; }
.comments .comment:last-child { border-bottom: 0; border-radius: 0 0 4px 0; }
.comments .comment footer { margin: 2px 0 0; font-size: 11px;  }
.comments .comment time { color: #6d6d6d; }
.comments .comment .avatar { display: block;position: absolute;top: 15px;left: 15px; }
.comments .comment .avatar:before { content: ''; border: 1px solid rgba(0, 0, 0, 0.3); border-bottom-color: rgba(0, 0, 0, 0.4); border-radius: 3px; position: absolute; top: 0px; right: 0px;bottom: 0px; left: 0px; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); }
.comments .comment .avatar img { display: block; width: 60px;  height: 60px; border-radius: 3px; }

/* comment form */

.commentFormContainer { float: left; margin: 0px;  width: 700px; margin-top: 15px;}
.commentFormContainer h1 { font-size: 12px; background: black; color: white; padding: 5px; font-weight: normal}
.commentFormContainer .textarea { height: 80px; margin-bottom: 10px;}
.commentFormContainer .submit { float: right; }
.commentFormContainer .notify { float: left; width: 250px; }
.commentFormContainer .logged_out_data { display: block; }
.commentFormContainer .nameEmail { float: left; width: 50%; }
.commentFormContainer .captcha { margin-top: 10px; margin-bottom: 15px; }

/* breadcrumb */

.breadcrumb { height: 30px;  display: block; margin-bottom: 10px; padding-left: 10px;  margin: 0px; position: relative; z-index: 0}
.breadcrumb ul { list-style: none; margin: 0; padding: 0;}

.crumbs { display: block; }
.crumbs li {  display: inline; }
.crumbs li.first { padding-left: 1px; }
.crumbs li a, .crumbs li a:link, .crumbs li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -10px; padding: 7px 15px 11px 15px; position: relative; text-decoration: none; }

.crumbs li a { background-image: url('/images/site/bg-crumbs.png');  background-repeat: no-repeat; background-position: 100% 0; position: relative; }
.crumbs li a:hover { color: #333; background-position: 100% -48px; cursor: pointer; }
.crumbs li a:active { color: #333; background-position: 100% -96px; }
.crumbs li.first a span { height: 29px; width: 3px; border-left: 1px solid #d9d9d9; position: absolute; top: 0px; left: 0px; }

.breadcrumb .swipe { position: absolute; left: 595px; top: 0px; padding: 4px 8px 4px 8px}
.breadcrumb .music_switch { z-index: 10; position: relative; left: 0px; top: 0px; padding: 4px 8px 4px 8px}


/* gallery */
.galleryContainer .images img { width: 700px; border: 0; margin-bottom: 10px; }

/* register */

.registerContainer { position: relative; width: 1080px; margin-left: auto; margin-right: auto; margin-top: 15px}
.registerContainer .defaultBox { margin-top: 8px;}
.registerContainer .field_desc { display: none; }
.registerContainer .socialLogin { position: absolute; top: 65px; left: 720px; }
.registerContainer .socialLogin h2 { font-size: 16px; margin-bottom: 50px; }
.registerContainer .socialLogin div { margin-top: 15px; margin-left: 50px; }

/* channels */
.channelsContainer { width: 1080px; margin-left: auto; margin-right: auto; margin-top: 20px}
.channelsContainer .channelContainer { cursor:pointer; position: relative; margin-bottom: 20px; width: 490px; height: 250px; float: left; }
.channelsContainer .channelContainer h1 { color: white; font-size: 32px; text-transform: uppercase; position: absolute; left: 15px; top: 15px; }
.channelsContainer .compilations { background: url(/images/sitev2/channelComp.jpg) no-repeat; }
.channelsContainer .videos { background: url(/images/sitev2/channelVideos.jpg) no-repeat; }
.channelsContainer .galleries { background: url(/images/sitev2/channelGalleries.jpg) no-repeat; }
.channelsContainer .images { background: url(/images/sitev2/channelImages.jpg) no-repeat; }
.channelsContainer .top10 { background: url(/images/sitev2/channelTop10.jpg) no-repeat; }
.channelsContainer .uploads { background: url(/images/sitev2/channelUploads.jpg) no-repeat; }

.channelsContainer .odd { margin-right: 20px; }

/* favorites */
.favoritesContainer { width: 1080px; margin-top: 15px; }
.favoritesContainer .breadcrumb { margin-left: 0px; margin-bottom: 0px;}
.favoritesContainer .posts .entrySmall { float: left; height: 230px; margin-right: 10px; margin-left: 0px;}

.entryContainer .favorites { text-align: right; float: right; margin: 10px; margin-right: 0px;}
.entryContainer .favorites .Favorites_Status { margin-top: 15px; float: right; }

/* upload */
.uploadContainer { width: 1080px; margin-top: 15px; }
.uploadContainer .left { width: 490px; min-height: 420px; float: left; }
.uploadContainer .right { width: 530px; min-height: 420px; float: left; border-left: dotted 2px #d8d8d8; opacity: 0.3; filter: "alpha(opacity = 30)"; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
.uploadContainer h1 { margin-bottom: 20px; }

.uploadContainer .input, .uploadContainer .textarea { margin-top: 20px; }
.uploadContainer .tag_input { width: 420px; padding: 10px; margin-top: 5px}
.uploadContainer .description { height: 120px; padding: 10px;resize: none }
.uploadContainer .title { padding: 10px; }
.uploadContainer .category { padding: 10px;}
.uploadContainer .categoryContainer { margin-top: 15px; }
.uploadContainer .submit { margin-top: 5px; }
.uploadContainer .uploadFileContainer {  margin-top: 15px;}
.uploadContainer .uploadFileContainer #fileQueue { margin-top: 15px; }

#dndqueue { background: #fff url(/images/sitev2/dragndrop.jpg) 20px 20px no-repeat; border: 1px solid #E5E5E5; border-radius: 5px; height: 178px; margin-bottom: 15px; overflow: auto; padding: 10px;}

.uploadContainer .loggedOutLeft { margin-top: 10px; float: left; border-right: dotted 2px #d7d7d7; width: 497px; margin-right: 20px;}
.uploadContainer .loggedOutRight { margin-top: 10px; float: left;   width: 498px;}

.uploadContainer .loginBox { margin-left: auto; margin-right: auto; width: 250px;}
.uploadContainer .loginBox h2 { margin-bottom: 25px; }

.uploadContainer .loginBoxRight {  margin-left: auto; margin-right: auto; width: 190px;}
.uploadContainer .loginBoxRight .action { margin-top: 25px; text-align:center}
.uploadContainer .loginBoxRight h2 { margin-bottom: 40px; }

/* user menu */
.loggedInData div { margin-right: 15px; }
.loggedInData div.avatar {  height: 30px; width: 35px;float: left; margin-right: 5px;}
.loggedInData div.name {  padding-top: 7px; height: 23px; min-width: 35px;float: left;  padding-left: 10px; border-left: solid 5px #7b0101 }
.loggedInData div.menu {  margin-top: 4px; cursor:pointer; height: 21px; width: 32px; background:url(/images/sitev2/menuIconUser.png) no-repeat; float: left;}
.loggedInData div.name span { color: white; }
.loggedInData div.menu:hover { background-position: 0px -21px; }
.loggedInData .avatar img { width: 30px; height: 30px; }

#usermenu { display: none; }
.usermenu { background: white; margin-top: 10px; border: solid 1px #ccc; width: 200px; min-height: 100px; -webkit-box-shadow:  0px 5px 5px 2px rgba(0, 0, 0, 0.3); box-shadow:  0px 5px 5px 2px rgba(0, 0, 0, 0.3);}
.usermenu ul.menu { list-style: none; margin: 0; padding: 0;}
.usermenu ul.menu li { list-style: none;  margin: 0; padding: 0;}
.usermenu ul.menu li.empty { padding: 10px; }
.usermenu ul.menu li a { padding: 10px; border-bottom: solid 1px #d4d4d4; display: block;}
.usermenu ul.menu li a:hover { color: black; }
.usermenu ul.menu li a.last { border: 0;}

/* profile */
.profileContainer { width: 1080px; margin-top: 15px; }
.profileContainer .breadcrumb { margin-left: 0; margin-bottom: 15px; }

/* contact */
.contactContainer { width: 1080px; margin-top: 15px; }
.contactContainer .breadcrumb { margin-left: 0; margin-bottom: 15px; }

.contact-form { width: 400px; margin: 15px;}
.contact-form p { font-size: 18px; margin-bottom: 15px; }

.contact-form .email-container { float: left; padding: 10px; }
.contact-form .subject-container {float: left; padding: 10px; }
.contact-form .message-container {float: left; padding: 10px;  }
.contact-form .submit-container { float: left;padding: 10px; }

.contact-form .email-container .input { width: 370px; padding: 10px;}
.contact-form .subject-container .select {  padding: 10px;  }
.contact-form .message-container .textarea { height: 100px; width: 365px; padding: 10px; }

.contact-form .captcha-container {float: left; padding: 10px; }
.contact-form .captcha-container .captcha { width: 150px; }

/* switch mobile msg */
.switchSite { position: relative; color: #4a4a4a; padding: 10px; background: white; display: none;}
.switchSite .txt { padding-right: 25px; text-align:center}
.switchSite a { color: #d80001; }
.switchSite .close { margin-left: 10px;cursor:pointer; position: absolute; right: 6px; top: 6px; width: 25px; height: 25px; background: url(/images/mobile/close-icon.gif) 5px 5px no-repeat; }

/* overig */

#infscr-loading { text-align: center; z-index: 100; position: fixed;left: 45%; bottom: 40px; width: 200px; padding: 10px; background: #fff; opacity: 0.8; color: #000000; height: 60px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#infscr-loading span { color: black; position: relative; top: 0px;}
#toggleMenu {display:none; z-index: 10; cursor:pointer; position: fixed; top: 64px; color: white; height: 44px; width: 45px; background: url(/images/sitev2/menuToggler.png) no-repeat; left: 0px; -webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.2); box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.2);}
#navigationMenu { z-index: 10; position: fixed; top: 52px; left: -270px; display:none;}
#musicSwitch { display: none; }

/* tags */
.entryTags { margin-bottom: 15px;}
.entryTags a { border: solid 1px #d8d8d8; padding: 5px; margin-right: 10px; background: #eceeec; color: #5f5f5f; font-size: 12px; text-decoration: none; float: left; }
.entryTags a:hover { background: #6c6c6c; color: white; }

/* fix, moet als laatste */
.defaultLoginBox .input { margin: 0; }

/* vote plusmin */
.plusminContainer { float: right; min-width: 175px; margin-top: 15px; margin-bottom: 10px;}
.plusminContainer a.active { font-weight: bold; }

.plusminContainer .score { text-align: center; min-width: 60px; float: left;}
.plusminContainer .score  span.nr { font-size: 25px; }
.plusminContainer .score  span.txt { font-size: 16px; }

.plusminContainer .vote { text-align: center; min-width: 60px; float: left; }
.plusminContainer .vote a.vote_up { float: left; text-indent: -10000px; width: 20px; height: 23px; margin: 0px 0px 4px 6px; display: block; background: url(/themes/third_party/plusminus/images/vote_up.png) no-repeat; cursor:pointer; }
.plusminContainer .vote a.vote_down { float: left;  text-indent: -10000px; width: 20px; height: 23px; margin-left: 6px; display: block; background: url(/themes/third_party/plusminus/images/vote_down.png) no-repeat; cursor:pointer;}
.plusminContainer .vote span.n { color: #bababa; padding-top: 5px; margin: 0px 0px 4px 6px; float: left; display: block; height: 20px; width: 20px; }
.plusminContainer .vote span.nn { color: #bababa; padding-top: 3px;  margin: 0px 0px 6px 6px; float: left; display: block; height: 20px; width: 20px; }

.plusminContainer .views { text-align: center; min-width: 67px; float: left;}
.plusminContainer .views  span.nr { font-size: 25px; }
.plusminContainer .views  span.txt { font-size: 16px; }

.plusminContainerStandalone { margin-top: 0; margin-bottom: 0; padding: 10px; float: none;}
.plusminContainerStandalone .vote { margin-left: 15px; }
.plusminContainerStandalone .views { margin-left: 15px; }

.uploadBanner { background: #fff url(/images/sitev2/bannerUpload.png) no-repeat; margin-top: 10px; margin-left: 10px; margin-right: 12px; width: 1076px; height: 50px; border: solid 1px #dedede; cursor: pointer; }
.articleLeaderBoard { width: 1100px; border: solid 1px #e1e0e0; margin-top: 10px; margin-left: auto; margin-right: auto;}

/* uploader */
.videoUploader { margin-top: -5px; margin-bottom: 15px; border: solid 0px red; float: left; width: 300px; }
.videoUploader .title { border: solid 0px green; height: 50px; font-size: 11px; color: #c6c6c6; }
.videoUploader .title img { border: solid 0px #dddddd; width: 48px; height: 48px; }
.videoUploader .title span { margin-left: 10px; font-size: 12px; color: #727272; }

/* categories channel */
.categoriesNavContainer { margin: 10px 10px 0px 10px; min-height: 20px; margin-left: -1px; background-color :#d4d4d4; width: 1077px; border: solid 1px #dfdfdf; margin-left: auto; margin-right: auto;}
.categoriesNavContainer ul#navlist { margin: 0px; padding: 0;list-style-type: none;white-space: nowrap; }
.categoriesNavContainer ul#navlist li { min-width: 180px; border: solid 0px black; padding: 0px; height: 34px; background: #ffffff; margin-right: 1px; float: left; font-size: 13px; color: #727272; }
.categoriesNavContainer ul#navlist li.corrected { min-width: 172px; margin-right: 0; }
.categoriesNavContainer ul#navlist li.toprow { border-bottom: solid 1px #d4d4d4; }
.categoriesNavContainer #navlist a { font-size: 13px;  padding: 9px; color: #727272; text-decoration: none; display: block;}
.categoriesNavContainer #navlist a:hover { color: #fff; background-color: #313131; }
.categoriesNavContainer #navlist a.active { background: #313131; color: white; }
.categoriesNavContainer #navlist li span.count { font-size: 10px; color: #afafaf; margin-left: 3px;}

/* menu horizontal */
.menuHorizontal { border-bottom: solid 1px #dddddd; height: 100px; background: white; }
.menuHorizontal .container { margin-top: 5px; width: 1077px; margin-left: auto; margin-right: auto; position: relative;}

.menuHorizontal .container .box1 { position: absolute; left: 5px; top: 10px; width: 250px; border-left: dotted 3px #4c4c4c; padding-left: 15px}
.menuHorizontal .container .box2 { position: absolute; left: 280px; top: 10px; width: 250px; border-left: dotted 3px #4c4c4c; padding-left: 15px}
.menuHorizontal .container .box3 { position: absolute; left: 550px; top: 10px; width: 250px; border-left: dotted 3px #4c4c4c; padding-left: 15px}
.menuHorizontal .container .box4 { position: absolute; left: 820px; top: 10px; width: 250px; border-left: dotted 3px #4c4c4c; padding-left: 15px}

.menuHorizontal .container h2 { font-size: 14px; color: #4e4e4e; margin: 0; padding: 0; margin-bottom: 10px;}
.menuHorizontal .container h3 { font-size: 11px; color: #4e4e4e; font-weight: normal; margin: 0; padding: 0; margin-bottom: 5px;}

/*search results */
.searchResults h2 { margin-left: 15px; margin-top: 10px; }

.noAdsBox { padding: 10px; text-align: center; background: #eceeec; margin-bottom: 5px; margin-top: 5px;}