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

* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	background-color: #b22b18;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #322827;
	font-weight: 500;
}

em {
	font-family: Helvetica, Arial, sans-serif;
	color: #322827;
	font-weight: 500;
	font-style:italic;
}

body.home {
	background: #b22b18 url(../_img/alexa_bg.jpg) bottom right no-repeat;
	background-attachment: fixed;
}

#container {
	
}

a {
	color: #322827;
	font-weight: 500;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 40px;
}

.info {
	margin: 100px 0 200px 40px;
	color: #f3ebe1;
	background-color: #9e2412;
	width: 270px;
	display: block;
	padding: 10px;
}

.info a {
	color: #f3ebe1;
}


#mainNav {
	margin-top: 60px;
}

#mainNav li {
	margin-bottom: 15px;
}

#mainNav li a {
	display: block;
	width: 285px;
	height: 49px;
}

#mainNav li a span {
	display: none;
}

#mainNav li.portfolio a {
	background: url(../_img/nav_portfolio.gif) bottom left no-repeat;
	display: block;
}

#mainNav li.about a {
	background: url(../_img/nav_about.gif) bottom left no-repeat;
	display: block;
}

#mainNav li.contact a {
	background: url(../_img/nav_contact.gif) bottom left no-repeat;
	display: block;
}
#mainNav li.cv a {
	background: url(../_img/nav_cv.gif) bottom left no-repeat;
	display: block;
}
#mainNav li a:hover, #mainNav li a.active, #mainNav li a.active:hover {
	background-position: top;
}

#subNav {
	margin: -15px 0 15px 32px;
	list-style-type: none;
}

#subNav li {
	margin-bottom: 1px;
}

#subNav li a {
	display: block;
	width: 253px;
	height: 25px;
}

#subNav li.acrylic a {
	background: url(../_img/subnav_acrylic.gif) top left no-repeat;
	display: block;
}

#subNav li.self a {
	background: url(../_img/subnav_self.gif) top left no-repeat;
	display: block;
}

#subNav li.natura a {
	background: url(../_img/subnav_naturamorta.gif) top left no-repeat;
	display: block;
}

#subNav li.other a {
	background: url(../_img/subnav_other.gif) bottom top no-repeat;
	display: block;
}

#subNav li a:hover, #subNav li a.active, #subNav li a.active:hover {
	background-position: left bottom;
}
#content {
	position: absolute;
	left: 285px;
	top: 40px;
	/*background-color: #322827;*/
	background-color: #fff;
	width: 690px;
	padding: 25px;
}


#content .portfolioButtons {
	display: block;
	list-style-type: none;
	margin: 22px 0 0 30px;
}
#content .portfolioButtons li {
	float: left;
	margin: 0 15px 32px 0;
	display: block;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
}

#content .portfolioButtons li img {
	padding: 0 0 10px 0;
}

#portfolioButtons li a {
	width: 200px;
	height: 150px;
}

/*#portfolioButtons li a {
	width: 340px;
	height: 336px;
}

#portfolioButtons li span {
	display: none;
}

#portfolioButtons li.acrylic a {
	background: url(../_img/portfolio_acrylic.jpg) bottom left no-repeat;
	display: block;
}

#portfolioButtons li.self a {
	background: url(../_img/portfolio_self.jpg) bottom left no-repeat;
	display: block;
}

#portfolioButtons li.natura a {
	background: url(../_img/portfolio_natura.jpg) bottom left no-repeat;
	display: block;
}

#portfolioButtons li.other a {
	background: url(../_img/portfolio_other.jpg) bottom left no-repeat;
	display: block;
}

#portfolioButtons li a:hover, #portfolioButtons li a.active, #portfolioButtons li a.active:hover {
	background-position: top;
}*/

.caption {
	margin: 0 0 9px 0;
	float: left;
	width: 300px;
}

.caption h2 {
	font-weight:700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .5px;
	margin-bottom: 10px;
}

.caption h3 {
	font-weight: normal;
	font-size: 16px;
}

.artistStatement {
	margin: 9px 0 0 0;
	font-weight: 200;
	line-height: 1.2;
	font-size: 14px;
	letter-spacing: .5px;
}

.aboutImage {
	clear: left; 
	postion: relative; 
	margin: 0 auto 10px auto;
}
small {
	font-size: 11px;
}

.thumbnails {
	float: right;
	clear: none;
	
}

.thumbnails ul {
	list-style-type: none;
}

.thumbnails li {
	float: left;
	display: inline;
	margin-left: 4px;
}

.thumbnails li a {
	border: solid 2px #322827;
	display: block;
}

.thumbnails li a:hover, .thumbnails li a.active {
	border: solid 2px #b22b18;
}

.thumbnails a span {
	display: none;
}
.thumbnails a.previous {
	background: url(../_img/previous.gif) bottom left no-repeat;
	width: 80px;
	height: 14px;
	display: block;
	float: left;
	margin: 5px 0;
}

.thumbnails a.next {
	background: url(../_img/next.gif) bottom left no-repeat;
	width: 80px;
	height: 14px;
	display: block;
	float: right;
	margin: 5px 0;
}

.thumbnails a.previous:hover, .thumbnails a.next:hover {
	background-position: top;
}

.byline {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 80%;
	color: #7d1809;
}

.byline a {
	color: #7d1809;
}

span.date {
	width: 80px;
	display: block;
	float: left;
	}
h3 {
	clear: both;
	margin: 20px 0 10px 0;
	font-weight:700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px;
	margin-bottom: 10px;

}
.cvBody {
	padding: 20px;
}

.cvBody p {
	font-size: 13px;
	margin: 6px 0;
}
/* ====== Lightbox Styles  ========== */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: -50px auto 0 auto; border: solid 1px #d5d5d5; border-bottom: 1px dotted #d5d5d5;}
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../_img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; border: solid 1px #d5d5d5; border-top: none;}

#imageData{	padding:13px 10px 0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; font-style: italic; font-size: 90%; }			
#imageData #bottomNavClose{ width: 66px; float: right;  padding: 0.7em 0; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

