/* --------------------------------------------------------------
    Default CSS styles for all common browsers
    Brothers in art
    http://www.brothersinart.net
---------------------------------------------------------------*/



/*  SEANS TIPS & HACKS
---------------------------------------------------------------*/

/* uncomment the following to debug boxes
	* {border: solid #cccccc 1px;}
 */










/*  BASE
---------------------------------------------------------------*/
body {
  background: #000000 url("../images/body_bg2.gif") repeat-x center top;
/*  background: #EAF4F4 url("../images/body_bg2.gif") repeat-x center top; */
  margin: 0 0 20px 0;
  padding: 0;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:70%;
/*  font-size: 1.0em; */
  line-height: 16px;
  color: #666666;
}





/*  forms -----------------------------------------------------*/
form {
  margin: 0;
  padding: 0;
}
form .f_field {
  background: #FFFFFF url("images/field_bg.gif") no-repeat left top;
  border: 1px solid #767676;
  vertical-align: middle;
  padding: 1px;
}
form .f_textarea {
  background: #FFFFFF url("images/field_bg.gif") no-repeat left top;
  border: 1px solid #767676;
  vertical-align: middle;
  padding: 1px;
}
form .f_button {
  vertical-align: middle;
  margin-top: 4px;
}

.admin fieldset {
	width:500px;
	border:solid 1px rgb(15,42,87);
  margin: 6px;
  padding: 18px;
/*	background-color:rgb(213,216,212); */
	}

.admin fieldset legend {
	padding:6px 4px 6px 4px;
	color:rgb(18,11,14);
	font-weight:bold;
	/* font-size:130%; */
}

.admin label.leftr {
	float:left;
/*	width:100px; */
	margin:0 0 0 10px;
	padding:2px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:rgb(206,4,39);
	font-size:0.96em;
}




/*  tables ----------------------------------------------------*/
table {
  border: 0;
}






/*  images ----------------------------------------------------*/
img {
  border: 0;
}
img.img-left {
  float:left;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
img.img-right {
  float:right;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
img.img-lhs {
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
img.icon {
  vertical-align: top;
  margin-right: 2px;
}



/*  links -----------------------------------------------------*/
a {
  color: #1C5C9A;
  text-decoration: none;
  font-weight: underline;
}
a:hover {
  color: #6398CD;
  text-decoration: none;
  font-weight: normal;
}






/*  CONTAINER AND PAGE - (Adjust column widhts HERE)
---------------------------------------------------------------*/
#container {
  position: relative;
/*  background: #FFFFFF url("../images/bodybg.jpg") repeat-y left top; */
/*  width: 985px; */
  width: 900px;
  padding: 4px 4px 4px 4px;
  margin: 0 auto 0 auto;
/*  border: solid yellow 1px; */
}
#page {
  position: relative;
/*  background: url("../images/bodybg.jpg") repeat-y left top; */
/*  background: url("http://images.torrentspy.com/page_bg.gif") no-repeat left top; */
  width: 900px;
  min-height: 556px;
  background : White;
/*  padding: 4px 4px 4px 4px; */
/*  border: solid orange 1px; */
}
/*  HEADER
---------------------------------------------------------------*/
#header {
  height: 166px;
  background : #000000;
/*  margin: 4px 4px 4px 4px;
  padding: 4px 4px 4px 4px;
  border: solid red 1px; */
}
#logo {
  position: absolute;
  float: left;
}
/* IE5 Mac only */
#nav {
  padding: 33px 25px 0 0;
  width: 500px;
  float: right;
  text-align: right;
}
/* All browsers \*/
#nav {
  margin: 33px 25px 0 0;
  padding: 0;
  float: right;
  text-align: right;
}
/* end hack */
#nav ul {
  margin: 0;
  padding: 0;
}
#nav ul li {
  display: inline;
  margin: 0 0 0 5px;
  padding: 0;
}
/*  COLUMNS
---------------------------------------------------------------*/
#cols {
/*  padding: 0 8px 0 8px; */
/*  background: url("images/bodybg.jpg") repeat-y left top; */
/*  padding: 60px 0px 0px 0px; */
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  border: solid green 1px;
}
#col-right {
  float: right;
  width: 655px;
/*  background: url("images/contentbg.jpg") repeat-y left top; */
/*  width: 744px; */
  margin: 0 0 0 0;
  padding: 4px 4px 4px 4px;
