
/* 
** CSS reset: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
------------------------------------------------- */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	/*outline: 0;*/
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* 
** body
------------------------------------------------- */
body {
	font:12px/1.5 'lucida grande', 'lucida sans unicode', arial, sans-serif;
	background:#fff url(../images/bg_splatter.gif) 50% 300px no-repeat;
	color:#666;
}

/* 
** header
------------------------------------------------- */

#header {
	background:#0082ff url(../images/bg_header.png) repeat-x;
	height:203px;
}

	#header h1, #header div {
		width:915px;
		height:203px;
		margin:0 auto;
		background:url(../images/sf_logo.png) no-repeat;
		position:relative;
	}
	
	#header a {
		position:absolute;
		width:200px;
		height:100px;
		top:80px;
		left:75px;
		text-indent:-9999px;
		outline:0;
	}


/* 
** navigation
------------------------------------------------- */

#nav {
	background:#211d18;
}

	#mainnav {
		background:url(../images/bg_mainmenu.png) 0 100% repeat-x;
		height:3em;
	}

	#subnav {
		height:3em;
		font-size:.833em;
		line-height:1.8;
	}

	#nav ul {
		width:752px;
		margin:0 auto;
	}

		#nav li {
			float:left;
			height:3em;
			margin-right:2em;
		}

			#nav a {
				display:block;
				text-decoration:none;
				color:#98bcf0;
			}
			
			#mainnav a {padding:1em 0 .5em 0;}
			#subnav  a {padding:.6em 0 .6em 0;}
			
			#nav a:hover {
				color:#fff;
			}

			#nav .active a {
				color:#fff;
			}
			
			#mainnav .active a {background:url(../images/arrow_blue.gif) 50% 0 no-repeat;cursor:default;}
			#subnav  .active a {background:url(../images/arrow_white.gif) 50% 110% no-repeat;cursor:default;}

/* 
** main content
------------------------------------------------- */

#content {
	width:752px;
	margin:3em auto 0;
	min-height:500px;
	background:url(../images/splatter_bottom.gif) 60% 100% no-repeat;
	padding-bottom:2.5em;
}

#content a {color:#007edb;text-decoration:none;}
#content a:hover {text-decoration:underline;}

strong {font-weight:bold;}
em     {font-style:italic;}
p, ul, ol, dl, blockquote, table, fieldset {margin-bottom:1.5em;}
hr     {clear:both;height:0;visibility:hidden;}

p.blurb {
	font:bold 2.3em 'palatino','palatino linotype','times new roman',serif;
	letter-spacing:-1px;
	color:#007edb;
	width:503px;
	margin-bottom:1em;
}

.item {
	float:left;
	width:230px;
	margin-right:25px;
}

.item.last {
	margin-right:0;
}

.item.double {
	width:460px;
	margin-right:0;
}

	.item h2 {
		color:#000;
		font:.917em/1.636 'trebuchet ms',sans-serif;
		text-transform:uppercase;
		margin-bottom:1.636em;
		background:url(../images/bullet.png) 0 40% no-repeat;
		padding-left:15px;
	}

/* 
** portfolio
------------------------------------------------- */

.portfolio {
	clear:both;
	float:left;
	margin:0 0 1.5em;
	width:100%;
}
	.portfolio img {
		float:left;
		border:1px solid #ccc;
		padding:6px;
		margin-top:-7px;
	}
	
	.portfolio .primary {
		float:left;
		width:517px;
	}
	
		.portfolio .primary h1 {
			margin-bottom:1.5em;
		}
		
		.portfolio .primary img {
			float:none;
		}
		
		.portfolio #prevnext {
			margin-top:.75em;
			padding:.5em 0;
			border-top:1px solid #ccc;
			border-bottom:1px solid #ccc;
			float:left;
			width:100%;
			text-align:center;
		}
		
			.portfolio #prev {
				float:left;
			}
			
			.portfolio #next {
				float:right;
			}
		
		.portfolio .primary h2 {
			clear:both;
		}
		
		.portfolio .primary ul li {
			float:left;
			width:50%;
		}
	
	.portfolio .details {
		float:left;
		width:225px;
		margin-left:10px;
	}
	
		.portfolio .details h3, .portfolio .details h2 {
			background:#211d18;
			font:1.167em/1.286 'trebuchet ms',sans-serif;
			color:#fff;
			text-transform:uppercase;
			padding:5px 10px;
			margin:0 0 5px 0;
		}
		
		.portfolio .details p {
			font-size:.833em;
			margin:0;
			padding:5px 10px;
		}
		
		.portfolio .details strong {
			display:block;
			color:#000;
		}

/* 
** footer
------------------------------------------------- */


#footer {
	clear:both;
	height:100px;
	background:url(../images/bg_footer.gif) repeat-x;
}