@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/backgroundcopy.jpg);
	background-position:top center;
	background-repeat:repeat;
	background-color:#e1cfbb;
	margin: 0;
	padding: 0;
}

#pageheading {
	font-size:26px;
	line-height:2;
	font-weight:bold;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

a:link {
	color: #42413C;
}
a:visited {
	color: #6E6C64;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 960px;
	background: #e1cfbb;
	margin: 0 auto;
	margin-bottom:20px;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1e0f0d;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
}

#header {
	padding-left:5px;
	padding-right:5px;
	height:250px;
}

#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	font-size: 13px;
	height: 40px;
	width:100%;
}
			
#menu li {
	float: left;
}

#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 25px;
	line-height: 40px;
	color: #1e0f0d;
	margin-left:5px;
}

#menu li a:hover, #menu li.active a {
	background-color: #e1cfbb;
	color: #e1cfbb;
}

#menu_wrapper ul {
	margin-top:2px;
}

#menu_wrapper.black ul {
	background: #e1cfbb;
}
	
#menu_wrapper.black a {
	color: #1e0f0d;
}

#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {
	color: #e1cfbb; 
	background: #1e0f0d;
}

#navigation {
	width:960px;
	margin-top:5px;
}
			
#navigation_block {
	margin-top:5px;
	background-color:#1e0f0d;
	width:950px;
	height:10px;
	margin-left:5px;
}

#slidercontainer {
	margin-top:5px;
	width:940px;
	margin-left:5px;
	height:237px;
	background-color:#c5b099;
	padding:5px;
	margin-bottom:30px;
	
}

#contact {
	width:120px;
}

#main_content {
	padding:0px 15px 0px 15px;
	height: auto;
}

#text_content {
	width:930px;
	height:auto;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#artist_text_content {
	margin-top:10px;
	width:930px;
	height:auto;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


#copyright {
	width:920px;
	height:10px;
	color:#e1cfbb;
	margin-top:10px;
	background-color:#1e0f0d;
	text-align:right;
	padding:20px;
	font-size:10px;
}

#exhibitions ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
color:#1e0f0d;
}

#exhibitions li {
	list-style:none;
	list-style-type: none;
	height:auto;
	min-height:27px;
	color:#1e0f0d;
}

#exhibitions a
{
display: block;
padding: 5px;
width: 920px;
border-bottom: 1px solid #eee;
list-style-type: none;
color:#1e0f0d;
}

#exhibitions a:link, #navlist a:visited
{
color: #1e0f0d;
text-decoration: none;
}

#exhibitions a:hover
{
background-color: #1e0f0d;
color: #fff;
}

#exhibitions_heading {
	font-size:16px;
	font-weight:bold;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
