@import url("global.css");  /* import the global styles*/

#evanonline{
	background-image: url(../images/eogreen.png);
}
#fifth{
	background-image: url(../images/thoughtheader.jpg);
}
h1{
	background-image: url(../images/thoughtback.jpg);
}


a{
	color: #58BC59;
}

a:visited {
	color: #096709;
}
a:hover{
	text-decoration:overline;
}

p.posttime{
	width:50%;
	float:left;
	text-indent:0px;
}
p.commentcount{
	width:50%;
	float:right;
	text-align:right;
}


/******************************specials for comments*/
.comment{
	margin:10px;
}
.speaker{
	float:left;
	font-size:20px;
	border:20px;
}
.attime{
	float:right;
	border:20px;
}
.says{
	clear:left;
	padding-left:50px;
	padding-right:50px;
}
.descriptor{
	width:100px;
}
.input{
	width:400px;
}
.input input{
	width:398px;
	font-family: georgia, serif;
	font-size: 12px;
}
.input textarea{
	width:398px;
	font-family: georgia, serif;
	font-size: 12px;
}
.submitbutton{
	width:200px;
	float:right;
}