body {
	background: white url('../img/bg_top.gif') repeat-x top left;
	text-align: center;
	font-family: Georgia;
}

h1, h2 {
	font-family: Arial, sans-serif;
	color: #b8b8b9;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0;
}
h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #000;
}
h2 {
	font-size: 1.5em;
	text-transform: uppercase;
}
p {
	margin: 20px 0;
	line-height: 3ex;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 30px;
	line-height: 3ex;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 30px;
	line-height: 3ex;
}
dt {
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 5px;
}
dd {
	line-height: 1.2em;
}
#bodyWrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#logo {
	display: block;
	float: left;
}
#topMenu {
	position: absolute;
	top:10px;
	left: 200px;
	width: 800px;
}
#topMenu a,
#topMenu a:link,
#topMenu a:visited {
	color: #dbbbbb;
	font-family: Tahoma,Geneva;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 20px;
}
#topMenu a:hover {
	margin: -1px 21px 0 19px;
}
#topMenu a:active {
	margin: 0 20px;
}
#topMenu .subMenu {
	float: right;
}

#content {
	margin-top: 40px;
	margin-bottom: 40px;
}
#wideColumn {
	width: 620px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#narrowColumn {
	width: 340px;
	float: right;
	margin-top: 40px;
}

#footer {
	margin-bottom: 20px;
	clear: both;
}

/*
 * FORM ELEMENTS
 */
div.input {
	height: 25px;
	position: relative;
}
div.input.error {
	height: 45px;
	position: relative;
}
div.input.textarea {
	height: 100px;
	position: relative;
}
div.input label {
	width: 140px;
	text-align: right;
	position: absolute;
	top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 0.95em;
}
div.input.checkbox label {
	position: absolute;
	left: 30px;
	text-align: left;
}
div.input.required label {
	border-right: 2px solid red;
}
div.input input {
	position: absolute;
	width: 150px;
	left: 150px;
}
div.input select{
	position: absolute;
	width: 150px;
	left: 150px;
}
div.input textarea {
	position: absolute;
	width: 250px;
	height: 85px;
	left: 150px;
	top: 5px;
}
div.input.checkbox input {
	position: absolute;
	width: 20px;
	left: 0px;
	top: 5px;
}
div.input div.error-message {
	position: absolute;
	top: 25px;
	left: 150px;
	font-family: arial, sans-serif;
	color: red;
}
div.input div.help {
	position: absolute;
	left: 150px;
	font-family: arial, sans-serif;
	color: #a8a8a9;
}
div.submit {
	margin-left: 130px;
	background:url(../img/icons/button.gif) no-repeat top left;
	text-align: left;
}
div.submit input {
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
	border: none;
	cursor: pointer;
	text-align: left;
	
	background: transparent url(../img/icons/user.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
div.submitDelete div.submit input {
	background-image: url(../img/icons/delete.gif);
}

/* END FORM ELEMENTS */

/* MESSAGES */
#authMessage,
#flashMessage,
.warningMessage
/*.info, .success, .warning, .error, .validation */ {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
#flashMessage {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../img/icons/info.png);
}
/*
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(../img/icons/success.png);
}*/
.warningMessage {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(../img/icons/warning.png);
}
#authMessage {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../img/icons/error.png);
}
/* END MESSAGES*/




/*
 * Painting Info on painting page
 */
#narrowColumn .paintingInfo {
	margin: 20px 0;
	overflow: hidden;
}
#narrowColumn .paintingInfo .artistName,
#narrowColumn .paintingInfo .artistName a,
#narrowColumn .paintingInfo .artistName a:link,
#narrowColumn .paintingInfo .artistName a:visited,
#narrowColumn .paintingInfo .paintingPrice {
	font-size: 1.2em;
	font-family: Arial,sans-serif;
	letter-spacing: -1px;
	text-transform: none;
	font-weight: normal;
	color: #4870b7;
	text-decoration: none;
	margin: 0;
}
#narrowColumn .paintingInfo .artistName a:hover {
	text-decoration: underline;
}
#narrowColumn .paintingInfo .paintingPrice {
	margin-top: 20px;
}
#narrowColumn .paintingInfo .paintingTitle {
	font-size: 1.05em;
	font-family: Georgia;
	font-weight: normal;
	margin: 10px 0;
	text-transform: none;
	color: #000;
}
#narrowColumn .paintingInfo .paintingStatus {
	color:#f00;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 10px;
}
#narrowColumn .paintingInfo .paintingDescription,
#narrowColumn .paintingInfo .paintingSize {
	font-size: 0.9em;
	font-family: Georgia;
	color: #404040;
	margin: 10px;
	line-height: 1.3em;
}
#narrowColumn .paintingInfo .paintingDescription {
	color: #909090;
}

