/****************************************************************************/
/* 2009 - Techfront.com.br													*/
/*																			*/
/* Created: 15/04/2009 by Herus Armstrong									*/
/* Description: Aligment and positions of elements of Casualmania site.		*/
/****************************************************************************/

/* Reset tags */
* {
	padding: 0;
	margin: 0;
}
img, fieldset, hr {
	border: 0;
}
img {
	behavior: url(css/iepng.htc);
}
body {
	display: block;
	background: url(../image/bg/body.gif) repeat-x top;
	background-color: #b56600;
	color: #4D4D4D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
}

/************************************/
/* STRUCTURE						*/
/************************************/

/* Main container */
#container {
	background-color: #E18601;
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 100%;
	border-left: 1px #b36300 solid;
	border-right: 1px #b36300 solid;
}

/* Header */
#header {
	background: url(../image/bg/header_body.gif) no-repeat center top;
	display: block;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
}

/* Content */
#content {
	background: url(../image/bg/content_body.jpg) repeat-x top #E18601;
	display: block;
	float: left;
	width: 950px;
	padding: 25px;
}
#content_right {
	width: 290px;
	display: block;
	float: right;
}

/* Footer */
#footer {
	display: table;
	background: url(../image/bg/footer_body.gif) repeat-x top #550000;
	min-height: 152px;
	width: 1000px;
	clear: both;
	color: #fff;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
}

#footer #community_footer {
	float: right;
	width: 135px;
	height: 115px;
	margin-top: 10px;
	margin-right: 15px;
	padding-left: 15px;
	border-right: 0;
}
#footer #community_footer a  {
	margin: 2px 0;
}

#footer #community_footer a img {
	vertical-align: middle;
}

#footer #about_footer {
	float: right;
	width: 145px;
	height: 105px;
	margin-top: 10px;
	margin-right: 15px;
	padding-left: 15px;
	border-right: 0;
	border-left: 1px solid #7e1500;
}

#footer #about_footer a { 
	width: 143px;	
}

#footer .categories_footer {
	float: left;
	width: 596px;
	height: 115px;
	margin-top: 10px;
	margin-left: 15px;
	padding-right: 5px;
}
#footer .categories_footer a {
	font-size: 11px;
	color: #edc300;
	float: left;
	width: 132px;
	height: 18px;
	margin-right: 10px;
	text-decoration: none;
	font-weight: normal;
}
#footer .categories_footer a:hover {
	color: #fff;
}
#footer .categories_footer ul {
	width: 145px;
	height: auto;
	display: block;
	float: left;
}
#footer .categories_footer li {
	list-style: none;
}
#footer .categories_footer li a {
	width: auto;
	clear: both;
}
#footer .categories_footer h2 {
	width: 200px;
	color: #edc300;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

#footer .other_footer {
	float: left;
	width: 140px;
	height: 115px;
	margin-top: 10px;
	margin-left: 15px;
}
#footer .other_footer span {
	width: 120px;
	color: #edc300;
	font-size: 10px;
	margin-bottom: 7px;
	float: left;
}
#footer .other_footer h2 a {
	font-size: 10px;
	color: #edc300;
	float: left;
	width: 60px;
	height: 18px;
	text-decoration: none;
}

/************************************/
/* HEADER							*/
/************************************/

/* Logo */
#header h1 {
	position: absolute;
	height: 109px;
	width: 261px;
	margin-left: 30px;
	z-index: 100;
}
#header strong {
	float: left;
	text-indent: -9999pt;
}

/* Language Buttons */
#header div#language {
	float: right;
	position: absolute;
	z-index: 3;
	margin-left: 950px;
}


/* Login Form */
#header #userlogin {
	width: 280px;
	height: 150px;
	display: block;
	float: left;
	position: absolute;
	margin-left: 700px;
	margin-top: 2px;
}

/* Login links */
#header #userlogin #signin, #header #createaccount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding-top: 3px;
	text-align: center;
}
#header #createaccount {
	background-image: url(../image/bt/createaccount_disabled.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 19px;
	float: left;
	margin-right: 10px;
}
#header #userlogin #signin {
	background-image: url(../image/bt/signin_disabled.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 80px;
	height: 25px;
	float: left;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
#header #userlogin .ativo {
	background-image: url(../image/bg/signin_enabled.gif) !important;
	background-repeat: no-repeat !important;
	width: 80px !important;
	height: 25px !important;
	float: left !important;
	margin-right: 10px !important;
}

