
/* CHALKHORSE CSS */

html, body {
	padding: 0px;
	border: none;
	margin: 0px;
	height: 100%;
}

body {
	background: #FFFFFF;
	text-align: center;
	overflow-y: scroll;
}

body, a, span {
	color: #000000;
	font: 11px/15px Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #FED214;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
	color: #000000;
	font: 11px/15px Arial, sans-serif;

}

p a:hover {
	color: #FED214;
	text-decoration: none;
}

/* ------------------------------------------------ Divs */

#page {
	width: 900px;
	height:100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
}

#menu {
	width: 900px;
	height: 118px;
	position: fixed;
	text-align: left;
	margin: 0;
	padding-top: 10px;
	background-color: #ffffff;
	z-index: 7;
}

#splash {
	width: 900px;
	top: 155px;
	position: fixed;
	text-align: left;
	margin: 0;
}

#exhibitions_head {
	width: 800px;
	height: 27px;
	top: 128px;
	position: fixed;
	text-align: left;
	margin: 0;
	padding-left: 100px;
	background-color: #ffffff;
	z-index: 4;
}

#year {
	width: 100px;
	top: 155px;
	position: fixed;
	text-align: left;
	margin: 0;
	background-color: #ffffff;
	z-index: 3;
}

#left_menu {
	width: 210px;
	top: 155px;
	position: fixed;
	text-align: left;
	margin: 0;
	background-color: #ffffff;
	z-index: 5;
}

#artist_left_menu {
	width: 210px;
	top: 155px;
	position: fixed;
	text-align: left;
	margin: 0;
	background-color: #ffffff;
	z-index: 5;
}

#contact {
	width: 300px;
	top: 155px;
	position: fixed;
	text-align: left;
	margin: 0;
	background-color: #ffffff;
	z-index: 5;
}

#artists_menu {
	width: 100px;
	top: 155px;
	position: fixed;
	text-align: left;
	margin: 0;
	padding-left: 230px;
	background-color: #ffffff;
	z-index: 3;
}

#exhbition_menu {
	width: 200px;
	top: 155px;
	position: fixed;
	text-align: left;
	margin: 0;
	padding-left: 100px;
	background-color: #ffffff;
	z-index: 1;
}

#body {
	width: 537px;
	top: 155px;
	position: relative;
	text-align: left;
	margin: 0;
	padding-left: 363px;
	background-color: #ffffff;
	z-index: 0;
}

#publications {
	width: 280px;
	top: 155px;
	position: fixed;
	text-align: left;
	margin: 0;
	background-color: #ffffff;
	z-index: 5;
}

#exhibitions_list {
	width: 800px;
	top: 155px;
	left: 100px;
	position: relative;
	text-align: left;
	margin: 2;
}

#footer_buffer{
	width: 900px;
	height: 10px;
	position: fixed;
	bottom: 48px;
	text-align: left;
	background-color: #ffffff;
	z-index: 6;
}


#footer {
	width: 900px;
	height: 40px;
	position: fixed;
	bottom: 0px;
	text-align: left;
	border-top: solid 1px #FFD213;
	padding-top: 8px;
	background-color: #FFFFFF;
	z-index: 7;
}

/* ------------------------------------------------ Font Styles */

.navigation, .navigation a {
	color: #000000;
	font: 11px/15px Arial, sans-serif;
	text-decoration: none;
}

.navigation a:hover {
	color: #FED214;
	text-decoration: none;
}


.grey, .grey a {
	color: #bfbfbf;
	font: 11px/15px Arial, sans-serif;
	text-decoration: none;
}

.grey a:hover {
	color: #000000;
	text-decoration: none;
}

.select, .select a {
	color: #000000;
	font: 11px/15px Arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

.select a:hover {
	color: #FED214;
	font-weight:bold;
	text-decoration: none;
}

.text, .text a {
	color: #FED214;
	font: 11px/15px Arial, sans-serif;
	text-decoration: none;
}

.yellow, .yellow a {
	color: #FED214;
	font: 11px/15px Arial, sans-serif;
	text-decoration: none;
}

.yellow a:hover {
	color: #FFF;
}

.footer, .footer a {
	color: #000000;
	font: 9px/10px arial, sans-serif;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
	text-decoration: underline;	
}

/* ------------------------------------------------ Forms */

input[type="text"] {
	border: solid 1px #CCC;
	color: #151515;
	width: 226px;
	font: 10px arial, sans-serif;
	padding: 1px;
	margin-top: 2px;
	overflow: visible;
}

input[type="submit"] {
	border: solid 0px #a0a0a0;
	color: #000000;
	background-color: #FFF;
	font: 9px arial, sans-serif;
}

input[type="submit"]:hover {
	border: solid 0px #a0a0a0;
	color: #FED214;
	background-color: #FFF;
	font: 9px arial, sans-serif;
	cursor: pointer;
}
