/*
Theme Name: Enguage2010
Description: A Child Theme of Thematic
Template: thematic
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
* Body
************************************************/

/* Contains everything */
body {
	font: normal Georgia, times, 'Times New Roman';
	color: #000000;
	background-color: #f0f0f0;
	background-repeat: repeat-y;
	background-position: center 0;
	background-image: url("images/bg-full-page.jpg");
	overflow-y: scroll;
}

#header, #container, #footer {
	width:960px;
	
	margin: 0 auto 0 auto;
}

#container {
	background-color: #ffffff;
}

#header-container {
	background-image: url("images/bg-header.jpg");
}
#navigation {
	border-bottom-color: #000000;
}

/**
* Elements
************************************************/

/* Hyperlinks */
a {
	text-decoration: none;
	color: #000000;
}
div.content a {
	color: #000000;
}
a:link {}
a:visited {}
a:hover {
	color: #00c9e8;
}
a:active {}

/* Headers */
h1 {
	font-family: Georgia, serif;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0px;
}
h2 {
	font-family: Georgia, serif;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0px;
	padding:0 0 10px;
}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	background-repeat: no-repeat;
	background-position: center 0;
	
	/* makes header centered */
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
#header {
	background:url("images/bg-white-transparent.png") repeat scroll 0 0 transparent;
	
	height:365px;
	
	position: relative;
}
#body-container {
	margin-top: 365px;
}

/* social */
#social {
	position: absolute;
	
	width: 65px;
	height: 12px;
	
	top: 61px;
	left: 571px;
	
	padding: 0 0 0 66px;
	
	background-image: url('images/follow_us.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#social li {
	float: left;
	
	text-indent: -9999px;
}
#social #facebook, #social #twitter, #social #linkedin {
	display: block;
}
#social #facebook {
	width: 6px;
	height: 13px;
	
	margin: 0 6px 0 6px;
	
	background-image: url('images/facebook.png');
	background-repeat: no-repeat;
}
#social #twitter {
	width: 7px;
	height: 12px;
	
	margin: 0 6px 0 6px;
	
	background-image: url('images/twitter.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#social #linkedin {
	width: 12px;
	height: 12px;
	
	margin: 0 6px 0 6px;
	
	background-image: url('images/linkedin.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
}

/* spotlight */
#spotlights {
	float: right;
	
	display: none;
	
	margin: -55px 50px 0 30px;
	
	width: 173px;
	height: 250px;
	
	background-image: url('images/spotlight_dig.png');
	background-repeat: no-repeat;
}
#spotlights .spotlight {
	height: 240px;

	overflow: hidden;
}
#spotlights .spotlight p {
	padding: 3px 0 0 0;
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 1.6;
	
	text-align: center;
}
#spotlights #spotlight_controls {
	height: 10px;
	
	text-align: center;
}
#spotlights #spotlight_controls a {
	width: 8px;
	height: 8px;
	
	background-image: url('images/spotlight_a.png');
	background-repeat: no-repeat;
	
	color: transparent;
	
	margin: 0 2px 0 2px;
}
#spotlights #spotlight_controls a.selected {
	background-image: url('images/spotlight_a_selected.png');
}

/* Site title */
#site-title {}
#site-title a {}
#site-title a span {
	display: block;
	
	background:url("images/logo-engauge.png") no-repeat scroll 0 0 transparent;
	
	width:160px;
	height:60px;
	
	position:absolute;
	top:0;
	left: -160px;
	
	text-indent: -9999px;
	
}

/**
* Page navigation
************************************************/

ul#navigation {
	height: 25px;
	
	padding: 59px 50px 0 40px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
ul#navigation li {
	display: block;
	
	float: left;
	
	padding: 2px 0 2px 4px;
	margin: 0 10px 0 10px;
	
	text-align: center;
}
ul#navigation li a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: none;

	display: block;
	color: #000000;
}
ul#navigation li:hover, ul#navigation li.selected {
	background-color: #02ddff !important;
}
ul#navigation li a:hover {
    color: #000000;
}

#header .page-title {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color:#FFFFFF;
	display: block;
	opacity:0.75;filter:alpha(opacity=75);
	height: 34px;
	color:#000;
	padding: 18px 0 0 50px;
	
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#header .page-title a:hover {
	color: #000000;
	cursor:default;
}

#browse {
	position: absolute;
	right: 50px;
	bottom: 14px;

	height: 20px;
}
#browse, #browse ol {
	width: 207px; /* 275px */
	
	border:1px solid #000000;
	
	background-color: #ffffff;
}
#browse ol {
	position: relative;
	z-index: 1;
}
#browse h3, #browse ol li {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#browse h3 {
	padding: 5px 10px 0 10px;
	
	font-size: 12px;
	letter-spacing: 1px;

	background: url("images/browse-work-by-up.png");
	background-repeat: no-repeat;
	background-position: 190px 5px;
}
#browse ol {
	margin: -2px 0 0 -1px;
	padding: 10px 0 10px 0;
	
	border-top-width: 0;
}
#browse ol li {
	padding: 2px 10px 2px 10px;
}
#browse ol li a {
	font-size: 10px;
	text-transform: uppercase;
}
#browse ol li.selected a {
	color: #02ddff;
}

#browse ol {
	display: none;
}
#browse:hover ol {
	display: block;
}
#browse:hover h3 {
	background-image: url('images/browse-work-by-down.png');
}

