/*------------------------------------------------------------------------
# "hot_gaming_zone" - Joomla Template Framework
# Copyright (C) 2012 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/******* CUSTOM ROWS AND CELLS STYLING *******/

.hot_gaming_zone_full {
}

.hot_gaming_zone_main {
	margin:0 auto;
	padding:0;
}

.row {
	padding:0;
	margin:0;
}

.row > * {
	float:left;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
}

div.belowcontent {
	padding: 30px 0 0 0;
}

/* hot gaming zone layout */

.hot_gaming_zone_logo_image img {
	position: relative;
	left: -250px;
}

div.headerrow {
	border-bottom: 1px solid #000;
}

div.rotatorrow {
	background: url(../images/border_pixel2.png) top repeat-x;
	padding-top: 10px;
}

div.toprow {
	padding: 6px 0 23px;
	border-bottom: 1px solid #000;
}

div.mp_user1 {
	padding-bottom: 17px;
	background: url(../images/rotator_shadow.png) bottom no-repeat;
}

div.contentrow {
	padding: 23px 0;
	border-top: 1px solid #041624;
	background: url(../images/border_pixel.png) bottom repeat-x;
}

.mp_top1 .cell_pad,
.mp_top2 .cell_pad,
.content_hot_gaming_zone .cell_pad,
.mp_right .cell_pad {
	background-color: rgba(1, 6, 10, 0.85);
	padding: 12px;
}

.bottomrow h3 {
	text-align: left;
	font-family: 'Rokkitt', serif;
	text-transform: uppercase;
	font-size: 18px;
}

div.footerrow {
	padding: 20px 0 60px;
	background: url(../images/border_pixel2.png) top repeat-x;
}

.mp_bottom1 img.footerlogo {
	position: relative;
	left: -140px;
	top:-50px;
}

div.copyrightrow {
	padding: 23px 0 10px;
	text-align: center;
	font-size:10px;
	color:#8a8585;
	text-transform: uppercase;
}

div.copyrightrow a {
	font-size:10px;
	color: inherit;
}

/* hot gaming zone tabs */

#tabs > ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 65px;
}

#tabs > ul > li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 192px;
	line-height: 52px;
	text-align: center;
}

#tabs > ul > li > a {
	font-size: 16px;
	text-transform: uppercase;
	color:#fff;
}

#tabs div {
	clear: both;
}