/* @override http://dev.casaverdedesign.com/css/style.css */

html {
	background: #1B100C url('/img/cv-vine.gif') no-repeat center 365px;
	color: #d3d0af;
}

a:link, a:visited {
	color: #afbc21;
	text-decoration: none;
	font-weight: bold;
}

ul {
	list-style: none;
	list-style-type: none;
}
ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#wrapper-outer {
	width: 960px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}
#wrapper {
	float: left;
	width: 940px;
	padding-top: 120px;
	margin: 0 10px;
	background: transparent url('/img/cv-tagline.gif') no-repeat 215px 80px;
}

.sidebar {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.mainbar {
	width: 830px;
	float: right;
}

#subnav .col {
	width: 340px;
	float: left;
	margin-right: 10px;
}

#logo {
	height: 130px;
	margin-bottom: 20px;
}

#nav {}
#nav ul {
	list-style: none;
}
#nav ul li {
	margin: 0;
	text-align: right;
}
#nav a {
	color: #d3d0af;
	font-weight: normal;
}
#nav a.current {
	font-weight: bold;
}

#content {
}

#photo {
	float: left;
	width: 830px;
	margin-bottom: 20px;
}
#slideshow {
	float: left;
	height: 335px;
	width: 830px;
	margin-bottom: 20px;
}
#gallery {
	height: 335px;
	width: 830px;
	margin-bottom: 20px;
}
#gallery #photo {
	width: 725px;
	height: 335px;
	background: #0a0604 url('/img/cv-loader.gif') no-repeat center center;
	float: left;
	overflow: hidden;
}
#gallery #thumbnails-outer {
	width: 105px;
	height: 335px;
	float: left;
	background-color: #1B100C;
}
#gallery #thumbnails {
	height: 335px;
	padding-left: 10px !important;
}
#gallery #thumbnails a.thumb {
	height: 83px;
	width: 95px;
	display: block;
	background: #0a0604 url('/img/cv-loader.gif') no-repeat center center;
	margin-bottom: 1px;
	opacity: .75;
}
#gallery #thumbnails a.thumb:hover {
	opacity: 1;
}

#jgallery-outer {
	width: 830px;
	height: 332px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #1B100C;
	position: relative;
}
#jgallery {
	position: absolute;
	width: 332px;
	height: 664px;
	top: -332px;
}
#jgallery #thumbs-outer {
	position: absolute;
	left: 0;
	top: 332px;
}
#jgallery #thumbs {
	width: 999999px;
	position: relative;
}
#jgallery .gallery-nav {
	width: 30px;
	height: 332px;
	display: block;
	opacity: .75;
}
#jgallery .gallery-nav:hover {
	opacity: 1;
}
#jgallery #nav-last {
	background: transparent url('/img/cv-jgallery-nav-last.png') no-repeat center center;
	position: absolute;
	left: -30px;
	top: 0;
}
#jgallery #nav-next {
	background: transparent url('/img/cv-jgallery-nav-next.png') no-repeat center center;
	position: absolute;
	left: 830px;
	top: 0;
}
#jgallery .thumbs-panel {
	float: left;
	width: 830px;
	height: 332px;
	margin-right: 1px;
}
#jgallery a.thumb {
	background: #0a0604 url('/img/cv-loader.gif') no-repeat center center;
	width: 276px;
	height: 110px;
	float: left;
	display: block;
	opacity: .85;
}
#jgallery a.thumb:hover {
	opacity: 1;
}
#jgallery a.thumb img {
	display: block;
}
#jgallery a.thumb.h-middle {
	margin: 0 1px;
}
#jgallery a.thumb.v-middle {
	margin-top: 1px;
	margin-bottom: 1px;
}

#jgallery #single-outer {
	width: 830px;
	height: 332px;
	position: absolute;
	background: #0a0604 url('/img/cv-loader.gif') no-repeat center center;
	left: 0;
	top: 0;
}

#subnav h2, #copy h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
#copy h2, #copy p {
	margin-bottom: 8px;
}
#subnav p {
	margin: 0;
}
#subnav a.current {
	color: white;
}

#footer {
	display: none;
}

#vine {
	width: 438px;
	height: 379px;
	float: right;
	position: absolute;
	overflow: ;
	right: 0;
	top: 0;
	background: red;
	z-index: 1;
	opacity: .5;
}
