/*
Theme Name: ITPC Theme
Description: The theme for Internet Titan Poker Casino
Version: 1.0

*/

body {
	background: #001123 url('images/bg.png') repeat-x;
	font-family: verdana, arial, sans;
	font-size: 12px;
	color: #222;
}

body, div, h1, h2, h3, h4, h5, h6, p, table, form, input, td, tr, th, ul, li {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, arial, sans;
}

h1, h2 {
	color: #ffffff;
}

h3, h4, h5, h6 {
	color: #003a76;
	margin-bottom: 5px;
} 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #003a76;
}

h3 {
	font-size: 16px;
}

li {
	margin-left: 2em;
}

p {
	margin-bottom: 5px;
}

a { text-decoration: none; }

a:link, a:visited { color: #004D99; }
a:focus, a:hover, a:active { color: #86180A; }


a:hover {text-decoration: underline; }

#container {
	background: #eaeaea;
	margin: 0px;
	margin-top: 10px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 940px;
	height: 130px;
	padding: 5px;
	position: relative;
	background: url('images/hdrbg.png') no-repeat top left;
}

#logo {
	margin-left: 6px;
	width: 311px;
	height: 141px;
	background: url('images/logo.png') no-repeat top left;
}

#headerbanner {
	position: absolute;
	right: 20px;
	top: 67px;
	width: 468px;
	height: 60px;
}

/* NAV BAR------------------------------------------------------------------- */

#navbar {
	background: #003c7a url('images/nav.png') repeat-x;
	width: 940px;
	height: 40px;
}

#navbar li {
	margin: 0px;
	list-style-type: none;
	display: block;
	float: left;
	font-family: tahoma, arial, sans;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#navbar li a:hover {
	background: url('images/navhov.png') repeat-x;
}

#navbar li.navsel {
	background: url('images/navhl.png') repeat-x center;
}

#navbar li a {
	display: block;
	padding: 11px;
	text-decoration: none;
	color: #ffffff;
}

/* PAGE BACKGROUND------------------------------------------------------------------- */

#pagebg {
	background: #ffffff;
	width: 940px;
	padding-bottom: 50px;
	position: relative;
	padding-top: 10px;
}

/* SIDE BAR STUFF------------------------------------------------------------------- */

#leftcol {
	float: left;
}

#rightcol {
	float: right;
	right: 0px;
	top: 10px;
}

div.col {
	width: 170px;
	padding-left: 5px;
	padding-right: 5px;
}

#leftcol.col {
	width: 270px;
}

div.col h3 {
	color: #ffffff;
	margin-left: -5px;
	margin-right: -5px;
}

div.col h3 {
	display: block;
	background: url('images/colhdrbg.png') repeat-x bottom #00aff0;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
/*	height: 24px; */
	margin-bottom: 5px;
}

div.columncontent {
	margin-bottom: 10px;
}

#content {
	margin-left: 290px;
	width: 460px;
}

#content.single {
	margin-left: 10px;
	width: 740px;
}

/* Featured links */

div#fclinks {
	width: 460px;
}

div.fcwrap {
	border: 1px solid #003a76;
	margin-bottom: 10px;
	padding: 5px;
}

div.fcwrap table {
	width: 450px;
}

div.fcwrap img {
	border: 0px;
}

div#fclinks h3 {
	margin-top: 0px;
}

#pageclear {
	clear: both;
	width: 940px;
}

#footerimg {
	clear: both;
	width: 940px;
	height: 120px;
	background: #ffffff url('images/footer.png') no-repeat;
}

#footer {
	width: 960px;
	color: #ffffff;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
}

img.alignright { float: right; margin-left: 10px; margin-bottom: 10px; }
img.alignleft { float: left; margin-right: 10px; margin-bottom: 10px; }

div.fcstarsbg {
	height: 20px;
	width: 100px;
	background: url('images/star_back.png') no-repeat top left;
}

div.fcstars {
	height: 20px;
	background: url('images/star_front.png') no-repeat top left;
}

div#intro {
	width: 740px;
	padding-left: 10px;
	margin-bottom: 10px;
}
