/*
CSS for tv.holysh1t.net
made by Lashknife <lashknife@gmail.com>
"Learn from this document, do not copy it!"
*/

/** LIBRARY **/
#lib-sponsor-box {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 562px;
	height: 230px;
	border: solid 3px #222;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: black;
	background-image: url("../images/sidebox.jpg");
}

#lib-queue-box {
	position: absolute;
	right: 20px;
	top: 276px;
	width: 542px;
	height: 210px;
	border: solid 3px #222;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #333;
	background-image: url("../images/sidebox.jpg");
	padding: 10px;
}
#lib-dynamic-box {
	position: relative;
	width: 586px;
	height: 466px;
	background-color: black;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: solid 3px #222;
	padding: 10px;
	background-image: url("../images/sidebox-606x486.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
#lib-dynamic-box h2 { margin-bottom: 10px; }
.lib-suggestion {
	background-color: white;
	color: black;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	height: 180px;
	margin: 20px 10px 0px 10px;
	padding: 10px;
	position: relative;
}
.lib-sug-gametype-img {
	margin: 15px 0px 0px 17px;
}
.lib-sug-info-box {
	position: absolute;
	top: 15px;
	left: 150px;
}
.lib-sug-map-box {
	position: absolute;
	bottom: 10px;
	left: 3px;
}
.lib-sug-map {
	float: left;
	position: relative;
	padding: 0px 16px;
	height: 72px;
}
.lib-sug-map .libmapqueueicon {
	position: absolute;
	top: -8px;
	right: 12px;
	cursor: pointer;
}
.lib-sug-map .libmapplayicon {
	position: absolute;
	top: 48px;
	right: 8px;
}

#lib-sliderbox {
	position: absolute;
	top: 0px;
	left: 317px;
	width: 600px;
	height: 480px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border: solid 3px #222;
	padding: 10px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: black;
}
#lib-player-resize {
	position: absolute;
	top: -3px; left: -42px;
	width: 36px;
	height: 70px;
	-moz-border-radius: 0px 0px 0px 20px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 20px;
	border: solid 3px #222;
	background-color: #444;
}
#enlarge-player-size-icon {
	position: absolute;
	top: 2px;
	left: 2px;
	cursor: pointer;
}
#reduce-player-size-icon {
	position: absolute;
	top: 36px;
	left: 2px;
	cursor: pointer;
}
#lib-closer {
	position: absolute;
	bottom: 20px;
	left: -42px;
	width: 32px;
	height: 32px;
	padding: 2px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 20px;
	border: solid 3px #222;
	background-color: #444;
	display: none;
}
#lib-closer-img {
	cursor: pointer;
}
#wire-lib-casters-left {
	position: absolute; bottom: -48px; left: 49px;
	background-image: url("../images/wire-tv-casters-left.png");
	background-repeat: no-repeat;
	background-position: -2px -30px; /* left top */
	width: 35px;
	height: 45px;
}
#wire-lib-casters-right {
	position: absolute; bottom: -48px; right: 49px;
	background-image: url("../images/wire-tv-casters-right.png");
	background-repeat: no-repeat;
	background-position: -18px -30px; /* left top */
	width: 35px;
	height: 45px;
}

#lib-caster-box {
	position: absolute;
	left: 50%;
	margin-left: -226px;
	bottom: -67px;
	height: 38px;
	width: 440px;
	padding: 3px;
	border: solid 3px #222;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #444;
	line-height: 38px;
	font-size: larger;
	font-weight: bold;
}
#lib-caster-box.closed {
	width: 52px;
	margin-left: -20px;
}
#lib-caster-box.closed #lib-caster-list {
	display: none;
}
#lib-playertoggle { float: left; margin-left: 6px; padding: 4px; visibility: visible; }
#lib-playertoggle-img { cursor: pointer; }
#lib-caster-list {
	float: right;
}
#lib-caster-list span {
	float: left;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0px 6px;
	text-align: center;
	text-shadow: black 4px 3px 4px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=120,strength=4);
}
#lib-caster-list span.caster {
	background-color: #bb4422;
	padding: 0px 12px;
}
#lib-caster-list span.first {
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-bottomleft: 14px;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
}
#lib-caster-list span.last {
	-moz-border-radius-topright: 14px;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-top-right-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
}
#lib-caster-list span.no-casters {
	/*width: 300px;*/
	background-color: white;
	color: black;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

#library-box {
	margin-top: 20px;
	position: relative;
	background-color: #333;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: solid 3px #222;
	color: white;
}

#lib-header {
	padding: 20px;
}
#lib-nav {
	position: relative;
	background-color: white;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	height: 30px;
	color: black;
	margin: 0 20px;
	padding-bottom: 5px;
}
#lib-nav-left {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 30px;
	line-height: 30px;
}
#lib-nav-left img {
	vertical-align: middle;
	padding: 1px;
	border: dotted 1px black;
}
#lib-nav-left img.active {
	border-style: solid;
}
#lib-nav-center {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
}
#lib-nav-right {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 30px;
	line-height: 30px;
}
#lib-nav-right img {
	vertical-align: middle;
}
#lib-find {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: black;
}
#lib-nav-item-choice-from {
	width: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: black;
}
#lib-nav-item-choice-to { font-weight: bold; }
#lib-nav-item-total { font-weight: bold; }
#lib-ad {
	position: relative;
	background-color: white;
	text-align: center;
	margin: 0 20px;
	padding-top: 10px;
}
#lib-games {
	position: relative;
	background-color: white;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	color: black;
	margin: 0px 20px 20px;
	padding: 10px;
}
#lib-thead {
	border-bottom: dotted 1px black;
	font-weight: bold;
	padding: 10px 0px;
}
#lib-thead .ltc-1,#lib-thead .ltc-2,#lib-thead .ltc-3 { padding: 0px 10px; }
.ltc-1 {
	width: 70px;
	float: left;
}
.ltc-2 {
	width: 320px;
	float: left;
}
.ltc-3 {
	width: 682px;
	float: left;
}
.libtr { height: 100px; border-bottom: dotted 1px silver; }
.libtr .ltc-1 { text-align: center; height: 80px; padding: 10px; }
.libtr .ltc-2 { height: 80px; padding: 10px; }
.libtr .ltc-3 { height: 80px; padding: 10px; }
.libtr .ltc-2 ul {
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
	
.libmap {
	float: left;
	position: relative;
	border-left: dotted 1px silver;
	padding: 0px 20px;
	margin-top: 4px;
	height: 72px;
}
.libmap .libmapqueueicon {
	position: absolute;
	top: -8px;
	right: 12px;
	cursor: pointer;
	display: none;
}
.libmap .libmapplayicon {
	position: absolute;
	top: 48px;
	right: 8px;
}