/* Login form */
#header #userlogin #frmSignIn {
	background-image: url(../image/bg/login_form_header.gif);
	background-repeat: no-repeat;
	display: block;
	width: 320px;
	height: 168px;
	float: left;
	margin-top: 0;
	margin-left: -30px;
	display: none;
	padding-top: 15px;
}
#header #userlogin #loginmsg {
	background-color: #790000;
	display: none;
	width: 300px;
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
#header #userlogin fieldset {
	background-image: url(../image/bg/login_form_body.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	width: 320px;
	height: 133px;
	color: #f1f1f1;
	float: left;
	font-size: 9px;
}
#header #userlogin fieldset div {
	display: block;
	float: left;
	height: 35px;
	width: 100%;
}
#header #userlogin fieldset label {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	width: 77px;
	text-align: right;
	padding-right: 8px;
	display: block;
	float: left;
	color: #FFF;
	height: 24px;
	line-height: 26px;
	margin-bottom: 5px;
}
#header #userlogin fieldset input {
	background-image: url(../image/bg/newsletter_input_body.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	height: 21px;
	border: 0;
	width: 195px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 4px;
	border-left: 1px solid #690000;
	border-right: 1px solid #690000;
}
#header #userlogin #submit .createaccount {
	background-image: url(../image/bt/login_createaccount.gif);
	background-repeat: no-repeat;
	width: 186px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	border: 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 0;
	margin-left: 20px;
	letter-spacing: 1px;
	float: left;
}
#header #userlogin #submit {
	padding-bottom: 15px;
}
#header #userlogin #submit input {
	background-image: url(../image/bt/login_signin.gif);
	background-repeat: no-repeat;
	width: 84px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 0;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 3px;
	padding-right: 0;
	letter-spacing: 1px;
}
#header #userlogin #submit #rememberme {
	height: 28px;
}
#header #userlogin #submit #rememberme label {
	float: right;
	width: 205px;
	text-align: left;
	line-height: 17px;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
#header #userlogin #submit #rememberme input.ckbox {
	width: auto;
	height: auto;
	margin-left: 86px;
	background: none;
}


/************************************/
/* BANNER HEADER					*/
/************************************/

#header_banner {
	width: 600px;
	height: 80px;
	float: right;
	display: block;
	margin-top: 35px;
	margin-right: 20px;
}

/************************************/
/* MENU								*/
/************************************/

/* Navigation menu */
#menu {
	background-image: url(../image/bg/menu_body.gif);
	background-repeat: no-repeat;
	display: block;
	width: 1010px;
	margin-left: -5px;
	height: 88px;
}
#menu_item {
	padding-left: 15px;
	padding-top: 1px;
	float: left;
	width: 660px;
	height: 44px;
}
#menu_item li {
	width: 96px;
	height: 27px;
	padding-top: 17px;
	margin-left: 15px;
	float: left;
	display: block;
	padding-left: 10px;
}
#menu_item li a {
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #FFC700;
	width: 100px;
	height: 27px;
	margin-top: -17px;
	padding-top: 17px;
	position: absolute;
	display: block;
	z-index: 99;
	letter-spacing: 1px;
}
#menu_item li a:hover, #menu_item a:focus {
	background-image: url(../image/bg/menu_hover.gif);
	color: #450000;
	height: 44px;
}
#menu_item li a.submenu:hover, #menu_item li a.submenu:focus {
	background-image: url(../image/bg/menu_hover_submenu.gif);
	height: 44px;
}
#menu_item li a.active {
	background-image: url(../image/bg/menu_hover_submenu.gif);
	color: #450000;
	height: 44px;
}

/* Submenu */
#menu #submenu {
	display: block;
	width: 960px;
	height: 29px;
	overflow: hidden;
	clear: both;
	padding-top: 9px;
	margin-left: auto;
	margin-right: auto;
}
#menu #submenu ul {
	background-image: url(../image/bg/submenu_body.gif);
	background-repeat: repeat-x;
	height: 29px;
	width: 960px;
	position: aboslute;
	list-style: inline;
	float: left;
}
#menu #submenu li, #menu #submenu li a {
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	color: #450000;
	width: auto;
	float: left;
	display: block;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	letter-spacing: 1px;
}

