@charset "UTF-8";
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-color: #CCC;
	background-image: url(../images/general/background7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
header {
	margin-bottom: 3%;
}
footer {
	bottom: 0;
    opacity: 0.8;
    position: fixed;
    right: 10%;
}
#outerbox {
	width: 90%;
	position: relative;
	margin-top: 20;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 6%;
	padding: 0px;
}
#outerbox #myname {
	height: 50px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/general/taro_hattori3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	padding: 0px;
	position: relative;
}
#general_links {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
	max-width: 1288px;
	top: 0px;
	float: left;
	text-align: left;
	color: #F2F2F2;
	display: block;

}
#general_links li {
	float: left;
	list-style: none;
}
#general_links ul {
	margin: 0;
	padding: 0;
}
#general_links a:link, #general_links,#otherLinks a, #otherLinks a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #F2F2F2;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
#general_links a:visited, #otherLinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #F2F2F2;
	text-decoration: none;
}
#general_links a:hover, #otherLinks a:hover {
	color: #FF99CC;
	text-decoration: none;
}
#general_links ul li a.selected, #otherLinks ul li a.selected {
	color: #FF99CC;
	text-decoration: none;
}
#outerbox #leftmenu {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.leftmenutext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	padding: 50px 30px 30px;
	text-align: right;
}
.leftmenutext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.leftmenutext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.leftmenutext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF99CC;
	text-decoration: none;
}
#copyright {
	padding: 0px;
	height: 10px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
}
.leftmenutext   .selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF99CC;
	text-decoration: none;
}
#outerbox #mainbox {
	margin: 0px;
	padding: 40px 0px 0px;
	width: 590px;
	position: relative;
	float: right;
}
#outerbox #mainbox #picturebox {
	margin: 0px 0px 0px 30px;
	padding: 2px;
	width: 450px;
}
#outerbox #thumbbox, #outerbox #projects {
	width: 90%;
	max-width: 1288px;
	text-align: center;
	padding: 10px 20px;
	height: auto;
	background-color: rgba(130, 130, 130, 0.65);
	background: rgba(130, 130, 130, 0.65);
	z-index: 1000;
/*	position: absolute; */
	left: 0;
	top: 80px;
	margin-top: 2%;
}
#thumbbox .smallboxes, #projects .smallboxes{
	float: left;
	width: 16.66%;
}
#thumbbox .thumbcells, #projects .thumbcells{
	padding: 12px 6px 6px;
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	position: relative;
	text-align: center;
}
#thumbbox .imagepad, #projects .imagepad {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	cursor: hand;
}
#thumbbox .titlecells, #projects .titlecells{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #F2F2F2;
	text-align: center;
	height: 12px;
}
#thumbbox .titlecells2, #projects .titlecells2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #F2F2F2;
	text-align: center;
	height: 12px;
/**	position: static;
	margin-left: -20px;
	width: 150px; **/
}

#outerbox #cv {
	background-color: rgba(100, 100, 100, 0.8);
	background: rgba(100, 100, 100, 0.8);
	position: absolute;
	height: auto;
	max-width: 800px;
	width: 80%;
	left: 6%;
	top: 80px;
/*	visibility: hidden;*/
	z-index: -100;
	display: block;
	padding: 10px;
	overflow:scroll;
	height: 84vh;
	margin-top: 2%;
}
.cvbox  {
	text-align: left;
	margin: 0px;
	float: left;
	height: auto;
	width: 100%;
	border: 1px solid #FF99CC;
	position: relative;
	padding: 0px;
}
.cvbox .cvtext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F2F2;
}
.cvbox a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F2F2F2;
	text-decoration: none;
}
.cvbox a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F2F2F2;
	text-decoration: none;
}
.cvbox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF99CC;
	text-decoration: none;
}
.cvbox .cvtext h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F2F2F2;
	font-weight: bold;
	text-decoration: none;
}
.cvbox .cvtext em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F2F2;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#outerbox #statement {
	background-color: rgba(100, 100, 100, 0.8);
	background: rgba(100, 100, 100, 0.8);
	position: absolute;
	height: auto;
	max-width: 800px;
	width: 80%;
	left: 6%;
	top: 80px;
/*	visibility: hidden;*/
	z-index: -100;
	display: block;
	padding: 10px;
	margin-top: 2%;
}
#artiststatement {
	height: auto;
	width: 70%;
	padding: 15px;
	margin-left: 8%;
	margin-right: auto;
}
#newsbox {
	height: auto;
	width: 500px;
	padding: 15px;
	margin-left: 50px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	}
.cvbox .cvtext {
	margin-top: 20px;
	margin-left: 8%;
}
.cvbox .cvtext h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#biblio p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
#biblio p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
#newsbox h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.overlay{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF99cc;
	display: none;
	width: 90%;
margin: 0 auto;
}
a {
   outline: 0;
}
.clear {
	clear: both;
}
#outerbox #contact {
	background-color: rgba(100, 100, 100, 0.8);
	background: rgba(100, 100, 100, 0.8);
	position: absolute;
	height: auto;
	max-width: 800px;
	width: 80%;
	left: 6%;
	top: 80px;
