/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #333;
/*	background: #FFF url(bg.jpg) repeat-x; */
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: ##006600; }
a:hover { background: inherit; color: #000000; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #0033FF;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em;}
h3 { font-size: 1.2em; }

h1, h2, h3 {
	margin: 10px 0px;
}

h3 {
	border-bottom: 1px dashed #0568A7;
}

p {
	margin: 5px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #72A545;	
}
ul span, ol span {
	color: #333;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* form elements */
form {
	margin:0px; padding: 0; margin-bottom: 10px; margin-top: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #CCC;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	margin-right: 5px;
}

select {
	padding: 2px;
	border:1px solid #CCC;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	width: 100px;
	margin-right: 5px;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 180px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 860px;
}

/* header */
#header {
	background: #FFF url(../bg_main3.png) repeat-x;

	height: 100px;
	text-align: left;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 4em 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: -3px; left: 0px;
}
#header-content #slogan {
	position: absolute;
	font: bold 1.1em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 64px;
	left: 175px;
	width: 596px;
	height: 22px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 32px;
	top: 6px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 564px;
	height: 40px;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #00FF00;
	color: #000;
}
#header-content li a#current  {
	background: #00FF00;
	color: #000;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 870px;
	padding: 15px 10px 15px 10px; 
	background: #fff;
}

/* images */
.headerphoto a img {  
  border: 2px solid #72A545; /* #32CD32; */
}
.headerphoto a:hover img {  
  border: 2px solid #806B4D !important; /* IE fix*/
  border: 2px solid #72A545; /* #32CD32; */
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 25%;
	margin: 0 0 10px 0; padding: 0;	
}	

#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
}
.sidebox {
	background: #F2F2F2;
	border: 1px solid #EFEDED;
	padding: 5px;
	margin-top: 10px;
}

/* sidebar menu */
#sidebar ul {
	list-style:none;
	margin: 10px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul li {
	padding: 0px 10px;
}

#sidebar ul a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #7CC9FA;
	text-decoration:none;
}
#sidebar ul a.top{	
/*	border-top: 1px dashed #CCC; */
}
#sidebar ul a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #7CC9FA;
	color: #535353;		
}

#sidebar ul a.selected {
	display:block;
	font-weight:bold;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #7CC9FA;
	text-decoration:none;
	border-left: 5px solid  #7CC9FA;
}


/* main */
#main {
	float: left;
	width: 73%;	
	margin: 0 0 10px 0; padding: 0;	
}

#main #bread-navi {
	margin: 0 auto;
	font-size: 7pt;
	padding: 2px;	
	text-align: left;
	border-bottom: 1px solid #7CC9FA;
	border-top: 1px solid #7CC9FA;
	background: #f2f2f2;
}

#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
}

.post {
	margin: 0; padding: 0;
	background: #FFF url() repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}
#footer h3, #footer p {
	margin-left: 0;
	border: 0;
}
#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #006600;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #000;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
}

.col {
	width: 69%;
}
.col2 {
	width: 29%;
}

.w50 {
	width: 49%;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
.align-center {
	text-align: center;
}
/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

.orange {
	color: orange;
}

.pink {
	color: #FF99FF;
}

.purple {
	color: purple;
}

table.main-torrents {
/*	background-color: #CCC; */
	width: 100%;
	padding: 0;
	margin: 0;	
}

table.main-torrents td {
	padding: 2px;
	border-bottom: 1px solid #CFE8EF;
}

table.main-torrents tr.even:hover,
table.main-torrents tr.odd:hover {
	background-color: #CFE8EF;
}

table.main-torrents tr.table-header td{
	font-weight: bold;
	background: #F2F2F2;
	padding: 2px;
}

table.main-torrents tr.odd{
	background-color: white;
}

table.main-torrents tr.even{
	background-color: white;
}

table.main-torrents tr.dir{
	background-color: #CFE8EF;
}

td.filename {
	overflow: hidden;
}

span.seed {
	color: #009933;
}

td.seed {
	color: #6B8E23;
}

table.main-torrents td.seed {
	color: #6B8E23;
	width: 30px;	
}

span.leech {
	color: #00008B;
}

td.leech {
	color: #00008B;
}

table.main-torrents td.leech {
	color: #00008B;
	width: 30px;	
}

table.main-torrents td.size{
	width: 80px;	
}

table.main-torrents td.category {
	width: 70px;	
}

.paging {
	padding: 2px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	margin: 0 auto;
	margin-top: 5px;
}

.paging span.disable {
	font-size: 20px;
	font-weight: bold;
}

div.link {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 5px;
}

div.link span {
	margin-left: 10px;
	font-size: 12px;
}

.usenext {
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	padding: 10px;
}

.usenext .text {
	font-size: 12px;
	font-weight: normal;	
	margin: 5px;
}

.torrentgeneral {
	width: 100%;
	line-height: 2em;
	margin-bottom: 1em;
}

.torrentgeneral img {
	padding: 0px;
}

.torrentgeneral strong {
	float: left;
	width: 10em;
}

.downloadimage {
	float: left;
	padding-right: 10px;
}

/* vote box */
div.vote-box {
	text-align: center;
	border: 1px solid black;
	width: 60px;
	font-family: Arial; 
	font-size: 12px;
	border: 1px solid #969696;
	background-image: url();	
	float: right;
}

div.vote-box .count {
	color: #FFFFFF;
	font-size: 22px;
	display: block;
	height: 30px;
	text-align: center;
	background-image: url();
	padding-top: 10px;	
}

div.vote-box .action {
	padding: 0;
	font-weight: none;
	text-align: center;
	display: block;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
}

div.vote-box a{
	color: #000;
}

div.vote .disabled{
	color: #A7A7A7;
	cursor: default;
}

table.table {
	width: 100%;
	margin-top: 5px;
}

table.table tr {

}

table.table tr td {
	font-size: 85%;
	width: 90%;
	vertical-align: top; 
	padding: 5px;
}

.table td.vote {
	align: center;
	width: 10%;
}

.table td span {
	margin-right: 5px;
}

.title {
	font-size: 150%;
	font-weight: bold;
	color: #4F9EC9;
}

/* network div */
#network {
	height: 25px; 
	background: url('') ;
	clear:both;
	border-bottom:1px solid #999999;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	display: block;
}

#network_logo { 
	margin-left: 10px; 
	padding-top: 3px; 
	float:left; 
}

#network_links {
	padding-top: 3px; 
	margin-right: 20px; 
	float:right;
}
.small {
	font-size: 9px;
}

