@charset "utf-8";
/* CSS Document */
body {
margin:0;
padding:0;
font: 13px/16px Arial, "Trebuchet MS";
background: url(images/glow.png) no-repeat top center #212426;
color: #999;
}

.left {float:left;}
.right {float:right;}
.center {margin: 0 auto;}
.inline {display: inline; }
.ta-c {text-align: center;}
.clear {clear:both;}

h1{display:inline;font-size:1.4em;}
h2{display:inline;font-size:1.25em;font-weight:normal;}
h3{display:inline;font-size:1.1em;font-weight:normal;line-height: 1.1em;}
a:link,A:active,A:visited{color:#57A3D2;text-decoration:none;}
a:hover{text-decoration:underline;color: #D22D2D;}
a:active,.search-submit-box:active {position: relative; top: 1px; outline: 0 !important;}

img{
	border:0;
}
.wrapper {
	width:970px;
}

.logo {
	display: block;
	height: 138px;
	width: 363px;
	margin: 4px 10px 0 10%;
	background: transparent url(images/logo.png) no-repeat;
}

.logo-small {
	display: block;
	height: 99px;
	width: 287px;
	margin: 0 10px;
	background: transparent url(images/logosmall.png) no-repeat 0 -6px;
}
a.logo:hover, a.logo-small:hover {
	opacity: 0.8;
}

.menu-items a,.menu-items li {
	display:inline-block;

}
.menu-items li {
	float:left;
}
.menu-items a {
	border-left: 1px solid #306596;
	border-right: 1px solid #1A4A8B;
	border-width: 0 1px;
}
.menu-items .first { border-left: 0; border-radius: 8px 0 0 0; }
.menu-items .last { border-right: 0; border-radius: 0 8px 0 0; }

.menu-items a {
	padding: 8px 10px 16px;
	color: #B2D4EF;
}
.menu-items a:hover,.menu-items a:active {
	color: #f4f4f4;
	background-color: #A61E1E;
	background-image: -moz-linear-gradient(#A32121 12%, #741111 100%);
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
}
.menu-items {
	margin: 0; padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.navi {
	background: #175588;
	background-image: -moz-linear-gradient(center top , #1D5991 10%, #1D4A88 50%);
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #2D6EA3;
	margin: 0 auto 15px;
	width: 800px;
}
.nav-box {
	overflow:hidden;
}
.iframed .header {
	min-width: 1000px;
}
.iframed .navi {
	margin: 0;
	background: transparent none;
	width: 680px;
}

.iframed .search-input-box {
	width: 500px;
}
.iframed .search-box {
	border-top: 0;
	margin-top: 0;
}
.remove-iframe {
	margin: -28px 20px 0 0;
	font-size: 0.85em;
}
.search-box {
	background-color: #2D6EA3;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 6px;
	padding-top: 5px;
	margin-top: -8px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.search-input-box {
	border: 2px solid #fff;
	border-right: 0;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f9f9f9 0%,#ddd 100%);
	border-radius: 6px 0 0 6px;
	float: left;
	line-height: 20px;
	padding: 4px 8px 4px 4px;
	height: 32px;
	width: 620px;
	margin-left: 2px;
}
.search-submit-box {
	background-color: #f1f1f1;
	background-image: -moz-linear-gradient(center top , #FBFBFB 0%, #D5D5D5 100%);
	border-radius: 8px;
	border: 2px solid #2D6EA3;
	float: left;
	height: 40px;
	margin-top: -5px;
	margin-left: -6px;
	width: 170px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.search-submit-box:hover {
	background-color: #C92E2E;
	background-image: -moz-linear-gradient(center top , #E83838 0%, #AE1818 100%);
	cursor: pointer;
}
.search-submit-box:hover .submitinput {
	background-image: url(images/search2.png);
	color: #f4f4f4;
	text-shadow: 0 1px 1px #000;
}
.submitinput {
	font-size: 15px;
	font-family: inherit;
	font-weight: bold;
	border: 2px solid #FFFFFF;
	border-bottom-color: #f9f9f9;
	background: url(images/search.png) no-repeat 94% center;
	border-radius: 8px;
	padding: 4px 4px 6px 8px;
	text-align: left;
	color: #255D89;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}
.textinput {
	color: #6D889D;
}
.textinput:hover, .textinput:active, .textinput:focus {
	color: #173C59;
}
.navi input {
	width: 100%;
	height: 100%;
	border: 0 none;
	background-color: transparent
}
.toggler-tags {
	background-color: rgba(0,0,0, 0.12);
	box-shadow: 0 2px 4px 1px rgba(0,0,0, 0.1);
	border-radius: 20px;
	padding: 5px 7px;
	display: inline-block;
	text-shadow: 0 1px 0 #000;
	border: 1px solid rgba(42, 63, 82, 0.35);
}
.toggler-tags:hover {
	background-color: rgba(0,0,0, 0.09);
	border-color:rgba(42, 63, 82, 0.5);
	text-decoration: none;
}
.tag-box {
	margin: 5px 0;
	padding: 10px;
	text-align: center;
	text-shadow: 0 1px 0 #000;
}
.tag-box a {
	line-height: 1.4em;
}
.table2, .table3, .navi {
	box-shadow: 0pt 1px 2px 2px rgba(0,0,0, 0.4);
	outline: 2px solid #141414;
	outline: 2px solid rgba(0,0,0, 0);
}
.table2, .table3 {
	background-color: #f4f4f4;
	color: #484848;
	width:100%;
	margin-bottom:5px;
	border: 2px solid #2D6EA3;
}
th {
	background-color: #17507E;
	color: #ccc;
	font-weight: normal;
	border-bottom: 2px solid #1B4470;
	padding: 6px;
	text-shadow: 0 1px 0 #101112;
}
th h1 {
	line-height: 1.16em;
}
.table2 tr {
	background-color: #f4f4f4;
	background: -moz-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
}
th a{
	color: #efefef !important;
}
.table2 td,.table3 td {
	border-bottom:1px solid #e2e2e2;
	border-top: 1px solid #fff;
}
.table2 tr:hover td {
	border-top-color: #F5F9FB;
	border-bottom-color: #CBD9E6;
}
.table2 tr:hover {
	background: #D5E3F1;
	background-image: -moz-linear-gradient(center top , #BFD5E7 0%, #E7EFF7 100%);
}
td {
	padding: 6px 8px;
}

.table3 tr{
	background: #f5f5f5;
}
.td-min {width: 1%;}
.torrentinfo tbody {
	font-size: 1.1em;
}
.thleft { text-align: left; }
.tdleft a { display: inline-block;color:#333; word-break: break-word; }
.tdleft a:hover {color:#000;}
.thleft{border-left:0;text-align:left;}
.thright{border-right:0;}
.tdleft{text-align:left;font-size: 1em;}
.tdright{text-align:center;width:5%;white-space:nowrap;font-size:0.8em}
.tdnormal{text-align:center;width:5%;white-space:nowrap;font-size:0.8em}
.tdnormalcomment{border-right:1px solid #999;text-align:left;width:20%;white-space:normal;}
.tdseed{text-align:center;width:5%;white-space:nowrap;color:#060;font-size:0.8em}
.tdleech{text-align:center;width:5%;white-space:nowrap;color:#900;font-size:0.8em}
.tt-name{float:left;}
.tt-options{float:right;}
.tt-comment{display:inline;font-size:0.8em}
.tt-vup{display:inline;color:#090;font-size:0.8em}
.tt-vdown{display:inline;color:#900;font-size:0.8em}
.na{font-weight:bold}

.th-icon {
	display: inline-block;
	width: 16px; height: 16px;
	background: transparent url(images/tableIcons.png) no-repeat;
	opacity: 0.5;
}
.active .th-icon,.active .thnormal,.active .thright {
	background-image: none;
	text-indent: -9999px;
}
.th-icon:hover {
	opacity: 1;
}
.th-time {
	background-position: 0 0;
}
.th-file {
	background-position: -16px 0;
}
.th-leech {
	background-position: -32px 0;
}
.th-seed {
	background-position: -48px 0;
}

.search_stat {
	text-align:center;
}
.search_stat span,.search_stat a {
	font-size:12px;
	display:inline-block;
	margin:0 3px;
	padding:2px 5px;
	outline: 1px solid #141517;
}
.search_stat p { display: inline-block; margin: 0 4px; }
.search_stat .disabled, .search_stat .active {
	background: #1E2021;
	border-radius: 8px;
	padding: 3px 6px;
	margin: 0 5px;
	outline: 0;
}
.search_stat a {
	background-color: #1F3D5E;
	border: 2px solid #274973;
	text-shadow: 0 1px 0 #101112;
}
.search_stat a:hover,.search_stat a#next:hover {
	background-color: #2E5987;
	border: 2px solid #3C70B0;
}
.search_stat #next, .search_stat #previous {
	margin: 0 5px;
	padding: 4px 7px;
	background-color: #254A71;
	border: 2px solid #2E5C93;
}

.footer,.floating-box,.note-box {
	background: #1E2021;
	border-radius: 12px;
}
.floating-box,.note-box  {
	padding: 6px 8px;
	margin: 4px;
}
.footer {
	text-align: center;
	padding: 10px;
	margin: 60px 30px 50px;
}

.cloud1{display:inline;font-size:1.6em;font-weight:bold;margin-right:10px;color: #000;text-shadow: 0 0 10px rgba(38, 115, 186, 0.7);}
.cloud2{display:inline;font-size:1.5em;font-weight:bold;margin-right:10px;color: #000;text-shadow: 0 0 10px rgba(38, 115, 186, 0.5);}
.cloud3{display:inline;font-size:1.4em;font-weight:bold;margin-right:10px;text-shadow: 0 0 10px rgba(38, 115, 186, 0.3);}
.cloud4{display:inline;font-size:1.3em;margin-right:10px;opacity: 0.9;}
.cloud5{display:inline;font-size:1.2em;margin-right:10px;opacity: 0.85;}
.cloud6{display:inline;font-size:1em;margin-right:10px;opacity: 0.8;}
.cloud7{display:inline;font-size:0.9em;margin-right:10px;opacity: 0.75;}
.cloud8{display:inline;font-size:0.8em;margin-right:10px;opacity: 0.7;}
.green{color:#060}
.red{color:#F00}
.fileline{line-height:20px;clear:left;font-size:0.9em}
.filelinesize{color:#666;font-weight:bold;display:inline;font-size:0.8em}
.userfeedbacktable a{
	color:#000;
}
.commentsmall{font-size:0.7em;}
.commentheader{font-size:0.8em; color:#333}
.tosa{
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 30px;
	overflow-x: hidden;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}
.bigtosa a{
	text-decoration: none;
}
.toswebsite{
	color: #DA2121;
	font-size: 17px;
	line-height: 30px;
	width: 220px;
	display: inline-block;
}
.tostitle {
	color: #336699;
	margin-right: 10px;
	display: inline-block;
	padding-top: 0;
	width: 525px;
}

.toscat{
	color: #000;
	margin-right: 10px;
	display: inline-block;
	padding-top: 0;
	width: 75px;
	font-size: 0.8em;
}
.tosdate{
	display: inline-block;
	padding-top: 0;
	color:#000;
	text-align:right;
	font-size: 0.8em;
}

.recentsearch { margin: 4px 0; font-size: 0.85em; }

.thetags {
	line-height: 1.46em;
	font-size: 1.3em;
}

.smallish {
	color: #777;
	font-size: 90%;
}
.torrentcontent td {
	background-color: #fff;
}
.toggler-table {
	width: 16px;
	height: 16px;
	display: block;
	border: 2px solid #275B85;
	border-left: 0;
	margin: 1px -18px 0 0;
	border-radius: 0 4px 4px 0;
	background: #14446A url(images/toggleIcons.png) no-repeat;
}
.toggler-table.active {
	background-position: -16px 0;
}
.table-showmore {
	background-color: #F0F5F9;
	border: 1px solid #FFFFFF;
	border-radius: 7px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
	padding: 3px 4px;
	text-shadow: 0 1px #FFFFFF;
}

tr.dummy:hover { background: transparent none !important; }
.socailicons {
	text-align: center;
	
}

.si {
	width: 32px;
	height: 32px;
	display: inline-block;
	opacity: 0.75;
	margin: 0 4px 8px;
	
}
.si:hover {
	opacity: 1;
}
.si-facebook {
	background-image: url(images/facebook-32.png);
}
.si-tumblr {
	background-image: url(images/tumblr-32.png);
}
.si-twitter {
	background-image: url(images/twitter-32.png);
}
.si-friendfeed {
	background-image: url(images/friendfeed.png);
}

.iframed .navi {
	margin: 30px 0 0;
}




.table-default a{
	    display: inline-block;
    word-wrap: break-word;
    width: 100%;
    max-width: 500px;
}

*{
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
	.logo {
		display: block;
		height: 100px;
		width: 100%;
		background-size: contain;
		margin: 5px;
	}
	
	.navi{
		    margin: 0;
    width: 100%;
	}
	.menu-items.right{
		display:none
	}
	
	.search-input-box{
		width: calc(100% - 180px);
	}
	.wrapper {
    width: 100%;
}
}