@charset "utf-8";
/* CSS Document */

body {
	background-color: #2E3640;
	margin: 0px;
	line-height: 18px;
}

ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
}

li {
	font-family: "Lucida Fax", "Times New Roman", Times, serif;
	padding-bottom: 10px;
	line-height: 17px;
	font-size: 12px;
}

a {
	color: #2E3640;
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #2E3640;
}

h1 {
	text-align: left;
	font-family: "Arial Black",Arial, sans-serif;
	font-size: 18px;
	line-height: 36px;
	padding: 0 5px;
	margin: 0px;
	color: #FFFFFF;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.blocks {
	margin: 50px auto auto auto;
	height: 414px;
	width: 769px;
}

.content {
	clear: left;
}

.block {
	background-color: #FFFFFF;
}

#blog_block {
	float: left;
	width: 350px;
	height: 198px;
	color: #8FA337;
}

#blog_block h1 {
	background-color: #8FA337;
}

#projects_block {
	float: left;
	margin-top: 72px;
	margin-left: 10px;
	height: 126px;
	width: 408px;
	color: #E36B09;
}

#projects_block h1 {
	text-align: right;
	background-color: #E36B09;
}

#projects_feed {

}

#project_feed_images {
	text-align: center;
	height: 50px;
}

#project_feed_images img{
	margin-right: 10px;
}

#project_feed_desc {
	padding-top: 5px;
	text-align: center;
	font-family: "Lucida Fax", "Times New Roman", Times, serif;
	font-size: 12px;
	height: 30px;
}

#contact_block {
	clear: left;
	float: left;
	margin-top: 18px;
	margin-left: 61px;
	width: 290px;
	color: #0784B5;
	text-align: center;
}

#contact_block h1 {
	background-color: #0784B5;
}

#contact_block a {
	color: #0784B5;
}

#contact_feed {
}

#twitter_block {
	float: left;
	margin-top: 18px;
	margin-left: 10px;
	width: 290px;
	color: #546073;
}

#twitter_block h1 {
	text-align: right;
	background-color: #546073;
}

#twitter_feed {
	
}

#twitter_feed li {
	font-family: "Lucida Fax", "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
}

#twitter_feed a {
	padding-top: 10px;
	font-family: "Lucida Fax", "Times New Roman", Times, serif;
	font-size: 12px !important;
	font-style: normal;
}

#twitter_update_list a{
	font-family: "Lucida Fax", "Times New Roman", Times, serif !important;
	font-size: 13px !important;
	line-height: 24px !important;
}

.hidden {
	display: none;
}

