/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2008.03.14
File Purpose:	Follow The Muse - Base Style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */

/* widths and heights to change for new client
	#footer				height: 30px;		--> height of footer content just for site, not powered by venyou text
	.footer_text		width: 730px;		--> width of footer text between margins, set left margin
		-span			width: 400px;		--> width of links floating
*/


.footer_text {
	width: 730px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	color: #000000;
	float: left;
	display: inline;
}

.footer_text p {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.footer_text span {
	width: 400px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
	position: relative;
}

.footer_links_divider {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	display: inline;
}

/* ------------------------------ VENYOU FOOTER --------------------------------- */
.venyou_footer_text {
	width: 100%;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	color: #acacac;
	float: left;
	display: inline;
}