/*
 * Gallery
 */
#content #gallery div.painting {
	float: left;
	width: 170px;
	margin: 10px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #ccc;
	overflow: hidden;
}
#content #gallery .painting img {
	vertical-align: middle;
}
#content #gallery .painting a,
#content #gallery .painting a:link,
#content #gallery .painting a:visited {
	text-decoration: none;
	color: inherit;
}
#content #gallery .painting a:hover {
	text-decoration: underline;
}
#content #gallery .painting .paintingTitle {
	font-size: 1.05em;
	font-family: Georgia;
	font-weight: normal;
	margin: 10px 5px 5px 5px;
	text-transform: none;
	color: #666;
}
#content #gallery .painting .paintingArtist {
	font-size: 0.85em;
	font-family: Georgia;
	font-weight: normal;
	text-transform: none;
	color: #999;
}
#content #gallery .painting .paintingSize {
	font-size: 0.9em;
	font-family: Georgia;
	color: #404040;
	float: left;
	margin: 10px 0 0 15px;
}
#content #gallery .painting .paintingPrice {
	float: right;
	margin: 10px 15px 0 0;
	color: #4870b7;
	font-weight: bold;
}

/*
 * Artist List
 */
#content #artistList .artist {
	margin: 10px 0;
	border: 1px solid #eee;
	padding: 10px 10px 10px 20px;
	width: 700px;
}
#content #artistList .artist .artistPhoto {
	width: 110px;
	height: 130px;
	background: #eee;
	border: 1px solid #444;
	float: left;
	margin: 10px 20px 10px 10px;
}
#content #artistList .artist .painting {
	float: right;
	line-height: 150px;
	margin: 0 10px;
}
#content #artistList .artist .painting img {
	vertical-align: middle;
}
#content #artistList .artist .artistName {
	font-size: 1.2em;
	font-family: Arial,sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	color: #4870b7;
	text-decoration: none;
	margin: 10px 0 0 0;
}
#content #artistList .artist .artistName a,
#content #artistList .artist .artistName a:link,
#content #artistList .artist .artistName a:visited {
	color: inherit;
	text-decoration: none;
}
#content #artistList .artist .artistName a:hover {
	text-decoration: underline;
}
#content #artistList .artist .artistLocation {
	margin: 10px 0;
	color: #444;
}
#content #artistList .artist .artistServices {
	color: #444;
	line-height: 1.2em;
}

/*
 * Artist Profile
 */
#wideColumn #artistProfile .artistName {
	font-size: 1.2em;
	font-family: Arial,sans-serif;
	letter-spacing: -1px;
	text-transform: none;
	font-weight: normal;
	color: #4870b7;
	text-decoration: none;
	margin: 10px 0;
}

/*XXXXXXXXXXXXXXXXXX Dropshadow elements XXXXXXXXXXXXXXX*/
 
html>body #interiorDiv .outerpair1 {
background: url(../img/shadows/upperrightfade.png) right top no-repeat;
width: 108px;
}
/* .outerpair1 must be given a width contraint, via either a width,
or by floating or absolute positioning. In this demo these are
applied from the second class name on the .outerpair1 DIV's.
This box also has one of the corner .png's. */
 
 
html>body #interiorDiv .outerpair2 {
background: url(../img/shadows/lowerleftfade.png) left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;
}
/* .outerpair2 has padding equal to the shadow
thickness, and also has one of the corner .png's */
 
 
html>body #interiorDiv .shadowbox {
background: url(../img/shadows/shadow.png) bottom right;
}
/* .shadowbox holds the main shadow .png */
 
 
html>body #interiorDiv .innerbox {
position: relative;
left: -8px;
top: -8px;
}
/* .innerbox is made "relative" and is "pulled" up and to
the left, by a distance equal to the thickness of the shadow.
Because this is a relative-based shift, the box retains its
exact dimensions without change. */
 
 
#interiorDiv .shadowbox img {
vertical-align: bottom;
}