/******* Resets *******/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
em{font-style: oblique;}
strong{font-weight: bold;}
/*********************/

/** Layout **/
body{
	background-color: #f5f5f5;
	color: #333;
	font: 12px/16px arial, sans-serif;
}
#page{
	position: relative;
	width: 700px;
	margin: 0 auto;
	padding: 120px 0 10px;
}
#content{
	float: right;
	width: 555px;
}
#sidebar{
	float: left;
	width: 125px;
	padding-bottom: 2em;
}

/** Header **/
#top-menu{
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
	width: 100%;
	padding: 20px 0 10px;
	border-bottom: 1px solid #ccc;
}
#top-menu:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#logo{
	float: left;
}
#logo img{
	display: block;
}
#navigation{
	float: left;
	clear: both;
	padding: 10px 0 0;
}
#navigation li{
	float: left;
	padding: 0 10px;
	font: bold 15px/1em arial, sans-serif;
	border-left: 1px solid #000;
}	
#navigation li:first-child{
	border: 0;
	padding-left: 0;
}
#navigation a{
	color: #333;
	text-decoration: none;
}
#navigation a:hover, 
#navigation li.current a{
    color: #457579;
	text-decoration: underline;
}

/** Footer **/
#footer{
	clear: both;
	text-align: center;
	font: 12px/12px arial, sans-serif;
	border-top: 1px solid #ccc;	
}
#footer ul,
#footer li{
	display: inline;
}
#footer li{
	padding: 0 5px;
	line-height: 1em;
	border-left: 1px solid #333;
}
#footer li:first-child{
	border: 0;
}
#footer div{
	padding: 10px 0 10px;
}

/** Sidebar **/
#sidebar{
	padding-top: 2px;
}
.widget_paintings img{
	display: block;
}
.widget_paintings li{
	padding-bottom: 12px;
}

/** Gallery **/
body.paintings #content{
	float: none;
	width: auto;
}


ul.gallery li{
	float: left;
	width: 20%;
	font: 11px/12px arial;
	color: #666;
	text-align: center;
	padding: 0 0 7px;
}

body.exhibition ul.gallery li{
	width: 25%;
}

ul.gallery img,
ul.gallery span{
	display: block;
	width: 100px;
	margin: 0 auto 3px;
}
ul.gallery span{
	width: 110px;
	height: 24px;
}

ul.menu{
	border: 1px solid #000;
	border-width: 2px 0;
	
}

ul.menu li{
	float: left;
	width: 173px;
	width: 116px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	border-width: 0 5px;
}
ul.menu a{
	display: block;
	height: 200px;
	text-decoration: none;
	color: #fff;
}
ul.menu span{
	display: block;
	padding: 0 0 0 5px;
	font: bold 16px/20px arial, sans-serif;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.5);
}


/** Typography **/
h1{
    font: 22px times, serif;
    color: #666;
    margin: 0 0 0.5em;
	clear: both;
}
a{
	color: #333;
}
a:hover{
	color: #999;
}
#content img,
#sidebar img{
	padding: 3px;
	border: 1px solid #aaa;
}
#content p,
#content ul,
#content ol,
#content dl,
#content table{
	margin-bottom: 16px;
}

.alignleft{
	float: left;
}

/** Home **/
body.home{
	background: #fff;
}
.home #content{
	float: none;
	width: auto;
}
#content #slider img{
	padding: 0;
	border: 0;
}
body.home #slider-frame{
	position: absolute;
	top: 15px;
}
body.home #slider {
    position:relative;
	z-index: 1;
    width: 700px; /* Change this to your images width */
    height: 600px; /* Change this to your images height */
}

body.artist-statement #slider-frame,
body.artist-statement #slider {
    width: 400px;
    height: 315px;
}
body.artist-statement #slider-frame{
	float: left;
    border: 1px solid #aaa;
    padding: 3px;
	margin-bottom: 2em;
}


#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
.home .copy{
	position: relative;
	padding: 380px 0 0;
	text-align: right;
	z-index: 100;
}


.copy h1{
	color: #457579;
}
.copy h2{
	font: 22px/1.5em 'Times New Roman', Times, serif;
	letter-spacing: 2px;
	color: #457579;
	text-transform: uppercase;
}
ul.exhibition{
	line-height: 1.5em;
}

ul.exhibition li:first-child h3{
	font-weight: bold;
}

ul.exhibition a{
	text-decoration: none;
}
ul.exhibition a:hover{
	color: #457579;
}
.home #footer{
	position: relative;
	z-index: 100;
}

.paintings .copy{
	padding-left: 50px;
}

/** CV **/
ul.cv li{
	position: relative;
	padding: 0 0 1em 170px;
}
ul.cv h3{
	position: absolute;
	left: 0;
	width: 170px;
}


.errors{
	color: #f00;
}
.fields{
	margin-bottom: 0 !important;
}
.fields li,
.buttons{
	padding: 0 0 1em;
}
.fields li.cb,
.buttons{
	padding-left: 100px;
}
.fields label{
	float: left;
	width: 100px;
}
.fields li.cb label{
	width: auto;
	float: none;
}

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
