@charset "UTF-8";
/* CSS Document */

/****************************************
		General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;		
}	
html{
overflow:0;
}

BODY {
	overflow-y: scroll;
	font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	color: #221F20;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.clear {
 	clear: both;
}
a{
	color: #FF0099;
}
a:HOVER {
	color: #979484;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.Space5px {
     height:5px;
}
.Space10px {
     height:10px;
}
.Space15px {
     height:15px;
}
.Space20px {
     height:20px;
}
.Space25px {
     height:25px;
}
.Space30px {
     height:30px;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}

.ColorGray {
	color: #979484;
}

/****************************************
		Base layout
*****************************************/
#Outer {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#LeftBox {
	height: 100%;
	width: 760px;
	float: left;
}
#RightBox {
	height: 100%;
	width: 200px;
	float: right;
}
#RightBoxGallery {
	height: 100%;
	width: 200px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#LogoBox {
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	width: 100px;
}


/****************************************
		Splash
*****************************************/
#SplashLeftBox {
	position: relative;
	font-size: 45px;
	line-height: 45px;
	text-align: right;
	margin-right: 40px;
	height: 100%;
	top: 50%;
	margin-top: -7%;
}

/****************************************
		Home
*****************************************/
#HomeLeftBox {
	text-align: right;
	margin-right: 40px;
	height: 100%;
}
#HomeLeftBox p {
	margin-top: 86px;
	font-size: 36px;
	color: #969483;
}
#HomeInfoBox {
	height: 100%;
	position: relative;
	top: 50%;
	margin-top: -33%;
}
#HomeInfoBox h1 {
	font-size: 110px;
}
#HomeInfoBox h2 {
	font-size: 18px;
	margin-bottom: 25px;
}
#HomeInfoBox h3 {
	font-size: 12px;
	color: #969483;
	margin-bottom: 25px;
}
#HomeInfoBox a {
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}


/****************************************
		Gallery Area
*****************************************/

#NaviBox {
	width: 180px;
	float: right;
	text-align: right;
	font-size: 16px;
	margin-right: 20px;
	font-weight: bold;
	position: relative;
	top: 50%;
	height: 100%;
	margin-top: -121%;
}
#NaviLinkBox {
	margin-top: 50px;
}
#NaviLinkBox a {
	font-size: 12px;
	text-decoration: none;
	display: list-item;
	font-weight: normal;
	line-height: 15px;
}
.NaviActive {
	color: #221F20;
}
.NaviActive:HOVER {
	color: #969483;
}
.NaviInactive:HOVER {
	color: #221F20;
}
.NaviInactive {
	color: #969483;
}
#GalleryBox {
	margin-top: 20px;
	margin-left: 20px;
	height: 100%;
}
#InfoBar {
	width: 160px;
	float: left;
	height: 100%;
}
#InfoTopBox h1{
	margin-bottom: 3px;
}
#InfoTopBox h3 {
	margin-bottom: 15px;
}
#InfoTopBox a {
	margin-bottom: 15px;
	font-size: 10px;
	color: #969483;
}
#InfoTopBox a:HOVER {
	margin-bottom: 15px;
	font-size: 10px;
	color: #221F20;
}
#InfoBottomBox {
	bottom: 65px;
	left: auto;
	position: fixed;
	right: auto;
	width: 160px;
}
#InfoBottomBox h2 {
	margin-bottom: 3px;
}
#InfoBottomBox a {
	color: #231F20;
	text-decoration: none;

}
#InfoBottomBox a:hover {
	color: #979483;
	text-decoration: none;

}
#InfoBottomBox p {
	font-size: 10px;
	color: #969483;
}
#GalleryIMGBox {
	float: right;

	width: 580px;
	height: 680px;
}
#SlideNaviBox {
	margin-bottom: 5px;
}
.SlideActive {
	display: inline-block;
	height: 12px;
	width: 12px;
	background-color: #F39;
	margin-right: 5px;
}
.SlideInactive {
	display: inline-block;
	height: 12px;
	width: 12px;
	border: 1px solid #969483;
	margin-right: 5px;
}
.SlideInactive:HOVER {
	display: inline-block;
	height: 12px;
	width: 12px;
	border: 1px solid #FF3399;
	margin-right: 5px;
	    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#Bottombar {
	position: fixed;
	bottom: 0px;
	font-size: 10px;
	color: #B5B5B5;
	margin-bottom: 10px;
}
/****************************************
		artist archive
*****************************************/
#ArtistHome {
	font-size: 32px;
	position: relative;
	line-height: 45px;
	margin-right: 10px;
	height: 100%;
	top: 50%;
	margin-top: -12%;
}
#ArtistHome a{
	margin-right: 20px;
	display: inline-block;
	color: #231F20;
	padding: 0px;
}
#ArtistHome a:HOVER{
	color: #979484;
}
#ContactInfo {
	font-size: 14px;
	color: #979484;
	margin-top: 25px;
}
#ModalBox {
	border: 1px solid black;
	margin: auto;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	width: 300px;
	background-color: #FFF;
	color: #231E20;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#ModalBox h1{
	margin-bottom: 5px;
}
#ModalBox h2{
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F39;
	padding-bottom: 15px;
	padding-left: 2px;
}
#ModalCloseButton {
	display: block;
	margin-top: 25px;
	float: right;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #979484;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#ModalCloseButton:HOVER {
	background-color: #F39;
}
#SideSMBox {
	margin-top: 15px;
	text-align: right;
}
a.SideFacebook{
	background-image: url(img/Facebook_JG_facebook.png);
	background-repeat: repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-size: 100%;
}
a.SideFacebook:HOVER{
	background-image: url(img/Facebook.png);
	background-repeat: repeat;
	    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a.SideInstagram{
	background-image: url(img/Instagram_JG_Gray.png);
	background-repeat: repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-size: 100%;
}
a.SideInstagram:HOVER{
	background-image: url(img/Instagram.png);
	background-repeat: repeat;
	    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}