/* Talote.com */
/* Built by Jonathan Little Copyright 2009 */
/* I apologise for the mess... */
/* curly bits for ie can be found here http://www.bestinclass.com/blog/samples/css3-rounded-corners-ie/example.html */

/* The page */
body{
background-color: #d5d5d5;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
div#main {
width: 980px;
margin: 0px auto;
background-color: #ffffff;
border: 1px solid;

}
/* end of the page */

/* variables */
img{
border: 0px;
}
a{
color: #8c0000;
text-decoration: none;
}
a:hover{
color: #8c0000;
text-decoration: underline;
}
/* end of the variables */

/* header */
div#head{
    clear: both;
    height: 80px;
    padding: 1px;
	background: #8c0000;
	padding-top: 5px;
}
div#subsmenu a{
color: #ffffff;
}

#headl{
float: left;
width: 50%;
}
div#login{
float: right;
width: 22%;
  background-color: #eda0a0;
  padding:10px;
  margin-right: 5px;
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}
input#searching{
width: 100%;
font-size: 15px;
}
input#search{
font-size: 15px;	
}
.search{
margin: 0;     
border: 0px solid;
border-color: #8c0000; 
float: right;    
margin-right: 20px;
margin-top: 15px;
 /* keep flush with adjacent containers */
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}
#heads{
float: left;
width: 70%;
}
a.header{
color: white;
text-decoration: none;
text-align: center;
}
a.header:hover{
color: #8c0000;
text-decoration: none;
text-align: center;
}
#loglink{
text-align: center;
}
#inputbox{
float: left;	
}

#searchbut{
float: right;
}

#subsmenu{
width:99%;
background-color: #333333;
height: 25px;	
color: white;
padding-left: 1%;
font-size:15px;
}
/* end of header */


/* menu */
div#menu{
	padding: 5px 10px 10px 10px;
	font-size: 14px;
	width: 15%;
	float: left;
	border: 0px;
}
.block{
  width: 120px;
  margin: 5px auto;
  padding: 10px 20px;
  color: white;
  font-size: 20px;
  /* Rounded corner stuff starts here */
  background: #8c0000;
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}

#adbah{
  text-align: center;
}
#menbah{
	background: url(../images/template/menu_background.jpg);
}
.sidemenu{
list-style-type: none;
padding: 0; 
}
.sidemenu li a{
display: block;
width: auto;
color: white;
text-decoration: none;
font-size:18px;
font-weight: bold;
padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
* html .sidemenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 100px;
}
.sidemenu li a:visited, .sidemenu li a:active{
color: white;
}
.sidemenu li a:hover{
text-decoration: none;
border: 0px;
text-decoration: underline;
}
/* end of menu */


/* beginning of content */
div#content{
padding-right: 8px;
padding-top: 10px;
width: 790px;
float: right;
}
.contentblock{
  padding: 10px 20px;
  /* Rounded corner stuff starts here */
  background: #ffffff;
 border: 2px solid;
  border-color: #8c0000;
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}
/* end of content */


/* others */
div#footer{
text-align: center;
clear: both;
font-weight: bold;
padding-bottom: 10px;
padding-top: 10px;
}

/* releases box */
table{
width: 100%;
border-collapse: collapse
}
td{
padding-left: 5px;
padding-right: 5px;
vertical-align: top;
}
td.image{
width: 150px;
vertical-align: middle;
background-color: #
}
ul.release{
list-style-type: none;
padding: 0; 
}
img.release{
height: 150px;
width: 150px;
}
div#reviews{
float: right;
width: 745px;
}
div#latest{
float: left;
width: 40%;
}
/* end of releases box */
/* end of others */

label.register {
	width: 9em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
div#terms{
float: right;
width: 48%;
}
div#regform{
float: left;
width: 50%;
}
div#centerpage{
padding-top:100px;
  padding-left: 50px;
  padding-right: 50px;

}
label.login{
padding-left: 100px;
}


input#curazy {display: none;}
p.small{
font-size: 9px;
font-style: italic;
}


table.admin{
width: 100%;
border: 1px solid;
border-collapse:collapse;
border-color: #999999;

}

table.admin td{
border: 1px solid;
padding: 5px;
border-color: #999999;
}

