/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2007.03.16
PURPOSE:		Base Style sheet for VenYou Artist Template
REVISIONS:
-------------------------------------------------------------------------------------------------------- */

/* widths and heights to change for new client
	#table_main								width: 770px;					--> width of entire site with shadows
	#table_body								width: 770px;					--> width of main content between shadows
	#table_footer							height: 60px;					--> total height of footer including 'powered by venyou' text
	#main_container							width: 770px;					--> width of div container for main window
	* all column containers with left margins
	.column_content_image					margin: 30px 0px 0px 0px;		--> top margin for all content in site, minus 3px for text version
	.column_content_text					margin: 27px 0px 0px 0px;		--> top margin for all content in site, minus 3px for text version
	.featured_container						width: 210px;					--> width of content in featured block
	.text_area_section_image				width: 300px;					--> width of area to the side of a section image where text either wraps
																				or is highlighted for event information.  need width for section headers
																				and background color.
	.links_text_wthumb						width: 470px;					--> width of text block in links row if there is a thumb image
	* all event column widths												--> need to set the width of the individual columns in the events main page, 
																				as well as the detail page where the event details are
	* all form field widths													--> contact section form field and label widths must be set
	.gallery_image_col						height: 470px;					--> set based on client max dimensions for main gallery image
*/

/* FONT DEFINITIONS */
table, tr, td {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
}

/* UNIVERSAL IMAGE DEFS */
img.float_left {
	border: 0px;
	float: left;
}

img.float_right {
	border: 0px;
	float: right;
}

/* Used for featured blocks or anywhere the thumb floats right in text */
img.thumb_right {
	border: 0px;
	margin: 4px 0px 6px 10px;
	padding: 0px;
	float: right;
	display: inline;
}

/* This section image is at the top with a text header, so must have top margin */
img.section_image_text {
	border: 0px;
	margin: 4px 0px 16px 20px;
	padding: 0px;
	float: right;
	display: inline;
}

/* This section image is at the top with no text header, no top margin */
img.section_image {
	border: 0px;
	margin: 0px 0px 16px 20px;
	padding: 0px;
	float: right;
	display: inline;
}

/* This is the thumb class for a image with a shadow background image behind it */
img.thumb_projects {
	border: 0px;
	margin: 12px 0px 0px 12px;
	padding: 0px;
	float: left;
	display: inline;
}