/*  border: solid red 1px; */

}
#col-left {
  float: left;
  width: 235px;
  background-color: #D8EDF7;
  margin: 0 0 0 0;
}


#col-left a {
  color: #0000FF;
  font-size: 1.2em;
  text-decoration: normal;
  font-weight: normal;
}
#col-left a:hover {
  color: #FF6700;
  text-decoration: none;
  font-weight: normal;
}









/*  RIGHT COLUMN
---------------------------------------------------------------*/
/*  search ----------------------------------------------------*/
/* IE5 Mac only */
#search {
  padding: 0;
  margin: 0;
  padding: 25px 0 0 100px;
  height: 75px;
}
/* All browsers \*/
#search {
  padding: 0;
  margin: 0;
  padding: 25px 0 0 100px;
  height: 85px;
}
/* end hack */
#search p {
  padding: 0;
  margin: 0 0 0 100px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 11px;
  font-weight: bold;
  color: #3A3C3D;
}
/* IE5 Mac only */
#search-nav {
  text-align: left;
  padding: 0 15px 0 15px;
}
/* All browsers \*/
#search-nav {
  text-align: right;
  padding: 0 15px 0 15px;
}
/* end hack */
#search-nav a {
  margin-left: 5px;
}
#search-nav a.help {
  float: left;
  margin-left: 0;
}
#search img {
  vertical-align: middle;
  margin-right: 10px;
}
#search .f_field {
  width: 380px;
}
#search .f_button {
  margin-left: 10px;
}

/*  sub columns --- NOT USED --- NOT USED ---- NOT USED ---- NOT USED -------------*/
/*
.sub-cols {
  padding: 20px 20px 0 20px;
}
.col-left img.txt, .col-right img.txt{
  margin: 0 0 4px 2px;
}
.sub-cols .col-left {
  float: left;
  width: 329px;
  border: solid red 1px;
}
.sub-cols .col-right {
  float: right;
  width: 329px;
}
*/





/*  content ---RHS Column------------------------------------------------*/


/* lightbox stuff */

.thumbnail {
padding: 3px 3px 3px 3px;
background-color: #ffffff;
border: 1px solid #2a2a2a;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}


/*
.thumbnail a:hover {
	background: #ffffff;
	border-bottom: 0px;
}

#lightbox a:hover {
 border-bottom: 0px;
}
 */







.content {
  padding: 20px;
/*  border: solid #DC09F6 1px; */
}



/*  TITLES ---- Pixels ONLY Please ----------------------------------------------
	margin & padding will fuk with presentation(size)
	line-height must be AT LEAST double font-size
	
	 */
	

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
/*  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; */
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
}



.content h1 {
  font-size: 12px;
  line-height: 24px;  /* IMPORTANT - At Least DOUBLE The Font Size is SAFE for sIFR scaling shit & IE */
  letter-spacing: 5px;  /*  Will effect FONT SIZE - */
  text-align: right;
  color: #CCCCCC;
}


.content h2 {
  font-size: 18px;
  line-height: 28px;  /* IMPORTANT - At Least DOUBLE The Font Size is SAFE for sIFR scaling shit & IE */
  margin-bottom: 10px;
}



.content h3 {
  font-size: 14px;
  line-height: 28px;  /* IMPORTANT - At Least DOUBLE The Font Size is SAFE for sIFR scaling shit & IE */
  margin-top: 30px;
  width: 380px;
}



.content h4 {
  float: right;
  font-size: 14px;
  line-height: 28px;  /* IMPORTANT - At Least DOUBLE The Font Size is SAFE for sIFR scaling shit & IE */
  text-align: right;
  width: 360px;
  color: #E71818;
}


.content h5 {
  font-size: 14px;
  line-height: 28px;  /* IMPORTANT - At Least DOUBLE The Font Size is SAFE for sIFR scaling shit & IE */
  color: #E71818;
}



.content h6 {
  font-size: 10px;
  line-height: 20px;  /* IMPORTANT - At Least DOUBLE The Font Size is SAFE for sIFR scaling shit & IE */
  width: 250px;
  color: #000000;
}





.content small {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 16px;
  padding-left: 10px;
}
.content .meta {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #8D929A;
  line-height: 11px;
}
.content p {
  text-align: justify;
  font-size: 1.1em;
  line-height: 18px;
  margin-top: 4px;
}
.content p.small {
  font-size: 1.0em;
  line-height: 13px;
}
.content .commentlink {
  padding: 6px 0 0 10px;
  background: url("/images/comment_bg.gif") no-repeat left top;
  width: 148px;
  height: 27px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 15px;
  margin-bottom: 40px;
}
.content .commentlink img.ico {
  vertical-align: middle;
}
.content .commentlink a {
  color: #447EB6;
}
.content .commentlink a:hover {
  color: #6398CD;
}

