body {
	background: black;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

img {
	border-style: none;
}

#header {
	margin-top: 13px;
}

#logo {
	margin-top: 10px;
	margin-bottom: 25px; 
}

#menu {
	margin-top: 35px;
}

#menu img {
	margin-top: 30px;
	display: block;
	padding-left: 160px;
}

#photos {
	color: white;
}

.photobox {
	background-color: silver;
	display: block;
	width: 250px;
	height: 250px;
}

.phototitle {
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

.photocredit {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: silver;
	text-align: left;
}

#contact {
	margin-top: 50px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#contact a:link {
	color: #da0d0d;
	text-decoration: none;
}

#contact a:hover {
	color: white;
	text-decoration: none;
}

#contact a:visited {
	color: #da0d0d;
	text-decoration: none;
}

#contact a:active {
	color: white;
	text-decoration: none;
}

#photonav, #archnav {
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	text-decoration: none;
	padding-top: 50px;
	padding-bottom: 30px;
}

#photonav a:link, #archnav a:link {
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	text-decoration: none;
	background-color: rgba(255,255,255,0.1);
	padding: 10px;
}

#photonav a:visited, #archnav a:visited {
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	text-decoration: none;
	background-color: rgba(255,255,255,0.1);
	padding: 10px;
}

#photonav a:hover, #archnav a:hover {
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	text-decoration: none;
	background-color: rgba(255,255,255,0.25);
	padding: 10px;
}

#photonav a:active, #archnav a:active {
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	text-decoration: none;
	background-color: rgba(255,255,255,0.25);
	padding: 10px;
}

/* @group arch project page */

#caption {
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
}

.project-image {
	width: 520px;
	height: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.project-caption {
	height: 50px;
	width: 520px;
	margin-left: 2px;
	margin-right: 2px;
}

.project-title,
.project-text,
.project-caption {
	font: 14px/18px Skia, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #bfbfbf;
}

.project-location {
	font-size: 18px;
	text-align: right;
	display: inline-block;
	position: relative;
}

.project-title {
	font-size: 18px;
	color: white;
}

.project-firm {
	font-size: 12px;
}

.project-text {
	text-align: justify;
	text-indent: 40px;
	font-size: 13px;
}

.project-thumb {
	margin: 1px;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-color: white;
	border: 1px solid #000;
}

.project-thumb:hover {
	border: 1px solid #fff;
}



/* @end */

.arch_menu_title a:link, .arch_menu_title a:visited  {
	text-decoration: none;
}

.arch_menu_title a {
	font-size: 12px;
	color: white;
	margin-top: 5px;
	display: block;
}

.arch_menu_title a:hover, .arch_menu_title a:active  {
	text-decoration: underline;
}