/*
Theme Name: Embedded Gurus Blog Theme
Theme URI: http://www.accentinteractive.net/
Description: based on Kubrick
Version: 1.0
Author: Accent Interactive
Author URI: http://www.accentinteractive.net/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	background: #fff url('../global/bd_bg.jpg') repeat-y 0px 0px;
	text-align: left;
	}

#page-ct {
	/* background: transparent url('../gfc-corporate/images/bd_top_bg.jpg') no-repeat 0px 222px; */
}

#header {
	background: #815B38 url('../global/hd_bg.jpg') no-repeat bottom center;
	}

#headerimg 	{
    margin: 0px 9px 0px 9px;
	height: 140px;
	position:relative;
	}
	
#headerimg .logo a {
	position: absolute;
	top:30px;
	left:30px;
	width:330px;
	height:64px;
	/* background: url('/images/logo.gif') no-repeat 0 0; */
	text-indent: -1000em;
}

#headerimg h1 {
	font-size: 2.8em;
	text-align: center;
	position: absolute;
	top: 94px;
	left:310px;
	padding:0;
	color: #fff;
	}
	
#headerimg .description {
	font-size: 1.7em;
	text-align: center;
	position: absolute;
	top:125px;
	left:310px;
	color: #fff;
	}

#headerimg a, #headerimg a:link, #headerimg a:visited {
   color: #fff;
}

#topNav {
	position: absolute;
	top: 114px;
	left: 25px;
	font-size: 1.2em;
}
/*#topNav h2 {
	display:none;
}*/
#topNav ul {
	margin:0;
	padding:0;
}
#topNav li {
	list-style: none;
	padding:0;
	font-weight: bold;
}
#topNav ul li, .pagenav ul li a {
	float:left;
	color:#fff;
}
#topNav ul li a {
	color:#fff;
	float:left;
	padding: 6px 10px;
}
#topNav ul ul li {
	display:block;
}
#topNav ul li {
	position:relative;
}
#topNav ul ul {
	width: 150px;
	background-color:#6A2A1F;
	border:2px solid #30130E;
	position:absolute;
	top:24px;
	left:0;
}
#topNav ul ul li, #topNav ul ul li a {
	float:none;
	display:block;
}
#topNav ul li.hasDropdown a {
	background-image:url("/wp-content/plugins/wp_jquery_dropdownmenu/images/arrow-dropdown-white.gif");
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:15px;
}
#topNav ul li.hasDropdown ul li a {
	background-image:none;
}
#topNav ul ul li a {
	border-bottom:1px solid #BDDED6;
	margin:0;
	padding:6px 12px;

}
#topNav ul li ul li a:hover {
	background-color:#BDDED6:
}


#tertiaryNav {
	position: absolute;
	top:74px;
	right:20px;
}
#tertiaryNav li, #tertiaryNav li a {
	float:left;
	list-style: none;
	color:#fff;
}
#tertiaryNav li a {
	padding: 4px 6px;
}


