@charset "utf-8";
/* Eurasia Center Art Gallery CSS Document */

body {
	background-image:url("../paintings/background.jpg");
	font-family:Verdana;
	font-size:13px;
}
a {
	cursor: pointer;
}
ul,li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#breadcrumb {
	height:2.3em;
}
#breadcrumb li {
	color: #FFF;
	float:left;
	line-height:2.3em;
	padding-left:.75em;
}
#breadcrumb li a {
	display:block;
	margin-left:-10px;
	padding:0 0 0 10px;
}
#breadcrumb li a:link,#breadcrumb li a:visited {
	color:#06F;
	text-decoration:none;
}
#breadcrumb li a:hover,#breadcrumb li a:focus {
	color:#dd2c0d;
}
#currentBreadcrumb{
	color: #ABF19A;
}
ul.paintingsList {
	display:block;
	margin:0 auto;
	overflow:hidden;
	padding-top:30px;
	width:100%;
}
li.paintingItem {
	float:left;
	height:290px;
}
div.header {
	background-color:#333;
	border-bottom:2px solid #666;
	color:#FFF;
	font-family:'Gill Sans', Verdana;
	font-size:11px;
	font-weight:700;
	left:0;
	letter-spacing:1px;
	line-height:14px;
	overflow:hidden;
	padding-bottom:5px;
	padding-top:5px;
	position:relative;
	text-transform:uppercase;
	top:0;
	width:100%;
}
span.search {
	float:right;
	margin-top:-1px;
	padding-right:10px;
	text-align:right;
}
span.breadcrumb {
	float:left;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
}
div.painting {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#282828;
	border:1px solid #3A3A3A;
	color:#8C8C8C;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:400;
	letter-spacing:0;
	margin:10px 10px 30px;
	padding:5px;
	width:202px;
}
div.painting:hover {
	background-color:#0F0F0F;
	color:#DFDFDF;
}
img {
	border:1px solid #000;
}
img:hover {
	border:1px solid #FFF;
}
div.mainWrapper {
	left:0;
	margin:0 auto;
	position:absolute;
	top:0;
	width:100%;
}
div.paintingsContainer {
	clear:both;
	position:relative;
}
div.footer {
	background-color:#CCC;
	bottom:0;
	color:#000;
	font-family:Georgia, 'Times New Roman', serif;
	font-size:12px;
	padding:10px;
	text-align:center;
}
div.paintingCaption {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	height:35px;
	line-height:1.35em;
	margin-bottom:5px;
	margin-top:5px;
	overflow:hidden;
	padding-left:2px;
	padding-right:2px;
}
div.imgContainer {
	text-align:center;
}
input.searchEntryDefault {
	color:#999;
	font-style:italic;
}
input.searchEntryClicked {
	color:#000;
	font-style:normal;
}
div.advancedSearch {
	background-color:#CCC;
	color:#000;
	z-index:-1;
}
.hidden {
	position:absolute;
	top:-1000px;
}
.shown {
	position:relative;
	top:0;
}
a.button {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#fff;
	border-color:#ddd #aaa #aaa #ddd;
	border-radius:3px;
	border-style:solid;
	border-width:1px;
	color:#000;
	text-decoration:none;
}
a.ECLink {
	color:#C00;
	font-weight:700;
	text-decoration:none;
}
