@font-face{
    font-family: georgeSabra;
    src: url(CaviarDreams.ttf);
}
myFont{
    color:#98BF0D;
    font-size: 140% !important;
}
myFont a{
    text-decoration: underline;
}
myFont a:hover{
    color:#98BF0D;
}
html{
    width: 100%;
    height: 100%;
    min-height: 200px;
    min-width: 800px;
    font-family: arial;
}
body{
    width: 100%;
    height: 100%;
    margin: 0;
    background: url(https://css-tricks.com/wp-content/themes/CSS-Tricks-9/images/bglines.png);
    overflow: hidden;
}
header{
    width: 100%;
}
a{
    text-decoration: none;
    color: #262626;
}
.row1{
    width: 100%;
    height: 15%;
    min-height: 60px;
    background: rgba( 0, 0, 0, .65);
    position: relative;
}
nav{
    width: 80%;
    height: 100%;
    min-height: 60px;
    margin: 0 auto;
    position: relative;
}
.menu{
    width: 100%;
    height: 100%;
    min-height: 60px;
    float: left;
}
.mainList {
    width: 100%;
    height: 100%;
    min-height: 60px;
    z-index: 20;
    letter-spacing: 12px;
    position: relative;
}
.listItem {
    width: 16.66%;
    height: 100%;
    min-height: 60px;
    float: left;
    z-index: 25;
}
.listItem:Hover {
    background: rgba( 0, 0, 0, 0.1);
    border-bottom: 5px solid #98bf0d;
}
.listItem.selected{
    background: rgba( 0, 0, 0, 0.1);
    border-bottom: 5px solid #98bf0d;
}
.listItem:hover a{
    color: #98bf0d;
}
.listItem.selected a{
    color: #98bf0d;
}
.item{
    text-align: center;
        margin: 10% \0/IE8+9;
    width: 100%;
    height: 100%;
    min-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: box;
    box-orient: vertical;
    box-pack: center;
    box-align: center;
}
.listItem a {
    width: 100%;
    height: 100%;
    color: #CCC;
    text-decoration: none;
    text-transform: uppercase;
}

.listItem a:hover{
    color: #98bf0d;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.row2{
    width: 100%;
    height: 80%;
    background: rgba(0, 0, 0, .5);
    position: relative;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0 0 12px rgba(0, 0, 0, 0.5);
    box-shadow:         0 0 12px rgba(0, 0, 0, 0.5);
}
.rowBottom{
    width: 100%;
    height: 1000%;
    background: rgba(0, 0, 0, .1);
    position: relative;

    top: 130%;
}
.main{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 1% 0px 0px 0px;
    
}
.content{
    width: 100%;
    height: 200%;
    background: url('../images/contentBG.gif');
    margin: 0 auto;
    border: 8px solid transparent;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0 0 12px rgba(0, 0, 0, 0.6);
    box-shadow:         0 0 12px rgba(0, 0, 0, 0.6);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    left: -8px;
}
.container{
    width: 200%;
    height: 100%;
    position: relative;
    left: -1%;
    z-index: 1;
}
.sculpture{
    width: 10%;
    height: 80%;
    background: rgba(0, 0, 0, .05);
    float: left;
    position: relative;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: box;
    box-orient: vertical;
    box-pack: center;
    box-align: center;
}
.sculpture:hover{
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.imageHolder{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
img.color{
    width: 100%;
    position: absolute;
    margin: 0 auto;
    top: 6%;
    border: none;
}
img.bw{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    top: 6%;
    border: none;
}
.title{
    width: 100%;
    position: absolute;
    top: 70%;
    text-align: center;
    font-size: 120%;
}
.description{
    display: none;
    width: 80%;
    text-align: center;
    font-size: 80%;
    margin: 2% 0 0 10%;
}
.more{
    color: #98bf0d;
    margin-top: 5px;
}
.more:hover{
    color: #555555;
    text-decoration: underline;
}
.left{
    width:9%;
    height: 100%;
    min-height: 430px;
    float: left;
    z-index: 2;
    position: relative;
    background-size: 100% 100%;
    background-image: url(../images/left.png);
}
.left:hover{
    background-image: url(../images/leftHover.png);
}
.leftGray{
    background-image: url(../images/leftGray.png)!important;
}
.right{
    width:9%;
    height: 100%;
    min-height: 430px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-size: 100% 100%;
    background-image: url(../images/right.png);
}
.right:hover{
    background-image: url(../images/rightHover.png);
}
.rightGray{
    background-image: url(../images/rightGray.png)!important;
}
.sideSpace{
    width: 6%;
    height: 100%;
    min-height: 430px;
    float: left;
    z-index: -1;
}
.topSpace{
    width: 60%;
    height: 10%;
    min-height: 40px;
    float:inherit;
}
footer{
    width: 80%;
    bottom: 0;
    left: 10%;
    position: absolute;
    color: #464646;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 80%;
    display: none;
    
}
footer a{
    text-decoration: none;
    color: #565656;
}
footer a:hover{
    color: #5D5C5C;
}
.topSpace{
    width: 60%;
    height: 10%;
    min-height: 40px;
    float:inherit;
}
.row{
    width: 100%;
    height: 50%;
}
.albums{
    width: 100%;
    height: 100%;
    min-height: 60px;
    float: left;
    text-align: center;
    position: relative;
}

.album{
    width: 10%;
    height: 80%;
    color: #FFF;
    display: block;
    
    background: rgba( 0, 0, 0, .4);
    margin-left: .6%;
    margin-right: .5%;
    position: relative;
    letter-spacing: 8px;
    font-size: 70%;
    text-align: center;
    float: left;
}
.album:hover{
    color: #98BF0D;
    border-bottom: 5px solid #98bf0d; 
}
.album.selected{
    color: #98BF0D;
    border-bottom: 5px solid #98bf0d;
    background: #757575;
}
.album.selected a{
    color: #98BF0D;
}

.album:hover a{
    color: #98BF0D;
}
.album a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 15;
    color: #FFF;
}
.album img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: compact;
}
.albumName{
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    z-index: 12;
    background: rgba( 0, 0, 0, .5);
}
#gallery{
    width: 100%;
    height: 100%;
    min-height: 430px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.galleryMenu{
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
}
.galleryScroll{
    height: 75%;
    position: absolute;
    overflow: hidden;
    top:0%;
    left: 0%;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: box;
    box-orient: vertical;
    box-pack: center;
    box-align: center;
}
.videoGallery{
    width: 100%;
    height: 100%;
    min-height: 430px;
    background: #ffffff;
}
.pic{
    float: left;
    height: 75%;
    z-index: 1;
    padding: 10px;
    display: block;
    margin: 10px;
}
.pic:Hover{
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
}

.pic a{
}
.pic img{
    height: 100%;
}
.pic img:hover{
    height: 100%;
}

.video {
    float:left;
    margin:3% 0 4% 10%;
    background: #eeeeee;
    border: 10px solid #eeeeee;
    width: 20%;
    height: 30%;
    z-index: 1;
}
.video:hover{
    float:left;
    margin:3% 0 4% 10%;
    background: #eeeeee;
    border: 10px solid #eeeeee;
    width: 20%;
    height: 30%;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.clear{
    clear:both;
}
.leftBox{
    float: left;
    width: 50%;
    height: 100%;
    min-height: 430px;
}
.aboutText{
    float: left;
    width: 80%;
    height: 100%;
    min-height: 430px;
    font-size: 135%;
    text-align: justify;
    position: relative;
    padding: 10%;
    color: #555;
}
#scroll-content img {
	border: #555 1px;
    width: 20%;
    background: white;
    float: left;
    margin-top: 4%;
    margin-right: 4%;
}
.contact{
    width: 100%;
    text-align: left;
    font-size: 130%;
    color: #666;
}
.scroll{
    width: 100%;
    height: 100%;
}
.works{
    float: left;
    width: 200%;
    min-height: 430px;
    font-size: 150%;
    text-align: justify;
    position: relative;
    padding: 10%;
    color: #555;
}
.aboutMore{
    position: absolute;
    bottom: 10%;
    right: 10%;
    font-size: 200%;
    z-index: 100;
    cursor: default;
}
.picture{
    width: 80%;
    height: 60%;
    min-height: 260px;
    background: url('../images/george.jpg') bottom right no-repeat;
    background-size: 100%;
    margin-top: 20%;
    margin-left: 10%;
}


.contactInfo{
    width: 48%;
    height: 85%;
    border-left: 1px solid #CCC;
    float: left;
    position: relative;
    margin: 3% 0 0 0;
    text-align: center;
    font-size: 140%;
    color: #333;
}


fieldset{
    width: 100%;
    height: 100%;
    margin: auto;
    border: none;
}
input{
    width: 62%;
    border: 1px solid #333332;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    outline: 0 none;
    margin-bottom: 10px;
    padding: 2% 2%;
    z-index: 2;
    position: relative;
    background: transparent;
    font-size: 16px;
}
input.focused{
    border-color: rgba(0, 0, 0, 1);
    box-shadow: 0 0 8px rgba(99, 100, 102, 1);
}
.submit{
	font-size: 16px;
	color: #333332;
}
.submit:hover{
    border-color: rgba(0, 0, 0, 1);
    box-shadow: 0 0 8px rgba(99, 100, 102, 1);
    color: black;
}
textarea{
    width: 62%;
    border: 1px solid #333332;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    outline: 0 none;
    margin-bottom: 10px;
    padding: 2% 2%;
    z-index: 2;
    position: relative;
    background: transparent;
}
textarea.focused{
    border-color: rgba(0, 0, 0, 1);
    box-shadow: 0 0 8px rgba(99, 100, 102, 1);
}
.prompt{
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 0;
}
.holder{
    line-height: 340%;
    color: #636466;
    display: inline;
    left: 27px;
    position: absolute;
    -moz-transition: opacity 0.1s ease 0s, font-size 0.1s ease 0s;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 1;
    cursor: text;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}
.errorlist{
    position: absolute !important;
    display: inline;
    margin: 0 !important;
    width: 200px !important;
    line-height: 26px;
    color: red;
    text-align: left !important;
    padding-left: 30px;
    list-style: none;
}
.error input{
    border-color: red;
}
#claim{
    width: 50%;
    height: 100%;
    min-height: 430px;
    padding-left: 32%;
    padding-top: 5%;
}
#submit_form{
    width: 66%;
}
.press{
    width: 80%;
    height: 80%;
    margin: 5% 10% 10% 10%;
}
.press img{
    float: left;
    max-height: 150px;
    max-width: 150px;
    margin: 1%;
    height: 26%;
    border: 2px solid #98bf0d;
    padding: 2px;
}
.press img:hover{
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0 0 12px rgba(0, 0, 0, 0.3);
    box-shadow:         0 0 12px rgba(0, 0, 0, 0.3);
}
.future{
    margin-top: 10%;
    margin-left: 10%;
}
.futureLeft{
    width: 50%;
    height: 100%;
    float: left;
}
.futureRight{
    width: 50%;
    height: 100%;
    float: left;
}
.future img{
    border: #555 1px;
    width: 40%;
    background: white;
    float: left;
    margin-top: 4%;
    margin-right: 4%;
}
h3{
    font-size:170%;
}

