/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	Underground
	TEMPLATE CODE:		S-0006
   VERSION:          1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff url(bg.gif) repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5;
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 115%;
	color: #003366;		
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0;		
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 10px 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: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}
/* search form */
form.search {
	position: absolute;
	top: 5px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 200px;
	border: 1px solid #aaa; 
	background: #FFF;
	color: #333; 
}
form.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
	width: 60px;
}

/**********************************
  LAYOUT 
***********************************/
#wrap {align:center;
	width: 1000px;
	margin-top: 0;
       margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
       text-align:left;

}

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 60px;
}
#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 1.1em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;
       width:550px;
       color:#999;
}

#header-logo {
	position: relative;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	position: absolute;
	top: 3px;
	left: 5px;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #000;
	font-family: "trebuchet MS", Arial, Tahoma, Sans-Serif;
	font-size: 40px;
	font-weight: bold;
}

/* navigation tabs */
#header ul {
	position: absolute;
   margin:0;
   list-style:none;
	right:-18px ; bottom: 3px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}

/* main column */
#main {
	float: left;
	margin: 0; padding: 0;
	width: 750px;	
font-size: 0px;
}
#main h1 {
	margin: 5px 0;
	padding: 2px 0 6px 10px; 
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: .5px;
}
/* main2 column */
#main2 {float: left;

	margin: 0; padding: 0;
	width: 1000px;
	
}
#main2 h1 {
	margin: 5px 0;
	padding: 2px 0 2px 8px; 
	font-size: 140%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: .5px;
       border: #000 1px solid;
}



/* main2 column */
#main3 {float: left;

	margin: 0; padding: 0;
	width: 100%;
	
}
#main3 h1 {
	margin: 5px 0;
	padding: 2px 0 2px 8px; 
	font-size: 150%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: .5px;
border: #000 1px solid;
}



/* sidebar */
#sidebar {
	float: right;
	width: 250px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#sidebar h1 {
	margin: 5px 0 0 0; 
	padding: 8px 0 4px 4px; 
	font: bold 145% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: .4px;
}
#sidebar .left-box {
	border: 1px solid #000;
	margin: 0 0 5px 0;	
	background: #FFF;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(bullet.gif) no-repeat 3px 2px;	
	padding: 0px 0px 0px 25px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}

/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}




