@import "baseline.css";

body { 
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	margin: 0 auto;
	min-width: 650px;
}

body#welcome { background: #ffffff url(../../images/home.jpg) top right no-repeat; }
body#welcome #footer { background-image: none; }
body#artwork { min-width: 900px; }
#navigation { position: relative; display: block; clear: both; width: 100%; height: 33px; margin: 0 auto; background-color: #000000; }

#nav { width: 800px; height: 30px; list-style: none; white-space: nowrap; overflow: hidden; margin: 0; padding: 0 0 0 0; }
#navigation li { float: left; list-style: none; margin: 0; }
#navigation a { float: left; padding: 30px 0 0 0; overflow: hidden; height: 0px !important; height /**/:30px; /* for IE5/Win */ }

#navigation li a:hover { background-position: 0 -30px; }
#navigation li a:active { background-position: 0 -60px; }
#navigation li.selected { background-position: 0 -30px; }
#navigation li a.selected:hover { background-position: 0 -30px; }
	  
#nav_artwork, #nav_artwork a { width: 93px; background: url(../../images/navigation/nav_artwork.jpg) top left no-repeat; }
#nav_about, #nav_about a { width: 66px; background: url(../../images/navigation/nav_about.jpg) top left no-repeat; }
#nav_events, #nav_events a { width: 71px; background: url(../../images/navigation/nav_events.jpg) top left no-repeat; }
#nav_purchasing, #nav_purchasing a { width: 101px; background: url(../../images/navigation/nav_purchasing.jpg) top left no-repeat; }
#nav_contact, #nav_contact a { width: 79px; background: url(../../images/navigation/nav_contact.jpg) top left no-repeat; }
#nav_links, #nav_links a { width: 61px; background: url(../../images/navigation/nav_links.jpg) top left no-repeat; }
#nav_blog, #nav_blog a { width: 58px; background: url(../../images/navigation/nav_blog.jpg) top left no-repeat; }	

#artwork #nav_artwork a { background-position: 0 -30px; }
#about #nav_about a { background-position: 0 -30px; }
#events #nav_events a { background-position: 0 -30px; }
#purchasing #nav_purchasing a { background-position: 0 -30px; }
#contact #nav_contact a { background-position: 0 -30px; }
#links #nav_links a { background-position: 0 -30px; }
#blog #nav_blog a { background-position: 0 -30px; }

#subnav { float: left; width: 150px; height: 200px; }
#content { float: left; margin-top: 18px; padding-bottom:200px; }
p { margin-bottom: 20px; color: #222; line-height: 140%; width: 420px; text-align: justify; }

div#footer { overflow: hidden; width: 100%; height: 200px; position: absolute; bottom: 0; left: 0; z-index: 500;
	background-image:url('../../images/fade.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	position: fixed;
}
div#logo { position: relative; top: 40px;}

	ul#painting_thumbnails { list-style-type: none; }
	ul#painting_thumbnails li { display: block; float: left; padding-right: 10px; padding-bottom: 10px; }
	ul#painting_thumbnails li img { background-color: #fff; padding: 2px; border: 1px solid #ccc; }
	ul#painting_thumbnails li img:hover { border: 1px solid #666; }

	div#description { color: #555; float: right; line-height: 145%; }
	div#description strong { color: #222; }
	img.detail { padding: 2px; background-color: #fff; border: 1px solid #ccc; }
	img.detail:hover { border: 1px solid #666; }


p { color: #222; line-height: 140%; width: 420px; text-align: justify; }
strong { font-weight: bold; }
em { font-style: italic; }
pre code { font-family: courier; font-size: 12px; }
h3 { margin-bottom: 8px; font-weight: bold; }
#content h1 { color: #000; line-height: 140%; }
	
ul#left_nav { margin: 15px 0 0 30px; }
ul#left_nav li { line-height: 160%; }
ul#left_nav li a { font-size: 12px; color: #666; text-decoration: none; }

ul#left_nav li a:hover { font-size: 12px; color: #00DCFF; }
ul#left_nav li a:active { font-size: 12px; color: #00DCFF; }

.artist_statement #artist_statement a, .biography #biography a, .awards #awards a { color: #00DCFF; }
.archive #archive a, .recent #recent a { color: #00DCFF; }

h1 { font-size: 130%; font-weight: normal; }
.smaller { font-size: 90%; color: #666; }   
.smaller a { color: #666; }   

#content ul { list-style-type: square; margin: 10px 0 0 20px; }
#content ul li { line-height: 150%; }
#content ul li a { text-decoration: none; border-bottom: 1px solid #666; color: #666; }
#content ul li a:hover { text-decoration: none; border-bottom: 1px solid #000; }

/* ---------- EDIT IN PLACE STYLES ---------- */

.editable, textarea {
	background-color: #ffff00;
}

textarea {
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	width: 95%;
	padding: 10px 10px 0 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 2px;
	overflow: visible;
	height: 300px;
}

button {
	display: block;
	font-size: 10px;
	border: 1px solid #666;
	background: #fff;
	padding: 1px 3px;
}

button:hover {
	background: #CCCCCC;
}

p.extra {
	margin: 0 0 5px 0;
	padding: 2px;
	background-color: #fff;
	width: 85%;
	border: 1px solid #ccc;
}

form#contacts { width: 400px; }
form#contacts label { display: block; margin: 10px 0 0 0; }
form#contacts input { padding: 4px 8px; width: 380px; height: 24px; background-color: #ccc; border: none; }
form#contacts input#send_button { background-color: #fff; width: 91px; height: 18px; position: relative; top: 4px; left: -10px; }
form#contacts textarea { padding: 10px 8px; width: 380px; height: 100px; background-color: #ccc; border: none; }