.content table.directory {
  width: 703px;
  margin: 20px auto 20px auto;
}
.content table.directory th {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: -1px;
  color: #5D5D5D;
  padding: 0px 10px 10px 60px;
}
.content table.directory td {
  padding: 10px 10px 10px 80px;
  width: 50%;
}
.content table.list {
  border-left: 1px solid #ECF3FF;
  border-right: 1px solid #ECF3FF;
  border-bottom: 1px solid #ECF3FF;
  width: 703px;
/*  width: 703px; allows for a right column of 200 px------------------------------*/
  border-collapse: collapse;
  margin: 20px 0 20px 0;
}
.content table.list th {
  border-bottom: 1px solid #ECF3FF;
  border-left: 1px solid #CCD3DF;
  padding-left: 5px;
  background: url("/images/th_bg.gif") repeat-x left top;
  height: 22px;
  text-align: left;
  vertical-align: bottom;
  font-size: 1.09em;
  white-space: nowrap;
/*  <td nowrap="nowrap"> ----------------------------------------------XHTML---------*/
}

.content table.list tr.alt {
  background-color: #F2F4F8;

}
.content table.list td {
  border: 1px 1px 1px 1px;
  padding: 4px;
  vertical-align: top;
}

.content table.list td.almid {
  text-align: center;
}
.content table.list td.almidred {
  text-align: center;
  color: red;
}



.content table.list tr.sub td {
  font-size: 1.1em;
  line-height: 11px;
  padding: 1px 1px 3px 5px;
  white-space: nowrap;
}
.content table.list tr.sub td.date {
  padding: 1px 1px 3px 22px;
}
.content table.list tr.sub td.uploader {
  text-align: right;
}
.content table.list tr.sub span.recent {
  color: green;
}
.content table.list tr.sub span.old {
  color: red;
}
.content table.list td img.icon {
  vertical-align: top;
  margin-right: 2px;
}
.content .pagenav{
  background: url("images/pagenav_bg.gif") no-repeat center top;
  padding: 10px 0 0 0;
  font-size: 1.2em;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
}
.content table.details {
  border-left: 1px solid #ECF3FF;
  border-right: 1px solid #ECF3FF;
  border-bottom: 1px solid #ECF3FF;
  width: 703px;
  border-collapse: collapse;
  margin: 20px 0 20px 0;
}
.content table.details th {
  border-bottom: 1px solid #ECF3FF;
  border-left: 1px solid #CCD3DF;
  padding-left: 5px;
  background: url("/images/th_bg.gif") repeat-x left top;
  height: 22px;
  vertical-align: middle;
  font-size: 1.3em;
}
.content table.details tr.alt {
  background-color: #F2F4F8;
}
.content table.details td {
  padding: 4px;
}
.content table.files {
  border-left: 1px solid #ECF3FF;
  border-right: 1px solid #ECF3FF;
  border-bottom: 1px solid #ECF3FF;
  width: 703px;
  border-collapse: collapse;
  margin: 0px 0 0px 0;
}
.content table.files th {
  border-bottom: 1px solid #ECF3FF;
  border-left: 1px solid #CCD3DF;
  padding-left: 5px;
  background: url("/images/th_bg.gif") repeat-x left top;
  height: 22px;
  vertical-align: middle;
  font-size: 1.1em;
}
.content table.files tr.alt {
  background-color: #F2F4F8;
}
.content table.files td {
  padding: 4px;
}
.content table.files td.more {
  text-align: center;
  font-size: 1.0em;
}

.content ul {
  padding: 0;
  margin: 0;
}
.content ul li{
  padding: 0 0 0.3em 1.8em;
  margin: 0;
  color: #540303;
  list-style: none;
  background: url("../images/li_RHS_bg.gif") no-repeat 0 3px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
/*  font-weight: bold; */
}


#gallery {
  width: 600px;
  height: 350px;
  float:right;
  background: #FFFFFF url("../images/gallery_index_BG.gif") no-repeat 0 30px;
/*  background: #FFFFFF url("images/stats_bg.gif") no-repeat left top; */
  padding: 40px 15px 15px 15px;
  margin-bottom: 20px;
}


