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

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

body {
	background-color: #3A3A3A;
	color: #555;
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}  

/* links */
a	{ 
	color: #007FFF;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #22316C;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #339900;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

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

ul {
list-style-position:inside;
}

/* images */
.link {
	border: 2px solid blue;
}

.nolink {
	border: 2px solid black;
}

img {
	border: 2px solid transparent;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
  border: 2px solid blue;
}

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

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	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 #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

/* search */
#sidebar #search {
	background: #f2f2f2;
	margin: 0 15px;
	padding: 5px 0;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search .textbox {
	background: #FFF url(input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}

/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#E8E8E8;
   width: 790px;  	
}
#content-wrap {
	clear:both;
	margin:0; padding:0;
	width: 790px;		
}

/* header */
#header {
	position: relative;
	clear:left;
	width: 790px;
	height: 200px; /* 110px */
	margin: 0; padding: 0;
	background: #000 url(images/logo01.jpg) no-repeat left bottom;			
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 2.7em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CD2626;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 25px; right: 28px;	/* top: 25px */
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #000;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 60px; right: 28px; /* top: 60px */		
}

/* top bar */
#topbar {
	position: relative;
	width: 790px;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: center;
	background: #E8E8E8;
}

/* main content */
#main {
	float: right;
	width: 570px;
	margin: 0; padding: 0;
	background-color: #E8E8E8;
}
#main h1 {
	padding: 8px 0 0 25px;
	text-transform: none;
	background: url(images/square_arrow.gif) no-repeat 0% .7em;
	border-bottom: 2px solid #DEDEDE;	
	color: #339900;	
}
#main p {
	font-size: 10pt;
	color: #2E2E2E;
}	

/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;
}
#sidebar h1 {
	padding: 10px 0px 0px 25px;
	background: url(images/square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #339900;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #E8E8E8;
}
#sidebar ul.sidemenu a {
	display: block;
	font-size: 8pt;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #E3E3E3;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}
#sidebar .head {
	padding: 5px 0px 0px 15px;
	font-size: 14pt;
	font-weight: bold;
}


#sidebar ul.sidemenu2 {
	list-style:none;
	margin:10px 0px;
	padding:0;		
}
#sidebar ul.sidemenu2 li {
	margin-bottom:1px;
	border: 1px solid #E8E8E8;
}
#sidebar ul.sidemenu2 a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 0px 0px 0px 10px;
	background: #E5E5E5;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

* html body #sidebar ul.sidemenu2 a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #D6D6D6;
	color: #3232CD;
	border-left:5px solid #3232CD;
}

#sidebar ul.sidemenu2 a:hover {
	padding:0px 0px 0px 10px;
	background: #E5E5E5;
	color: #339900;
	border-left:5px solid #72A545;
}


/* footer */
#footer { 
	clear: both;
	height: 40px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 92%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 75%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

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

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}


.date {
	color: #28AE7B;
	font-weight: bold;
}

.darktext {
	color: black;
}

.darktext2 {
	color: black;
	font-weight: bold;
}

/* front page updates */

.date-on {
	color: black;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background: #C9C9C9;
	width: 15%;
}

.date-off {
	color: black;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background: #DEDEDE;
	width: 15%;
}

.title-on {
	font-size: 9pt;
	font-weight: bold;
	background: #C9C9C9;
	width: 85%;
}

.title-off {
	font-size: 9pt;
	font-weight: bold;
	background: #E0E0E0;
	width: 85%;
}

table.updates {
	width: 550px;
	border-top: 1px dashed #707070;
	border-bottom: 1px dashed #707070;
}

.padding {
	padding-left: 10px;
}

/* reviews */

td.otherinfo {
 	padding: 0 0 0 15px;
	font-family: verdana, "times new roman";
	font-size: 8pt;
	text-align: left;
	color: #000000;
	margin-top: 0;
	letter-spacing: 1px;
}

td.otherinfo2 {
 	padding: 0 0 0 15px;
	font-family: verdana, "times new roman";
	font-size: 6pt;
	text-align: left;
	color: #000000;
	margin-top: 0;
	letter-spacing: 1px;
}

td.otherinfo3 {
 	padding: 0 0 0 15px;
}

.reviewtext {
	font-size: 10pt;
	color: #000000;
	margin-top: 0;
	text-align: JUSTIFY;
}

.crewinfo {
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
}

.ratingheads {
	font-size: 10px;
	font-weight: bold;
	color: black;
	letter-spacing: 1px;
}

.frameborder {
	border: solid 2px #616161;
}

.ratingsblock {
	background: #d8d6d7;
}

img.inframe2 {
	border: inset 2px #474747;
}

img.inframe3 {
	border: double 5px #388E8E;
}

img.inframe4 {
	border: solid 2px #A3A3A3;
}

/* dvd release schedule */

.updated {
	text-align: right;
	font-size: 8pt;
	font-style: italic;
	color: #517693;
	letter-spacing: 2px;
}

.releaseschedule {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

td.description_dvd {
	padding: 0 20px 0 20px;
	color: #000000;
	font-size: 14px;
	text-align: justify;
}

.alsocomingout{
	font-size:9pt;
	font-weight:bold;
}

#main2 {
	float: right;
	width: 790px;
	margin: 0; padding: 0;
	background-color: #E8E8E8;
}
#main2 h1 {
	padding: 8px 0 0 25px;
	text-transform: none;
	background: url(images/square_arrow.gif) no-repeat 0% .7em;
	border-bottom: 2px solid #DEDEDE;	
	color: #339900;	
}

/**************************
REVIEW INDEX PAGE
**************************/
.rindex-link
{
   FONT-SIZE: 9pt;
   WIDTH: 43%;
   BORDER: 1px solid gray;
}

.rindex-critic
{
   FONT-SIZE: 9pt;
   FONT-WEIGHT: bold;
   WIDTH: 25%;
   BORDER: 1px solid gray;
}

.rindex-posted
{
   FONT-SIZE: 9pt;
   TEXT-ALIGN: center;
   WIDTH: 15%;
   BORDER: 1px solid gray;
}

.rindex-year
{
   FONT-SIZE: 9pt;
   TEXT-ALIGN: center;
   WIDTH: 5%;
   BORDER: 1px solid gray;
}

.rindex-rating
{
	WIDTH: 15%;
	TEXT-ALIGN: center;
  	BORDER: 1px solid gray;
	background-color: #d3d3d3;
}

/**************************
ARTICLES
**************************/

.general-text {
	font-size: 14px;
}

/**************************
MULTI MEDIA
**************************/

.mm-info {
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	FONT-COLOR: gray;
}

/**************************
HOME PAGE
**************************/

table.hp-update {
	BORDER: 2px solid #00688B;
	BACKGROUND-COLOR: #d8d6d7;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
}