/*---------------------------------------
chicago neighborhoods google map

media:		screen
author:		kevin zolkiewicz
website:	http://zolk.com
----------------------------------------*/

@import url(reset.css);

/* The Basics */

body {
	background: #FFF;
	font: 62.5%/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.hidden { display: none; }

/* Typography */

p { margin: 1em auto; color: #66696d; font-size: 1.5em; line-height: 1.5; text-align: center; }
p.intro { width: 550px; }
p.credit { font-size: 1.2em; }
strong { font-weight: bold }
em { font-style: italic;}

a:link, a:visited { color: #1254ad; text-decoration: none; }
a:hover, a:active { color: #042a5d; background-color: #f1f5fb; }
a.comments { font-weight: bold; }

/* Header */

#header { padding: 1.3em 0 1em 0; background-color: #185ebd; border-bottom: 5px solid #b3ddf2; }
#header h1 { 
	width: 641px; 
	height: 0; 
	overflow: hidden; 
	margin: 0 auto; 
	padding-top: 34px; 
	background: url(/images/header.png) no-repeat;
}

/* Content Area */

#content { width: 650px; margin: 0 auto; }

ul#downloads { width: 541px; margin: 2em auto; overflow: hidden; }
ul#downloads li { float: left; }
ul#downloads li a { 
	display: block; 
	float: left; 
	width: 167px; 
	height: 0; 
	margin-right: 20px; 
	overflow: hidden; 
	padding-top: 43px; 
	text-indent: -1000px; 
	background-repeat: no-repeat;
}
.ie6 ul#downloads li a { margin-right: 10px; }
ul#downloads li a:hover { background-position: 0 -43px; }
ul#downloads li#maps a { background-image: url(/images/button-maps.png); }
ul#downloads li#earth a { background-image: url(/images/button-earth.png); }
ul#downloads li#kml a { background-image: url(/images/button-kml.png); }
ul#downloads li a.last-child { margin-right: 0; }

#map { 
	width: 550px; 
	height: 650px; 
	margin: 0 auto 2em auto;
	border: 4px solid #185ebd; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}

/* Comments */

#comments { width: 550px; margin: 0 auto; }
#comments h3.header { 
	width: 550px; 
	height: 0;
	overflow: hidden;
	margin: 4em auto -0.5em auto;
	padding-top: 22px;
	background: url(/images/comments.png) no-repeat;
}
#dsq-options-toggle { display: none !important; }
.dsq-by { display: none !important; }
#dsq-comments-count { display: none !important; }
.dsq-comment-rate { display: none !important; }
.dsq-comment-body, .dsq-comment-footer { margin-left: 0 !important; }
.dsq-comment-body { line-height: 1.6 !important; }
.dsq-comment-message { color: #66696d !important; }