
* { 
    margin: 0; 
    padding: 0; 
}
body { font: 16px Helvetica, Sans-Serif; line-height: 24px; background: url(images/noise.jpg); }
.clear { clear: both; }
#page-wrap { width: 70%; margin: 40px auto 60px; background: #DCDCDC; padding: 30px; border: 2px solid;}
#pic { float: right; margin: -30px 0 0 0; display: inline;}
h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
h2 { font-size: 16px; margin: 0 0 6px 0; position: relative; padding: 10px; }
.detailingList{ text-align: left; margin-left: 20px; list-style-type:none;}
h2 span { text-align: right; float: right; position: relative; bottom: 0; right: 0; font-style: normal; font-size: 16px; font-weight: bold;}
h1.navbarTitle { border-bottom: 0px; font-size: 35px;}
p { font: 14px; margin: 0 0 16px 0; }
a { color: #00008B; text-decoration: none;}
a:hover { color: black; }
ul { margin: 0 0 32px 17px; }
#personalStatement { width: 100%; float: left; }
#personalStatement p { font-family: Georgia, Serif; font-style: italic; color: #666; }
dt {  font-weight: bold; font-size: 20px; text-align: left; width: 0px;  }
.card { padding: 20px; width: 100%;}
dd { width: 600px; float: left; }
dd.clear { float: none; margin: 0; height: 15px; }
#gameControls {
    float:right;
    border:1px black;
    background: #555;
    padding: 5px;
    color: white;
}

#medium-btn {
    width: 100%;
    height: 30px;
}

#small-btn {
    width:30%;
    display: inline;
}

#audioControls {
    display: inline;
}

.navbar-fixed-left {
  width: 140px;
  position: fixed;
  border-radius: 0;
  height: 100%;
 left: 0em;
 background: #DCDCDC;
 padding:25px; 
 border: 2px solid;
}

.navbar-fixed-left a{
display: block;
padding: 25px;
font-size: 20px;;
text-align: left;
}

.navbar-fixed-left a:hover{
background: grey;
}

.navbar-fixed-left .navbar-nav > li{
  width: 139px;
  font-size: 30px;
  font-weight: bold;
    border: 1px solid  #999;
    list-style-type:none;
}

.navbar p {
  font-size:20px;
  font-weight: bold;
  }

.navbar navbar-inverse navbar-fixed-left {

}

#soundFiles {

}
