.article-list #main-content ol {
 	margin-top: 30px;   
}

#main-content {
	min-height: 580px;
}

#main-content .body {
	color: #000;
}

.individual-article #main-content {
	min-height: 850px;
}

.sidebar#neighborhood ul li a .title {
	float: none;
}

.sidebar#neighborhood a.edit {
	position: absolute;
    top: 10px;
    right: 10px;
}

#main-content .image {
	position: relative;
	padding: 10px 10px 6px 10px;
	margin-top: -7px;
	margin-bottom: 30px;
	background-color: #FFF;
	-moz-box-shadow:    1px 1px 4px 0px #BBB;
 	-webkit-box-shadow: 1px 1px 4px 0px #BBB;
  	box-shadow:         1px 1px 4px 0px #BBB;
}

#main-content .image.left {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-left: -50px;
}

#main-content .image .title {
	position: absolute;
	float: right;
	background-color: #222;
	bottom: 30px; 
	right: 10px;
	padding: 3px 15px 2px 10px;
	color: #FFF;
	opacity: 0.8;
}

#main-content .image .caption {}

#main-content .image .shadow {
	position: absolute;
	width: 6px;
	top: 0px;
	bottom: 0px;
	left: -6px;
	background-image: url('/images/design/photo-shadow.png');
}

#main-content a.edit {
    position: absolute;
 	display: block;
    top: 0px;
	right: 40px;
}

#main-content .body a.edit {
    position: absolute;
 	display: block;
    float: right;
    top: 0px;
	right: -29px;
	text-indent: 1000px;
	overflow: hidden;
    width: 21px;
    height: 18px;
    padding: 0px;
    background-color: transparent;
    background-image: url('/images/design/edit-button.png');
    -moz-box-shadow:    none;
 	-webkit-box-shadow: none;
  	box-shadow:         none;
  	border-radius: 0px;
}

#main-content .body a.edit:hover {
	background-position: right;    
}

#main-content .neighborhoods {
	position: relative;    
}

#main-content .neighborhoods a.edit {
	right: -25px;
}

#main-content .neighborhoods ul {
	list-style: none;
    float: left;
    margin: 0px;
    width: 195px;
    border: 0px dotted red;
}

#main-content .neighborhoods ul li {
	margin-left: 0px;    
}


#main-content .neighborhoods ul li a span {
	display: block;
    float: left;
    color: #FFF;
    background-color: #AAA;
    margin-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 15px;
    width: 20px;
    text-align: center;
    letter-spacing: -2px;
    border-right: 1px solid #AAA;
}

#main-content .neighborhoods ul li a:hover span {
	background-color: #ff9900;
    border-color: #ff9900;
}

#main-content .neighborhoods ul li a {
	text-decoration: none;    
}

body.index #main-content .boilerplate { 
    position: relative;
    top: 20px;
    color: #000;
}