/* - CONTENT - */

#content {
	
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

	#posts {
		width: 100%;
		margin: 0px 0px 0px 0px;
		float: left;
		
	}

		.post {
		    /*border: 1px solid green;*/
			background: #fff;
			margin: 0px 0px 10px 0px;
			padding: 10px 0px 50px 0px;
			clear: both;
			overflow: hidden;
		}

		.post a:hover {
			text-decoration: none;
		}

		.post H2 {	font-size: 0.7em;	
		          	margin: 0px 0px 10px 35px
        }
		
		.post p {
			font-size: 0.8em;
			width: 470px;
			margin: 0px 0px 1.0em 35px;
		}

		.post ul {
			font-size: 0.8em;
			margin: 470px;
			margin: 0px 0px 1.0em 35px;
		}

		.post ul li {
			margin: 0px 0px 10px 30px;
			list-style-type: disc;
		}
	
	
/* - RULES FOR FORMS - */
.form {
	margin: 0px 0px 0px 35px;
} 
	.form li {
		list-style-type: none;
		margin: 0px 0px 10px 0px;
	}

	.form label {
		display: block;
		width: 100px;
		height: 99%;
		float: left;
		text-indent: -999em;
		background: yellow;
	}

	.form span {
	}

	.form textarea,
	.form input {
		background: #eee;
		border: none;
		font-family: courier;
		padding: 4px 2px 4px 2px;
		font-size: 0.8em;
	}

	.form select {
		font-family: Courier New, Arial; 
		background: #eee; 
		padding: 1px; 
		border: 1px solid #ccc;
	}
	
	.form li.submitbutton {
		margin: 0px 0px 0px 100px;
	}

	.form .submitbutton input {
		background-color: #fff;
	}
	
	

