/*
THEME NAME: Spark Genius
THEME URI: http://www.sparkgenius.com/
DESCRIPTION: Default Spark Genius site theme, based on Blueprint CSS and Sandbox.
VERSION: 1.0
AUTHOR: Joshua Lyman
AUTHOR URI: http://www.sparkgenius.com
*/

body {
	background: #ebe8dc url('images/page_bg.jpg') repeat-x top left;
	font-family:Helvetica Neue, Helvetica, "Segoe UI", Tahoma, sans-serif;
	font-size:90%;
	color:#333333;
}

a { font-weight: bolder; text-decoration:none; color:#077DA5; }

#header {
	background: url('images/header_bg.jpg') no-repeat top right;
	color:#FFFFFF;
	height:185px;
	width:100%;
}
#header a { color:#FFFFFF; }

#logo h1 {
	width: 307px;
	height: 142px;
	position: relative;
	margin: 0;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 span {
		background: url('images/logo.jpg');
		position: absolute;
		width: 100%;
		height: 100%;
	}

#menu {
	float: right;
	font-weight:bold;
	height:43px;
}

#menu ul {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 45px;
	text-decoration: none;
	font-size: 1.36em;
	color: #EBE8DC;
    text-shadow: 1px 1px 3px #000;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #8AD9F3;
}

#menu li.page-item-7 a {     /* For highlighting the "Hire Us menu link */
    color:#fdc944;
}

#content-wrapper {
	margin: 20px 0 10px 0;
}

#dominant-highlight {
	background: url('images/dominant_ad_blank.jpg') no-repeat top left;
	min-width:622px;
	min-height:266px;
}

#dominant-highlight-content {
	margin: 6px 0 0 6px;
}

#sidebar ul { list-style-type:none; margin:0;}
#sidebar ul li { font-size: 95%; }
#sidebar ul li h3 { margin:1em 0 0.5em; border-bottom: 1px solid #79AEC0; }
#sidebar ul li ul li { margin: 2px 0 0 15px; }
#sidebar ul li ul li a { text-decoration:none; }
#sidebar ul li ul li a:hover { border-bottom: 1px solid #0E6183; }

#footer { 
	background: #1f1c29 url('images/footer_bg.jpg') repeat-x top center;
	width: 100%;
	padding: 30px 0px 20px;
	color:#FFFFFF;
}

#footer-content {
	text-align:center;
}

#footer a, #footer h3 { color:#FFFFFF; }

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
}

#footer li {
	display: block;
	float: left;
	width: 230px;
	margin-left:70px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
}

#footer li li a:hover {
	text-decoration:underline;
}

#footer h2 {
	margin-top: 0;
	padding-left: 20px;
}

.navigation { width: 100%; height:30px; }
.nav-previous { float: left; }
.nav-next { float: right; }

/*img.dominant-highlight {
	text-align:center;
	margin:0 0 10px 0;
}*/

div.skip-link {
	display:none;
	position:absolute;
	right:1em;
	top:1em;
}

/* For the front page image rotator */

.jdGallery .slideInfoZone { height: 0px; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img { border: none; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */