/*
Theme Name: GreenCiti
Description: CitiScape's custom Wordpress theme.
Version: 1.0
Author: Daniel Immke

*/
* { margin: 0; padding: 0; }
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #24470c url('images/background.png') top repeat-x;
	color: #fff;
	margin:0px;
	padding:0px;
	text-align: center;
	width:1000px;
	}
#sidebar a {
	color:#77b23b;
}
#commentform {
	background:#FFFFFF;
	width:500px;
	margin-left:10px;
}

a {
	color:#77b23b;
}
/* Logo and Sidebar */
#header {
	float:left;
	margin:0px;
	padding:0px;
	width:234px;
	height:89px;
	background: url('images/logo.png') no-repeat;
}
/* Content Area */
#banner {
	background:url('images/header.png');
	height:157px;
}
#comment {
	width:300px;
	height:300px;
}
.narrowcolumn {
	width: 734px;
	background:#FFFFFF;
	padding-top:300px;
	float:right;
	padding:0px;
	color:#1b3907;
}
.post {
	color:#000000;
	padding:0 10px 0 10px;
}
.post h2 {
	padding:0px;
	margin:0px;
	font: 16px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color:#77b265;
}
.post h2 a {
	text-decoration:none;
	font: 16px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
}
/* Sidebar */
#sidebar {
	width:234px;
	background:#1b3907;
	margin:0px;
	padding:0px;
	clear:left;
	float:left;
	}
#sidebar-top {
	background: url('images/sidebar-top.png') no-repeat;
	width: 234px;
	height: 20px;
	}
#sidebar form {
	padding:0px;
	margin:0px;
	}
#sidebar ul li ul li a{
	background: url('images/bullet.png') no-repeat right;
	display:block;	
	font: 13px;
	height:20px;
	color:#457614;
	margin-right:5px;
	padding:0px;
	padding-left:15px;
	text-decoration:none;
	text-align:left;
}
#sidebar ul li ul li a:hover{
	background: url('images/bullet_hover.png') no-repeat right;
}
#sidebar ul li h2 {
	font: 14px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color:#FFFFFF;
	padding-left:10px;
	text-align:left;
}
#sidebar-bottom {
	background:url('images/sidebar-bottom.png') no-repeat;
	height:42px;
	margin:0px;
	padding:0px;
}
#s {
	background: url('images/search.png') no-repeat;
	font: 12px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	width:193px;
	height:24px;
	border:0px;
	color:#1b3907;
	padding-top:3px;
	padding-left:2px;
	}
#content {
	margin-left:auto;
	margin-right:auto;
}
.widecolumn {
	}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}
.postmetadata {
	clear: left;
	}
.clear {
	clear: both;
	}
#bottom {
	background:url('images/bottom.png') no-repeat;
	width: 734px;
	height: 20px;
	}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
#searchsubmit {
	background:url('images/search_button.png');
	width:18px;
	height:30px;
	cursor: pointer;
	border:0px;
}
/* End Various Tags & Classes*/
