/*
Theme Name: eco-politan
Theme URI: http://eco-politan.org/
Description: Theme for eco-politan.org
Version: 1
Author: Lou Huang
Author URI: http://corvalis.net/
*/
/*div {
	border: 1px solid #f00;    // This is a debug feature.
}*/

body {
	background: #666;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
}

#container {
	background: #FFFFFF url("images/container.gif") repeat-y;
	width: 740px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
}

/* LINKS */
a {
	color: #006;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	border-bottom: 1px dotted #006;
}
a:visited {
	text-decoration: none;
}	
a:active {
	text-decoration: underline;
	border-bottom: 0;
}	
a:hover {
	color: #fff;
	background: #09c;
	text-decoration: none;
	border-bottom: 0;
}	

/* HEADER AREA */
#header {
	background: url("images/title.jpg") no-repeat;
	width: 740px;
	height: 237px;
	margin: 0px;
}
#header span {
	display: none;
}

/* BODY AREA */
#body {
	background: url("images/container-bottom.gif") no-repeat bottom right;
	float: left;
}

/* THE LEFT HAND SPACER */
#leftspacer {
	background: url("images/leftspacer.gif") no-repeat;
	width: 57px;
	height: 280px;
	margin: 0px;
	float: left;
	display: inline;
}

/* MAIN CONTENT */
#content {
	width: 440px;
	margin: 0;
	float: left;
	padding-bottom: 30px;
}
#content a {
	color: #006;
	text-decoration: none;
	font-weight: normal;
}
#content a:link {
	border-bottom: 1px dotted #006;
}
#content a:visited {
	text-decoration: none;
}	
#content a:active {
	text-decoration: underline;
	border-bottom: 0;
}	
#content a:hover {
	color: #fff;
	background: #09c;
	text-decoration: none;
	border-bottom: 0;
}
.contentHead {
	background-image: url("images/content-heading.gif");
	width: 440px;
	height: 40px;
	margin-bottom: 15px;
}
.contentHead h2 {
	display: none;
}
.contentBody {
	background-image: url("images/postbullet.gif") no-repeat;
	background: #fff;
	margin: 0px 15px 60px 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
  	line-height: 160%;
}
.postDate {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}
.postTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #c00;
	margin-bottom: 10px;
}
.postTag {
	background: url("images/postbullet.gif") no-repeat top left;
	font-family: Georgia, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #930;
	padding-left: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.postImage a, .postImage a:hover, .postImage a:link, .postImage a:visited, postImage a:active {
	border: 0;
}
.postImage img {
	border: 1px solid #000;
}

.postmetadata {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background-color: #f8f8f8;
	color: #777;
	padding: 10px;
}

.navigation {
	border-bottom: 1px solid #F9BD87;
	color: #777;
	padding: 10px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.about {
	border-bottom: 1px solid #9999CC;
	border-top: 1px solid #9999CC;
	background-color: #F0EAF4;
	color: #333;
	padding: 10px;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.about b {
	font-size: 16px;
}

/* 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 */

/* COMMENT AREA */
.comments {
	
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


/* SIDE BOXES */
#sidebar {
	float: left;
	display: inline;
	width: 243px;
	margin: 0;
}
#midspacer {
	width: 20px;
	height: 252px;
	margin: 0px;
	float: left;
	display: inline;
}
#navbox {
	float: left;
	display: inline;	
	width: 165px;
	margin: 0px;
}
.nav {
	height: 36px;
}
#rightspacer {
	width: 58px;
	height: 252px;
	margin: 0px;
	float: left;
	display: inline;
}
#navboxbottom {
	clear: both;
	width: 243px;
	margin: 0;
}
.sidebox {
	margin: 20px 0 0 24px;
	width: 165px;
	height: 300px;
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}



/* FOOTER */
#footer {
	clear: both;
	background: #000;
	width: 700px;
	margin-left: 21px;
}
#footer a {
	font-weight: bold;
	color: #f93;
	text-decoration: none;
	border-bottom: 0;
}
#footer a:hover {
	background-color: #000;
	text-decoration: underline;
}
.footerText {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 25px;
}

/* FORMS */
.formTextbox {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 150px;
	border: 1px solid #E9C8B1;
}
.formTextarea {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 320px;
	border: 1px solid #E9C8B1;
}
.formButton {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #FF9933;
	background-color: #FFFFFF;
}
.formButton:hover {
	border: 1px solid #D17D29;
}
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* misc */
a img {
	border: none;
}


/* FLICKR */
#photosamples {
	text-align: left;	
	width: 120px;
	float: left;	
}
.flickrimg {
	width: 80px;
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 15px;
}
/*
#flickrimg1, #flickrimg2, #flickrimg3, #flickrimg4, #flickrimg5,
#flickrimg6, #flickrimg7, #flickrimg8, #flickrimg9, #flickrimg10 {
	border: 1px solid #000;
}
*/
/*used for float clearing purposes */
hr {  
	clear: both;
	height: 1px;
	border: 0;
	margin: 4px 0 4px 0;
	padding: 0;
	background-color: #ccc;
	color: #ccc;
}