/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down navigation
-2.4 Featured-slider
-2.5 Blog and Page sub-header
-2.6 Content
-2.7 Sidebar
-2.8 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 Captions

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	color: #333333;
	background-color: #ffffff;
	background: url(g8cap/g8bg.jpg) repeat-x left top;
}

h1  {
	color: #1E3453;
	text-transform: uppercase;
}

h2  {
	color: #1E3453;
	text-transform: uppercase;
}

h3 {
	color: #666666;
	text-transform: uppercase;
}

h4, h5, h6  {
	color: #1E3453;
	text-transform: uppercase;
}

h2.team {
	font-size: 20px;
	line-height: 20px;
	margin-bottom:0;
}

h3.position {
	font-size: 14px;
	line-height: 12px;
	margin-bottom:0;
	margin-top:0;
}

span.home {
	color:#1E3453;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom:5px;
}

.ltblue {
	color:#587191;
	font-weight: bold;
}

.blue {
	color: #1E3453;
	font-weight: bold;
}

.blue2 {
	color: #1E3453;
	font-weight: normal;
}



/* 1.2 Hyperlinks */

a:link, a:visited  { color:#587191; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #1E3453;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {}

/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#wrap  {

}

/* 2.2 Header */

#header-border  {
	
}

#header  {
	width:966px;
	height: 130px;
	margin:0 auto;
	float:left;
	background: url(g8cap/g8-header.png) no-repeat center bottom;
}

/* 2.3 Navigation */

#pagenav  {
	
}

#pagenav li a:link, #pagenav li a:visited  {
	color: #587191;
}

#pagenav li a:hover span, #pagenav li.current_page_item a span  {
}

#pagenav li a:hover, #pagenav li.current_page_item a  {
	color: #b0ab8b;
}

	/* 2.3.1 Style drop down list */

	#pagenav li ul li {
		border-bottom: 1px solid #e5e5e5;
	}
	
	#pagenav li ul li a:hover {
		background: #F7F6ED !important;
	}	

	/* first level */

		#pagenav li ul {
			background-color: #fff;
			border: 1px solid #e5e5e5;
			display:none;
		}
		
	#pagenav li.current_page_item li a:link,
	#pagenav li.current_page_item li a:visited	{
		color: #ccc;
	}
	
	#pagenav li.current_page_item li a:hover  {
		color: #fff;
	}
	
#page-heading-home  {
	position: relative;
	float: left;
	width:966px;
	margin:0 auto;
	padding: 30px 0 0 0;
	height: 139px;
	background: url(g8cap/hero-img-home.png) no-repeat center top;
}

#page-heading-company  {
	position: relative;
	float: left;
	width:966px;
	margin:0 auto;
	padding: 30px 0 0 0;
	height: 139px;
	background: url(g8cap/hero-img-company2.png) no-repeat center top;
}

#page-heading-contact  {
	position: relative;
	float: left;
	width:966px;
	margin:0 auto;
	padding: 30px 0 0 0;
	height: 139px;
	background: url(g8cap/hero-img-contact.png) no-repeat center top;
}

#page-heading-investor  {
	position: relative;
	float: left;
	width:966px;
	margin:0 auto;
	padding: 30px 0 0 0;
	height: 139px;
	background: url(g8cap/hero-img-investor.png) no-repeat center top;
}

#page-heading-press  {
	position: relative;
	float: left;
	width:966px;
	margin:0 auto;
	padding: 30px 0 0 0;
	height: 139px;
	background: url(g8cap/hero-img-press.png) no-repeat center top;
}

#page-heading-team  {
	position: relative;
	float: left;
	width:966px;
	margin:0 auto;
	padding: 30px 0 0 0;
	height: 139px;
	background: url(g8cap/hero-img-team.png) no-repeat center top;
}

.investor-login {
	margin:0 auto;
	width:100%;
	height:35px;
	background: url(g8cap/investor-login-bg.png) repeat-x center top;
	display:none;
}

.login-form {
	float:right;
	width:600px;
	height:35px;
	position: relative;
	top:0px;
	left:55px;
}

.login-form h5 {
	font-size:14px;
	color: #1E3453;
	margin-left:10px;
	text-transform: uppercase;
}

.investor-login span {
	font-size:10px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.investor-login input#password, .investor-login input#username  {
	width:135px;
}

.investor-login li.submit {
}

ul.form-investor {
	list-style: none;
	margin-left:10px;
	margin-top:5px;
}

ul.form-investor li {
	list-style: none;
	float:left;
	display:block;
	margin-right:10px;
}

ul.form-investor-internal {
	list-style: none;
	margin-left:10px;
	margin-top:5px;
}

ul.form-investor-internal li {
	list-style: none;
	display:block;
	margin-bottom:10px;
	margin-right:10px;
}	

/* 2.4 Featured-slider */

#featured-slider h2  {
	color: #fff;
}

#featured-slider p  {
	color: #fff;
}

#featured-slider a:link, #featured-slider a:visited  {
	color: #fff;
}

#slider-nav  {
	background: url(g8cap/slidernavbg.png) repeat left top;
}

/* 2.5 Blog and Page sub-header */

#blog-heading  {
	position: relative;
	float: left;
	width:966px;
	margin:0 auto;
	padding: 30px 0 0 0;
	height: 139px;
	background: url(g8cap/hero-img-press.png) no-repeat center top;
}

#blog-heading p  {
	color: #fff;
}

#blog-heading a:link, #blog-heading a:visited  {
	color: #fff;
	text-decoration: underline;
}

