/* =============================================================================
   BRIAN H. KIM /// Design by Friend of a Friend /// www.friendofafriend.la
   ========================================================================== */

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: helvetica ,sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4;overflow-x:hidden; overflow-y:scroll;background:#e9e2d9; }

::-moz-selection { background: #FFF !; color: #999; text-shadow: none; }
::selection { background: #FFF; color: #999; text-shadow: none;  }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Basic Styles
   ========================================================================== */


h1 {
	font-size:36px;
	text-rendering:  optimizeLegibility;
     -webkit-font-smoothing: antialiased;
	padding:0;
	margin:0 0 0 -3px;
	font-weight:600;
}

h2 {
	font-size:13px;
	text-rendering:  optimizeLegibility;
     -webkit-font-smoothing: antialiased;
	padding:0;
	margin:0;
	font-weight:500;
}

h3 {
	font-size:15px;
	width:490px;
	text-rendering:  optimizeLegibility;
     -webkit-font-smoothing: antialiased;
	padding:0;
	margin:10px 0 0 0;
	font-weight:300;
}

header {
	margin:10px 0 0 30px;
    z-index:9999;
    position:absolute;
    width:100%;
}

#bg {
    width:100%;
    height:auto;
    position:absolute;
    z-index:0;
    top:90px;
}

#bg img {
    width:100%;
    height:auto;
}

#toggle {
    width:70px;
    float:left;
    margin:-13px 9px 0 12px;
    
}

#toggle img {
    width:100%;
    height:auto;
}

#toggle:hover {
    opacity:0.5;
    cursor:pointer;
}

#textWrap {
    width:65%;
    margin:5px 0 0 0;

}

#title {
    float:left;   
}

#title a{
    text-decoration: none;
    color:#222;
}

#title a:hover{
    text-decoration: none;
    color:#555;
}

#subtitle {
      
      margin:0;
      padding-top:6px;
   }



#nav {
	position:absolute;
	top:0;
	right:0;
	z-index:-9999;
	display:none;
}

#social {
	width:30%;
	height:auto;
	position:absolute;
	right:0.1%;
	top:18px;
	opacity:1;	
    z-index:9999;
}

#social img {
    width:100%;
    height:auto;
}


.SocialButtons {
    float:left;
    width:13%;
    height:auto;
    margin-left: -.1em;
}

.SocialButtons2 {
    float:left;
    width:35%;
    height:auto;
    margin-left: .2em;
}

.SocialButtons:hover {opacity:.7;}

.SocialButtons2:hover {opacity:.7;}

#project {
    width: 352px;
    height: auto;
    top: 200px;
    position: absolute;
    left: 30px;
    z-index:9999;
}

#projectHeader {
    color:#FFF;
    font-size:13px;
	-webkit-text-rendering:  optimizeLegibility;
    text-rendering:  optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	font-weight:500;
    border-bottom: 1px solid #FFF;
    width:352px;
    height:23px;
    
}

#projectHeader a {
    color:#fff;
    text-decoration: none;
    
}

#projectHeader a:hover {
    cursor: pointer;
    color:#222;
    text-decoration: none;
    
}

#projectHeader p{
    float:left;
    margin:0;
    padding:0;
    width:240px;
    
}

#projectHeader p2{
    float:left;
    margin:0;
    padding:0;
    width:102px;
    
}

#projectTitle {
    color:#FFF;
    font-size:24px;
	text-rendering:  optimizeLegibility;
     -webkit-font-smoothing: antialiased;
	font-weight:500;
    margin: 18px 0 0 0;
}

#projectInfo {
    color:#FFF;
    font-size:15px;
	text-rendering:  optimizeLegibility;
     -webkit-font-smoothing: antialiased;
	font-weight:400;
    margin: 18px 0 0 0;
    line-height:20px;
}


/* =============================================================================
   Drop Down Menu
   ========================================================================== */

.containerMenu {
    overflow:hidden;
    position:relative;
    width:100%;
    height:200px;
    z-index:100;
    /* the container's height will determine the height of its slider  */
    /*height:350px; */
}


