/*
Last Update: Thursday, 26th October, 2006.
First Pass.
*/

/*
Body and layout.
*/
body {
	background-color: #191919;
	width: 100%;
	margin: 0 auto; 
}
img {
	border: 0;
}
#container {
	background-color: #222;
	margin: 0 auto;
	width: 870px;
}
#header {
	width: 774px;
	height: 75px;
	margin: 0px 48px 0px 48px;
	padding: 0px;
	border-bottom: 1px solid #444;
}
#nav {
	width: 374px;
	height: 25px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: right;
	text-align: right;
}
#title {
	width: 400px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#project {
	width: 774px;
	height: 240px;
	margin: 0px 48px 0px 48px;
	padding: 0px;
}
#large_photo {
	width: 774px;
	margin: 0px 48px 0px 48px;
	padding: 0px;
}
#project_photo {
	background-color: #191919;
	width: 320px;
	height: 240px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
#project_copy {
	background-color: #191919;
	width: 404px;
	height: 190px;
	margin: 0px;
	padding: 25px;
	float: right;
}
#photos {
	width: 870px;
	margin: 0px 48px 0px 48px;
	padding: 0px;
	display:none;
}
.thumbnails {
	margin: 0px 5px 5px 0px;
	border: 1px solid #222;
}
#tag {
	width: 774px;
	height: 34px;
	margin: 16px 48px 0px 48px;
}
#copyright {
	width: 774px;
	
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	color: #666;
	font-weight: 400;
	margin: 0px 48px 0px 48px;
}
/*
Typography
*/
p { 
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #999;
}
h2 {
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #999;
}
h4 {
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: 15px 0px 5px 0px;
	padding: 0;
	text-align: left;
}
.orange {
	color: #FF6600;
}
/*
Links
*/

a, a:link, a:visited {
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

a:active, a:hover {
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

a.logout, a.logout:link, a.logout:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

a.logout:active, a.logout:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 0px solid #E40138;
}

#nav a, #nav a:link, #nav a:visited {
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
	border-bottom: 1px solid #0099FF;
}

#nav a:active, #nav a:hover {
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

#copyright a, #copyright a:link, #copyright a:visited {
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

#copyright a:active, #copyright a:hover {
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #555;
}
