/* 
    Document   : basiccss
    Created on : Mar 19, 2013, 1:15:03 AM
    Author     : aaron
    Description:
        general css stying for the entire website.
*/

*{-moz-box-sizing: border-box;
      box-sizing: border-box;
}

body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


h1{
   color: #ff9933;
   font-family: arial;
   font-size: 60px;
                
}

#h1{
    padding: 3px;
    margin: 25px;
    
}
h2{
   color: #0033ff;
   font-family: arial;
}

/* ---------------------------------------------------------- Index Specific */


#indexbody{
    margin-left: 20px;
    margin-top: 5px;


}

body{
    background-image: url('/images/moose.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#indexlinks{
    position: fixed;
    margin-left:45%
}

.indexfooter{
    position: fixed;
    bottom: 3px;
    padding-bottom: 20px;
    left: 3px;
    
}

#indexsocial{
    
    position: fixed;
    bottom: 3px;
    right: 5px;
    float: right;
}

#indexsocial .social{
    
 float: right;
 bottom: 5px;
 padding: 10px;
 margin-top: 20px;
    
    
}

#indexlinks a{
    font-size: 20px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

  #indexlinks a:link{
    
   }
  #indexlinks a:visited{
       
   }
  #indexlinks a:focus{
       
   }
  #indexlinks a:hover{
       color: red;
   }
  #indexlinks a:active{
       color: black;
       font-style: italic;
   }

.life{
    position: fixed;
    top: 200px;
    left: 52%;
    

}


.interests{
    position: fixed;
    top: 200px;
    left: 40%;
    
}
.education{
    position: fixed;
    top: 230px;
    left: 60%;
}
.views{
    position: fixed;
    top: 230px;
    left: 30%;
}



/* ------------------------------------------------------------------- Links */
a{
     color: #333333;
     font-family: arial;
     font-size: 14px;
}


   a:link{
    
   }
   a:visited{
       
   }
   a:focus{
       
   }
   a:hover{
       color: red;
   }
   a:active{
       color: black;
       font-style: italic;
   }


/* ------------------------------------------------------------------ Content */

#content {

}

.info {
    
        width: 700px;
        padding: 20px 40px;
	border: 2px solid;
        border-color: black;
	border-radius: 8px;
        background: #e2e1e1;
        margin-bottom: 100px;
        float: left;

}


/*------------------------------------------------------------------- mainnav*/


#mainnav ul {
   position: static;
   right: auto;
   left: auto;
   top: 131px;
   width: 65%;
}
#mainnav li {
   display: inline;
   list-style-type: none;
   
}
#mainnav a {
   color: black;
   font-size: 22px;
   text-decoration: none;
   font-family: "source-sans-pro",sans-serif;
   font-style: normal;
   font-weight: 700;
}
#mainnav a:not(last-child) {
   margin-right: 10%;
}
            
/*-------------------------------------------------------------------sidenav*/

#sidenav {
   float: left;
   width: 200px;
   height: 375px;

}
#sidenav ul {
   list-style-type: none;
}
#sidenav li {
   padding: 4% 0;
   text-align: left;

}
#sidenav a {
   color: #003399;
   font-size: 15px;
   text-decoration: none;
   font-family: "source-sans-pro",sans-serif;
   font-style: normal;
   font-weight: 300;
}

#home{
    font-weight: bold;
}

   #sidenav a:link{
    
   }
   #sidenav a:visited{

   }
   #sidenav a:focus{
              color: green;
       font-style: italic;
   }
   #sidenav a:hover{
       color: red;
   }
   #sidenav a:active{
       color: black;
       font-style: italic;
   }

.subtab {

    left: 50px;
}

/*----------------------------------------------------------------------endnav*/


#endnav{

    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    float: right;

}

/*----------------------------------------------------------------------Footer*/

footer {
 width: 400px;
 float: left;
 padding-left: 50px;
 padding-bottom: 20px;
 padding-right: 5px;
 margin: 10px;
 margin-top: 20px;
 clear: both;
 position: fixed;
 color: #999999;
 bottom: 0px;

}



#social{
    position: fixed;
    float: right;
    width: 250px;
    bottom: 0px;
    right: 100%;

}

#social .social{
 
 float: right;
 bottom: 5px;
 padding: 10px;
 margin-top: 20px;

}

#endnav{
    width: 340px;
    clear: right;
    margin-left: auto;
    margin-right: auto;
    float: right;

}

#endinfo {
    color: #999999;
    bottom: 10px;
    clear: both;
}


