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

/*
	Standard Elements
*/
body
{
	/* MARGINS & PADDING */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	/* COLORS */
	color: black;
	background-color: #FAFAFA;
	
	/* 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
*/

#content {
	background-color: inherit;
}

#infoBox {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 700px;
	
	color: black;
	background-color: #D8C4B8;
	
	font-family: Trebuchet MS, Arial Narrow, sans-serif;
	font-size: 10pt;
}

#workDetails {
	width: 480px;
	padding: 10px;
	position: relative;
	float: left;
}

#workBuy {
	width: 180px;
	float: left;
	padding: 10px;
	background-color: #BE9D89;
}

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

#layoutFooterSpan {
	clear: both;
}

/* Gallery */

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

/*
	Typography
*/

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

.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;
}
