@charset "utf-8";

/* basic Links*/
a:link {
	color: #7A78A0;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
a:visited {
	text-decoration: none;
	color: #7A78A0;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#sb-body-inner img {cursor:pointer;}

/* Navigation css*/
#homeNav {
	position: absolute;
	width: 900px;
	height: 35px;
	background-image: url(../../images/gustavo_page/topNav_home.png);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	background-repeat: no-repeat;
}

#homeNav ul {
	margin: 0;
	list-style: none;
	alignment-adjust: auto;
}

#homeNav ul li {
	width: 100px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 4em;
	color: #7976a7;
	font-weight: normal;
}

#homeNav li.subNav ul {
	display: none;
}

#homeNav li.subNav:hover ul {
	display: block;
	/* [disabled]margin-left: 40px; */
	padding: 0;
	margin-top: -13px;
}

#homeNav li.subNav ul li {
	/*height: 1.2em;*/
	width: 9.3em;
	background-color: #FFFFFF;
	/*padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;*/
	padding: 0;
	border: thin solid #36328e;
	height: 3em;
}

#homeNav li.subNav:hover ul li a {
	color: 7976a7;
	font-size: 1em;
	padding: 0;
}

/* Body CSS */
body {
	margin: 0px;
	text-align: center;
}

html, body {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
	
#header {
	width: 900px;
	height: 105px;
}
#mainLogo{
	font-family:Verdana, Geneva, sans-serif; 
	padding-left: 86px; 
	padding-top: 10px;
	font-size:13px;
	color: #36328e;
}
#artistName{
	font-size:32px;
	color: #36328e;
}

#homeNav {
	width: 900px;
	height: 35px;
	position: fixed;  /*set to float the header*/
	background-color: white;
}

#space {
	height: 40px;
	width: 900px;
}

#content {
	width: 700px;
	float: right;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #36328e;
	position: relative;
}
#content img{
	cursor: pointer;
}

#content a:link {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#portNav {
	width: 200px;
	padding-top: 10px;
	float: left;
	position: fixed;
}

#footer {
	width: 900px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #7A78A0;
	font-weight: 400;
	line-height: 20px;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}

.text{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.alignright {float: right;}

.hidden{display:none}

.invisible { 
	visibility:hidden; 
}

.abs {
	position: absolute;
}

#cover {z-index:50;}
#boardpanel {z-index:20;}
#animatic {z-index:10;}
#homeNav {z-index:100;}

.one{
	width:100%; 
	height:100%;
	position: relative;
	display: none;
}


#videoWrap {
	width:700px; 
	height:394px; 
	border:5px solid #7A78A0;
	display: none;
}

.selectbox{
	cursor:pointer;
	padding:0; 
	margin:0;	
}

#selectVideo{
	 position: relative; 
	 top: 35px;
	 padding-bottom: 50px;
}

a.darkenJq {
    display: inline-block;
    background: #7A78A0;
    padding: 0;
}
a.darkenJq{
	text-decoration: none;
}
a.darkenJq img {
    display: block;
}
#top_arrow{
	position:fixed; 
	cursor:pointer; 
	bottom:8%; 
	left:85%; 
	opacity:.1; 
	display:none;
}
#top_arrow:hover{
	opacity: 7;
}
area {
  display: block;
  cursor: pointer;
}

/*---------------------------- from gallery box ---------------------------------------------*/
.oneG{
	position: relative;
	float: left;
	padding-left: 7px;
}

.border { border: 0; height:100%; }

#inWrap{
	left:46%;
	background-color: black;
	height:10%;
	width: 200%;
	position:fixed;
	bottom:0;
	z-index:1003;
	cursor:pointer;
}
/*----------------------------- gallery 1-------------------------------------------------------------------- */
#mainG{
	display:none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.93);
	position:fixed;
	z-index:1001;
}
#gupWrap{
	margin-left:auto;
	margin-right:auto;
	height: 90%;
	position:fixed;
	z-index:1002;
	
}
#upContent{
	width: 900px;
	height: 482px;
	position: fixed;
	top:auto;
	left:auto;
	text-align: justify;
}
#leftBox{
	cursor:default;
}
#rightBox{
	cursor:url(../../images/twoRight.png), pointer;
}
#upContent img{
	position:absolute;
	width:100%;
	height:100%;
}
#lowWrap{
	background-color: black;
	height:10%;
	width: 100%;
	position:fixed;
	bottom:0;
	z-index:1003;
	cursor:pointer;
}

#lowHolder{
	height:10%;
	width: 100%;
	position:fixed;
	bottom:0;
	z-index:1000;
}
/* end test-->*/

#leftBox{
	position:absolute; 
	width:50%; 
	height:100%; 
	opacity:.8; 
	z-index:1010
}
#rightBox{
	 position:absolute; 
	 width:50%; 
	 left: 50%; 
	 height:100%; 
	 opacity:.8; 
	 z-index:1010
}

#box1 {
	/*left: 46%;*/
	opacity: 1;
}
#box2{
	/*left: 53.5%;*/
	opacity: .5;
}
#box3{
	/*left: 61%;*/
	opacity: .5;
}
#box4, #box4A{
	/*left: 68.5%;*/
	opacity: .5;
}
#box5, #box5A{
	/*left: 76%;*/
	opacity: .5;
}
#box6, #box6A{
	/*left: 83.5%;*/
	opacity: .5;
}
#box7, #box7A{
	/*left: 91%;*/
	opacity: .5;
}
#box8, #box8A{
	/*left: 98.5%;*/
	opacity: .5;
}
#box9, #box9A{
	/*left: 106%;*/
	opacity: .5;
}
#box10, #box10A{
	/*left: 113.5%;*/
	opacity: .5;
}
#box11, #box11A{
	/*left: 121%;*/
	opacity: .5;
}
#box12, #box12A{
	/*left: 128.5%;*/
	opacity: .5;
}
#box13, #box13A{
	/*left: 136%;*/
	opacity: .5;
}
#box14, #box14A{
	/*left: 143.5%;*/
	opacity: .5;
}
#box15, #box15A{
	/*left: 151%;*/
	opacity: .5;
}
#box16, #box16A{
	/*left: 158.5%;*/
	opacity: .5;
}
#box17, #box17A{
	/*left: 166%;*/
	opacity: .5;
}
#box18, #box18A{
	/*left: 173.5%;*/
	opacity: .5;
}
#box19, #box19A{
	/*left: 181%;*/
	opacity: .5;
}
#box20, #box20A{
	/*left: 188.5%;*/
	opacity: .5;
}

#image1, #image1A{
	z-index: 100;
}
#image2, #image2A{
	z-index: 50;
}
#image3, #image3A{
	z-index: 50;
}
#image4, #image4A{
	z-index: 50;
}
#image5, #image5A{
	z-index: 50;
}
#image6, #image6A{
	z-index: 50;
}
#image7, #image7A{
	z-index: 50;
}
#image8, #image8A{
	z-index: 50;
}
#image9, #image9A{
	z-index: 50;
}
#image10, #image10A{
	z-index: 50;
}
#image11, #image11A{
	z-index: 50;
}
#image12, #image12A{
	z-index: 50;
}
#image13, #image13A{
	z-index: 50;
}
#image14, #image14A{
	z-index: 50;
}
#image15, #image15A{
	z-index: 50;
}
#image16, #image16A{
	z-index: 50;
}
#image17, #image17A{
	z-index: 50;
}
#image18, #image18A{
	z-index: 50;
}
#image19, #image19A{
	z-index: 50;
}
#image20, #image20A{
	z-index: 50;
}