/*------------------------------Footer Elements------------------------------*/

/*-----Footer Strip-----*/

.footer-strip {
	width: 960px;
	height: 52px;
	margin: 0 auto;
}
.strip-text {
	padding: 0;
	color: #c9c9c9;
	text-shadow: 1px 1px #000;
	font: bold 40px "Myriad Pro", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1.5px;
	line-height: 40px;
}
.strip-text:hover {
	color: #dfdfdf;
}
.st-left {
	margin: 4px 0 0 25px;
	float: left;
}
.st-right {
	margin: 4px 25px 0 0;
	float: right;
}

/*-----Footer Copy-----*/

.footer-copy {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	line-height: 40px;
	color: #FFF;
	border-top: 1px solid #292929;
}
.footer-copy a {
	color: #656565;
	text-decoration: none;
}
.footer-copy a:hover {
	color: #FFF;
	text-decoration: none;
}
.at {
	width: 138px;
	height: 18px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	background: transparent url(../images/at.png) no-repeat left top;
	text-indent: -9999px;
}
/*-----Footer Sidebar Elements-----*/

.bottom-sidebar {
	width: 910px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.bottom-sidebar-content {
	width: 910px;
	margin: 0;
	padding: 15px 0 15px 0;
	float: left;
}
.bottom-sidebar h3 {
	color: #FFF;
	text-transform: uppercase;
	font: normal 24px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-style: italic;
}
.bottom-sidebar a {
	color: #656565;
}
.bottom-sidebar a:hover {
	text-decoration: none;
	color: #FFF;
}

/*-----Footer Sidebar Element: About-----*/

img.about {
	float: left;
	margin: 0 10px 10px 0;
}

/*-----Footer Sidebar Element: Latest Tweets-----*/

a.tweetimg  {
	margin: 0;
	padding: 0;
	border: none;
	float: right;
}