/*
Theme Name: iGamingConsultancy
Theme URI: http://www.igamingc.com/
Description: Theme designed exclusively for www.igamingc.com
Version: 1.0
Author: John Pash
Author URI: http://www.johnpash.com/
*/
body, html, div, img, label, p, h1, h2, h3, h4, ul, form, a, fieldset, legend, th, td{
	margin:0;
	padding:0;
	border:0;
	text-align:left;
}
body{
	background:#fff;
	font-size:13px;
	line-height:20px;
	color:#333;
	text-align:center;
	font-family:'Lucida Grande','Lucida Sans',Lucida,Verdana,sans-serif;
	
}
a, a:visited{
	color:#416a82;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.small{
	font-size:12px;
}
h1,h2,h3,h4,
h1 a,h2 a,h4 a,
h1 a:visited,h2 a:visited,h4 a:visited{
	color:#944f64;
	text-decoration:none;
	font-weight:normal;
	line-height:1em;
	margin-bottom:.5em;
	font-family:Georgia,Paltino,serif;
}
h1{
	font-size:20px;
	line-height:30px;
}
#page h1{
	font-size:26px;
}
#page .content{
}
h2{
	font-size:22px;
	color:#333;
	margin-top:1em;
	margin-bottom:.3em;
}
h3{
	font-weight:bold;
	color:#333;
}
h4{
	font-size:14px;
}
p{
	margin-bottom:10px;
}
#body-wrapper{
	border-top:10px solid #000;
}
#content-wrapper{
	background-color:#e6e4e2;
	overflow:auto;
	padding:20px;
}
#header{
	margin:0 auto 20px;
	width:960px;
	position:relative;
	height:110px;
}
#intro{
	min-height:342px;
	padding-right:300px;
	padding-left:30px;
	padding-top:20px;
	margin-bottom:20px;
/* 	background:url(/wp-content/themes/igc/images/bg.png) top right no-repeat; */
}
#home #intro{
/* 	background:url(/wp-content/themes/igc/images/chips.png) top right no-repeat; */
}
.section{
	margin:20px 0 30px;
}
#footer{
	background-color:#c3bdb4;
	min-height:100px;
	padding-top:20px;
}
#footer a{
	color:#333;
}
#footer p{
	background:url(/wp-content/themes/igc/images/logomarksm.png) 0px 0px no-repeat;
	padding-left:30px;
}
#footer li{
	float:left;
	width:140px;
}
#logo{
	margin-top:20px;
	margin-left:10px;
}
#news{
	position:absolute;
	right:20px;
	top:65px;
}
#nav{
	position:absolute;
	right:0;
	top:0;
	background:url(/wp-content/themes/igc/images/buttons.png);
}
#nav li{
	float:left;
	display:block;
	height:40px;
	width:170px;
}
#nav a{
	font-family:Georgia,Paltino,serif;
	line-height:38px;
	text-align:center;
	display:block;
	vertical-align:middle;
	color:#fff;
	height:20px;
	text-decoration:none;
	width:170px;
	height:40px;
	text-shadow:#4d4d4d 1px 1px;
	font-size:16px;
}
#nav a:hover{
	text-decoration:underline;
}
#market-reports{
	background-color:#e6e4e2;
	margin:30px auto;
}
#market-reports-left{
	text-align:center;
}
#market-reports-left p{
	text-align:center;
}
#market-reports-right{
	background-color:#e6e4e2;
}
#market-reports-right ul{
	padding:20px 20px 0 0;
}
#market-reports-left h2{
	text-align:center;
	margin:40px auto 30px;
}
#market-reports-right h3{
	color:#333;
	font-size:14px;
	margin:.2em 0 .2em;
	text-transform:uppercase;
}
#market-reports-link{
	clear:both;
	background-color:#4c6991;
	height:40px;
	text-align:center;
}
#market-reports-link ,#market-reports-link a{
	color:#fff;
	line-height:40px;
	font-size:18px;
	font-style:italic;
	text-shadow:#4d4d4d 1px 1px;
}
.indent{
	margin-left:20px;
	margin-bottom:20px;
}
#offer li{
	margin-left:20px;
	margin-bottom:10px;
	list-style-image:url(/wp-content/themes/igc/images/bullet.png);
}
#offer, #projects, #experts{
	margin:0 10px;
	float:left;
	padding:0 10px;
	display:inline;
}
#offer{
	width:259px;
	padding:0 20px;
	border-right:1px dotted #fff;
}
label{
	display:block;
	margin-top:5px;
}
#contact-form input{
	margin-bottom:10px;
}
#projects{
	width:280px;
}
.project{
	border-bottom:1px dotted #bfbebd;
	padding-bottom:15px;
	margin-bottom:15px;
}
.project img{
	margin-bottom:5px;
}
#experts{
	width:259px;
	padding:0 20px;
	border-left:1px dotted #fff;
}
.excerpt{
	margin-bottom:40px;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/
	Licensed under GPL and MIT.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
	width:40px;
}
.container_16 .grid_2 {
	width:100px;
}
.container_16 .grid_3 {
	width:160px;
}
.container_16 .grid_4 {
	width:220px;
}
.container_16 .grid_5 {
	width:280px;
}
.container_16 .grid_6 {
	width:340px;
}
.container_16 .grid_7 {
	width:400px;
}
.container_16 .grid_8 {
	width:460px;
}
.container_16 .grid_9 {
	width:520px;
}
.container_16 .grid_10 {
	width:580px;
}
.container_16 .grid_11 {
	width:640px;
}
.container_16 .grid_12 {
	width:700px;
}
.container_16 .grid_13 {
	width:760px;
}
.container_16 .grid_14 {
	width:820px;
}
.container_16 .grid_15 {
	width:880px;
}
.container_16 .grid_16 {
	width:940px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
	width:60px;
}
.container_12 .grid_2 {
	width:140px;
}
.container_12 .grid_3 {
	width:220px;
}
.container_12 .grid_4 {
	width:300px;
}
.container_12 .grid_5 {
	width:380px;
}
.container_12 .grid_6 {
	width:460px;
}
.container_12 .grid_7 {
	width:540px;
}
.container_12 .grid_8 {
	width:620px;
}
.container_12 .grid_9 {
	width:700px;
}
.container_12 .grid_10 {
	width:780px;
}
.container_12 .grid_11 {
	width:860px;
}
.container_12 .grid_12 {
	width:940px;
}
