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

body {
	background-color: #000;

}
body,td,th {
	color: #FFF;
	font: 13px/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#site-wrapper #header h1{
	height: 152px;
	width: 321px;
	float: left;
	background-image: url(../images/summerfiled-logo.gif);
	background-repeat: no-repeat;
}
#site-wrapper #header ul {
	list-style-type: none;
	float: right;
	margin-top: 100px;
}
#site-wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#site-wrapper #header ul li {
	display: inline;
	margin-right: 10px;
}
#site-wrapper #header ul li a {
	font-size: 26px;
}
#site-wrapper #content-wrapper p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#site-wrapper #footer {
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
}
#site-wrapper #footer a{
	color: #FFF;
	text-decoration:underline;
}
#site-wrapper #footer a:hover{
	color: #F15C2B;
	text-decoration:none;
}
#site-wrapper #header {
	height: 160px;
}
#content-wrapper{

}
#site-wrapper #content-wrapper #left-content {
	float:left;
	width: 215px;
}
#site-wrapper #content-wrapper #left-content ul {
	margin-top: 40px;
	display: block;
	list-style-type: none;
}
#site-wrapper #content-wrapper #right-content p {
	font-size: 13px;
}

#site-wrapper #content-wrapper #left-content ul li{
	margin-top: 8px;
	margin-bottom: 8px;
	/*border-bottom: 1px solid #101010;*/
	padding-top: 2px;
	padding-bottom: 4px;
}
#site-wrapper #content-wrapper #left-content ul li a {
	text-decoration:none;
	padding: 0px;
	color: #666;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}
#site-wrapper #content-wrapper #left-content ul li a:hover {
	font-size: 16px;
	color: #F15C2B;
}

#site-wrapper #content-wrapper #right-content {
	float:right;
	width: 730px;
	margin-top: 50px;
}

.artwork{
	float:left;
	width:205px
}
.artinfo{
	float:right;
	width:515px;
}
.artinfo h3 {
	font-size: 28px;
	margin-bottom: -20px;
}

a {
	color: #d0d2d2;
	text-decoration:underline;
}
a:hover {
	color: #F15C2B;
	text-decoration:none;
}

/* EXTRAS */
.hidden { left: -10000px; position: absolute; }
.clear { clear: both; }
.sep {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101010;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sig {
	font: italic normal 18px Georgia, "Times New Roman", Times, serif;
	color: #F15C2B;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
#subform {
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #646666;
}
#subform .title {
	color: #F15C2B;
	font-size: 16px;
	font-weight: normal;
}
#subform input {
	color: #333;
}
