/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/*** Base Styles ***/
body{
	color: #343434;
	font-family: Arial;
	font-size: 16px;
	line-height: 1.8;
	/*background: url('../images/stripe.png') top left repeat #92b269;*/
	background: #000;
	word-break: break-word;
}

a, a:visited{
  color: #4bcf51;
	text-decoration: none;
}

a:hover{
	color: #4bcf51;
	opacity: 0.7;
}

input{
	margin-bottom: 10px!important;
}
label{
	margin-bottom: 5px;
}

ul{
	padding-left: 35px;
}
ul li{
	list-style-type: disc;
}

strong{
	color: inherit;
}

input[type="checkbox"]{
	float: left;
}

td{
	word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.3;
}

p{
	line-height: 1.8;

}

h1{ }
h2{ font-size: 22px; }
h3{ font-size: 18px; }
h4{ }
h5{ }
h6{ }

/*** Header ***/
.header{
	padding: 25px 0px;
	padding-bottom: 10px;
}

.nav{

	padding: 0px;
}

.nav li{
	display: block;
	list-style-type: none;
	float: left;
}
.nav li a{
	display: block;
	padding: 0px 10px;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.nav li a:hover{
	color: #4bcf51;
}

.account-box{
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 10000;
}
.account-box a{
	font-size: 22px;
	color: #fff;
	font-weighT: 700;
	text-decoration: none;
}
.account-box a:hover{
	color: #f58f1b;
}

.menu-pull{
	display: none;
}
/*** Main area ***/

.wrap{
	position: relative;
}

.inner-wrap{
	background: #f5f5f5;
	padding: 20px;
	margin: 20px 0px;
	border: solid 1px transparent;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    0px 1px 8px rgba(255, 255, 255, 0.75);
	box-shadow:         0px 1px 8px rgba(255, 255, 255, 0.75);
	position: relative;
}


/*** Footer ***/

.footer{
	color: #fff;
	font-size: 11px;
	padding-bottom: 20px;
}

.footer-nav{
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
.footer-nav li{
	display: inline-block;
	margin-bottom: 5px;
	list-style-type: none;
	padding: 0px 2px;

}

.footer-nav li a{
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}
.footer-nav li a:hover{
	color: #f58f1b;
}
.tagline{
	text-align: center;
}
.tagline strong{
	color: #fff;
	font-style: italic;
}

/*** slideout menu ***/

.slide-menuCont{
	display: none;
	position: absolute;
	left: -200px;
	right: 0;
	width: 200px;
	height: 100%;
	background: url('../images/slide-stretch.png') top right repeat-y #fff;

}
.slide-nav{
	margin-top: 60px;
	margin-left: 25px;
	padding: 0;
}
.slide-nav li{
	list-style-type: none;
	margin-bottom: 20px;
	padding-right: 20px;
}
.slide-nav li a{
	display: block;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


/*** Admin area ***/
.admin-menu{
	padding-left: 40px;
}
.admin-menu li{
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.admin-menu li a{
	font-size: 22px;
}

.right-ad{
	float: right;
}

.content{
	width: 750px;
	float: left;
}

.clear{
	clear: both;
}

.nsfw-checkbox label{
	display: inline-block;
	vertical-align: top;
}
.nsfw-checkbox input{
	vertical-align: top;
}

.nsfw-checkbox{
	margin-bottom: 5px;
}
input[name="address"]{
	margin: 5px 0px;
	padding: 5px;
	width: 400px;
}

.admin-form > form > div{
	clear: both;
}

.admin-table{
	table-layout: fixed;
	width: 100%;
}
.admin-table th, .admin-table td{
	padding: 5px;
	border: solid 1px #ccc;
}
.admin-table th{
	text-align: left;
	font-weight: 700;
}

.admin-tabs{
	clear: both;
	margin: 15px 0px;

}
.admin-tabs a{
	display: inline-block;
	margin: 0px 10px;
}
.admin-tabs a.active{
	font-weight: 700;
}


.start-form input[type="text"]{
	padding: 5px;
}

.account-box{
	height: 50px;
}

.sub-menu{
	display: none;
	position: absolute;
	top: 42px;
	left: -30px;
}

#visit-iframe{
	margin-top: 150px;
}

#top-bar{
	padding: 15px;
	position: fixed;
	color: #fff;
	top: 0;
	height: 150px;
	width: 100%;
	background: #000;
	box-sizing: border-box;
}
#top-bar a{
	color: #fff;
}
#top-bar a:hover{
	text-decoration: underline;
}
#left-bar{
	margin-right: 25px;
	font-weight: 700;
	position: absolute;
	right: 0px;
	bottom: 5px;
}
#left-bar a{
	text-decoration: none;
}
#timer{
	font-size: 24px;
}
#skip{
	margin-right: 40px;
	font-size: 18px;
}
#likes{
	position: absolute;
	left: 529px;
	top: 80px;
}
#likes img{
	margin-left: 15px;
	width: 25px;
}

