/* Reset CSS By Eric Meyer  */

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}
:focus{outline:0}
body{line-height:1; color:black; background:white}
ol, ul{list-style:none}
table{border-collapse:separate; border-spacing:0}
caption, th, td{text-align:left; font-weight:normal}
blockquote {quotes:"" ""}

/* Basics */

body {
	background: #fff url(../images/body_bg.jpg) top center repeat-x;
	font: 12px/1 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

a {
	color: #327ab2;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #154367;
}

a:visited {
	color: #355367;
}

h1, h2, h3, h4, h5 {
	color: #f14011;
}

#header-bar {
	position: relative;
	margin: 30px 0 18px;
	padding: 10px 15px;
	background-color: #e9e9e9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#header-bar h1 {
	font-size: 24px;
}

#header-bar h1 span.divider {
	position: relative;
	top: -.15em;
	color: #999;
	font-size: 16px;
}
#header-bar h1 span.desc {
	position: relative;
	top: -.15em;
	color: #666;
	font-size: 16px;
}

#header-bar p.links {
	position: absolute;
	bottom: 10px;
	right: 15px;
	text-align: right;
	font-size: 11px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

h1#home-title {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
	margin-top: 36px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
}

h4 {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

.content-body p {
	line-height: 18px;
	margin-bottom: 18px;
}

.content-body strong {
	font-weight: normal;
}

.content-body em {
	font-style: italic;
	padding-right: 2px;
}

.content-body strong {
	font-weight: bold;
}

strike {
	text-decoration: line-through;
}

.content-body pre {
	font-family: Courier, monospace;
	margin-bottom: 18px;
	padding: 18px;
	background: #f6f6f6 url(../images/code-mark.gif) 10px 10px no-repeat;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.content-body code {
	font-family: Courier, monospace;
}

.content-body blockquote {
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 18px;
	padding: 18px;
	background: #f6f6f6 url(../images/quote-mark.gif) 10px 10px no-repeat;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;}
}

.content-body img.left {
	float: left;
	margin: 0 18px 18px 0;
}

.content-body img.right {
	float: right;
	margin: 0 0 18px 18px; 
}

.content-body img.border {
	border: 1px solid #B1B1B1;
}

.content-body img.center,
.content-body img.middle {
	display: block;
	margin: 18px auto;
}

/*
.content-body ul {
	margin-bottom: 18px;
	padding: 0 80px 0 60px;
}
*/
.content-body ul li {
	list-style: none;
	line-height: 1.5;
}

.content-body ol {
	margin-bottom: 18px;
	padding: 0 80px 0 60px;
}

.content-body ol li {
	list-style: decimal;
	line-height: 1.5;
}

.content-body ul ol,
.content-body ul ul,
.content-body ol ol,
.content-body ol ul {
	margin-bottom: 0;
	padding-left: 40px;
}

.content-body ul {
	list-style: none;
	margin: 0 0 20px 0;
}

.content-body li {
	background: url(../images/bullet-list.gif) left 5px no-repeat;
	margin-bottom: 0.6em;
	padding-left: 20px;
}


.content-body ul ol li,
.content-body ul ul li,
.content-body ol ol li,
.content-body ol ul li {
	
}

.content-body dl {
	
}

.content-body dl dt {
	
}

.content-body dl dd {
	
}

.content-body table {

}

.content-body table thead th {

}

.content-body table tbody tr {

}

.content-body table tbody tr.odd {

}

.content-body table tbody tr.even {

}

.content-body table tbody th {

}

.content-body table tbody td {

}


/* Header */

#skip {
	position: absolute;
	top: -1000em;
}

#header {
	position: relative;
	width: 700px;
	height: 75px;
	margin: 0 auto;
}

#header p#logo {
	position: absolute;
	left: -8px;
	bottom: 5px;
	width: 174px;
	height: 45px;
}

#header #logo a {
	display: block;
	width: 174px;
	height: 45px;
	text-indent: -1000em;
	background: transparent url(../images/logo.png) top left no-repeat;
}

#header #logo .first {
	font-weight: bold;
}

#header #main-nav {
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 12px;
	text-transform: lowercase;
}

#header #main-nav .divider {
	color: #ccc;
}

#header #main-nav a,
#header #main-nav a:visited {
	color: #154367;
	font-weight: bold;
	padding: 0 5px;
	background-color: transparent;
}

#header #main-nav a:hover,
#header #main-nav a.active {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


/* Content */

#content {
	width: 700px;
	margin: 18px auto;
}

/* Project Listings */

.listing {
	margin: 0 0 18px;
}

.listing li {
	list-style: none;
	margin: 18px 0;
}

li.item h2 {
	background: #fff url(../images/titlebar_fade.png) bottom left repeat-x;
	border: 1px solid #dadada;
	border-bottom: none;
	padding: 7px 12px 9px;
	margin: 0 -1px; /* Expand to allow 700px image */
	font-size: 12px;
	line-height: 1;
}

li.item h2 a {
	font-weight: normal;
}

li.item h2 span.medium {
	color: #999;
}

li.item p.thumbnail {
	border: 1px solid #ccc;
	border-top: none;
	margin: 0 -1px 20px; /* Expand to allow 700px image */
	line-height: 0;
}

/* Project Details */

.project-details {
	color: #666;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	padding: 5px 10px;
	margin: 18px 0;
}

.project-details dl dt {
	float: left;
	width: 80px;
	font-weight: bold;
	color: #888;
	text-align: right;
	margin-right: 10px;
	line-height: 18px;
}

.project-details dl dd {
	float: left;
	width: 245px;
	line-height: 18px;
}

h2.project-summary,
h2.project-images {
	margin-top: 36px;
}

.project-detail-image {
	border: 1px solid #ddd;
	margin-bottom: 18px;
}

p.back-to-section.top {
	font-size: 11px;
	margin-top: -58px;
	line-height: 1;
	text-align: right;
	padding-right: 20px;
}

p.back-to-section.bottom {
	position: relative;
	margin: 18px 0 18px;
	padding: 8px 15px;
	font-size: 11px;
	background-color: #e9e9e9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* Footer */

#footer {
	width: 700px;
	margin: 36px auto 18px;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	border-top: 1px solid #f4f4f4;
	padding-top: 9px;
}

#copyright {
	float: left;
	text-align: left;
}

#footer a {
	color: inherit;
}

/* Generic */

.clear,
.clear-both {
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	width: 1px;
	overflow: hidden;
}

.hidden,
.hide,
.invisible {
	/* SEO-related bits that don't need to be seen/heard. */
	display: none;
}

.alert {
   background: #FFF9D7;
   color: #666666;
   padding: 5px;
   border-top: 1px solid #E2C822;
   border-bottom: 1px solid #E2C822;
   width: 700px !important;
 }
