/* @override http://localhost/hoffman/hoffman.css */

body {
	margin: 0;
	border: solid #FFFFFF;
	border-width: 2px 0 0;
	font-family: arial;
	font-size: 12px;
	color: #dadada;
	background-color: #000000;
}

img { border: none;}
a {	color: #b5b5b5; }
a:hover { color: #FFFFFF; }

h1 {
	color: #FFFFFF;
	margin-top: 0;
	font-size: 18px;
	font-weight: normal;
}

.darktext { color: #646464; }

#logo {
	position: relative;
	z-index: 3;
	background-image: url(images/hoffman_architects_logo.png);
	cursor: pointer;
	width: 234px;
	height: 22px;
}

#front_img, #shadow {
	position: absolute;
	top: 2px;
	left: 0;
}

#shadow {
	z-index: 2;
	background-image: url(images/shadow.png);
	width: 602px;
	height: 355px;
}

#front_img {
	z-index: 1;
}

#liner {
	margin-top: 54px ;
}

#left {
	position: relative;
	width: 95px;
	height: 460px;
	float: left;
}

#usgbc_logo {
	position: absolute;
	left: 35px;
	top: 370px;
}

/* nav */
#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	text-align: right;
	margin-bottom: 15px;
	font-size: 15px;
}

#nav li a {
	color: #5b5b5b;
	text-decoration: none;
}
#left.home {
	position: relative;
	z-index: 4;
	padding-bottom: 20px;
	padding-right: 20px;
	height: 120px;
}
#left.home ul li a { color: #FFFFFF; }
#left.home ul li a:hover { color: #FFFFFF;}

#nav li a:hover { color: #a2a2a2;}
#nav li a.selected { color: #FFFFFF;}

/* subnav */
#sub_nav {
	margin: 0;
	padding: 0;
	margin-top: .2em;
}

#sub_nav li  {
	margin-bottom: .2em;
	font-size: 11px;
}



#proj_nav {
	float: left;
	margin-left: 40px;
}

#proj_nav img {
	padding-bottom: 4px;
}


#content {
	position: absolute;
	left: 245px;
	line-height: 145%;
	width: 440px;
}

#content.property {
	width: 72%;
}

.property_banner_container {
	width: 100%;
	position: absolute;
	z-index: 2;
}

.property_banner {
	color: #FFFFFF;
	background: black;
	width: 100%;
	opacity: 0.8; filter: alpha(opacity=80);
	padding: 5px 10px 5px 7px;
}
.property_photo { width: 100%;}
.property_title {
	font-size: 16px;
	display: inline;
}
.property_location {
	padding-left: 8px;
}

#banner_sublinks {
	margin-top: 2px;
	margin-right: 20px;
	font-size: 10px;
}

#banner_sublinks a {
	color: #82897d;
	text-decoration: none;
}

#banner_sublinks a:hover { color: #FFFFFF; }

#show-details, #show-map {
	float: left;
	background: url(images/sprite.gif) no-repeat 0 -1000px;
	padding-left: 12px;
}

#show-details:hover, #show-map:hover { background: url(images/sprite.gif) no-repeat 0 -964px;}

#hide-details, #hide-map {
	float: left;
	background: url(images/sprite.gif) no-repeat 0 -982px;
	padding-left: 12px;
	display: none;
}

#hide-details:hover, #hide-map:hover { background: url(images/sprite.gif) no-repeat 0 -946px;}

.property_img_links {
	float: right;
}

.btn-active {
	background: #FFFFFF;
	border: solid 1px #FFFFFF;
}

.btn-inactive {
	border: solid 1px #969899;
}

a:hover .btn-inactive {
	background: #969899;
}

div.controls a {
	text-indent: -5000px;
	overflow: hidden;
	outline: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(images/bg-next.gif);
	opacity: 0;
	filter: alpha(opacity=0);
}

div.controls a.previous {
	left: 0;
	background-image: url(images/bg-previous.gif);
	background-position: left center;
}

div.controls a.alone {
	width: 100%;
}
		
div.controls a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#property_details_container {
	visibility: hidden;
	overflow: hidden;
}

#property_details {
	background: black;
	width: 100%;
	opacity: 0.8; filter: alpha(opacity=80);
	padding: 15px 0 10px 10px;
	opacity: 0.8; filter: alpha(opacity=80);
}

#property_details p {
	margin: 0;
	width: 550px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 145%;
}

/* WORKS */

#works {
	float: left;
	margin-left: 40px;
	width: 680px;
	position: relative;
	top: -37px;
}

#works td {
	padding-left: 30px;
	height: 50px;
	border: solid #333333;
	border-width: 1px 0 0;
	font-size: 11px;
	cursor: pointer;
}

#works td a { text-decoration: none; }
#works td.thumb { padding-left: 0px; }

#sort_row td {
	border: none;
	height: 35px;
}

#map_overlay {
	float: left;
	background: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 450px;
	width: 560px;
	opacity: 1;
}

#map {
	float: left;
	position: relative;
	left: 260px;
	width: 560px;
}




.hl, .hl a { background: #333333; color: #FFFFFF; }
.crossfade { background-repeat: no-repeat; position: relative }
.error { color: #FF0000 }
.success { color: #008000 }
.nowrap { white-space: nowrap; }

/* Connect */

#connect_login { border: solid 1px #404040; width: 25em; padding: 1em }
ul.user_docs { line-height: 175% }
ul.user_docs, ul.user_docs ul { margin: 0.5em 0.75em; padding-left: 0.75em; border-left: dashed 1px #404040 }
ul.user_docs li { list-style-type: none }

.sprite-flash,.sprite-html,.sprite-package,.sprite-sound,.sprite-video,.sprite-pdf,.sprite-user,.sprite-refresh,.sprite-attachment,
.sprite-doc,.sprite-folder_new,.sprite-padlock,.sprite-image,.sprite-users,.sprite-page,.sprite-page_new,
.sprite-page_down,.sprite-user_new,.sprite-stop,.sprite-folder_page { padding-left: 19px; padding-bottom: 2px; margin-left: 3pt; background: url(images/sprite.gif) no-repeat top left }
.just-sprite { padding-left: 0 }

.sprite-video { background-position: 0 -30px; }
.sprite-user_new { background-position: 0 -76px; }
.sprite-attachment { background-position: 0 -122px; }
.sprite-refresh { background-position: 0 -168px; }
.sprite-stop { background-position: 0 -214px; }
.sprite-pdf { background-position: 0 -260px; }
.sprite-font { background-position: 0 -306px; }
.sprite-folder_new { background-position: 0 -352px; }
.sprite-folder_page { background-position: 0 -398px; }
.sprite-padlock { background-position: 0 -444px; }
.sprite-user { background-position: 0 -490px; }
.sprite-image { background-position: 0 -536px; }
.sprite-users { background-position: 0 -582px; }
.sprite-page { background-position: 0 -628px; }
.sprite-page_down { background-position: 0 -674px; }
.sprite-flash { background-position: 0 -720px; }
.sprite-html { background-position: 0 -766px; }
.sprite-page_new { background-position: 0 -812px; }
.sprite-package { background-position: 0 -858px; }
.sprite-sound { background-position: 0 -904px; }

