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

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

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;
	color: #FFFFFF;
	font-size: 12px;
}

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

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #2E3640;
}

.blocks {
	margin: 50px auto auto auto;
	height: 504px;
	width: 792px;
}

.content {
	clear: left;
}

#blog_block {
	float: left;
	margin-left: 59px;
	width: 348px;
}

#blog_content {
	background-color: #8FA337;
	height: 184px;
	width: 348px;
}

#blog_feed {

}

#blog_content img{
	margin-top: 30px;
}

#projects_block {
	float: left;
	margin-top: 100px;
	margin-left: 20px;
}

#projects_content {
	background-color: #E36B09;
	height: 84px;
	width: 365px;
}

#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;
	color: #FFFFFF;
	font-size: 12px;
	height: 30px;
}

#contact_block {
	clear: left;
	float: left;
	margin-top: 20px;
}

#contact_content {
	background-color: #0784B5;
	height: 104px;
	width: 407px;
	text-align: center;
}

#contact_feed {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
}

#twitter_block {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 319px;
}

#twitter_content {
	background-color: #546073;
	height: 200px;
	width: 319px;
}

#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;
}

.hidden {
	display: none;
}

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

#twitter_update_list a:visited{
	color:#FFFFFF;
}