/*
Style sheet for Warnock Fine Arts
Version 2.0 modified 10/1/2010
copyright 2010 warnockfinearts.com
*/

/* ----- Color Guide
#222222 : medium gray for body text
#996 : background
*/

/*To jump to a specific section search for the unique character pair at the front of each TOC section <<tip: highlight the special character and use shift + f3>>*/
/*--------  Style Sheet Table of Contents ---------------

 
^1 Global Constants
^2 CSS Resets
^3 Global classes
^4 Home page layout
^5 Top-level layout
^6 Region Detail styles
		^6a Header
		^6b Navigation
		^6c Main Content
				^6d Data Tables
				^6e Spotlight Region
				^6f Forms
		^6g Sidebar
		^6h Footer			  
*/

/* ^1 ----------  Global Constants    ----------*/
body {
	background-color: #999966;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #222222;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width: 950px;
	position: relative;
}

.heading {
	font-variant:small-caps;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

blockquote {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.title {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.bodyItalic {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.Bold {
	font-size: 12px;
	font-weight: bold;
}

.bodyWhite {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.headingWhite {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.center .heading {
	text-align: center;
}

.Center {
	text-align: center;
}

H1 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	vertical-align: baseline;
}

h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

p {text-align:left inherit;

}

/* ^2 ----------  limited scale reset ----------*/

h1, h2, h3, ul, li {
margin: 0;
padding: 0;
}

/* ^3 ----------  Global Classes      ----------*/
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.clearBoth {
	clear: both;
}
.quote {
	font-style: italic;
}
/* ^4 ----------  home page layout styles      ----------*/







/* ^5 ----------  Top Level region layout styles      ----------*/
/* top level regions are header, mainNav, mainContent, sidebar & footer  */


/* ^6 ----------  Region-detail Classes      ----------*/

/* header ^6a */

/* navigation ^6b */

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.nav {
	font-size: 12px;
	font-variant:small-caps;
	font-weight: 600;
}
/* main content region ^6c */

/* main content specific regions  */

/* data tables ^6d */

/* spotlight region ^6e */

/* Artist Lists */
#artistlist {
	position: relative;
	width: auto
}

.artists {
	padding-right: 20px;
	vertical-align: top;
	max-width: 200px;
	font: 12px/13px Verdana, Arial, sans-serif
}

.artists a {
	font-weight: bold;
	text-decoration: none;
}

.artists a:hover {
	text-decoration:underline;
}

.artists a img {
	display: none
}

.artists a:hover img {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	max-height: 175px;
	max-width: 200px
}

.artists p {
	text-align: left !important
}

/* form styling ^6f */

/* sidebar styling ^6g */

/* footer styling ^6g */


