BODY {
	margin: 0;
	padding: 0;
	font: 10px normal Verdana, Arial, sans-serif;
	background: #bbb;
}

a {
	text-decoration: none;
}

#box {
	position: relative;
	margin: 0 auto 0 auto;
	min-height: 660px;
	height: auto !important;
	height: 660px;
	background: #fff;
}

#shadow {
	margin:  0 auto 0 auto;
	background: url(/img/shadow_sides.jpg) top center repeat-y;
	width: 854px;
}

#shadow {

}

#shadow #box {
	width: 836px;
}

/*
#shadow #box {
	background: url(/img/836--9x84--10x8.gif) repeat-y;	
}
*/


#top {
	background: url(/img/shadow_top.jpg) #bbb bottom center no-repeat; 
	width: 100%;
	height: 9px;
}

#bottom {
	background: url(/img/shadow_bottom.jpg) #bbb top center no-repeat; 
	width: 100%;
	height: 9px;
}

#mast {
	height: 156px;
	width: 836px;
	margin-bottom: 8px;
}

#mast ul {
	position: absolute;
	display: block;
	top: 8px;
	left: 16px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#mast ul li {
	display: inline;
	float: left;
}

#mast ul li a {
	text-decoration: none;
	color: #333;
	padding: 2px 16px;
	border-left: 2px solid #999;
}

#mast ul li#n_home a {
	border-left: none;
}

#mast ul li a:hover {
	background: #eee;
}

#mast #manage {
	position: absolute;
	top: 132px;
	left: 8px;
	background: #ddd;
	padding: 4px;
	border: 1px solid #666;
}

/* -- footer -- */

#footer {
	width: 820px;
	margin: 16px auto 0 auto;
	padding: 4px 8px 4px 8px;
	background-color: #eee;
}

/* -- home page styles -- */

#h_left {
	position: absolute;
	width: 184px;
	top: 156px;
	left: 0;
}

#h_left p {
	padding-left: 8px;
	font-size: 12px;
}

#h_right {
	position: absolute;
	width: 75px;
	right: 8px;
	top: 156px;
	height: 400px;
	padding-right: 4px;
	padding-top: 14px;
}

#h_body {
	position: relative;
	margin-left: 192px;
	width: 544px;
	font: 12px/16px Georgia, "Times New Roman", serif;
}

#h_body h2 {
	display: block;
	margin: 0;
	border: 1px solid #929497;
	background: #666;
	color: #fff;
	padding: 2px 4px 1px 4px;
	font: 16px/18px normal Georgia, "Times New Roman", serif;
}

#h_body div.h_story {
	display: block;
	margin: 0;
	width: 100%;
	float: none;
}

#h_body div.h_story h3 {
	font: 12px/14px normal Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	margin-top: 8px;
}

#h_body div.h_story p {
	margin-top: 4px;
}

#h_body div.h_storyphoto {
	display: block;
	float: none;
	margin-top: 4px;
}

#h_body div.h_storyphoto p {
	font: 11px normal Verdana, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

#h_body #shift {
	border: 1px solid #000;
	padding: 8px;
	width: 250px;
	font: 11px/14px Verdana, Helvetica, Arial, sans-serif;
}

/* -- contact page -- */

.basics {
	position: relative;
	margin-left: 8px;
	font: 1.2em/1.4em Verdana, Arial, sans-serif;
}


#contact div.grey {
	color: #666;
	font-size: 11px;
}

#contact .blocks img {
	margin-top: 20px;
}

#contact .blocks p {
    margin: 0;
}

#contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: -8px;
}

#contact ul li {
	width: 176px;
	padding-bottom: 14px;
	font-size: 11px;
}

#contact ul li strong {
	font-size: 12px;
}

#contact .helplink {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#contact hr {
    margin: 24px 0;
}

#bio {
	font: 1.2em/1.6em Georgia, "Times New Roman", serif;
	margin-left: 8px;
}

#bio p {
	text-indent: 12px;
	margin: 0;
}



/* -- blocks -- */

div.blocks {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-right: -8px;
}

div.blocks div.oneW,
div.blocks div.twoW,
div.blocks div.threeW,
div.blocks div.fourW,
div.blocks div.fiveW,
div.blocks div.sixW,
div.blocks div.sevenW {
	display: inline;
	float: left;
	margin-right: 8px;
	zoom: 1;
}

div.blocks div.endcap {
	margin-right: 0;
}

div.blocks div.gutter {
	width: 0;
}

.oneW {
	width: 84px;
}

.twoW {
	width: 176px;
}

.threeW {
	width: 268px;
}

