/*
Theme Name: Virgin Poker
Theme URI: http://www.virginpoker.it
Description: Wordpress theme for Virgin Poker Italy
Version: 2 (WP2.6.2)
Author: Pixelgroup
Author URI: http://www.pixelgroup.co.uk
*/

@import "style/css/reset.css";

/* GENERAL */

body {
	font-family: arial;
        color: #444444;
	font-size: 12px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

p {
	padding:4px 0;
}

a {
	color: #ca1717;
}

a:hover {
	color: #999;
}

.clear {
	clear: both;
}

#wrapper {
	width: 811px;
	margin: 20px auto 0 auto;
	background-image: url(images/middle-bg.png);
	background-repeat: repeat-y;
}

#subwrapper {
	background-image: url(images/bottom-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 35px 0;
	height: 100%;
}

#header {
	height: 100px;
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
}

#bottom {
	height: 31px;
	background-image: url(images/bottom-bg.png);
	background-repeat: no-repeat;
	clear: both;
}

#footer {
	clear: both;
	font-size: 9px;
	color: #666;
	width: 747px;
	margin: 0 auto 0 auto;
}

/* HEADER */

h1 {
	float: left;
	width: 169px;
	height: 87px;
}

.download {
	float: right;
	width: 181px;
	height: 32px;
	padding: 45px 50px 0 0;
}

/* NAV */

#nav {
	float: left;
	width: 149px;
	padding: 0 10px 0 30px;
	height: 300px;
	font-size: 10px;
}

#nav ul li {
	width: 149px;
	list-style-type:none;
}

#nav ul li ul {
	margin: 0 0 5px 0;
}

#nav li a {
	display: block;
	width: 124px;
	background-color: #ca1717;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	background-image: url(images/nav-bg-off.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}

li.page_item ul {
	display: none;
}

li.current_page_item ul, li.current_page_parent ul {
	display: block;
}

#nav li.current_page_item ul li a, #nav li.current_page_parent ul li a {
	color: #666;
	padding: 5px;
	font-weight: normal;
}

#nav li.current_page_item a, #nav li.current_page_parent a {
	display: block;
	width: 124px;
	color: #fff;
	background-color: #a10909;
	padding: 5px 5px 5px 20px;
	background-image: url(images/nav-bg-on.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	margin: 0;
	font-size: 12px;
}

#nav li.current_page_item, #nav li.current_page_parent {
	margin: 0 0 5px 0;
}

#nav li.page_item a:hover {
	text-decoration: none;
}

#nav li.page_item ul li.page_item {
	border-bottom: 1px solid #330000;
	margin: 0;
}

#nav li.page_item ul li.page_item a {
	color: #ccc;
	background-color: #660000;
	padding: 6px 5px 5px 20px;
	margin: 0;
	background-image: none;
	font-size: 11px;
	border-bottom: 2px solid #790000;
}

#nav li.page_item ul li.page_item a:hover {
	background-image: url(images/subnav_arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
}

#nav li.current_page_parent ul li.current_page_item {
}

#nav li.current_page_parent ul li.current_page_item a {
	color: #fff;
	font-weight: bold;
	background-image: url(images/subnav_arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* HOME */

#home {
	float: left;
	width: 592px;
	margin: 0 30px 0 0;
	color: #fff;
	line-height: 12px;
	font-size: 10px;
}

#home .promo1 {
	width: 196px;
	height: 237px;
	float: left;
	background-repeat: no-repeat;
	margin: 0 2px 0 0;
}

#home .promo1 td {
	vertical-align: bottom;
	padding: 15px;
}

#home .promo2 {
	width: 196px;
	height: 237px;
	float: left;
	background-repeat: no-repeat;
	margin: 0 2px 0 0;
}

#home .promo2 td {
	vertical-align: bottom;
	padding: 15px;
}

#home .promo3 {
	width: 196px;
	height: 237px;
	float: left;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
}

#home .promo3 td {
	vertical-align: bottom;
	padding: 15px;
}

#home .read-more {
	margin: 5px 0 0 0;
}

/* PAGE */

#page {
	float: left;
	width: 592px;
	margin: 0 30px 0 0;
	background-color: #fff;
	background-image: url(images/page-bg-bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#page p {
	margin: 0 0 15px 0;
	line-height: 16px;
}

#page .page_header {
	width: 592px;
	padding: 10px 0 5px 0;
	background-color: #cc0033;
}

#page h2 {
	font-size: 15px;
	font-weight:bold;
}

#page h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
	font-weight:bold;
}

.small {
	font-size: 10px;
	line-height:14px;
	color:#666666;
}

#page .title {
	width: 550px;
	background-image: url(images/title-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 5px 6px 0 6px;
	padding: 5px 15px 5px 15px;
}

#page .content {
	padding: 21px;
	line-height: 16px;
	min-height: 500px;
}

#page .content ul {
	margin: 0 0 15px 0;
}

#page .content li {
	list-style-position: inside;
}

#page #MainFlashBanner {
	margin: 0 0 10px 0;
}

/* FOOTER */

#footer a {
	color: #666;
}

#footer ul {
	float: right;
	width: 460px;
	text-align: right;
	display: inline;
}

#footer li {
	display: inline;
	margin: 0 0 0 5px;
}

#footer p {
	float: left;
	width: 287px;
}

#footer-icons {
	clear: both;
	width: 747px;
	margin: 0 auto 0 auto;
	padding: 15px 0 20px 0;
}

#footer-icons .left {
	float: left;
	width: 287px;
}

#footer-icons .right {
	float: left;
	width: 460px;
}

#footer-icons .right img {
	margin: 0 0 0 15px;
	float: right;
}


/* TABLE STYLES */

.tablehead td {
	background-color:#CA1717;
	border-bottom:2px solid white;
	color:#FFFFFF;
	padding:5px;
	vertical-align:bottom;
	font-weight:bold;
}

.tablerow td {
	background-color:#CCCCCC;
	border-bottom:2px solid white;
	color:#333333;
	padding:5px;
	vertical-align:top;
}

.rankingCell{     
	padding-bottom:10px;     
	padding-right:10px;     
	vertical-align:top; 
}

.vg-table th
{
	background-color:#CA1717;
	border-bottom:2px solid white;
	color:#FFFFFF;
	padding:5px;
	vertical-align:bottom;
	font-weight:bold;
}

.vg-table td
{
	background-color:#CCCCCC;
	border-bottom:2px solid white;
	color:#333333;
	padding:5px;
	vertical-align:top;
}

