/*
Theme Name: CBD
Theme URI: http://www.cityhpil.com
Description: The City of Highland Park IL Planning Division
Version: 1.0
Author: Jason Berry
Author URI: http://www.thegreenestbuilding.org

*/
#wrapper {
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
	}
body {
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #000;
	background: #d3edec;	
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x; 
	}
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
	}
#header {
	float: left;
	width: 750px;
	height: 200px;
	background-image: url(images/2008_taste_HP.jpg);
	margin: 10px 0 0 0;
	}
h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 5px;
	margin: 0 400px 0 0;
	}
.headertag {
	color: #fff; 
	padding: 0 0 10px 5px;
	font-style: italic;
	letter-spacing: 0.4em;
	}
#header a {
	text-decoration: none;
	color: #fff;
	}

#supernav {
	font: bold 10px/10px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
	position: absolute;
	top: 190px;
	left: 50%;
	width: 750px;
	margin: 0 0 0 -360px;
	padding: 5px 16px; /* duplicate the tab size */
	text-align: left;
	display: block;
	}

#supernav li {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	display: inline;
	}

#supernav a {
	color: #fff;
	background: #63AAE7;
	font-weight: normal;
	height: 19px;
	padding: 5px 16px;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px;	
	}
	
#supernav a:hover {
	color: #111;
	background: white;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;	
	}

#supernav .current_page_item a {
	color: #111;
	background: white;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
}

#hack {
	background: #d3edec; /*change this if changing body background color*/
	height: 3px;
	width: 750px;
	display: inline;
	position: absolute;
	top: 209px;
	/*left: 50%;
	margin: 0 0 0 -350px;*/
	margain: 0;
	padding: 0;
	z-index: 2;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #336699;
	}
a:hover {
	text-decoration: underline;
	color: #336666;
	}
p {
	padding: 5px;
	}	
#container {
	margin: 3px 0 0 0;
	padding: 0 5px 0 5px;
	float: left;
	width: 532px;
	background: #fff;
	border: 1px solid #eee;
	/*border-bottom: 2px solid #d3edec;*/
	}
.post {
	padding: 10px 0 10px 0;
	}
.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	}
.entry {
	line-height: 18px;
	}
p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	}
.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}
.sidebar {
	float: right;
	margin: 3px 0 0 0;
	width: 200px;
	background: #eee;
	border: 1px solid #fff;
	display: inline;
	}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	}
.sidebar ul li{
	padding: 10px 0 10px 0;
	}
.sidebar ul li h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	}
.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
	}
#icons {
	/*padding: 4px;*/
	}
.twitter {
	padding: 10px;
	}
.rss {padding: 8px;
	}
#search {
	background: #fff;
	padding: 4px;
	border: 2px solid #d3edec;
	}
#searchsubmit {
	font: bold 10px/10px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
	text-transform: lowercase;
	color: #fff;
	background: #63AAE7;
	font-weight: bold;
	padding: 3px 14px;
	-moz-border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;	
	}	
/*#calendar {
	background: #fff;
	padding: 3px;
	}*/
#recent {
	background: #fff;
	font-size: small;
	font-stretch: condensed;	
	line-height: normal;
	text-align: left;
	padding: 2px;
	border: 2px solid #d3edec;
	}
.recentPosts {
	font-size: small;
	font-stretch: condensed;	
	line-height: normal;
	text-align: left;
	}
#categories {
	background: #fff;
	font-size: small;
	font-stretch: condensed;	
	line-height: normal;
	text-align: left;
	padding: 2px;
	border: 2px solid #d3edec;
	}	
#archives {
	background: #fff;
	font-size: small;
	font-stretch: condensed;	
	line-height: normal;
	text-align: left;
	padding: 2px;
	border: 2px solid #d3edec;
	}	
/*#links {
	background: #fff;
	padding: 3px;
	}*/
#footer {
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0 0 0;
	/*background: #d3edec;*/
	color: #fff;
	font-weight: bold;
	}
#footer p {
	line-height: 18px;
	text-align: center;
	}
.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	}
.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	}
.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	}
.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	}
.commentmetadata {
	font-size: 12px;
	}
.comments-template p.nocomments {
	padding: 0;
	}
.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	}
img.alignright {
	float: right; 
	margin: 0 0 1em 1em;
	}
img.alignleft {
	float: left; 
	margin: 0 1em 1em 0;
	}
img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
	}
a img.alignright {
	float: right; 
	margin: 0 0 1em 1em;
	}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img {
		border: solid black 1px;
		}
a img {
	border: 0;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.left {
	padding: 4px;
	margin: 0 7px 2px 0;display: inline;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}