* {
    margin: 0;
    padding: 0;
}

body {
    background: #E6E6E6;
    color: #000000;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #500C01;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

#header {
    background: url(images/header_bg.png) repeat-x;
    height: 132px;
    position: absolute;
    width: 100%;
}

#wrap {
    width: 95%;
    /*min-width: 958px;*/
    margin: 0 auto;
    text-align: center;
}

.logo {
    /* background: url(images/logo.png) no-repeat; */
    width: 341px;
    height: 142px;
    position: relative;
    top: 0;
}

.logo .buttons {
    position: absolute;
    bottom: 40px;
    left: 55px;
    color: #000;
}

.logo .buttons span {
    background: #500C01;
    padding: 5px;
    margin: 3px;
    border: 1px solid #000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.logo .buttons span:hover {
    background: rgba(0,0,0,0.75);
}

.logo .buttons span a {
    color: #FFFFFF;
    text-decoration: none;
}

.powered {
    position: absolute;
    top: 1px;
    right: 50px;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #E6E6E6;
}

.top {
    margin: 0 auto;
    position: absolute;
    right: 60px;
    text-align: right;
    top: 30px;
    width: 320px;
}

.top h1 {
    color: #FFFFFF;
}

.search {
    border: 1px solid #000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    padding: 5px;
    margin: 3px 3px 3px 0;
}

.gobutton {
    background: #500C01;
    color: #FFFFFF;
    padding: 5px;
    margin: 3px 0 3px 3px;
    border: 1px solid #000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gobutton:hover {
    background: rgba(0,0,0,0.75);
}

.text {
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

.text p {
    margin: 5px 0 15px 0;
}

.text h2 {
    font-size: 24px;
    color: #500C01;
    margin: 10px 0 10px 0;
    text-align: center;
}

.reglink {
    font-size: 36px;
    font-weight: bold;
}

#thumbs {
    float: left;
}

.container { 
    position: relative;
    width: 24%; 
    min-width: 230px;
    height: auto; 
    display: inline-block;
    margin: 3px; 
}

.container a { 
    text-decoration: none;
}

.image {
    position: relative; 
    width: 100%; 
    height: 100%; 
    z-index: 0; 
    border: 1px solid black; 
}

.overlay {
    background-image: url(images/overlayDefault.png); 
    background-position: center center; 
    position: absolute; 
    width: 100%; 
    height: auto; 
    z-index: 1; 
}
.overlay:hover { 
    background-image: url(images/overlayClick.png);
}

.camthumb {
    border: none;
    width: 100%;
}

.labels {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.75);
}

.labels .username { float: left; }
.labels .username img { position: relative; top: 0px; left: 4px; }
.labels .viewers { float: right; }

#thumbs .thumb {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 300px;
    height: 240px;
    border: 1px solid #000000;
}

#thumbs .thumb .over { 
    width: 300px; 
    height: 240px; 
    border: 0px;
}

#player {
    float: left;
    margin-right: 10px;
    margin-top: 30px;
}

.player {
    border: 2px solid #000000;
}
.player-mobile { display:none; max-width:100%; }

.below {
    width: 700px;
}

#related {
    float: left;
    margin-top: 22px;
}

#related h2 {
    font-size: 21px;
    margin: 0px 0px 5px 0px;
}

.related-thumb {
    width: 500px;
    height: 100px;
    margin-bottom: 10px;
}

.related-thumb img {
    float: left;
    margin-right: 5px;
    border: 2px solid #000000;
}

.related-thumb .title a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.related-thumb .title a:hover {
    text-decoration: underline;
}

.related-thumb p {
    font-size: 12px;
}

.related-thumb .smaller {
    font-size: 10px;
}

.related {
    margin: 20px 0 20px 0;
}

.related h3 {
    text-align: center;	
    font-size: 20px;
    margin-bottom: 10px;
}

#footer {
    background: #500C01;
    text-align: center;
    color: #E6E6E6;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}


.thumbnail-image-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    z-index: 200;
    background: url('images/thumb-play.png') no-repeat center;
    background-size: cover;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.thumbnail-image-mask:hover {
    opacity: 1.0;
    cursor: pointer;
}

.device { float:left; width:61px; height:61px; position:absolute; top:0; left:0; z-index:9999; display:none; }
.device.iphone { background:url('images/logo_iphone.png') no-repeat; }
.device.android { background:url('images/logo_android.png') no-repeat; }

/* ********************************************* PAGINATION STYLES */
.pagelist { margin:10px 5px 0 0; text-align:center; float:left; width:100%; font-family:Arial, Helvetica, sans-serif; font-size:25px; }
ul.pagination { padding:0; }
ul.pagination li span { }
ul.pagination li{
	border:0; margin:0; padding:0;
	list-style:none;
	margin-right:0px;
	display:inline-block;
	font-weight:bold;
}
ul.pagination a { margin-right:1px; text-decoration:none; display:inline-block; min-width:20px; }
ul.pagination a:hover { text-decoration:none; }
ul.pagination .previous-off, ul.pagination .next-off {
	display:inline-block;
	font-weight:bold;
	margin-right:1px;
	padding:4px 5px;
}
ul.pagination .next a, ul.pagination .previous a { font-weight:bold; background:none; }
ul.pagination .dots span { display:block; float:left; padding:4px 9px; } 
ul.pagination .active a{
	font-weight:bold;
	display:block;
	float:left;
	text-decoration:none;
}
ul.pagination a {
	display:block;
	float:left;
	padding:4px 9px;
	text-decoration:none;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
ul.pagination li.mobileonly { display:none; }
/* ********************************************* */
/* ********************************************* PAGINATION COLORS */
ul.pagination li span { color:#292929; }
ul.pagination li{ color:#616263; }
ul.pagination a { /*color:#292929; background:#c5c3c4;*/}
ul.pagination .previous-off, ul.pagination .next-off { color:#292929; }
ul.pagination .next a, ul.pagination .previous a { color:#292929; } 
ul.pagination .active a, .pagination a:hover{ /*color:#FFF; background:#8f1112;*/ }
/* ********************************************* */





form#searchForm { float:left; width:100%; }
form#searchForm p { float:right; margin-top:5px; }
form#searchForm input { float:left; }
form#searchForm input.btn { float:left; margin-left:4px; }

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial, Helvetica, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active, .btn.active { background-color: #cccccc \9; }

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-big { font-size:40px; line-height:60px; padding:10px 20px; }
.btn-red.active { color: rgba(255, 255, 255, 0.75); }
.btn-red {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-red:active,
.btn-red.active {
  background-color: #942a25 \9;
}

ul.pagination a.btn { font-size:25px; line-height:30px; }

.wrapper { width:1220px; position:relative; margin:0 auto; }