body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000 url(../images/main-bg.jpg) repeat-x;
	color: #ffffff;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: #a31515;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.body-home {
	background-color: #000000;
	background-image: none;
}

#container {
	background: url(../images/header.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	min-width: 980px;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#home-wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#top-contact {
    position: absolute;
    width: 360px;
    top: -400px;
    height: 443px;
    z-index: 25;
    text-align: center;
    right: 5%;
}

#contact {
    width: 360px;
    position: relative;
    cursor: pointer;
}

#top {
	height: 80px;
}

#footer {
	height: 20px;
	text-align: center;
	font-size: 10px;
}

#main-menu {
	text-align: center;
	padding-top: 18px;
}

#main-menu a:hover {
	text-decoration: none;
}

#main-menu .home {
	padding-bottom: 10px;
}

#social-menu {
	text-align: right;
	padding-top: 5px;
	padding-right: 70px;
}

#social-menu a:hover {
	text-decoration: none;
}

#main-menu ul, #social-menu ul {
	margin: 0;
	padding: 0;
}

#main-menu li, #social-menu li {
	display: inline;
	float: none;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}

#artwork {
	height: 112px;
}

#artwork .kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 6px 0 0;
	left: 342px;
}

#artwork .kwicks li{
	width: 100px;
	height: 100px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;
}

#artwork .kwicks.horizontal li {
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}

#artwork .kwicks.vertical  li{
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#artwork .kwicks.horizontal {
	margin-right: none; 
}

#artwork .kwicks.vertical {
	margin-bottom: none; 
}

#artwork #art-1, #artwork #art-2, #artwork #art-3, #artwork #art-4, #artwork #art-5, #artwork #art-6 {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#artwork #art-1.active, #artwork #art-2.active, #artwork #art-3.active, #artwork #art-4.active, #artwork #art-5.active, #artwork #art-6.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

#artwork .captionWrap_work-1, #artwork .captionWrap_work-2, #artwork .captionWrap_work-3, #artwork .captionWrap_work-4, #artwork .captionWrap_work-5, #artwork .captionWrap_work-6 {
	margin: 0;
	padding: 0;
}

#artwork .captionText {
	font-size:9px;
	color: #ffffff;
}

#artwork .captionBox {
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 150px;
	height: 24px;
}

#social-links {
	height: 98px;
}

#content-wrapper {
	width: 980px;
	margin-top: 85px;
	background-color: #000;
}

#content {
	margin-right: 70px;
	margin-left: 70px;
	color: #ccc;
}

#content h1, #content h2, #content h3 {
	color: #ffffff;
}

#error {
	color: #000000;
}

#flash {}

#error h2 {
	color: #cc1d00;
	font-weight: bold;
}

#news {}

#news-item {
	text-align: justify;
}

#news-item img {
	padding: 5px;
}

hr.clear {
	clear: both;
	border-width: 0;
	border-style: none;
	height: 1px;
}

.label { 
	font-weight: bold;
	color: #cf951f;
}

.pager {
	text-align: center;
}

.posted-on {
	font-size: 10px;
	line-height: 12px;
	color: #707070;
}

#gallery-artwork {
	background-image: none;
	text-align: center;
}

#gallery-artwork .artwork-image {
	padding: 5px 0;
	clear: both;
}

#gallery-artwork .copyright {
	font-size: 10px;
}

#artworks-list, #news-list {
	float: left;
	width: 640px;
}

#artwork-tags, #news-archives {
	float: right;
	width: 200px;
}

#artwork-tags ul {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}

#artwork-tags li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #292929;
}

.news-content, .page-content {
	font: 12px "Courier New", Courier, mono;
}
