/* ------------------------------------------------------
//
// Title: 		Francine Deering
// File: 		style.css
// Description: stylesheet
// 
// Author:		Steven Richards
// E-Mail:		steven@aranai.com
//
// Created: 	November 14, 2006
// Modified: 	November 14, 2006
//
// --------------------------------------------------- */

/*
	Standard Elements
*/
body
{
	/* MARGINS & PADDING */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	/* COLORS */
	color: black;
	background-color: #79AC50;
	
	/* FONT */
	font-family: Verdana, Trebuchet MS, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
}

img
{
	border: 0px;
}

h1 {
	font-family: Arial Black, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	text-align: left;
}

form {
	margin: 0px;
	form: 0px;
}

/*
	Layout Elements
*/

#layoutContainer {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	
	background-color: inherit;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
}

#layoutMainHeader {
	width: 755px;
	padding: 0px;
}

#layoutMain {
	margin-left: 25px;
	margin-right: 20px;
	width: 755px;
	padding: 0px;
	
	background-color: #F9F5EB;
}

#layoutImageBar {
	width: 755px;
	height: 59px;
	
	background-color: inherit;
	background-image: url('images/imagebar.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

#contentContainer {
	width: 755px;
}

#menuContainer {
	width: 226px;
	height: 370px;
	
	background: inherit;
	background-image: url('images/menu_bg.jpg');
	background-position: right;
	background-repeat: no-repeat;
	
	position: relative;
	
	float: left;
}

#content {
	width: 529px;
	
	background-color: inherit;
	
	float: left;
}

.slideshowImage {
	width: 410px;
	height: 310px;

	padding: 5px;

	background-color: inherit;
	/*background-image: url('images/index/image_bg.gif');
	background-repeat: no-repeat;
	background-position: top center;*/
}

#layoutFooter {
	color: black;
	text-align: center;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10pt;
	padding-top: 20px;
}

#layoutFooterSpan {
	clear: both;
}

/* Gallery */

.galleryCell {
	width: 160px;
	height: auto;
	padding: 5px;
	
	border: solid #DADADA 1px;
	
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	background: transparent;
}

.galleryThumb {
	margin-bottom: 5px;
}

.galleryPrice,.gallerySold {
	font-weight: bold;
	font-size: 9pt;
}
.gallerySold {
	color: red;
	font-weight: bold;
}

/* Forms */

.formBox {
	margin: 20px;
	padding: 20px;
	border: solid #DADADA 1px;
}

.formInputTitle {
	font-weight: bold;
}

.formInputRequired {
	font-style: italic;
	font-size: 8pt;
	font-weight: bold;
	color: red;
	padding-left: 5px;
}

.formError {
	font-style: italic;
	color: red;
	font-size: 10pt;
	padding: 10px;
}

.formSuccess {
	font-weight: bold;
	color: blue;
	font-size: 14pt;
	padding: 10px;
}

.warning {
	font-weight: bold;
	color: red;
	font-size: 10pt;
}

/*
	Typography
*/

.sectionHeader {
	color: #2F1F00;
	background-color: transparent;
	font-family: Arial Black, Arial, sans-serif;
	font-size: 18pt;
	text-align: center;
}

.artistStatement,.resume {
	padding: 20px;
	font-family: Arial Black, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
}

.artistStatement h1,.resume h1 {
	font-size: 14pt;
	text-align: center;
}

.resume h1 {
	text-align: left;
	padding: 0px;
	margin-bottom: 5px;
}

.contact {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: black;
	text-align: left;
	padding: 20px;
}

.descriptor {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: black;
	text-align: left;
	padding: 20px;
	margin: 20px;
	border: solid #DADADA 1px;
}

.galleryTitle {
	font-weight: bold;
}

/* Misc */

.rightFloat {
	float: right;
	padding: 20px;
}
