@charset "utf-8";
/* Main stylesheet for richardhinerarchitects.com */

body {
	margin: 0;
	padding: 0;
	background-color: #c9cab2;
	background-image: url(../images/rha_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	color: #191513; /* dark brown */
}

body.expandedMenu { background-image: url(../images/rha_bg_expanded.gif); }

img { border: none; }

a, a:link { color: #191513; } /* dark brown */
a:visited { color: #655c57; text-decoration: none; } /* brown */
a:active { color: #303f12; } /* green */
a:hover { color: #a07e1a; text-decoration: underline; } /* ochre */

h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #303f12; /* green */
}

.red { color: #59260b; }
.ochre { color: #a07e1a; }
.green { color: #303f12; }
.brown { color: #655c57; }
.dark-brown { color: #191513; }

.noUnderline { text-decoration: none; }

#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#logo {
	position: absolute;
	top: 74px;
	left: 26px;
	text-align: left;
}

#contentContainer {
	position: absolute;
	top: 205px;
	left: 25px;
	text-align: left;
	width: 678px;
}

#footerWrapper {
	position: absolute;
	top: 696px;
	right: 26px;
	border: 1px solid #a6a692;
	padding: 2px;
}

#footer {
	background-color: #aaae92;
	text-align: right;
	padding: 6px 8px;
	color: #ebecdd;
	font-size: 0.75em;
	font-weight: bold;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #ebecdd;
	text-decoration: none;
}

#footer a:hover {
	color: #ebecdd;
	text-decoration: underline;
}

#menu {
	position: absolute;
	top: 127px;
	right: 0px;
	text-align: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#submenu {
	position: absolute;
	top: 161px;
	left: 0px;
	width: 750px;
	text-align: center;
}

#submenu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#submenu ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 12px;
}

/* Styles for About Us page */

div#aboutRHA {
	width: 365px;
}

div#featuredProjects {
	position: absolute;
	top: 0px;
	left: 421px;
	width: 304px;
	text-align: right;
	color: #59260b;
}

img.featuredThumbnail {
	border: 1px solid #191513;
	margin-bottom: 5px;
}

img.featuredThumbnail:hover {
	filter: alpha(opacity=80); opacity: .8;
}

div#featuredProjectsFooter {
	border-top: 1px solid #59260b;
	padding-top: 2px;
	font-size: 0.9em;
}

/* Styles for Project pages */

div#projectWrapper {
	position: relative;
	width: 515px;
}

div#projectContainer {
	position: relative;
	margin-top: 9px;
}

div#alternateView {
	position: absolute;
	top: 0px;
	right: 4px;
	z-index: 50;
}

div#projectTitle {
	position: relative;
	width: 409px;
	padding-right: 102px;
	padding-bottom: 4px;
	border-bottom: 1px solid #59260b;
}

div#projectTitle h1 {
	margin: 0;
	padding: 0;
}

.projectLocation {
	color: #838670;
}

.projectTitleDetails {
	color: #a07e1a;
}

div#projectDescription {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 168px;
}

div#projectDescription p {
	font-size: 0.9em;
	margin-bottom: 10px;
}

div#projectDisplayContainer {
	position: absolute;
	top: 0px;
	left: 178px;
	width: 333px;
	height: 333px;
	background-color: #aaae92;
	text-align: center;
	vertical-align: middle;
}

img#projectDisplayImage {
	border: 1px solid #191513;
}

div#imgLoading {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}

div#drawingsContainer {
	position: absolute;
	top: 0px;
	left: 178px;
	border: 1px solid #191513;
	width: 331px;
	height: 331px;
	/*overflow: hidden;*/
}

div#projectDisplayNavigation {
	position: absolute;
	top: 333px;
	left: 178px;
	width: 333px;
	background-color: #a07e1a;
	color: #f7dd91;
	text-align: center;
	font-size: 0.8em;
}

div#projectsSideMenuBorder {
	position: absolute;
	top: 0px;
	left: 525px;
	width: 1px;
	height: 478px;
	background: #59260b url(../images/border_side_menu.png) top left no-repeat;
}

div#projectsSideMenu {
	position: absolute;
	top: 0px;
	left: 526px;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 186px;
	color: #59260b;
	font-size: 0.9em;
}

div#projectsSideMenuFooter {
	width: 166px;
	border-top: 1px solid #59260b;
	padding-top: 2px;
	font-size: 0.9em;
	color: #191513;
}

div#thumbsContainer {
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px;
	max-height: 350px;
	overflow: auto;
}

div#thumbsContainer img.drawing {
	margin-right: 4px;
	margin-bottom: 4px;
}

div#thumbsContainer img.photo {
	margin-bottom: 4px;
}

div#thumbsContainer img.photo-lg {
	margin-bottom: 4px;
}

div#scroll_up {
	width: 26px;
	padding-left: 140px;
	cursor: pointer;
	overflow: hidden;
}

div#scroll_down {
	width: 26px;
	padding-left: 140px;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 2px;
}

/* Styles for Recognition page */

div.recognition {
	position: relative;
	width: 695px;
	background-color: #d4d5be;
	border: 1px solid #eceeda;
	padding: 8px 10px;
	margin-bottom: 5px;
}

div.recognition p.title {
	margin: 0 0 5px 0;
	padding: 0;
	color: #59260b;
	font-size: 1.4em;
	text-transform: uppercase;
}

div.recognition p.project {
	margin: 0 0 5px 0;
	padding: 0;
	color: #191513;
	font-size: 1.3em;
}

div.recognition p.credit {
	margin: 0;
	padding: 0;
	color: #5c5652;
	font-size: 0.9em;
}

/* Styles for Contact page */

table#contactTable {
	margin-top: 22px;
}

table#contactTable tr td {
	padding-top: 13px;
	padding-bottom: 7px;
}

td.borderLeft {
	border-left: 1px solid #a07e1a;
	padding-left: 13px;
}

/* Styles for Resources pages */

.resources a, .resources a:link, .resources a:visited {
	color: #a07e1a;
}