#gallery-thumbs {
  margin-bottom: 20px;
  padding-bottom: 20px;
/*  border: solid red 1px; */
}




/*  comments --------------------------------------------------*/
.comment {
  margin: 0 30px 0 30px;
}
.comment h3 {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0px;
  color: #5D5D5D;
  margin: 30px 0 4px 0;
}
.comment .options {
  border-top: 1px solid #ECF3FF;
  font-size: 1.0em;
  text-align: right;
}
table.newcomment {
  border-collapse: collapse;
  background-color: #F8F9FB;
  border: 1px solid #E1E6EE;
  width: 644px;
  margin: 20px 0 0 30px;
}
table.newcomment tr {
  border: 1px solid #E1E6EE;
}
table.newcomment td {
  padding: 10px;
}
table.newcomment td .f_textarea{
  width: 380px;
  height: 130px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 16px;
  color: #3A3C3D;
}
.content .commentnav{
  background: url("/images/pagenav_bg.gif") no-repeat -200px 0px;
  padding: 10px 0 0 10px;
  font-size: 1.1em;
  line-height: 14px;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 40px 30px;
}

/*  LEFT COLUMN
---------------------------------------------------------------*/
/*  stats -----------------------------------------------------*/
#stats {
  width: 156px;
  height: 57px;
  float:right;
  background: #FFFFFF url("../images/stats_bg.gif") no-repeat left top;
  padding: 15px;
  margin-bottom: 20px;
}
#stats table {
  margin: 10px 0 0 0;
  border: 0;
}
#stats table th {
  vertical-align: top;
  text-align: left;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 11px;
  color: #3A3C3D;
}
#stats table td {
  vertical-align: top;
  text-align: left;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 11px;
  color: #FC7C00;
}

/*  lhs NAV -----------------------------------------------------*/
#lhs {
/*  padding: 15px; */
/*  padding: 5px; */
  padding: 0 0 0.3em 1.2em;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
}
#lhs img {
  margin-bottom: 10px;
}
#lhs .f_field {
  width: 160px;
}
#lhs-nav {
  border-left: 1px solid #E1E6EE;
/*  background-color: #F1F3F7; */
  border-right: 1px solid #E1E6EE;
  padding: 15px;
}
#lhs-nav ul {
  padding: 0 0 10px 1px;
  margin: -16px 0 0 0;
}
#lhs-nav ul li{
  padding: 0 0 0 1em;
  margin: 0;
  list-style: none;
/*  background: url("../images/li_LHS_bg.gif") no-repeat 0 3px; */
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
}

#lhs-nav h4{
  margin: 1.2em 0em 0.2em 0em;
  font-size: 1.2em;
}


/*  FOOTER
---------------------------------------------------------------*/
#footer {
  position: relative;
  background: #000000 url("../images/footer_bg.gif") no-repeat left top;
  height: 50px;
  width: 890px;
/*  background : White; */
  padding: 13px 4px 4px 4px;
}

.peau {
display: none;
}


#copyright {
  float:left;
  padding: 8px 8px 8px 8px;
  font-size: 0.8em;
  width: 400px;
}

#links {
  float:right;
  text-align: right;
  padding: 8px 18px 8px 8px;
  width: 200px;
}

#copyright, #links {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #FFFFFF;
  line-height: 11px;
}


#links a {
  color: #FFFFFF;
  font-weight: bold;
}


#links a:hover {
  color: #1C5C9A;
  font-weight: bold;
}





/*  ADSPACES
---------------------------------------------------------------*/
.adspace-top {
  text-align: center;
  padding-top: 5px;
  height: 90px;
  padding: 4px 4px 4px 4px;
  border: solid navy 1px;
}
.adspace-middle {
  border-top: 1px solid #F0F2F5;
  background-color: #F9FAFB;
  border-bottom: 1px solid #F0F2F5;
  padding: 0 20px 0 20px;
}
.adspace-inline {
  float: right;
  margin: 13px 0 10px 10px;
}
.adspace-side {
  padding: 25px 15px 15px 15px;
  text-align: center;
  background: url("/images/line_side.gif") no-repeat left top;
}
/*  MISC
---------------------------------------------------------------*/
.clear {
  clear: both;
  font-size: 0.3em;
}
.HIGHLIGHT {
  background: #FFFFE0;
}

/*  EOT
---------------------------------------------------------------*/