#scroll-pane { float:left;overflow: auto; width: 80%; height:80%;position:relative;display:inline;margin: 5% 0 0 10%}
#scroll-content {position:absolute;top:0;left:0; font-size: 105%;}
#scroll-content a{color:#98BF0D; font-size: 130% !important;}
#slider-wrap{float:left;background-color:transparent;width:10px;margin: 5% 0 0 0;}
#slider-vertical{position:relative;height:100%}
.ui-slider-handle{width:10px;height:10px;margin:0 auto;background-color:#98BF0D;display:block;position:absolute}

/* ImageFlow Settings
==================================== */
@media screen, projection {
	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
		height: 80%;
	}
	.imageflow img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10001;
		display: none;
	}
	.imageflow .scrollbar {
		border-bottom:1px solid #898989;
		position:relative; 
		visibility:hidden;
		z-index:10002;
		height:1px;
	}
	.imageflow .slider {
		background:url(../images/slider.png) no-repeat;
		height:20px;
		margin:-8px 0 0 -7px;
		position:absolute;
		width:20px;
		z-index:10003;
	}
	.imageflow .slideshow {
		cursor:pointer;
		height:14px;
		margin:20px 0 0 20px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .slideshow.pause {
		background:url(../images/button_pause.png) no-repeat;
	}
	.imageflow .slideshow.play {
		background:url(../images/button_play.png) no-repeat;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:20px;
		position:relative;
		width:20px;
	}
	.imageflow .previous {
		background: url(../images/button_left.png) top left no-repeat;
		float:left;
		margin: -8px 0 0 -30px;
	}
	.imageflow .next {
		background: url(../images/button_right.png) top left no-repeat;
		float:right;	
		margin:-8px -30px 0 30px;
	}
}