.slider {
	/* complete liquid height based on the parent's height!! */
    height:180px;
    background:#FFF;
    width:100%;

    /* only transition on transform properties which are hardware accelerated = way better performances */
	-webkit-transition:-webkit-transform .6s ease;
       -moz-transition:   -moz-transform .6s ease;
        -ms-transition:    -ms-transform .6s ease;
            transition:        transform .6s ease;
}

.slider.opened { 
    /* visible */
    -webkit-transform: translate(0, -93%);
       -moz-transform: translate(0, -93%);
        -ms-transform: translate(0, -93%);
            transform: translate(0, -93%);
}
.slider.closed { 
    /* completely offscreen */
    -webkit-transform: translate(0, 0%);
       -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
}


#menuWrap {
    padding:95px 0 0 30px;   
}

#projectsmenu {
    width:70%;
    font-size:12px;
	text-rendering:  optimizeLegibility;
     -webkit-font-smoothing: antialiased;
	font-weight:600;
    border-bottom: 1px solid #000;
    margin:0 0 10px 0;
}

#menuWrap a {
    color:#000;
    text-decoration: none;
}

#menuWrap a:hover {
    color:#CCC;
    text-decoration: none;
}

#projectslistA {
    font-size:12px;
	text-rendering:  optimizeLegibility;
     -webkit-font-smoothing: antialiased;
	font-weight:600;
    width:200px;
    float:left;
}

#projectslistB {
    font-size:12px;
	text-rendering:  optimizeLegibility;
     -webkit-font-smoothing: antialiased;
	font-weight:600;
    float:left;
    width:200px;
}

#projectslistC {
    font-size:12px;
	text-rendering:  optimizeLegibility;
     -webkit-font-smoothing: antialiased;
	font-weight:600;
    float:left;
    width:200px;
}

#projectslistD {
    font-size:12px;
	text-rendering:  optimizeLegibility;
     -webkit-font-smoothing: antialiased;
	font-weight:600;
    float:left;
    width:200px;
}

/* =============================================================================
   Track Art
   ========================================================================== */

#circle01 {
    opacity:.9;
	position:absolute;
	top:54%;
	right:500px;	
	z-index:30;
}

#circle01STARS {
    opacity:.9;
	position:absolute;
	top:30%;
	right:600px;	
	z-index:20;
}

#circle01shorts {
    opacity:.9;
	position:absolute;
	top:32%;
	right:500px;	
	z-index:20;
}

#bgCircle {
    opacity:.9;
	position:absolute;
	top:30%;
	right:151px;	
	z-index:0;
}

#circle02 {
    opacity:.9;
	position:absolute;
	top:7%;
	right:45%;	
	z-index:0;
}

#circle03 {
    opacity:.9;
	position:absolute;
	top:30%;
	right:30%;	
	z-index:0;
}

#HMNIDcircle {
    opacity:.9;
	position:absolute;
	top:40%;
	right:45%;	
	z-index:0;
}

#abstractOne {
    opacity:.9;
    position:absolute;
	top:85%;
	right:75%;	
	z-index:0;
}

#abstractTwo {
    opacity:.9;
    position:absolute;
	top:800px;
	left:1%;	
	z-index:9999;
    width:80%;
}

#abstractThree {
    position: absolute;
    left:390px;
    bottom:40px;
}

#rotateRing {}



#ring01,#ring02, #ring03 img {
	margin:0;
	padding:0;	
}

#dot01 {
    position: relative;
    opacity:0.9;
    float:left;
    margin-left:-3%;
    
}

#dot02 {
    position: relative;
    opacity:0.9;
    float:left;
    margin-left:-3%;
    
}

#dot03 {
    position: relative;
    opacity:0.9;
    float:left;
    margin-left:-3%;
    
}

#dot04 {
    position: absolute;
    opacity:0.9;
   
}

.HIMYMnumber {
    position: absolute;
    right:27%;
    top:35%;
}

.MMIALnumber {
    position: absolute;
    right:57%;
    top:700px;
}