.fourW {
	width: 360px;
}

.fiveW {
	width: 452px;
}

.sixW {
	width: 544px;
}

.sevenW {
	width: 636px;
}

/*div.blocks input, div.blocks textarea {
	width: 100%;
}*/

/* -- photo sets -- */

ul#sets {
	display: block;
	width: 636px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#sets li {
	display: inline;
	float: left;
	width: 102px;
	margin-right: 4px;
	margin-bottom: 12px;
	background: url(/img/photo_back.gif) top left no-repeat;
	font: 9px/11px Verdana, Arial, sans-serif;
	height: 140px;
}

ul#sets li img {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
}

ul#sets li p {
	margin: 0;
	margin-right: 4px;
}

ul#sets li a {
	color: #000;
}

/* -- individual photo set -- */

ul#setphotos {
	width: 636px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 12px;
}

ul#setphotos li {
	display: inline;
	float: left;
	width: 98px;
	margin-right: 8px;
	margin-bottom: 12px;
	text-align: center;
}

/* -- popup single photo -- */

#popphoto {
	padding: 20px;
	border: 1px solid #666;
	background: #fff;
}

#popphoto img {
	margin: 0;
	text-align: center;
}

#popphoto h1 {
	padding: 0;
	margin-top: 0;
}

/* -- news composition -- */

#pcompose input {
	width: 100%;
}

#pcompose textarea {
	width: 100%;
	height: 12em;
}

#pcompose .blocks h2 {
	font-size: 14px;
	text-align: right;
	margin: 0;
}

#pcompose .small {
	font-size: 10px;
}

/* -- story styles -- */

#box div.story {

}

.story div.info {
	font: 11px/14px normal Verdana, sans-serif;
}

.story p {
	font: 12px/16px normal Georgia, "Times New Roman", serif;
}

.story h2 {
	margin: 0;
	font-size: 16px;
}

ul#stories {
	padding-left: 14px;
}

div.photofloat {
	display: inline;
	float: left;
	padding-top: 14px;
	font: 11px normal Verdana, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

div.photofloat img {
	display: block;
	margin: 0 auto;
	padding-bottom: 6px;
}

div.photofloat.right {
	float: right !important;
	margin: 0 0 8px 8px !important;
}

div.photofloat.left {
	margin: 0 8px 8px 0;
}

ul.news_sections {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

ul.news_sections li a {
	display: block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
}

ul.news_sections li a:hover {
	background: #ffffbb;
}

/* -- map page -- */

#map {
	width: 636px;
	height: 636px;
}

#lcontrols {
	display: block;
	float: none;
	margin-right: 0;
}

#lcontrols div {
	display: block;
	float: none;
	margin: 0;
	margin-bottom: 4px;
	padding: 2px 4px 4px 4px;
	font: 16px/18px normal Georgia, "Times New Roman", serif;
	background: #666;
	color: #fff;
	margin-bottom: 12px;
}

#lcontrols div:hover {
	cursor: pointer;
}

#lcontrols .active {
	color: #fff12d;
	background: #000;
}

#lcontrols ul {
	display: block;
	list-style-type: none;
	margin: -4px 0 4px 0;
	padding: 0;
	border-top: 0;
}

#poiinfo {
	display: block;
	float: none;
	margin: 0;
	font: 10px/14px normal Verdana, Arial, sans-serif;
}

#poiinfo ul {
	margin: 0;
	padding: 0;
	padding-left: 12px;
}

#poiinfo h2 {
	font-size: 18px;
	line-height: 18px;
}

#poiinfo ul.poihelp li {
	margin-bottom: 12px;
	font-size: 12px;
}

#editpoi {
	display: block;
	width: 176px;
	font-size: 11px;
}

#editpoi input {
	width: 176px;
}

#editpoi textarea {
	width: 176px;
}

.citylinks b {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

/* -- push padding on bio columns -- */

#bio div {
	padding-left: 4px;
	padding-right: 4px;
}

#bio div.twoW {
	width: 168px;
}

#bio div.threeW {
	width: 260px;
}

#bio div.fourW {
	width: 352px;
}

#bio div.photofloat {
	padding: 0;
}

div.error {
  background: #ffffaa;
  padding: 8px;
}

ul#staff_list {
    width: 600px;
}

ul#staff_list li {
    display: inline;
    float: left;
    padding: 6px;
    margin: 2px 0;
    cursor: pointer;
}

#staff_list li:hover {
    background: #ffc;
}

ul.neighborhood {
    padding: 0;
}

ul.neighborhood li {
    padding-bottom: 4px;
}
