/* MAIN SITE CSS FILE
----------------------------------------- */


body {
	background: #fff;
	margin:0;
	padding: 20px;
	font-family: arial, Sans-serif;
	color:#333;
	font-size: 12px;
	text-align: center;
}

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

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #777;
	text-decoration: underline;
}
a img {
	border-width: 0;
}
p {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}



/* headings
----------------------------------------- */



	
h2 {
	display: block;
	font-weight: normal;
	font-family: "helvetica neue light", "segoe UI", arial, sans-serif;
	padding: 0 0 2px 0;
	margin: 0 0 4px 0;
	font-size: 18px;
	border-bottom: 1px solid #CCC;
}
*html h2 {
}
	
h3 {
	font-weight: normal;
	font-family: "helvetica neue light", "segoe UI", arial, sans-serif;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	font-size: 14px;
}

	



/* Main content areas
----------------------------------------- */


#container {
  	width: 768px;
  	border-top: 1px solid #CCC;
  	position: relative;
  	margin: 0 auto;
  	text-align: left;
}

#header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 282px;
	height: 20px;
	background: url(/site/images/cvz-logo.gif) top left no-repeat;
	text-indent: -9999px;
	z-index: 10;
}

#mainContent {
	position: relative;
	height: 522px;
	background: url(/site/images/main_background.gif) top left no-repeat;
	z-index: 0;
}
	h1 {
		font-size: 15px;
		padding: 5px 7px 5px 3px;
		margin: 0;
		position: absolute;
		text-transform: lowercase;
		bottom: 0;
		left: 0;
		background: #FFF;
		font-weight: normal;
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		font-family: "helvetica neue light", "segoe UI", arial, sans-serif;
		z-index: 2000;
	}
	#content {
		position: absolute;
		right: 0;
		top: 21px;
		width: 439px;
		height: 429px;
		overflow: auto;
		padding: 20px 10px 20px 20px;
	}
	#contentLeft {
		position: absolute;
		left: 0;
		top: 54px;
		width: 277px;
		height: 466px;
		margin: 0;
		
	}
		#contentLeftInner {
			width: 237px;
			height: 398px;
			overflow: hidden;
			padding: 20px;
		}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	margin: 0;
	padding: 0;
}

#below {
	clear: both;
	margin: 18px 0 0 0;
	border-top: 1px solid #CCC;
}

#footer2 {
	clear: both;
	padding: 24px 0 0 0;
	color: #CCC;
	float: right;
	font-size: 11px;
}

#footer2 a, #footer a:visited {
	color: #CCC;
	text-decoration: none;
}

#footer2 a:hover {
	color: #777;
	text-decoration: none;
}



/* topnav
----------------------------------------- */

		
#topnav {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 469px;
	padding: 0 3px 3px 0;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav li {
	float: left;
	margin: 0 0 0 88px;
	display: inline;
}
	#topnav li.first {
		margin: 0;
	}

#topnav li a {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 15px;
	font-family: "helvetica neue light", "segoe UI", arial, sans-serif;
}

#topnav li a:hover, #udm li.nested a:hover {
}

#topnav a.active {
}

#topnav li:first-child {
	border-left: 0;
}

#topnav li.active {
}




/* artworks
----------------------------------------- */

#artworks ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 170px;
}
	#artworks ul li {
		float: left;
		margin: 0 12px 20px 12px;
		padding: 0;
		width: 115px;
		font-family: arial;
		font-size: 11px;
		display: inline;
	}
	*html #artworks ul li {
		margin: 0 12px -40px 12px;
	}
			.img-shadow {
				float:left;
				display: inline;
				background: url(/site/images/shadow.gif) no-repeat bottom right;
			}
		#artworks ul li .image {
			display: block;
			height: 113px;
			width: 113px;
			margin: -5px 5px 5px -5px;
			padding: 1px;
			border: 1px solid #CCC;
			text-align: center;
			position: relative;
		}
		#artworks ul li .image img {
			display: none;
		}
		#artworks ul li h3 {
			margin: 0;
			padding: 0;
			font-weight: bold;
			font-size: 11px;
			font-family: arial;
		}
		#artworks ul li .artwork {
			margin: 0;
			padding: 0;
			clear: both;
			display: block;
		}
			#artworks ul li a {
				padding: 0;
				margin: 0;
				cursor: pointer;
			}

			#artworks ul li a:hover {
				text-decoration: none;
			}






.link {
	display: block;
	clear: both;
	font-weight: normal;
	padding: 5px 0 0 11px;
	margin: 8px 0 0 0;
	font-size: 11px;
	border-top: 1px solid #CCC;
}
.link2 {
	display: block;
	clear: both;
	font-weight: normal;
	padding: 0px 0 0 11px;
	margin: 0px 0 0 0;
	font-size: 11px;
}
	.next {
		background: url(/site/images/next.gif) 0 9px no-repeat;
	}
	.back {
		background: url(/site/images/prev.gif) 0 9px no-repeat;
	}
	.link2.next {
		background: url(/site/images/next.gif) 0 4px no-repeat;
	}
.date {
	font-size: 11px;
	color: #777;
	margin: 0 0 3px;
	clear: both;
}


/* Previous/Next
----------------------------------------- */

.previousNext {
	clear: both;
	padding: 0;
}



/* Misc classes
----------------------------------------- */


.clear {
	clear: both;
}




/* Scrollbar Overrides
------------------------------------------ */

.flsb_scrollbar-v-track {
	/* border-bottom: 1px solid #CCC; */
}
.flsb_scrollContentInner {
	font-size: 12px;
}