a.sp_pl:visited, a.sp_pl:active, a.sp_pl:link{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#aaa; line-height:17px; text-decoration:none; font-weight:bold; display:block;}
a.sp_pl:hover{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;z-index:1; color:#fff; background-color:#444}
a.sp_pl span {font-size:12px; text-decoration:none; font-weight:normal;}






a.img1:visited img, a.img1:active img, a.img1:link IMG {border: 1px #000 solid;width: 240px;height: 170px; margin:1px;padding:0px; background-color:#ccc}
a.img1:hover IMG {border: 1px #000000 dashed;width: 240px;height: 170px;background-color:#ccc} 
a.img1:visited, a.img1:active, a.img1:link{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#444; line-height:12px; text-decoration:none; font-weight:normal; display:block;}
a.img1:hover{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;z-index:1; color:#000}

a.img1 span {display:none;position:absolute}

a.img1:hover span {
	display:block;
	position: absolute;
	z-index:500;
	cursor:hand;
	max-width: 1000px;
	height: 120px;
background-color:#eee;
border:1px #000000 solid;
margin-top:210px;
align:center;
left: 2px;

}
a.img1:hover span img {border: 1px #ffffff solid;width: 120px;height: 90px;margin:1px
}




.d {
	width:244px;
	height:200px;
	text-align:center;
	padding: 0px;
	margin-bottom:3px;
	margin-left:1px;
	margin-top:2px;
	background-color:#fff;
	position:static;
	display:inline-block;
	vertical-align: top;
	border:1px #ddd solid;
       z-index:1;
       line-height:1px

}




.rat {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#333; line-height:11px; text-decoration:none; font-weight:normal; valign:bottom}
#title2{
	width:240px;
	height:18px;
	text-align:center;
	float:left;
	font-size: 10px;
	vertical-align: bottom;
	font-weight: bold;
	color: #eee;

}

.thumbrating {
	display: block;
	width: 96px;
	height: 16px;
	margin-top: 0px;
	background-image:url(starred_in.gif);
	float: left;
	font-weight: bold;
}
.thumbratingon {
	display: block;
	height: 16px;
	background-image:url(starwhite_in.gif);
	float: left;
}
.thumbtime {
	display: block;
	width: 130px;
	padding-top: 1px;
       padding-left: 5px;
	font-size: 10px;
       line-height:11px;
	float: left;
	font-weight: normal;
	color: #333;
	background-color:#fff;
       text-align:left;
}














.phd {
	width:190px;
	height:186px;
	text-align:center;
	padding: 0px;
	margin-bottom:3px;
	margin-left:1px;
	margin-top:3px;
	background-color:#fff;
	position:static;
	display:inline-block;
	vertical-align: top;
	border:1px #eee solid;
       z-index:1;
       line-height:1px

}



.phrat {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#333; line-height:11px; text-decoration:none; font-weight:normal; valign:bottom}
#phtitle2{
	width:180px;
	height:40px;
	text-align:center;
	float:left;
	font-size: 12px;
	vertical-align: bottom;
	font-weight: bold;
	color: #eee;

}

.phthumbrating {
	display: block;
	width: 80px;
	height: 16px;
	margin-top: 1px;
	background-image:url(starred_in.gif);
	font-size: 16px;
	float: left;
	font-weight: bold;
}
.phthumbratingon {
	display: block;
	height: 16px;
	background-image:url(starwhite_in.gif);
	float: left;
}
.phthumbtime {
	display: block;
	width: 180px;
	padding-top: 2px;
       padding-left: 5px;
	font-size: 11px;
       line-height:14px;
	float: left;
	font-weight: normal;
	color: #333;
	background-color:#fff;
text-align:left;
}


a.img2:visited img, a.img2:active img, a.img2:link IMG {border: 3px #000 solid;width: 160px;height: 120px;padding:0px; background-color:#000000;margin:2px}
a.img2:hover IMG {border: 12px #000000 solid;width: 160px;height: 120px;background-color:#ccc} 

.e {border:2px #666 solid; width: 190px;height: 150px;padding:1px:	display:inline-block; margin:1px
}

#mov {display:block;width:248px;height:234px;background: url(moviefon.gif) no-repeat;float:left;margin-left:0px;margin-bottom:8px;}
#mov .up {font-size:12px;color:#444444;font-family:arial;margin-left:135px;line-height:26px;}
#mov .vie {font-size:12px;color:#222222;font-family:arial;
margin-top:2px;margin-left:10px;
float:left;line-height:14px;width:130px;text-align:left}

#mov .t {font-size:12px;color:#333333;font-family:arial;}

a.th:link IMG, a.th:visited IMG, a.th:active IMG{border:0px;margin-bottom:4px;}

a.th:link, a.th:visited,a.th:active {display:block;width:225px;height:181px;margin-top:3px;}

.lkk {display:block;padding-left:30px;width:420px;margin-top:30px;color:#BCB104;font-family:arial;font-size:17px; line-heigth:16px;float:left;text-align:left;}

#movb {display:block;width:512px;height:312px;float:left;margin:0px;background:#010101 url(1.jpg) no-repeat;}






.arch{ padding-top:6px; padding-bottom:6px;text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px; color:#000; line-height:12px; text-decoration:none; font-weight:bold; display:inline-block;
}

a.arch:visited, a.arch:active, a.arch:link
{
  width:24px; padding-top:3px; padding-bottom:3px;text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#fff; line-height:12px; text-decoration:none; font-weight:bold; display:inline-block;
background-color: #CC0000; margin:2px;border:1px #000 solid}
a.arch:hover{color:#CC0000;background-color: #000}


a.archb:visited, a.archb:active, a.archb:link
{
  width:40px; padding-top:3px; padding-bottom:3px;text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#fff; line-height:12px; text-decoration:none; font-weight:bold; display:inline-block;
background-color: #CC0000; margin:2px;border:1px #000 solid}
a.archb:hover{color:#CC0000;background-color: #000}






a.n:visited img, a.n:active img, a.n:link IMG {border: 0px;width: 1px;height: 1px}
a.n:hover IMG {border: 0px} 







a.ban:visited img, a.ban:active img, a.ban:link IMG {border: 1px #222 solid;width: 230px;height: 100px; margin:1px; margin-top:2px;margin-bottom:2px;padding:0px; background-color:#ccc}
a.ban:hover IMG {border: 1px #000000 dashed;background-color:#ccc} 

a.ban:visited, a.ban:active, a.ban:link {
          font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size:20px; color:#003366; line-height:22px; text-decoration:none; font-weight:bolder; display:block;}
a.ban:hover      {font-size:20px; line-height:22px}

a.enter:visited, a.enter:active, a.enter:link {
          font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size:28px; color:#C4CAFF; line-height:30px; text-decoration:none; font-weight:bolder; display:block;}
a.enter:hover   {color:#003366;text-decoration:underline}

.banner {
	width:244px;
	height:auto;
	text-align:center;
	padding: 2px;
	margin-bottom:10px;
	margin-top:0px;
       padding-bottom:7px;
	background-color:#eee;
	position:static;
	display:inline-block;
	vertical-align: top;
	border:1px #888 solid;
       z-index:1;
       font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000; line-height:14px;

}


a.ban2:visited img, a.ban2:active img, a.ban2:link IMG {border: 1px #222 solid;width: 230px;height: 100px; margin:1px; margin-top:2px;margin-bottom:2px;padding:0px; background-color:#ccc}
a.ban2:hover IMG {border: 1px #000000 dashed;background-color:#ccc} 

a.ban2:visited, a.ban2:active, a.ban2:link {
           font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#222; line-height:18px; text-decoration:none; font-weight:bolder; display:block;}
a.ban2:hover      {color:#000}



.banner2 {
	width:240px;
	height:128px;
	text-align:center;
	padding: 0px;
       margin:2px;
	background-color:#ddd;
	position:static;
	display:inline-block;
	vertical-align: top;
	border:1px #999 solid;
       z-index:1;
       line-height:1px

}



