@font-face {
	font-family: 'DroidSerifRegular';
	src: url('../fonts/DroidSerif-Regular.eot');
	src: local('Droid Serif Regular'), local('DroidSerif'), url('../fonts/DroidSerif-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'DroidSerifItalic';
	src: url('../fonts/DroidSerif-Italic.eot');
	src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url('../fonts/DroidSerif-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'DroidSerifBold';
	src: url('../fonts/DroidSerif-Bold.eot');
	src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url('../fonts/DroidSerif-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'DroidSerifBoldItalic';
	src: url('../fonts/DroidSerif-BoldItalic.eot');
	src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url('../fonts/DroidSerif-BoldItalic.ttf') format('truetype');
}
body {
/*	font:11px/15px 'DroidSerifItalic', Georgia, "Times New Roman", Times, serif; */
	color: #e6b098;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	width: 100%;
	height: 100%;
}
.horiz {
	position: absolute;
/*	top: 117px; */
	left: 75px;
	width: 12000px;
	margin:0;
	padding:0;
}
.square {
/*	height: 475px;
	width: 475px;  */
	float:left;
	margin-right: 14px;
	background-color: #733148;
}
.square p{
/*	font:11px/15px 'DroidSerifItalic', Georgia, "Times New Roman", Times, serif; */
	padding-left: 30px;
	padding-right: 30px;
}
.square a:link, .square a:visited {
/*	font-size: 11px; */
	color: #e6b098;
	border-bottom: 1px dashed #eddbd3;
	text-decoration: none;
}
.square a:hover {
/*	font-size: 11px; */
	color: #e6b098;
	border-bottom:1px solid #eddbd3;
	text-decoration: none;
}
.square a:active {
/*	font-size: 11px; */
	color: #eddbd3;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.square h1 {
	font:18px 'DroidSerifBoldItalic', Georgia, "Times New Roman", Times, serif;
	padding: 30px 0 0 30px;
	letter-spacing:0px;
	color: #e6b098;
	margin: 0;
}
.header {
/*	width: 475px; */
	left: 75px;
	position:fixed;
}
.header hr {
	border-top: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;	
	border-bottom-color: #FFF;
	padding-bottom:0;
	margin-bottom:14px;
	margin-top:14px;
/*	width: 473px; */
}

#menu {
	position: fixed;
/*	width: 475px;
	top: 605px; */
	left: 75px;
	height: 22px;
	line-height: 11px;
}
#menu hr {
	border-top: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;	
	border-bottom-color: #FFF;
	padding-bottom:0;
	margin-bottom:14px;
/*	width: 473px; */
}
#menucontainer {
	position: relative;
/*	width: 475px; */
	margin-top: 14px;
	background-color:#733148;
}
#about {
/*	height: 475px;
	width: 475px; */
}
#about img {
/*	width: 475px;
	height: 475px; */
}
.amp {
/*	font: 14px/15px Baskerville,"Palatino Linotype",Georgia,serif; */
	font-style: italic;
}


/* GALLERY ====================================================================== */

.container {
	float:left;
}
.thumbscontainer ul li a img {
	height: 75px;
	width: 75px;
	border: none;
}
ul.sections {
	position: relative;
	list-style-type: none;
	width: 14000px;
}
ul.sections li {
	position: relative;
	list-style-type: none;
}
.captionscontainer {
	float: left;
}
.captions {
	position:relative;
/*	height: 475px;
	width: 475px; */
	float:left;
	background-color: #733148;
	overflow:hidden;
	cursor:pointer;
}
.captions ul {
	position: relative;
	list-style-type:none;
	margin-top:0px;
}
.captions ul li{
	display: none;
	position: absolute;
	top:0px;
	left:0px;
}
.captions img {
/*	width:475px;
	height:475px; */
}
.projecttitle {
	font:18px 'DroidSerifBoldItalic', Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	padding-bottom: 14px;
	letter-spacing:-1px;
}
.projecttitle .amp{
	font-family:"Baskerville","Palatino Linotype",Georgia,serif;
	font-style:italic;
	font-size:18px;
}
sup {
	font-size: 8px;	
}
.nextproject {
/*	height: 475px; */
	width: 10px;
	float: left;
	margin-right: 14px;
	background:url(../images/nextproject.png) #733148 no-repeat left center;
	border-right: 2px solid #733148;
	z-index:5;
	cursor: pointer;
}


/* CAPTIONS ===================================================================== */
.caption {
	position: absolute;
	color: #fff;	
	padding: 14px;	
	background: #000000;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	bottom:0px;
	margin: 0px;
	z-index: 10;
	display: none;
}
.caption a:link, .caption a:visited {
	font-size: 11px;
	color: #fff;
	border-bottom-color: #fff;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
}
.caption a:hover {
	font-size: 11px;
	color: #fff;
	border-bottom-color:#fff;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	text-decoration: none;
}

.caption a:active {
	font-size: 11px;
	color: #fff;
	border-bottom-color:#fff;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	text-decoration: none;
}






/* THUMBS ====================================================================== */
.jcarousel-container {
/*	height: 475px; */
	width: 105px;
	float:left;
	background-color: #733148;
	margin-left: 14px;
	overflow: hidden;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    overflow: hidden;
    position: relative;
	margin-top:-2px;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 75px;
    height: 75px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.verticalthumbs .jcarousel-container {
}
.verticalthumbs .jcarousel-container-vertical {
    width: 120px;
/*    height: 475px; */
}
.verticalthumbs .jcarousel-clip-vertical {
    width:  100px;
/*    height: 420px; */
}
.verticalthumbs .jcarousel-item {
    width: 75px;
    height: 75px;
	padding-left: 21px;
}
.verticalthumbs .jcarousel-item-vertical {
    margin-bottom: 10px;
}
.verticalthumbs .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.verticalthumbs .jcarousel-next-vertical {
    position: absolute;
    bottom: -8px;
    left: 48px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next.png) no-repeat 0 0;
}
.verticalthumbs .jcarousel-next-vertical:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.verticalthumbs .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}
.verticalthumbs .jcarousel-next-disabled-vertical,
.verticalthumbs .jcarousel-next-disabled-vertical:hover,
.verticalthumbs .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.verticalthumbs .jcarousel-prev-vertical {
	position: absolute;
    left: 48px;
	top: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat 0 0;
}
.verticalthumbs .jcarousel-prev-vertical:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.verticalthumbs .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}
.verticalthumbs .jcarousel-prev-disabled-vertical,
.verticalthumbs .jcarousel-prev-disabled-vertical:hover,
.verticalthumbs .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}