form.no_margin {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

/* LINK DEFINITIONS */
a { font-weight: bold; text-decoration: none; color: #0066cc; }
a:visited { font-weight: bold; text-decoration: none; color: #0066cc; }
a:hover { font-weight: bold; text-decoration: underline; color: #0066cc; }
a:active { font-weight: bold; text-decoration: underline; color: #0066cc; }

a.left { font-weight: bold; text-decoration: none; color: #0066cc; float: left; }
a.left:visited { font-weight: bold; text-decoration: none; color: #0066cc; float: left; }
a.left:hover { font-weight: bold; text-decoration: underline; color: #0066cc; float: left; }
a.left:active { font-weight: bold; text-decoration: underline; color: #0066cc; float: left; }

a.right { font-weight: bold; text-decoration: none; color: #0066cc; float: right; }
a.right:visited { font-weight: bold; text-decoration: none; color: #0066cc; float: right; }
a.right:hover { font-weight: bold; text-decoration: underline; color: #0066cc; float: right; }
a.right:active { font-weight: bold; text-decoration: underline; color: #0066cc; float: right; }

a.head { font-weight: bold; text-decoration: none; color: #ffffff; float: right; }
a.head:visited { font-weight: bold; text-decoration: none; color: #ffffff; float: right; }
a.head:hover { font-weight: bold; text-decoration: underline; color: #ffffff; float: right; }
a.head:active { font-weight: bold; text-decoration: underline; color: #ffffff; float: right; }

/* MAIN ERROR DEFS */
.textError {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	background-color: #ffeeee;
	float: left;
	display: inline;
}
.textError h1 {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
}
.textError ul {
	margin: 0px;
	padding: 5px 10px 5px 30px;
	float: left;
}

.textError a { padding: 10px; float: left; }

.textErrorSmall {
	font-size: 11px;
	padding: 5px;
	color: #CC0000;
}

#table_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#table_footer {
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* --------------------------- BODY DEFS ----------------------------------- */
#main_container {
	width: 770px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* section image with text wrapping around it */
.text_area_section_image {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.text_block {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 16px 0px;
	float: left;
	display: inline;
}

.text_column_half {
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.text_column_left {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	display: inline;
}

.text_column_right {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	display: inline;
}

/* --------------------------- COLUMN CONTAINERS FOR BUILD PAGE ----------------------------------- */
.container_full {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.container_left_column {
	width: 150px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_middle_column {
	width: 390px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_right_column {
	width: 170px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #CCCCCC;
}

.container_centered_column {
	width: 560px;
	margin: 0px 0px 0px 105px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_column_wleft {
	width: 560px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_column_wleft_shadow {
	width: 570px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_column_wright {
	width: 560px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_text_shadow {
	width: 560px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	display: inline;
}

/* --------------------------- COLUMN CONTAINERS FOR EVERY PAGE, WITH TOP MARGIN ----------------------------------- */
/*	
	These two containers are used to control the top margin on a page.  One if there is an image, and one if there is text.
	If there is text at the top of the page, it must be offset to allow for natural text padding.  There are also defs then for
	an image if it's at the top with the text...must have a top margin. (see top of page img.section_image and img.section_image_text)
*/
.column_content_image {
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.column_content_text {
	width: 100%;
	margin: 26px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.column_content_image_home {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.column_content_text_home {
	width: 100%;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

/* --------------------------- MODULE DEFS ----------------------------------- */
.module_container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #e5e5e5; /* url(/_images/framework/bg_featured.gif) top repeat-y; */
}

.module_container_graphic {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/bg_module_wide.gif) top repeat-y;
}

.module_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.module_row {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.module_row_white {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #ffffff;
}

.module_row_alt {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #e5e5e5;
}

.module_content {
	margin: 6px 0px 0px 0px;
	padding: 0px 10px 8px 10px;
	float: left;
	display: inline;
}

.module_footer {
	 width: 100%;
	 margin: 0px;
	 padding: 0px;
	 float: left;
}

/* --------------------------- HOME DEFS ----------------------------------- */
.container_home_image {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.container_home_left {
	width: 480px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_home_featured {
	width: 230px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

/* --------------------------- PAGE HEADER DEFS ----------------------------------- */
.page_header_image {
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.page_header {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	color: #666666;
	font-weight: bold;
	float: left;
	display: inline;
}

.page_header h1 {
	width: 99%;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	color: #000000;
	font-size: 18px;
	line-height: 22px;
	float: left;
}

.page_header_full {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* --------------------------- ABOUT SECTION DEFS ----------------------------------- */
.resume_content {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	float: left;
	display: inline;
}

.projects_row {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 16px 0px;
	float: left;
	display: inline;
}

.projects_thumb_left {
	width: 129px;
	height: 134px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.projects_thumb_right {
	width: 129px;
	height: 134px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	display: inline;
}

.projects_text_wthumb {
	width: 425px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	float: left;
}

/* --------------------------- EVENTS SECTION DEFS ----------------------------------- */
.event_detail_image {
	width: 240px;
	height: 240px;
	margin: 0px 0px 16px 20px;
	padding: 0px;
	float: right;
	display: inline;
	background: url(/_images/framework/bg_event_image_frame.gif);
}

.event_date {
	width: 80px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	float: left;
	display: inline;
}

.event_title {
	width: 240px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	float: left;
	display: inline;
}

.event_location {
	width: 190px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	float: left;
	display: inline;
}

.event_detail_label {
	width: 75px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	float: left;
}

.event_detail_info {
	width: 210px;
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 0px;
	float: left;
	display: inline;
}

.event_download_content {
	margin: 0px;
	padding: 0px 10px 8px 10px;
}

/* --------------------------- GALLERY SECTION DEFS ----------------------------------- */
.bg_gallery_row {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	display: inline;
}

.bg_gallery_thumb {
	width: 90px;
	height: 80px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_thumb_frame.gif) top left no-repeat;
}

.bg_gallery_thumb_right {
	width: 80px;
	height: 80px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_thumb_frame.gif) top left no-repeat;
}

.gallery_text_wthumb {
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.gallery_text_nothumb {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.gallery_index_content {
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 5px 0px;
	float: left;
	display: inline;
}

.gallery_index_content span {
	color: #999999;
}

.gallery_index_content a {color: #ff6600;}
.gallery_index_content a:visited {color: #ff6600;}
.gallery_index_content a:hover {color: #ff6600;}
.gallery_index_content a:active {color: #ff6600;}

.gallery_index_title {
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 0px 0px;
	float: left;
	display: inline;
}

.gallery_index_thumbs {
	width: 730px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.gallery_thumbs_padding {
	margin: 0px;
	padding: 5px;
	float: left;
	display: inline;
}

.gallery_index_image {
	width: 25px;
	height: 31px;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_gallery_index_thumb.gif);
}

.gallery_index_image_on {
	width: 25px;
	height: 31px;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_gallery_index_thumb_on.gif);
}

.gallery_index_roll_frame {
	width: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
	position: relative;
}

.gallery_index_roll_layer {
	position: absolute;
	height: 25px;
	width: 25px;
	left: 0px;
	top: 0px;
	z-index: 500;
}

.gallery_details_col {
	width: 260px;
	margin: 18px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.gallery_prev_next_container {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.prev_next_bar {
	width: 65px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/gallery_prev_next_bar.gif);
}

.prev_next_links {
	width: 130px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	color: #666666;
	float: left;
	display: inline;
}

.gallery_popup_rollover {
	position:absolute;
	visibility:hidden;
	top:0px;
	left:0px;
	z-index:10;
	width: 100px;
	height: 120px;
	background: url(/_images/framework/bg_gallery_rollover.gif) top no-repeat;
}

.gallery_popup_image {
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}

.gallery_popup_arrow {
	width: 100%;
	height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

/* --------------------------- LINKS SECTION DEFS ----------------------------------- */
.links_row {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	float: left;
	display: inline;
}

.links_thumb {
	width: 90px;
	height: 80px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_thumb_frame.gif) top left no-repeat;
}

.links_text_wthumb {
	width: 470px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* --------------------------- CONTACT SECTION DEFS ----------------------------------- */
.form_row {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	display: inline;
}

.form_label {
	width: 110px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: right;
	float: left;
	display: inline;
}

.form_label span {
	font-weight: bold;
}

.form_field_text {
	width: 230px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

.form_field_textarea {
	width: 430px;
	height: 150px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

.form_button {
	margin: 5px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

























