/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2007.04.16
PURPOSE:		Framework style sheet for VenYou Artist Template
REVISIONS:
-------------------------------------------------------------------------------------------------------- */

/*
Contains all items that are different between a site with shadows and without.
These items may change for other purposes as well between templates.
*/

/* BODY */
body {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	background: #121212 url(/_images/framework/bg_main_image.gif) left top repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.logo_container {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #eeeccb; /* url(/_images/framework/bg_header.jpg) top left no-repeat; */
}

#table_main {
	width: 770px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#table_body {
	width: 770px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: top;
	background: url(/_images/framework/bg_main.gif);
}

/* --------------------------- LEFT NAV (SUBNAV) DEFS ----------------------------------- */
.sub_nav_container {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 1px 0px 0px 0px;
	float: left;
	background: url(/_images/framework/left_nav_divider.gif) top no-repeat;
}

.sub_nav_container span {
	width: 100%;
	margin: 0px;
	padding: 3px 0px 7px 0px;
	font-weight: bold;
	float: left;
	display: inline;
	background: url(../_images/framework/left_nav_divider.gif) bottom no-repeat;
}

/* --------------------------- ABOUT SECTION DEFS ----------------------------------- */
.resume_container {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 6px 0px 8px 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_resume_grad.gif);
}

/* --------------------------- GALLERY SECTION DEFS ----------------------------------- */
.gallery_detail_header {
	width: 560px;
	height: 25px;
	position: absolute;
	left: 190px;
	top: 41px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.gallery_detail_header span {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	float: left;
}

.gallery_index_container {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	display: inline;
	background: #cc6600 url(/_images/framework/bg_gallery_index.gif) bottom no-repeat;
}

.gallery_image_col {
	width: 450px;
	height: 470px;
	margin: 19px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_gallery_frame.gif) top left no-repeat;
}

.bg_gallery_main_image {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

/* --------------------------- EVENTS SECTION DEFS ----------------------------------- */
.event_download_container {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_resume_grad.gif);
}


/* --------------------------- FOOTER DEFS ----------------------------------- */
#footer {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	background: #ffffff url(/_images/framework/footer_divider.gif) top no-repeat;
}