/*	visibility: hidden;*/
	z-index: -100;
	padding: 10px;
	margin-top: 2%;
}
#artiststatement #contactLeftBox {
	float: left;
	height: auto;
	width: 50%;
	margin: 0px;
	padding: 0px;
	color: #f2f2f2;
}
#artiststatement #contactRightBox {
	float: left;
	height: auto;
	width: 218px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #f2f2f2;
}
form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F2F2;
}
#otherLinks {
	height: 20px;
	width: 400px;
	position: absolute;
	left: 53px;
	top: 49px;
}
.pointer {
	cursor: pointer;
}
#news h2, #extraContents h2{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#news small, #extraContents small {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
}
#outerbox .newInsideBox {
	text-align: left;
	margin: 10px;
	float: left;
	height: auto;
	width: 790px;
	border: 1px solid #FF99CC;
	position: relative;
	padding: 0px 10px 10px 40px;
	left: 15px;
}

/* Responsive Height for NEWS section */
#outerbox #news, #outerbox #extraContents {
	background-color: rgba(100, 100, 100, 0.9);
	background: rgba(100, 100, 100, 0.9);
	position: absolute;
	width: 80%;
	max-width: 1000px;
	left: 6%;
	top: 80px;
/*	visibility: hidden;*/
	z-index: -100;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	box-shadow: 5px 5px 6px rgba(80, 80, 80, 0.6);
	padding: 10px;
	height:84vh;
	margin-top:2%;
}
#news img, #extraContents img, #news iframe, #extraContents iframe {
	max-width: 90% !important;
	height: auto !important;
}
#news iframe {
	max-height: 500px !important;
	height: 60vh !important;
}

.newstext {
	min-height:600px;
	padding-top: 20px;
    padding-left: 8%;
    padding-right: 3%;
	border: 1px solid #FF99CC;
}
/* Responsive Height ENDs */


.newstext h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.newstext h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F2F2F2;
	font-weight: bold;
	text-decoration: none;
}
.newstext em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F2F2;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.newstext p, .newstext ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F2F2;
}
.newsbox a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F2F2F2;
	text-decoration: none;
}
.newsbox a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F2F2F2;
	text-decoration: none;
}
.newsbox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF99CC;
	text-decoration: none;
}
.newstext hr {
	width: 98%;
	height: 1px;
	color: #FF99CC;
	background-color: #FF99CC;
	border-color: #FF99CC;
	text-align: left;
	margin-left: 0px;
}

.antispam { display:none;}
.smallboxes .thumbcells img {
	width: 105px;
	border-radius: 4px;
	height: 105px;
}

/*drop down menu*/

.dropbtn {
    background-color: rgba(100, 100, 100, 0.8);
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
	display: none;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 0.9em;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #968888;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
    margin-top: -40px;
    z-index: 9000;
    cursor: pointer;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 0.9em;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(180,180,180,0.7);
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
	color:gray;
	text-align: right;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	color: #383838;
}

.dropdown a:hover {background-color: #968888; color: white;}

.show {display:block;}
.project_description_text3 {
	margin-left: 8%;
	margin-right: 8%;
	text-align: left;
}
#video-link-box .btn, #video-link-box .btn-default{
	background-image: none;
	background-color: transparent;
	border: none;
}
.project_description_text .btn, .project_description_text .btn-default{
	background-image: none;
	background-color: transparent;
	border: none;
}
/* dropdown menu ends */

audio {width: 80%; border-radius: 10px}
	
@media screen and (min-width:1400px) and (max-width:1500px){
#thumbbox .smallboxes, #projects .smallboxes{
	float: left;
	width: 20%;
}
}
@media screen and (min-width:1100px) and (max-width:1399px){
#thumbbox .smallboxes, #projects .smallboxes{
	float: left;
	width: 25%;
}
}
@media screen and (min-width:600px) and (max-width:1099px){
#thumbbox .smallboxes, #projects .smallboxes{
	float: left;
	width: 33.33%;
}
}
@media screen and (max-width:599px){
#thumbbox .smallboxes, #projects .smallboxes{
	float: left;
	width: 50%;
}
}

@media screen and (max-width:760px){
.overlay {
	display: block;
}

#outerbox #statement{
width: 90%;
left: 2%;
}
#artiststatement{
width: 90%;
padding: 2px;
margin-left: 0;
}
#outerbox #cv{
width: 90%;
left: 2%;
overflow-x: hidden;
overflow-y: scroll;
}
.cvbox .cvtext {
    margin-top: 20px;
    margin-left: 3%;
}
#artiststatement #contactLeftBox {
    width: 100%;
}
#artiststatement #contactRightBox {
    float: left;
    height: auto;
    width: 100%;
}
}
@media screen and (max-width:600px){
html {
	background-image: none;
	background-color: gray;
}
#outerbox #thumbbox, #outerbox #projects {
    left: 0;
padding: 5px;
}
.dropbtn {
	display: block !important;
}
#general_links {
	display: none;
}

}
@media screen and (max-width:420px){
.smldvc-hide{
	display: none;
}
}