#sidebar {
	display: block;
	float: left;
	
	width: 160px;
	overflow: hidden;
	
	padding: 0 20px 0 50px;

	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
}
#sidebar h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
}
#sidebar a {
	font-size: 9px;
}
#sidebar ul {
	margin: 0 0 40px 0;
}
#sidebar ul ul {
	margin: 0;
}
#sidebar ul li {
	margin: 0 0 20px 0;
}
#sidebar ul li ul li {
	margin: 0 0 15px 0;
}
#sidebar ul li ul li ul li {
	margin: 0 0 5px 0;
}
#sidebar ul li ul li h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul ol li, ol li {
	list-style: decimal outside;
}

/**
* Containers below the header and navigation
************************************************/
#body-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #ffffff;
}
#body-container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Wrapper for the content and primary/secondary widget sections */
#container {
	padding: 50px 0 0;
	_position:relative !important;
	_left:10px !important;
}

	/**
	* Content
	************************************************/
	/* Contains site's main content */
	#content {
		background-color: #ffffff;
		clear: both;
		
		padding: 0 35px;
		
		font-family: Georgia, serif;
		font-size: 14px;
		line-height: 1.4;

		float: right;
		width: 659px;
		overflow: hidden;
		
		border-left: solid 1px #000000;
		
		margin: 0 0 20px 0;
		}

		/* Tags */
		ol.tags {
			font-family: "Trebuchet MS", sans-serif;
			font-weight: normal;
			text-transform: uppercase;
			font-size: 10px;
			
			height: 32px;
		}
		ol.tags li {
			display: inline;
		}
		ol.tags li {}

		/* hero */
		.hero {
			display: block;
			
			float: left;
			
			width: 648px;
			height: 418px;
			
			margin: 0 15px 0 0;
			
			overflow: hidden;
			
			border: 1px solid #000000;
		}
		.entry-meta {
			font-size: 12px;
		}
		.author a {
			color: #f83a00;
		}

		/* description */
		.description {
			padding: 10px 15px 15px 15px;
			
			font-family: Georgia, serif;
			font-size: 12px;
			line-height: 1.3;
		}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			padding: 0 5px 20px 5px;
			margin: 0 0 30px 0;
			
			border-bottom: 1px solid #000000;
		}
		
			.page {
				padding: 60px 15px 50px 15px;
			}

			/* Post, page, and archive titles */
			.entry-title {
				font-style: italic;
				text-transform: none;
				font-weight: lighter;
			}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {
				padding: 15px 0 15px 0;
				line-height: 20px;
				
				font-family: Georgia, serif;
				font-size: 12px;
				line-height: 1.4;
			}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
			height: 51px;
			overflow: hidden;
			
		}
			.navigation-links:after {
				content:".";
				display:block;
				height:0;
				clear:both;
				visibility:hidden;
			}
			.navigation-links .previous, .navigation-links .next {
				display: block;
				width: 380px;
				padding: 20px 50px 20px 50px;
				color: #000000;
			}
			.navigation-links .previous:hover, .navigation-links .next:hover {
				background-color:#02ddff;
			}
			.navigation-links .previous {
				float: left;
			}
			.navigation-links .next {
				float: right;
				text-align: right;
			}
			
			div.content .navigation-links {
				font-family: "Trebuchet MS", sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				font-size: 11px;
				letter-spacing: 1px;
				display:block;
			}	
			
		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	background-color: #000000;
	height: 50px;
}

	/* Footer section */
	#footer {
		font-family: "Trebuchet MS", sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 2px;
		color: #000000;
	}

		/* Footer extra */
		#footer .copyright {
			color: #ffffff;
			text-align: center;
			
			padding: 18px 0 0 0;
		}
		#footer .credit {}

#content p,  #primary p, #secondary p {
    margin-bottom:18px;
}
#content ul, #primary ul, #secondary ul {
	margin: 0 0 18px 2.5em;
}
#content ol, #primary ol, #secondary ol {
	margin: 0 0 18px 2.5em;
}
#content ul, #primary ol, #secondary ol {
	list-style:disc;
}
#content ol, #primary ol, #secondary ol {
	list-style-type: decimal;
}
#content ol ol, #primary ol ol, #secondary ol ol {
	list-style:upper-alpha;
}
#content ol ol ol, #primary ol ol ol, #secondary ol ol ol {
	list-style:lower-roman;
}
#content ol ol ol ol, #primary ol ol ol ol, #secondary ol ol ol ol {
	list-style:lower-alpha;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul,
	#primary ul ul, #primary ol ol, #primary ul ol, #primary ol ul,
	#secondary ul ul, #secondary ol ol, #secondary ul ol, #secondary ol ul {
	margin-bottom:0;
}
#content dl, #primary dl, #secondary dl {
    margin:0 1.5em;
}
#content dt, #primary dt, #secondary dt {
    font-weight:bold;
}
#content dd, #primary dd, #secondary dd {
	margin-bottom:18px;
}
#content strong, #primary strong, #secondary strong {
	font-weight: bold;
}
#content cite, #content em, #content i {
	font-style: italic;
}
#content		blockquote {
	margin: 0 3em;
}
#content		blockquote em, #content blockquote i, #content blockquote cite {
	font-style:normal;
}
#content		pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
#content		code {
	font:11px Monaco, monospace;
}
#content		abbr, #contentacronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
#content		ins {
	text-decoration:none;
}
#content		sup,
#content		sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;

}
#content		sup {
	bottom: 1ex;
}
#content		sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

#content		blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
#content		blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}

#nav-below {
	padding: 20px 0 20px 0;
}


/* Collapse Header */
#header {
	height:365px;
}
#body-container {
	margin-top: 138px;
	
	position: relative;
	
	z-index: 1;
}
#header .page-title {
	top: 84px;
	right: 0px;
	bottom: auto;
	left: 0px;
	
}
