div#footer {
	width: 960px;
	height: 199px;
	margin: 20px auto;
	padding: 0;
	background: url(../images/bg_footer.jpg) repeat-x;
	color: #6b6b6b;
	display: block;
	font: normal 11px "Arial";
	position: relative;
}

body#home div#footer {
	margin-top: 0;
}

/* Latest Blog Post */

div#latest_post {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 20px 0 0;
}

div#latest_post_details {
	width: 440px;
	height: 162px;
	padding: 16px 20px 0 20px;
	background: transparent url(../images/bg_latest_post.gif) no-repeat;
	display: block;
	float: left;
}

div#latest_post_details h2 {
	color: #B5171B;
}

div#latest_post_details p {
	width: 430px;
	margin: 0 0 10px;
	padding: 0;
	display: block;
}

div#latest_post_details a {
	color: #B5171B;
}

div#icon_author {
	width: 48px;
	height: 48px;
	border: 1px solid #7f7f7f;
	margin: 70px 0 0 10px;
	display: block;
	float: left;
	overflow: hidden;
}


/* Newsletter */

div#newsletter_container {
	width: 220px;
	height: 185px;
	border-left: 1px dashed #fff;
	margin: 0;
	padding: 13px 0 0;
	display: block;
	float: left;
	text-align: center;
}

div#newsletter_container h2 {
	margin-bottom: 12px;
	text-transform: uppercase;
}

div#newsletter_container input#field_newsletter {
	width: 135px;
	margin: 0 auto;
	display: block;
}

div#newsletter_container input#submit_newsletter {
	top: 5px;
	left: 46px;
	width: 47px;
	height: 17px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
}

div#newsletter_container p {
	margin: 15px 0 0;
}

div#newsletter_container ul {
	width: 141px;
	margin: 0 auto;
	display: block;
}

div#newsletter_container ul li {
	margin: 0 8px;
	float: left;
}

div#newsletter_container ul li a#social_facebook {
	width: 31px;
	height: 31px;
	background: url(../images/icon_social_media.gif) no-repeat;
	display: block;
	text-indent: -9999px;
}

div#newsletter_container ul li a:hover#social_facebook {
	width: 31px;
	height: 31px;
	background: url(../images/icon_social_media.gif) no-repeat 0 -31px;
	display: block;
	text-indent: -9999px;
}

div#newsletter_container ul li a#social_twitter {
	width: 31px;
	height: 31px;
	background: url(../images/icon_social_media.gif) no-repeat -50px 0;
	display: block;
	text-indent: -9999px;
}

div#newsletter_container ul li a:hover#social_twitter {
	width: 31px;
	height: 31px;
	background: url(../images/icon_social_media.gif) no-repeat -50px -31px;
	display: block;
	text-indent: -9999px;
}

div#newsletter_container ul li a#social_youtube {
	width: 31px;
	height: 31px;
	background: url(../images/icon_social_media.gif) no-repeat -99px 0;
	display: block;
	text-indent: -9999px;
}

div#newsletter_container ul li a:hover#social_youtube {
	width: 31px;
	height: 31px;
	background: url(../images/icon_social_media.gif) no-repeat -99px -31px;
	display: block;
	text-indent: -9999px;
}


/* Twitter */

div#twitter_container {
	width: 180px;
	height: 199px;
	border-left: 1px dashed #fff;
	margin: 0;
	padding: 13px 0 0;
	display: block;
	float: left;
	position: relative;
	text-align: center;
}

div#twitter_container h2 {
	text-transform: uppercase;
}

div#tweet {
	width: 140px;
	border: 1px solid #cfcfcf;
	margin: 10px auto;
	padding: 8px;
	color: #b5171b;
	background: #f1f1f1;
	display: block;
}

div#tweet a {
	color: #888;
}

img#twitter_bird {
	top: 139px;
	left: 120px;
	position: absolute;
}

ul#twitter_update_list {
	text-align: left;
}

ul#twitter_update_list li a {
	display: none;
}

ul#twitter_update_list li span a {
	display: inline;
}

/* Recent Work */

div#recent_work_container {
	width: 547px;
	margin: 5px 0 10px;
	padding: 0 0 0;
	display: block;
	float: left;
}

div#recent_work_container p {
	width: 400px;
	margin: 13px 0 11px 47px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.jcarousel-skin-tango {
	width: 100%;
	height: 117px;
	margin: 0 0 0 10px;
	display: block;
	overflow: hidden;
}