#totalLikes{
	color: #fff;
	margin-left: 7px;
	font-size: 23px;
}

#bookmark, #likesLink{
	font-size: 18px;
	font-weight: 700;
}

#visit-ad{
	position: absolute;
	background: #fff;
	height: 90px;
	right: 24px;
	top: 10px;
	width: 768px;
}
#balance-info{
	position: absolute;
	left: 328px;
	top: 72px;
	font-size: 18px;
}
.error{
	color: #DE0000;
}

.no-confirmed a{
	color: #DE0000;
}

.payment-received{
	color: #00D407;
	font-size: 24px;
	display: block;
	margin: 10px 0px;
	font-weight: 700;
}

.pay-to h2{
	text-align: center;
	font-weight: 700;
	font-size: 28px;
}

.site-list{

}

.site-list li{
	list-style-type: none;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}

.account-stats{
	table-layout: fixed;
	width: 100%;
	margin: 15px 0px;
}

.account-stats td, .account-stats th{
	padding: 5px;
	border: solid 1px #ccc;
}

.account-stats th{
	font-weight: 700;
	text-align: left;
}

.site-list .pause, .site-list .play{
	font-size: 18px;
	margin: 10px 0px;
	display: block;
}

.admin-stats li strong{
	display: inline-block;
	width: 250px;
}
.admin-table{
	font-size: 11px;
}

.admin-page .content{
	width: 100%;
}
.admin-page .right-ad{
	display: none;
}
.site-table{
	table-layout: auto;
}
.site-table tr td:first-child{
	width: 200px;
}

.content{
	word-wrap: break-word;
}

.stats-table{
	font-size: 11px;
	width: 100%;
}
.stats-table td, .stats-table th{
	padding: 5px;
	border: solid 1px #ccc;
}
.stats-table th{
	font-weight: 700;
	font-size: 12px;
	text-align: left;
}

.footer-donate{
	text-align: center;

}

.second-nav.nav{
	margin-top: -15px;

}
.second-nav.nav li a{
	font-size: 14px;
	padding: 0px 5px;

}

.second-nav.nav li{
	margin-bottom: 5px;
}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.nav li a, .account-box a{
			font-size: 16px;
		}

		.logo img{
			width: 320px;
		}

		.content{
			width: auto;
		}

		.visit-logo{
			display: block;
		}

		#top-bar{
			height: 109px;
		}

		#balance-info{
			top: 80px;
			left: 189px;
		}

		#likes{
			left: 380px;
			top: 100px;
		}

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {



		.logo img{
			width: auto;
			max-width: 100%;
		}


		.logo{
			text-align: center;
			padding-top: 20px;
		}

		.nav{
			display: none;
		}
		.inner-wrap{
			padding-top: 45px;
		}
		.menu-pull, .menu-pull:visited{
			display: inline-block;
			background: #424242;
			color: #fff;
			padding: 2px 6px 0px 6px;
			border: solid 1px #424242;
			border-radius: 3px;
			font-size: 18px;
			text-decoration: none;
			position: absolute;
			left: 15px;
			top: 10px;
			z-index: 10000;

		}
		.menu-pull:hover, .menu-pull.active{
			color: #f58f1b;
		}

		.slide-menuCont{
			display: block;
		}

		.content{
			float: none;

		}

		.right-ad{
			display: none;
		}
		.inner-wrap{
			overflow: hidden;
		}

		input[name="address"] {
			width: 100%;
		}

		#visit-ad{
			display: none;
		}

		#likes{
			display: none;
		}
		#top-bar > span{
			display: none;
		}

		#balance-info{
			position: relative;
			left: auto;
			top: auto;
		}
		#left-bar{
			position: relative;
			bottom: auto;
			right: auto;
			margin-right: 0px;
		}

		#top-bar{
			text-align: center;
		}
		#bookmark, #likesLink{
			display: none;
		}

		.pull-right{
			margin-left: 0px!important;
			float: none!important;
		}


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {


	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		h1{
			font-size: 28px;
			line-height: 1.3;
		}

		h2{
			font-size: 24px;
			line-height: 1.3;
		}




		.visit-logo img{
			width: 290px;
		}
		#top-bar{
			height: 94px;
		}

	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

.pull-right{
	margin-bottom: 10px;

}