#menu #submenu li, #menu #submenu li a:hover {
	color: #fff;
}
#menu #submenu li {
	margin-top: 7px;
	border-left: 1px solid #5F0000;
	margin-left: -1px;
}

/************************************/
/* SEARCH FORM						*/
/************************************/

#search {
	display: block;
	float: right;
	width: 305px;
	height: 20px;
	margin-top: 10px;
	margin-right: 10px;
}
#search label, #search legend {
	display: none;
}
#search div {
	background-image: url(../image/bg/search_body.gif);
	background-repeat: repeat-x;
	padding: 1px;
	margin-top: 2px;
	display: block;
	float: left;
}
#search div input {
	background-image: url(../image/bg/input_search_body.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	border: none;
	background-color: transparent;
	float: left;
	width: 210px;
	height: 26px;
	letter-spacing: 1px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 14px;
	color: #FFF;
}
#search #submit {
	background-image: url(../image/bt/send.gif);
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	border: 0;
	padding: 0;
	padding-bottom: 4px;
	color: #450000;
	width: 86px;
	height: 33px;
	display: block;
	float: right;
	letter-spacing: 1px;
}

/************************************/
/* FOOTER							*/
/************************************/

#footer span#copyright {
	float: right;
	margin: 5px 10px;
	font-size: 10px !important;
	color: #FFC700;
	clear: right;
	min-width:200px;
	text-align:right;
	font-weight: normal;
}
#footer span#links {
	float: right;
	margin: 10px 10px 10px 10px;
	font-size: 10px !important;
	color: #FFC700;
}

#footer span#links a {
	font-size: 10px !important;
	color: #FFC700;
	text-decoration: none;
}
#footer span#links a:hover, #footer span#links a:focus {
	color: #FFF;
}
#footer span#title {
	float: left;
	text-indent: -9999pt;
}
#footer span#version {
	float: right;
	margin: 70px 10px 10px 0;
	font-size: 10px !important;
	color: #FFC700;
}

/************************************/
/* BUTTONS							*/
/************************************/

/* Play Button */
a.play {
	background-image: url(../image/bt/play.gif);
	background-repeat: no-repeat;
	width: 56px;
	height: 18px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: block;
	font-size: 10px;
	text-decoration: none;
	padding-left: 2px;
	padding-top: 2px;	
}

/* Stars Rated */
.stars {
	background-image: url(../image/bg/star_disabled.gif);
	background-color: transparent;
	background-repeat: repeat-x;
	width: 66px;
	height: 12px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	color: transparent;
}
.stars strong {
	background-image: url(../image/bg/star_enabled.gif);
	background-color: transparent;
	background-repeat: repeat-x;
	width: 13px;
	float: left;
	text-indent: -9999px;
	height: 12px;
}
.stars strong.stars2 {
	width: 26px;
}
.stars strong.stars3 {
	width: 39px;
}
.stars strong.stars4 {
	width: 52px;
}
.stars strong.stars5 {
	width: 66px;
}

/************************************/
/* ELEMENTS							*/
/************************************/

h1, h2, h3, h4, p, span, pre, input, legend, label, a, q {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #313132;
	font-size: 14px;
	display: block;
	line-height: 24px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	line-height: 20px;
}
hr {
	margin: 10px;
	width: 90%;
	height: 1px;
	background-color: #AAA;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.txtred {
	color: #CC1212;
	font-weight: bold;
}
.none {
	visibility: hidden !important;
}
.hide {
	display: none !important;
}
a.developer {
	color: #4D4D4D;
}
a.developer:hover, a.developer:focus {
	color: #990000;
}

/************************************/
/* PAGINATION						*/
/************************************/

#pagination {
	clear: both;
	float: left;
	width: 968px;
	text-align: center;
	padding: 20px 0 20px 0;
}
#pagination div {
	clear: both;
}
#pagination a {
	margin-left: 5px;
	color: #4D4D4D;
	font-size: 12px;
	text-decoration: none;
}
#pagination a:hover, #pagination a:focus {
	cursor: pointer;
	text-decoration: underline;
}
#pagination a strong {
	font-size: 12px;
}
#pagination span {
	display: block;
	clear: both;
	float: right;
	font-size: 12px;
}
#pagination span strong {
	font-size: 12px;
}