#blog-heading .title span  {
	color: #fff;
}

#blog-heading .title h2  {
	color: #fff;
}

#page-heading p  {
	color: #fff;
}

#page-heading a:link, #page-heading a:visited  {
	color: #fff;
	text-decoration: underline;
}

#page-heading .title span  {
	color: #a0d1a1;
}

#page-heading .title h2  {
	color: #fff;
}

#breadcrumbs, #breadcrumbs-home, #breadcrumbs-single  {
	background: url(g8cap/slidernavbg.png) repeat left top;
}

#breadcrumbs-home2  {
	
}

#breadcrumbs p a:link, #breadcrumbs p a:visited, #breadcrumbs-home p a:link, #breadcrumbs-home p a:visited,
#breadcrumbs-single p a:link, #breadcrumbs-single p a:visited  {
	color: #fff;
}

/* 2.6 Content */

#content-border  {
}

#content  {
	background: url(g8cap/content-bg.png) repeat-y center top;
}

#content-tile  {
}

/* 2.7 Sidebar */

#sidebar, #sidebar-press  {
	color: #666;
}

#sidebar h3, #sidebar-press h3  {
	color: #1E3453;
	font-size: 20px;
	background-color:#e8e6d6;
	padding-top:9px;
	padding-bottom:9px;
	display: block;
	position: relative;
	width:320px;
	margin-bottom:10px;
}

#sidebar #categories-4, #sidebar #archives-4 {
	display:none;
	clear:both;
}

#sidebar-press #news-widget {
	display:none;
	clear:both;
}

h3.sidebar-team  {
	color: #1E3453;
	font-size: 20px;
	background-color:#e8e6d6;
	padding-top:9px;
	padding-bottom:9px;
	display: block;
	position: relative;
	width:320px;
	margin-bottom:10px;
}

ul.team-list {
	margin-left:20px;
	list-style: none;
}

ul.team-list li {
	margin-bottom:10px;
	list-style: none;
	text-transform: uppercase;
}

ul.team-list-contact {
	margin-left:20px;
	list-style: none;
}

ul.team-list-contact li {
	margin-bottom:15px;
	list-style: none;
	text-transform: uppercase;
}

ul.team-list-contact li span {
	font-size:14px;
	color: #1E3453;
	text-transform: uppercase;
}

/* 2.8 Footer */

#footer  {
	color: #fff;
	background: url(g8cap/footer-bg.png) no-repeat center top;
}

#footer a:link, #footer a:visited  {
	color: #fff;
}

/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget span.description  {
	color: #000000;
}

.widget ul li  {
	border-bottom: 1px solid #ebdeed;
	text-transform: uppercase;
}

.widget ul li:hover  {
}

#news-widget .item .date  {
	color: #000;
}

#entries-widget .item .date  {
	color: #000;
}

#comments-widget .item  {
	border-bottom: 1px solid #ebdeed;
}

#search input.field, #feedburner input.field, #campaignmonitor input.field  {
	border: 1px solid #d9d9d9;
}

#search input.button, #feedburner input.button, #campaignmonitor input.button  {
	border: 1px solid #d9d9d9;
}

#flickr .pics .flickr_badge_image img  {
	border: 3px solid #ebdeed;
}

#twitter ul li  {
	background: none;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

div.simplepie h3 a {
	font-size:24px;
	color: #1E3453;
	display:none;
}

div.simplepie ol {
	list-style: none;
}

div.simplepie ol li {
	list-style: none;
	margin-bottom:10px;
}

div.simplepie ol li strong a {
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}

div.simplepie ol li span.date {
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	display:block;
	margin-top:-5px;
	margin-bottom:-20px;
	font-size:12px;
}

.post.archive  {
	border-bottom: 1px solid #ebdeed;
}

.post.archive .meta  {
	color: #1E3453;
}

.post.archive .post-head .date  {
	color: #000;
}

/* 4.1 Typographic Elements */

.post h2.title  {

}

.post h2.title a:link, .post h2.title a:visited  {

}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {
	margin: 10px 0 10px 0;
}

.entry h1 a:hover, .entry h2 a:hover, .entry h3 a:hover, .entry h4 a:hover, .entry h5 a:hover, .entry h6 a:hover  {

}

.entry blockquote  {
	color: #666;
	background: url(g8cap/blockquote.jpg) no-repeat 15px 3px;
}

/* 4.2 Images */

.entry img  {
	border: 1px solid #333;
}

img.wp-smiley  {
	border: none;
}

/* 4.3 Captions */

.wp-caption {
	border-bottom: 5px solid #d9d9d9;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color: #fff;
	border-bottom: 2px solid #666;
	background: url(g8cap/captionbg.png) repeat left top;
}

.wp-caption p.wp-caption-text a:link, .wp-caption p.wp-caption-text a:visited {
	color: #fff;
}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments span.count  {
	color: #1E3453;
}


#comments li.comment  {
	border-bottom: 1px solid #d9d9d9;
}

#comments .children li.comment  {
	border-left: 3px solid #d9d9d9;
	border-bottom: none;
}

#comments li.comment .gravatar img  {
	border: 2px solid #e5e5e5;
}

/* 5.2 Comments Form */

#commentform textarea  {
	border: 2px solid #d9d9d9;
}

#author, #email, #url  {
	border: 2px solid #d9d9d9;
}

input#submit  {
	border: 2px solid #aaa;
	background-color: #d9d9d9;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/
