/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: #d6d6d6; /* Old browsers */
	font-family: 'Raleway', Times New Roman, serif;
	font-size: .9em;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;	
}

#container {
	width: 834px;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 135px;
	background-color: #ffffff;
	border-bottom: 5px solid #179aa4;
	padding-left: 15px;	
	padding-right: 32px;
}

#logo {
	z-index: 20;
	position: absolute;
}

#meta {
	position: absolute; 
	top: 5px;
	width: 800px;
	float: right;
	text-align: right;
	font-size: .8em;
	color: #999999;
	text-transform: uppercase;
	z-index: 20;
}

#meta a {
	color: inherit;	
}

#navigation {
	float: right;
	text-align: right;
	color: #ffffff;
	padding-top: 70px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	width: 800px;
	font-weight: 600;
	/* z-index: 10; */
}

#navigation ul {
	font-size: 1.125em;
}

#navigation a {
	color: #000000;
}

#navigation li.selected a {
	color: #179aa4;
}

#navigation .nav-hidden {
	top: 0px;	
}

#navigation ul li {
	padding: 0;
	margin: 0;
	height: 1.5em;
}

#navigation ul li ul li {
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	border-left: 1px solid #000000;
}

#navigation ul ul {
	font-size: .7em;
	float: right;
}

#navigation ul ul li {
	height: .95em;	
}

#navigation ul ul li:last-child {
	padding-right: 0;
}

#navigation ul ul li:first-child {
	border-left: 0;
}

#content {
	background-image: url(images/content-background.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	min-height: 750px;
	padding-bottom: 4em;
	margin-bottom: 0;
	clear: both;
}

#content h1 {
	color: #179aa4;
	font-size: 3em;	
	text-align: right;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	font-weight: 400;
}

#content h2 {
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom: .5em;
	font-weight: 700;
}

#content .projecttitle {
	color: #179aa4;	
	font-weight: 400;
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom: .5em;
}

#content p {
	padding-left: 4em;
	padding-right: 4em;
	line-height: 1.5em;
	padding-bottom: 1em;
}

#content p img {
	border: 1px solid #cccccc;	
}

#content a {
	color: #179aa4;
	text-decoration: underline;	
}

#content dl {
	padding-left: 4em;
	padding-right: 3em;
	line-height: 1.25em;	
}

#content dl dt {
	font-size: 1.25em;
	padding-bottom: .25em;
	padding-top: 1.5em;
}

#content dl dd {
	font-size: .9em;
	line-height: 1.4em;
	padding-left: 1em;
}


#content ul {
	margin-left: 6em;
	padding-right: 3em;
	padding-bottom: 1em;
	list-style: disc;
}

#content li {
	padding-left: 1em;
	line-height: 1.25em;
	padding-bottom: .25em;
}


#polaroids {
	padding-left: 4em;
	margin-top: 2em;
	padding-bottom: 0;
}

.polaroid {
	width: 204px;
	height: 262px;
	background-color: #ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: 1px 1px 3px 1px #cccccc;
	float: left;
	margin-right: 50px;
	margin-bottom: 3em;
}

#content .polaroid p {
	padding: 10px 10px 0 9px;
	font-size: .75em;
	font-weight: 400;
}

.polaroid a {
	font-weight: 600;
	color: #179aa4;
	text-decoration: underline;	
}

.thumbnail {
	clear: both;
	padding-left: 4em;
	padding-top: 1.5em;
}

.thumbnail img {
	float: left;
	border: 1px solid #c6c7bd;
}

.thumbnail h2 {
	font-size: 1.25em;
	padding-left: 175px;
	padding-top: .75em;
	padding-bottom: .25em;
	padding-right: 2em;
}

.thumbnail a {
	color: #179aa4;
	text-decoration: underline;	
}

#content .thumbnail p {
	padding-left: 195px;
	font-size: .9em;
	line-height: 1.4em;
	color: #aaaaaa;
}

#thumbnails .thumbnail p {
	clear: none;
}

#thumbnails p {
	clear: both;
}

#thumbnails {
	padding-bottom: 50px;
}

.backbutton {
	position: absolute;
	font-size: .8em;
	padding-top: 1em;
}

#content .backbutton a {
	text-decoration: none;	
}

#footer {
	width: 834px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-size: .8em;
	line-height: 1.5em;
	clear: both;
}

#footer p {
	padding: 3.5em;	
}

#footer a {
	color: #179aa4;	
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;	
}

.right {
	float: right;	
}

#content h1.login {
	color: #000000;
	font-weight: 400;
	font-size: 2.25em;
}

#content h1.login a {
	text-decoration: none;	
}