.HMNIDnumber {
    position: absolute;
    left:50%;
    top:200px;
}


.GBFnumber {
    position: absolute;
    right:25%;
    top:100px;
}

.STARSnumber {
    position: absolute;
    right:47%;
    top:115px;
}

.SHORTSnumber {
    position: absolute;
    right:40%;
    top:143px;
}

.GROUNDEDnumber {
    position: absolute;
    right:63%;
    top:94px;
}

#numberDetail {
    position: absolute;
    right:22.4%;
    top:79px;
}

#numberDetailSTARS {
    position: absolute;
    right:44.5%;
    top:89px;
}

#numberUnderline {
    position:absolute;
    right:0;
    top:43%;
    width:32%;
    height:5px;
    border-bottom: solid 2px #FFF;
        
}

#guitarAbstract {
    position:absolute;
    right:-15%;
    top:620px;
}

#lines01 {
    position: absolute;
    top:85px;
    left:455px;
}

#lines02 {
    position: absolute;
    bottom:220px;
    left:580px; 
}

#lines03 {
    position: absolute;
    bottom:-10%;
    left:250px;
}

#threeCircles {
    position: absolute;
    right:53.6%;
    top:141px;
}

#knob01 {
    position: absolute;
    right:54.6%;
    bottom:10%;  
}

#knob02 {
    position: absolute;
    right:54.6%;
    top:120px;    
}

#knob03 {
    position: absolute;
    right:48.6%;
    bottom:300px;  
}

#knob06 {
    position: absolute;
    right:48.6%;
    bottom:400px;  
}

#knob07 {
    position: absolute;
    right:42.6%;
    bottom:20px;   
}

#knob04 {
    position: absolute;
    right:14.6%;
    bottom:80px;    
}

#slide01{
    position: absolute;
    right:54.6%;
    bottom:150px;  
}
#slide02{
    position: absolute;
    right:58.6%;
    bottom:153px;  
}

#ring04 {
    margin:0;
    padding:0;
    position: absolute;
    right:-13%;
    top:360px;    
}

#circuit{
    position: absolute;
    right:-90px;
    top:180px;  
}

#port{
    position: absolute;
    right:70%;
    top:90px;  
}

#arrow01{
    position: absolute;
    right:50%;
    bottom:5%;  
}

#arrow02{
    position: absolute;
    right:0;
    bottom:40%;  
}

#arrow03{
    position: absolute;
    right:55%;
    bottom:30%;  
}

#meter01{
    position: absolute;
    right:26.8%;
    bottom:5.5%;  
}

#lines04{
    position: absolute;
    right:43%;
    bottom:5%;  
}

#circular01{
    opacity:.9;
    position:absolute;
	top:170px;
	right:28%;	
	z-index:9999;
}

#circular02{
    opacity:.9;
    position:absolute;
	top:240px;
	right:28%;	
	z-index:9999;
}

#circular03{
    opacity:.9;
    position:absolute;
	top:280px;
	right:23%;	
	z-index:9999;
}

#circular04{
    opacity:.9;
    position:absolute;
	bottom:4%;
	right:14%;	
	z-index:9999;
}

#circular05{
    opacity:.9;
    position:absolute;
	top:170px;
	right:-40px;	
	z-index:9999;
}

#circular06{
    opacity:.9;
    position:absolute;
	bottom:8%;
	left:34%;	
	z-index:9999;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*--------- F O A F --- C R E D I T ---------*/


#FOAFcredit {
    display:block;
	width:180px;
	height:40px;
	position:fixed;
	z-index:9999;
	bottom:0;
	right:0;	
	margin:0;
	padding:0;
	
}

#FOAFcredit #bubble {
	position:fixed;
	z-index:9990;
}

#FOAFcredit #text {
	position:fixed;
	z-index:9999;
	opacity:0.0;
	transition:opacity .5s linear; 
    -o-transition:opacity .5s linear;
    -moz-transition:opacity .5s linear;
    -webkit-transition:opacity .5s linear;
}

#FOAFcredit #text:hover {
	opacity:1.0;
}