/* ==========================================================================
   Author:Jered Higgins
   ========================================================================== */

html { 
  height: 100%;
}
* { 
  margin: 0;
  padding: 0;
}
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}
body { 
  background-color: #000;
  font: normal .85em arial, sans-serif;
  color: #C0C0C0;
  padding-bottom: 40px;
}
p { 
  font-size:18px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin:15px;
  line-height: 1.5em;
}
img { 
  border: 0;
}
 h1, h2, h3, h4, h5, h6 { 
  font: normal 200% '', arial, sans-serif;
  color: #eee;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}
h1 { 
  text-shadow: 1px 1px ;
  word-wrap: break-word;
}
h1 a{ 
    margin: 0;
	padding: 0;
}
h3 { 
  font: 20px '', arial, sans-serif;
  text-shadow:   1px 1px;
  margin: 0 1px;
  color: #fff;
}
a{ 
  outline: none;
  color: #C0C0C0;
  text-decoration: none;
}
a:hover { 
  text-decoration: underline;
  color: #F0F0F0;
}
ul { 
  margin: 2px 0 22px 17px;
}
ul li { 
  list-style-type: circle;
  margin: 0 0 0 0; 
  padding: 0 0 4px 5px;
  word-wrap: break-word;
}
ol { 
  margin: 8px 0 22px 20px;
}
ol li { 
  margin: 0 0 11px 0;
}
.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}
.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}
.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}
#main, header, #logo, nav, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}
#main { 
  background-color:#101010;
  width: 950px;
  height:100%;

}
header { 
  width: 950px;
  height: 105px;
  border-bottom:thick solid #fff;
}
#logo { 
  width: 500px;
  float: right;
  height: 100px;
  padding: 0 0 10px 0;

}
#logo div { 
  font: normal 40px '', arial, sans-serif;
  padding: 40px;
  color:  #eee;
  letter-spacing: -2px;

}
#profile { 
  float: right;
  margin-top:20px;
  margin-right:50px;
  position: relative;

}
#profile img{ 
  float: right;
  height:180px;
  width:180px;
  position: relative;
 -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
}


nav { 
  margin-top: 120px;
  margin-left: 40px;
  height: 150px;
  width: 150px;
  float: left;
  background-color: #000;
  /*ms-object-fit: cover;
  moz-object-fit: cover;
  o-object-fit: cover;
  webkit-object-fit: cover;
  object-fit: cover;*/
  overflow: hidden;
 -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */

} 
nav li a { 
  text-decoration: none;
  background-color: #f7f7f7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
  color: #a7a7a7;
  margin: 36px;
  width: 100px;
  height: 100px;
  position: relative;
  text-align: center;
  line-height: 80px;
  box-shadow: 0px 3px 8px , inset 0px 2px 3px ;
}
nav li a:hover { 
  color: #C0C0C0;
  text-decoration: none;
}
.navbar {
  position: relative;
 height: 100%;
  padding: 16px 15px 120px 0;
  overflow: hidden;
  float: left;
  margin: auto 10px;
}
.navbar li {
  float: left;
  list-style:none;
}
.navbar li a {
  font: normal 18px '', arial, sans-serif;
  color: #222;
  text-align: center;
  letter-spacing: 0;
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  overflow: hidden;
  margin: auto 10px; 
  padding-top:5px;  
}
#site_content { 
  width: 950px;
  overflow: hidden;
  margin:5px;
  padding-left:10px;
  padding-right:10px;

} 
#sidebar_container { 
background-color: #000;
 -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
  float: left;
  width: 200px;
  padding-left: 15px;
  margin-top: 60px;
  padding-top:10px;
  height: 100%;
  
}
.sidebar { 
  float: left;
  width: 200px;
  margin: 0 0 17px 0;
  padding-right:40px;
}
.sidebar p{ 
  padding-right:50px;
  color: #C0C0C0;
}
.sidebar h3 { 
  padding-right:40px;
  font: 20px '', arial, sans-serif;
  text-shadow:   1px 1px;
  color: #fff;
}
.sidebar_item, .content_item { 
  padding: 15px 0;
}
#social { 
  float: left;
  width: 200px;
 
}
#social ul li { 
  list-style-type: none;
  line-height: 1.5em;
}
#social img{ 
  height:33px;
  width:160px;
  float:right;
  padding-right:50px;
  position: relative;
}
#social h3 { 
  font: 20px '', arial, sans-serif;
  text-shadow:   1px 1px;
  margin: 0 1px;
  color: #fff;
}
#content { 
  background-color:#000;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
  text-align: justify;
  width: 670px;
  padding-top:5px;
  padding-left:10px;
  margin-left:20px;
  float: left;
}
#content ul, .sidebar ul { 
  margin: 2px 0 5px 0px;
}
#content ul li, .sidebar ul li { 
  list-style-type: none;
  background: transparent url(static/img/bullet.png) no-repeat left center;
  margin: 0 0 0 0; 
  padding: 2px 0 2px 28px;
  line-height: 1.5em;
}
footer { 
  width: 950px;
  font: normal 130% '',  arial, sans-serif;
  height: 90px;
  padding-top:20px;
  margin-top:50px;
  text-align: center; 
  color: #222;
  border-top: thick solid #fff;
}
footer p { 
  padding: 0 0 10px 0;
  color: #C0C0C0;
}

footer a, footer a:hover { 
  color: #eee;
  text-decoration: underline;
}
footer a:hover { 
  color: #C0C0C0;
  text-decoration: none;
}
