/*
Theme Name: IGX
Theme URI: http://www.globaligx.com/
Description: The IGX theme for wordpress.
Version: 0.1
Author: Derek Freer
Author URI: http://www.imageaction.com/
Tags: 2 Column fixed. No use of widgets.
*/
body {
	background:#000 url(images/bg.gif) no-repeat top center;
	/*background:#000 url(images/bg_1.jpg) no-repeat bottom center;
	background:#000 url(images/bg_2.jpg) no-repeat top center;*/
	background-attachment: fixed;
}
body, html {
	margin:0;
	padding:0;
	color:#000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 86%;
}
a:link img,
a:active img,
a:visited img,
a:hover img,
img a:link {
	border: none;
	outline: none;
}
#wrap {
	width:940px;
	margin:0 auto;
}
#header {
	height: 105px;
	position: relative;
}
.logo {
	padding-top: 24px;
	padding-left: 35px;
}
.logo img {
	border: none;
}
.top-nav {
	position: absolute;
	right: 20px;
	top: 15px;
}

.top-nav a:link,
.top-nav a:visited,
.top-nav a:active {
	color: #777;
	text-decoration: none;
	font-size: 10px;
}
.top-nav a:hover {
	text-decoration: underline;
}
.top-nav li {
	list-style: none;
	display: inline;
	padding: 0 8px;
}

#nav {
	clear: right;
	background: url(images/nav-bg.jpg) repeat-x;
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	text-transform: uppercase;
	border-right: 1px solid #222;
	padding: 0 20px;
}
#nav a:link,
#nav a:visited,
#nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
#nav a:hover {
	color: #BA8E59;
}
#nav li.current_page_item a,
#nav li.current_page_ancestor a,
#nav li.current_page_parent a {
	color: #BA8E59;
}
#wrap-main {
	border: 1px solid #FFF;
	background: url(images/fauxcolumn.jpg) repeat-y;
	height:auto !important;
}
#main {
	width:709px;
}
#subheader-right {
	height: 98px;
	line-height: 98px;
	text-align: center;
}
#subheader-right h1 {
	padding:0;
	margin:0;
	color: #FFF;
	font-family: Times New Roman, Georgia, serif;
	font-weight: normal;
}
#cms-content {
	padding: 20px;
	line-height: 16px;
	font-size: 14px;
	min-height: 300px;
	font-family: serif;
}

#cms-content p {
	margin-top: 0;
}

#cms-content ul {
	padding-left: 10px;
}

#cms-content li {
	list-style: none;
	background: url(images/gold_bullet.jpg) no-repeat 0px 3px;
	padding: 0px 0px 5px 15px;
}

#cms-content li ul {
	padding-left: 10px;
	padding-top: 5px;
	margin: 0;
}

#cms-content li ul li {
	background: url(images/gold_circle.jpg) no-repeat 0px 3px;
	padding: 0px 0px 5px 15px;
}

h2 {
	margin:0 0 1em;
}
#sidebar {
	width:229px;
}
#navigation {
	margin-top:10px;
	margin-left:5px;
	overflow: hidden;
	width: 219px;
}
#navigation ul {
	list-style:none;
	padding-left: 0;
	margin-left: 0;
}
#navigation li {
	display:block;
	padding-right: 5px;
	padding-top: 7px;
}
#navigation li ul {
	padding-left: 7px;
}
#navigation li ul li{
	padding-right: 0;
}
#navigation a:link,
#navigation a:visited,
#navigation a:active {
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
	padding-left: 2px;
	padding-bottom:3px;
	border-bottom: 1px solid #8d7f76;
}
#navigation a:hover {
	color: #704a31;
}
/*
#navigation li.current_page_item a:first-child,
#navigation li.current_page_ancestor a:first-child,
#navigation li.current_page_parent a:first-child {
	color: #704a31;
}
*/
#home-links ul{
	display: block;
	height: 30px;
	border: 1px solid #333;
	background-color: #212121;
}
#home-links li{
	display: inline;
	list-style: none;
	line-height: 30px;
}
#footer {
	padding-top: 10px;
	padding-right: 20px;
	clear:both;
	text-align: right;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #777;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	list-style: none;
	display: inline;
	padding: 0 8px;
}
* html #footer {
	height:1px;
}
.pad-bot {
	padding-bottom: 10px;
}

