/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-Feb-2014, 15:49:41
    Author     : Macbook
*/

@font-face
{
font-family: andaleMono;
src: url('andale mono.tff');
}

body { 
    font-family: 'andaleMono', monospace;
    margin: 0px;
    padding: 0px;
}
p { 

    /*font-family: 'andaleMono', monospace;*/
    font-size: 16px;
    font-weight: 100; 
    letter-spacing: -2px; 
    margin-bottom: 20px;
    padding: 0px;
    
}
img {
    height: 200px;
    margin: 20px 10px 0px 0px;
    padding: 0px;
    width: 200px;
}
a:link {
    color: #000000;
    text-decoration: none;

}      
a:visited {
    color: #000000;
    text-decoration: none;
}       
a:hover {
    color: #000000;
    text-decoration: none;
    
}       
a:active {
    color: #000000;
    text-decoration: none;
}  
nav a:link{ background: none; } 
nav a:visited{  background: none;  } 
nav a:hover{
    background: #FF7094;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
} 
nav a:active{  background: none; }

h1 a:hover{
    background: #00B8F5;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s; 
}

div.smallLogoDiv:hover {
    background: #00F5B8;
    color: #000000;
    text-decoration: none;
    -o-transition:1.0s;
    -ms-transition:1.0s;
    -moz-transition:1.0s;
    -webkit-transition:1.0s;
    transition:1.0s;
}

#largeLogoDiv:hover {
    background: #00F5B8;
    color: #000000;
    text-decoration: none;
    -o-transition:1.0s;
    -ms-transition:1.0s;
    -moz-transition:1.0s;
    -webkit-transition:1.0s;
    transition:1.0s;
}
header { 
    /*background-color: fuchsia;*/
    
}
nav {
    /*background-color: blanchedalmond;*/
    color: #000000; 
    /*float: left;*/
    /*font-family: 'Andale Mono', AndaleMono, monospace;*/
    font-size: 14px;
    font-weight: 200; 
    /*letter-spacing: 12px;*/ 
    margin: 0px auto 20px auto;
    text-align: center;
    width: 800px;

}
div.navSmall {
    /*background-color: blanchedalmond;*/
    float: left;
    margin: 32px 0px 0px 0px;
    width: 800px;


}

div.blank{
	clear: both;
}

#largeLogoDiv {
    margin: 0px auto 0px auto;
    width: 292px; 

    
}
div.smallLogoDiv {
    /*background-color: aquamarine;*/
    float: left;
    margin-bottom: 50px;
    width: 70px;   
}
#mainContainer {
    /*background-color: aquamarine;*/
    margin: 0px auto 0px auto; 
    width: 960px; 
}

footer {
        /*background-color: green;*/
        /*color: #FFFFFF;*/
        font-family: 'helvetica neue';
        font-size: 12px;
        font-weight: 200; 
        letter-spacing: 50px; 
        margin: 20px auto 0px auto;
        text-align: center;
        width: 100%;

}
    

h1 {
    /*font-family: 'Andale Mono', AndaleMono, monospace;*/
    font-size: 25px;
    font-weight: 900; 
    letter-spacing: 10px; 
    margin: 0px 0px 20px 0px;
    padding: 0px;

    
}

h2 {
    /*font-family: 'Andale Mono', AndaleMono, monospace;*/
    font-size: 20px;
    font-weight: 900; 
    letter-spacing: 5px; 
    margin: 0px 0px 15px 0px;
    padding: 0px;

    
}

span.logo {   
    /*font-family: 'Andale Mono', AndaleMono, monospace;*/
    font-size: 100px;
    font-weight: 900; 
    letter-spacing: 50px; 
    margin: 0px;
    padding: 0px;
}

span.logoSmall {   
    float: left;
    /*font-family: 'Andale Mono', AndaleMono, monospace;*/
    font-size: 25px;
    font-weight: 900; 
    letter-spacing: 10px; 
    margin: 0px;
    padding: 0px;
}

iframe.scPlayer {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    height: 300px;
    width: 960px;
    border: 0px;
    
        
}

#homePageImgs {
    margin: 0px auto 0px auto;
    width: 860px; 

    
}

img.homePageImgs {
    opacity: 1;
    height: 200px;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 200px;
    
}

img.homePageImgs:hover{
    opacity: 0.4;
    -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
    transition:.25s; 
}

div.albumArt {
    width: 200px;
    height: 200px;
    float: left;
    margin: 2px 2px 2px 2px;

    
}
div.albumArt:hover{
    opacity: 1;
    -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
    transition:.25s; 
}

h1.albumArt {
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 10px;
    font-weight: 100;
    opacity: 0;
    overflow-wrap: break-word;
}
h1.albumArt:hover {
    opacity: 0.9;
    -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
    transition:.25s;
}