/**** override ****/
* {
  margin: 0;
  padding: 0;
}

/**** main structure ****/
body {
  background: url('../images/background.png');
  color: #ababab;
  font: 90% Verdana, Geneva, sans-serif;
}
img {border: none;}
h1 {
  font-size: 150%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #ccc;
}
h2 {
  font-size: 110%;
  color: #508e9a;
}

p {
  margin: 13px 0;
  line-height: 140%;
}

a {
  text-decoration: underline;
  outline: none;
}
a:link {color: #b0977f;}
a:visited {color: #808080;}
a:hover {color: #FFFFFF;}
a:active {color: #666666;}
a:focus {-moz-outline-style: none;}

hr {
  color: #5B687B;
  background-color: #111111;
  border: none;
  height: 1px;
  margin: 10px 0;
}

/**** containment ****/
#blur {
  width: 85%;
  min-width: 300px;
  margin: auto;
}
#container {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: 0 auto 40px auto;
  background: #2b2c2c;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -khtml-border-radius-topleft: 10px;
  border-top-left-radius: 10px; 
}

/**** header ****/
header {
  background: #2b2c2c url('../images/warfehr-header.jpg') no-repeat;
  width: 100%;
  height: 147px;
  z-index: 1;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -khtml-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}
#tagline {
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 105px;
  left: 157px;
  z-index: 100;
  background: #111;
  padding: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
  display: block;
  width: 237px;
  height: 95px;
}

/**** navigation ****/
nav {
  position: relative;
  width: 85%;
  min-width: 300px;
  margin: 2% auto 0 auto;
  height: 38px;
  z-index: 100;
}
nav ul {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  width: 100%;
}
nav li {
  float: right;
  display: block;
  width: 35%;
  margin-left: 1%;
}
nav a {
  font: 120% "Times New Roman", Times, serif;
  color: #9b8875;
  display: block;
  background: #000 url('../images/button-bg.png');
  width: 100%;
  height: 38px;
  text-align: center;
  line-height: 40px;
  float: right;
  text-decoration: none;
}
nav a:hover, nav a.active {
  color: #9f9f9f;
  background: #2c2f30 url('../images/button-bg-active.png');
}

/*** content ***/
section {
  margin: 0 2% 5% 2%;
  background: #2b2c2c;
  min-height: 500px;
}
.box {
  background: #262626;
  width: 30%;
  padding: 2%;
  float: left;
  margin: 0 3% 2% 0;
  position: relative;
}
.profile, .tech {
  border: 1px solid #000;
  background: #2b2c2c;
  padding: 6%;
}
.intro {
  float:left;
  width: 62%;
}
.intro ul {
  list-style-type: circle;
}
.intro li {
  margin: 2% 0 3% 4%;
}
#technologies {
  margin-top: 6%;
}
.title {
  font-weight: bold;
  color: #b0977f;
}
.email b {
  display: none;
}


/**** forms ****/
input[type=checkbox] {
  visibility: hidden;
}
.checkbox {
  width: 3%; /* fallback */
  width: calc(100% / 32);
  height: 20px;
  background: #ddd;
  margin: 0;
  position: relative;
  float: left;
}
.checkbox input[type=checkbox]:checked + label {
  background: #26ca28;
}
.checkbox label {
  display: block;
  width: 100%;
  height: 20px;

  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  background: #333;
  box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}
.checkbox label:hover {
  background: #414647;
}
input[type=submit]:hover {
  background: #414647;
  color: #fff;
}
input {
  background: #5c4e45;
  border: 1px solid #000;
  color: #ccc;
  font-size: 100%;
  padding: 10px;
}

/**** footer ****/
footer {
  position: relative;
  background: #5c4e45;
  border-top: 1px dashed #ccc;
  min-height: 100px;
  padding: 20px 17px;
  clear: both;
}
#copyright {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
ul#bottom-nav {
  list-style: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
ul#bottom-nav a {
  color: #ccc;
}
#bottom-nav li {
  float: left;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 10px;
}
#bottom-nav li:last-child {border-right: none;}

/**** extra ****/
.button {
  background: #2c2f30;
  padding: 10px;
}

.rounded-corners, .navigation a, .button, input, .alert {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.top-rounded-corners, nav a {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -khtml-border-radius-topleft: 10px;
  -khtml-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#house-icon,#profile-icon,#dev-icon {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; 
}
.dropshadow,#container {
  -moz-box-shadow: 0px 3px 8px #333;
  -webkit-box-shadow: 0px 3px 8px #333;
  box-shadow: 0px 3px 8px #333;
}

/**** alignment ****/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.clear {
  clear: both;
  line-height: 0 !important;
  height: 0;
}
.clearleft {clear: left;}
.clearright {clear: right;}

/**** status ****/
.alert {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 10px;
  font-size: 12px;
}
.alert li {
  margin-left: 20px;
}
.alert-error {
  color: #d8000c;
  background-color: #ffbaba;
}
.alert-success {
  color: #4f8a10;
  background-color: #dff2bf;
}

.fa {
  color: #508e9a;
  font-size: 180% !important;
  margin-right: 10px;
}
#network .fa {
  font-size: 320% !important;
}

#technologies.fa {
  font-size: 220% !important;
}
