/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2007.03.16
PURPOSE:		Base Style sheet for VenYou Artist Template Footer
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;
}

/* ------------------------------ VENYOU FOOTER --------------------------------- */
.venyou_footer_text {
	width: 100%;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
	float: left;
	display: inline;
}

.venyou_footer_text a { text-decoration: none; color: #ff6600; }
.venyou_footer_text a:visited { text-decoration: none; color: #ff6600; }
.venyou_footer_text a:hover { text-decoration: underline; color: #ff6600; }
.venyou_footer_text a:active { text-decoration: underline; color: #ff6600; }
