/*  
Theme Name: Green Dream
Theme URI: http://wordpress.org/
Description: Green Dream Media
Version: 1
Author: BJ Vicks
Author URI: http://www.bjvicks.com/

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #004a1d;
	text-align: center;
	font: 14px/24px "American Typewriter", "Courier New", Serif;		
	}

#main {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 209px;
	background: url(images/greendream_header.jpg) no-repeat;
	margin: 0 auto;
}

#iknowaplace_header {
	width: 800px;
	height: 209px;
	background: url(images/iknowaplaceheader.jpg) no-repeat;
	margin: 0 auto;
}

#content {
	width: 800px;
	min-height: 400px;
	overflow: hidden;
	background: url(images/bg_pattern.jpg) repeat-y;
	margin: 0 auto;
}
#iknowaplace_content {
	width: 800px;
	min-height: 400px;
	overflow: hidden;
	background: url(images/iknowaplacetiletile.jpg) repeat-y;
	margin: 0 auto;
}
#navigation {
	float: left;
}

#navigation li {
	display: block;
	font: 15px/22px "American Typewriter", "Courier New", Serif;
	text-align: left;
	margin-left: 20px;
}
#navigation li a {
	color: #000;
	text-decoration: none;
}
#navigation li a:hover, #navigation .current_page_item a {
	color: #004A1D;
}

#entries {
	float: left;
	margin-left: 50px;
	width: 400px;

}

#info {
	float: left;
	margin-left: 100px;
	width: 400px;
}
/* MISC */

#content h1, #content p {
	text-align: left;
	margin: 10px;
}

h1 a, h2 a, h2 a:visited, p a {
	text-decoration: none;
	color: #004A1D;
}

#entries li a {
	color: #004a1d;
	text-align: left;
	text-decoration: none;
}
#entries li {
	margin-bottom: 10px;
}
#archives ul {
	list-style: none;
}
#archives li {
	display: inline;
	font-size: 10px;
}
#archives #archive_dropdown {
	margin: 10px auto;
}
.headers {
	margin: 20px auto 10px auto;
	display: block;
}

.margin50 {
	margin: 50px auto 0 auto;
}
#footer {
	}

a, img {
	border: none;
	text-decoration: none;
}
#comment {
	width: 400px;
}
/* MAILING LIST SIGNUP FORM */
.phplist {
	text-align: left;
}
.phplist label, .phplist input {
	margin-top: 10px;
	text-align: left;
}
.phplist label {
	margin-right: 10px;
	margin-left: 30px;
}
