@charset "utf-8";

body {
	background: #F7FBE3;
}

#content {
	background: #EFF7C7;
	text-align: left;
}
#wrapper {
	background: url(../images/greenHouseImgs/greenBg2.jpg);
}
#content #quoteOfDay {
	border: thin solid #900;
	padding: 10px;
	margin: 20px;
}

#content #disp_ideas {
	text-align: left;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

#content #greenhouse {
	height: 450px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
	
	
.idea {
	font-family: "Bookman Old Style", Verdana;
	font-size: 1.2em;
	color: #009F00;
}

.ideaHeader {
	font-family: "Bookman Old Style", Verdana;
	font-size: 1.3em;
	font-style: italic;
	color: #009F00;
	font-weight: bold;
}

.author {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

.date_time {
	font-size: 0.6em;
}

.errors {
	color: #F00;
}

.ideaBreak {
	color: #060;
	text-align: center;
	font-family: "Bookman Old Style", Verdana;
	font-size: 1.5em;
}
.smallLettersComments {
	font-size: xx-small;
	color: #060;
}

#listIdeas a:link, #listIdeas a:visited {
	color: #000;
}
#listIdeas a:active, #listIdeas a:hover {
	color: #800000;
}

#think_host_ad {
	border: thin solid #006;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.ad_red_bold_txt {
	font-weight: bold;
	color: #F00;	
}

.ad_grn_bold_txt {
	font-size: 1.1em;
	font-weight: bold;
	color: #023802;	
}

#think_host_ad p {
	font-size: 0.8em;
	text-align: center;
}

#think_host_ad #think_host_img {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}

#spacer {
	height: 70px;
}

