@charset "utf-8";
/* CSS Document */

/* CSS RESETS http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
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; }
object { outline: none; }
/* END CSS RESETS =============================================================================== */


/* BASIC =========================================== */

body  {
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	text-align: center; /* centers container in IE 5* browsers. Text is set to left-aligned default in #container selector */
	color: #000;
	background: #9b9b9b url(/_assets/img/page-background.jpg) repeat-x top left;
}


hr {
	display: none;
}
	div.hr {
		height: 1px;
		background: #000 url('/_assets/img/spacer-000000.gif');
		width: 100%;
		border: 0;
		margin: 10px auto;
	}
	div.top { 
		margin-top: 0;
	}


p {
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 16px;
	margin-bottom: 8px;	
}
	strong {
		font-weight: bold;
	}
	em {
		font-style: italics;
	}

	li {
		font: 10px Verdana, Helvetica, Arial, sans-serif;
		color: #000;
		line-height: 16px;
	}

	
	.home-highlight {
		color: #C00;
	}
	a, a:visited , a:active { 
		color: #C00;
		text-decoration: none;
	}
	a:hover {
		color: #C00;
		text-decoration: underline;
	}


h3 {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
	h3.entry-title {
		font-size: 12px;
		color: #C00;
	}

	.blog-entry h3 {
		color: #000;
		margin-bottom: 1.0em;
	}

		h3 a , h3 a:visited, h3 a:active {
			color: #000;
			text-decoration: none;
		}
		h3 a:hover {
			color: #C00;
			text-decoration: none;
		}


/* FORM DEFAULTS ======================================= */
fieldset {
	margin-bottom: 10px;
}
fieldset li {
	list-style: none;
	padding: 2px 0;
}
fieldset fieldset {

}
legend {
	font-weight: bold;	
}
label {
	display: none;
/*	display: inline-block; */
	line-height: 1.5em;
	vertical-align: top;
	width: 100px;
	font-weight: bold;
}
	label .required /* required field */ {
		color: #C00;
		font-style: normal;
		font-weight: bold;
	}

input, textarea {
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	border: 0;
	background: #eee;
	padding-left: 2px;
}

input.checkbox {
	border: 1px solid #000;
}
input#submit {
	border: 0;
	background: #C00;
	color: #fff;
	text-transform: uppercase;
	padding: 2px;
	
}


		
		
		



/* LAYOUT ======================================================================== */


#page { 
	width: 1000px;
	margin: 30px auto;
	text-align: left; /* overrides "text-align: center" on body element */
} 

#header-container {
	position: relative;
	padding-left: 160px;
	height: 150px;
	z-index: 99;
	background: #fff;
} 

	#navigation {
		position: absolute;
		width: 520px;
		height: 140px;
	}
	#navigation:hover {
		height: 440px;
	}

			/* suckerfish CSS dropdown navigation */
			#nav, #nav ul {
				margin: 0;
				padding: 0;
				list-style-type:none;
				list-style-position:outside;
				position:relative;
				line-height:20px;
				text-transform: uppercase;
				font-family: Helvetica, Arial, sans-serif;
			}
		
			#nav h2 {
				font-size: 18px;
				margin-right: 12px;
				text-transform: uppercase;
				line-height: 24px;
			}
		
				#nav a:link, #nav a:active, #nav a:visited {
					display: block;
					margin: 0;
					padding: 0 5px;
					border: 0;
					color:#000;
					text-decoration:none;
					background-color: #FFF;
				}
				
				#nav ul a:hover{
					background-color:#CCC;
					color:#000;
				}
			
				#nav li {
					float:left;
					position:relative;
				}
				#nav ul {
					position:absolute;
					width:100px;
					top:28px;
					display:none;
				}
				#nav li ul a {
					width:100px;
					height: auto;
					float:left;
				}
				#nav ul ul {
					top:auto;
				}	
				#nav li ul ul {
					left:110px; /* 100px + 5px padding on left/right */
					margin:0;
				}
				#nav li ul ul a {
					width: 24em;	/* overrides width so project titles don't wrap */
				}
				
				#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
					display:none;
				}
				#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
					display:block;
				}
		



#main-container {
	background: #fff;
}

#site-title {
	float: left;
	width: 160px;
	height: 500px;
	text-align: center;
}

#right-column {
	float: right;
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 25px;
}

#main-content { 
	width: 520px;
	margin-left: 160px;
	min-height: 500px;
} 

#footer-container { 
	width: 1000px;
	height: 30px;
	background: url(/_assets/img/page-footer-trans.gif);
	clear: both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* SPECIALTY SECTIONS */
#team {
	width: 815px;
	margin-left: 160px;
	min-height: 500px;
	background: #fff;
}





/* PROJECT LAYOUT */

#project-title {
}

#project-image-wrapper {
	position: relative;
	width: 520px;
	height: 400px;
	overflow: hidden;

}
	#project-image {
		width: 520px;
		height: 384px;
		overflow: hidden;
	}
		#project-image ul {
			position: relative;	/* to make jQuery scrolling work */
			top:0;
		}
		
		#project-image ul li {
			height: 384px;
			width: 520px;
		}
	#project-image-mask {
/* 		display: none; */
		position: absolute;
		top: 0 ;
		left: 0;
	}


#project-image-controller {
	margin-top: 12px;
}
	#project-image-controller  a, #project-image-controller  a:visited, #project-image-controller  a:active {
		color: #000;
	}
	#project-image-controller  a:hover {
		color: #d4001b;
		text-decoration: none;
	}




#image-matrix {
	position: relative;
	width: 520px;
	height: 400px;
	overflow: hidden;
}
	td {
		margin: 0;
	}

	#image-matrix img {
		width: 124px;
		height:124px;
		margin: 0 8px 8px 0;
	}



/* BLOG ======================================================================== */
.blog-entry {
	/* border-bottom: 1px solid #333; */
	padding-bottom: 1.0em;
	margin-bottom: 2.0em;

}
	
	.blog-entry img {
		margin-bottom: 1.5em;
	}

	.blog-entry-meta, .comment-meta {
		color: #999;
		height: 1.5em;
	}

	.blog-entry-meta a, .comment-meta a {
		color: #999;
		text-decoration: none;
	}
	.blog-entry-meta a.current {
		color: #333;
	}
	
	.blog-entry-meta a:hover, .comment-meta a:hover {
		color: #333;
		text-decoration: none;
	}
	
	.blog-entry ul {
		list-style: disc outside;
		margin: 0 5.0em 1.0em 2.0em;
	}
	
	
.comments {
	border-bottom: 1px solid #333;
}
	
.comments-entries {
	margin-bottom: 1.0em;
	padding-bottom: 1.0em;
	width: 410px;
}
	.comment-entry {
		border-bottom: 1px dotted #999;
		padding: 0 0 0.5em 0;
	}
	.comment-meta {
		text-align: right;
	}
	.comments-form {
		padding-bottom: 1.0em;
		margin-bottom: 1.0em;
	}
	.comments-form input.field, .comments-form textarea.field {
		width: 410px;
	}


	
	
	
	
	
	
	
	
	


.float-right {
	float: right;
	margin-left: 8px;
}
.float-left { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}