@charset "UTF-8";

/* bone structure */

html, body {
	height: 100%;         /* required */
}


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1F4F9;
	margin: 0px;
	padding: 0;
	background-color: #141414;
	letter-spacing: 0.1em;
	text-align: center;
}

#wrapper {
	background-image: url(../images/bg.jpg);
	height: 695px;
	width: 700px;
	position: relative;
	text-align: left;
	clear: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


#distance {
	margin-bottom: -350px;
	height: 50%;
	width: 1px;
	float: left;
}
#footer {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	color: #D5D8DD;
	margin-top: 10px;
	padding-bottom: 30px;
}
#footer a {
	color: #C69F00;
}
#footer a:hover {
	color: #FFCC00;
}


/* site wide styling */

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #F1F4F9;
	text-decoration: none;
}

* :focus { outline: 0; }

a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Home panel */

#home {
	height: 695px;
	width: 700px;
	padding: 0px;
}
#navigation {
	width: 160px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 287px;
	z-index: 1000;
}

#navigation a  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #141414;
	height: 23px;
	width: 140px;
	background-color: #F4F7FC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	text-align: right;
	letter-spacing: 0.1em;
}
#navigation a:hover {
	color: #6C89C1;
	text-decoration: none;
}

#home-name {
	position: absolute;
	left: 63px;
	top: 39px;
	height: auto;
	width: auto;
	z-index: 2;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#home-name p {
	font-size: 14px;
	line-height: 0.5em;
	font-weight: lighter;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 0.2em;
	color: #DDDFE4;
}
#home-news {
	background-color: #141414;
	height: auto;
	width: 370px;
	filter: alpha(opacity=60); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */
	padding: 20px;
	margin-top: 420px;
	margin-left: 230px;
}


/* portfolio panel */


#portfolio {
	position: relative;
}
#portfolio a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#portfolio a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#portfolio-strip1 {
	height: 100px;
	width: 320px;
	filter: alpha(opacity=70); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;
	background-color: #141414;
	margin-left: 260px;
	margin-top: 80px;
	text-align: left;
	padding: 10px;
	text-decoration: none;
}
#portfolio-strip2 {
	height: 100px;
	width: 320px;
	filter: alpha(opacity=70); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;
	background-color: #141414;
	margin-left: 260px;
	margin-top: 20px;
	text-align: right;
	padding: 10px;
}
#portfolio-strip3 {
	height: 100px;
	width: 320px;
	filter: alpha(opacity=70); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;
	background-color: #141414;
	margin-left: 260px;
	margin-top: 20px;
	text-align: right;
	padding: 10px;
}
#portfolio-strip4 {
	height: 100px;
	width: 320px;
	filter: alpha(opacity=70); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;
	background-color: #141414;
	margin-left: 260px;
	margin-top: 20px;
	text-align: right;
	padding: 10px;
}
.imagePadding10 {
	padding-right: 10px;
	padding-left: 10px;
}
#navigation-portfolio {
	width: 160px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 287px;
	z-index: 1004;
}

#navigation-portfolio a  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #141414;
	height: 23px;
	width: 140px;
	background-color: #F4F7FC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	text-align: right;
	letter-spacing: 0.1em;
}
#navigation-portfolio a:hover {
	color: #6C89C1;
	text-decoration: none;
}


/* bio panel */

#bio {
	position: relative;
}
#bio-text {
	height: auto;
	width: 420px;
	filter: alpha(opacity=60); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;
	background-color: #141414;
	margin-left: 200px;
	margin-top: 45px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#navigation-bio {
	width: 160px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 287px;
	z-index: 1006;
}

#navigation-bio a  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #141414;
	height: 23px;
	width: 140px;
	background-color: #F4F7FC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	text-align: right;
	letter-spacing: 0.1em;
}
#navigation-bio a:hover {
	color: #6C89C1;
	text-decoration: none;
}


/* exhibitions panel */

#shows {
	position: relative;
}
#shows-text {
	height: auto;
	width: 438px;
	filter: alpha(opacity=60); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;
	background-color: #141414;
	margin-left: 195px;
	margin-top: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
}
#navigation-exhibitions {
	width: 160px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 287px;
	z-index: 1006;
}

#navigation-exhibitions a  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #141414;
	height: 23px;
	width: 140px;
	background-color: #F4F7FC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	text-align: right;
	letter-spacing: 0.1em;
}
#navigation-exhibitions a:hover {
	color: #6C89C1;
	text-decoration: none;
}


/* contact panel */


#contact {
	position: relative;
}
#contact-text {
	height: auto;
	width: 300px;
	filter: alpha(opacity=60); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;
	background-color: #141414;
	margin-left: 290px;
	margin-top: 80px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#navigation-contact {
	width: 160px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 287px;
	z-index: 1000;
}

#navigation-contact a  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #141414;
	height: 23px;
	width: 140px;
	background-color: #F4F7FC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	text-align: right;
	letter-spacing: 0.1em;
}
#navigation-contact a:hover {
	color: #6C89C1;
	text-decoration: none;
}



/* classes */

.name {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}
.ben {
	font-size: 26px;
	font-weight: lighter;
}
.bigBen {
	font-size: 34px;
	font-weight: lighter;
	line-height: normal;
}
.heading14 {
	font-size: 14px;
}
.blue {
	color: #6C89C1;
}
