@charset "UTF-8";

/* CSS Document */
* {
	padding:0;
	margin:0
}

body {
	margin:0;
	font-family:  "Lucida Sans", "Lucida Grande", sans-serif;
	font-size:11px;
	background-color:#2f2d2d;
}

a {
	color:#6485a9;
	text-decoration:none;
}

td,th {
	font-size: 11px;
}

#mainBox {
	width:948px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-right:1px solid #444444;
	border-left:1px solid #444444;
	position:relative;
	}

#logoBox {
	width:950px;
	background-color:white;
	height:70px;
	overflow:hidden;
	position:relative;	

}

#contentBox {
	width:950px;
	min-height:600px;
	border-bottom:1px solid #666666;
	position:relative;
	background-color:#FFF
}


#contentbg {
	width:728px;
	min-height:600px;
	background-color:#ffffff;
	margin-left:220px;
	padding-bottom:20px;
	
}

#statementLink {
	height:50px;
	width:280px;
	position:absolute;
	top:480px;
	left:235px}

#footer {
	width:948px;
	height:300px;
	background-color:#191a1c;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 2px rgba(0, 0, 0, .5);
}

a.highlightBorder {
	color:#2e2c2c
}

a.highlightBorderOff {
	color:#7e7a7a
}

#copy {
	width:1000px;
	height:15px;
	margin-left:auto;
	margin-right:auto;
}

#copy p {
	text-align:left;
	padding-left:8px;
	padding-top:8px;
	color:#555555;
	font-size:10px;
}

#mainBox #logoBox {
	font-size: 12px;
}

#bio {
	height:500px;
	background-image:url(/img/head-to-head-2.jpg);
	background-repeat:no-repeat;
	background-position:0px 10px;
}

#bio p {
	font-size:11px;
	line-height:19px;
	margin-bottom:15px;
	color:#444444; 
}

ul.artGrid {
	list-style: none;
	font-size: 0px;
	margin-left: -4.5%; /* should match li left margin */
}
ul.artGrid li {
	display: inline-block;
	padding: 12px;
	margin: 0 0 0.5% 1.5%;
	background: #fff;
	vertical-align: top;
}
ul.artGrid li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.artwork #footer{
	background-image:url(/img/footerbg.jpg);
	background-repeat:no-repeat;
}

.artwork #contentbg {
	background-image:none;
}

.contact #contentbg {
	background-image:url(/img/contact.jpg);
	background-repeat:no-repeat;
	background-position:0 10px;
}

#contactInfo {
	width:400px;
	height:auto;
	margin-left:250px;
	font-size:12px;
	padding-top:10px;
}

.events #contentbg{
	background-image:url(/img/interior-bg.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	height:auto;
	padding-bottom:30px;
	background-color:#f0f0f0;
}
#eventTable {
	padding-top:25px;
	padding-left:40px;
	color:#555555
}
#eventTable h3 {
	padding-bottom:5px;
	color:#444444;
	vertical-align:top
}
#eventTable .year {
	padding:5px;
	padding-left:2px;
	padding-bottom:2px;
	color:#5479a5;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	border-bottom:1px solid #666666;
}

#eventTable .date {
	width:180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:2px;
	font-size:13px;
	padding-top:10px;
	color:#333333;
	vertical-align:top;
	line-height:16px;
	font-weight: bold;
}

#eventTable .separator {
	vertical-align:top
}

#eventTable .entry {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:10px;
	vertical-align:top;
	font-size:13px;
	color:#444444;
	line-height:18px;
	padding-left:20px;
	font-weight: normal;
}

.statement #resumeTable strong {
	color:#222222
}

.statement #contentbg {
	background-image: url(/img/cyplay2statementbg.png);
	background-repeat:no-repeat;
	background-position:-0px -80px;
	padding-bottom:40px;
}

.statement #statement {
	position:absolute;
	top:123px;
	left:316px;
	width: 427px;
	height: 371px;
	text-align: center;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	color: #666;
}

.statement #statement p {
	font-size:16px;
	line-height:25px;
	width:400px;
	margin-bottom:15px
}

.statement #footer {
	background-image:url(/img/footerbg.jpg);
	background-repeat:no-repeat;
}

.statement body,td,th {
	color: #000000;
}

.statement body {
	background-color: #EDEDED;
}

.resume #contentbg {
	background-image:url(/img/interior-bg.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	height:auto;
	padding-bottom:30px;
	background-color:#f0f0f0;
}
#resumeTable {
	padding-top:25px;
	padding-left:20px;
	color:#555555
}
#resumeTable h3 {
	padding-bottom:5px;
	color:#222222;
	vertical-align:top;
	font-weight:normal;
}
#resumeTable .date {
	width:140px;
	text-align:right;
	padding-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	vertical-align:top;
	
}
#resumeTable .separator {
	vertical-align:top
}
#resumeTable .entry {
	vertical-align:top;
	padding-top:1px;
	padding-bottom:5px;
}
#resumeTable strong {
	color:#222222
}
#mainBox #contentBox #contentbg #eventTable tr .entry p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#mainBox #contentBox #contentbg #eventTable tr .entry p em {
	font-weight: bold;
}
#mainBox #contentBox #contentbg #statement blockquote p strong em {
}
