/* (c) 2009 Cameron Barrett, All Rights Reserved
   http://cameronbarrett.com */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 40px 0;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  color: #000;
}

#container {
  margin: auto;
  width: 960px;
  clear: both;
}

#nav_container {
  display: block;
  height: 19px;
  clear: both;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #ccc;
}

.global_nav {
  float: left;
}

.global_nav a {
  color: #d8e0eb;
  text-decoration: none;
}

.global_nav, .other_nav {
  font-size: 18px;  
  color: #d8e0eb;
  font-weight: bold;
  padding: 0 0 3px 0;
  text-transform: uppercase;
}

.other_nav {
  float: right;
}

ul.top-nav {
  margin: 0;
  padding: 0;
  background-color: #e6e6e6;
  display: block;
}

ul.top-nav li {
  list-style-type: none;
  float: left;
  padding: 0 0 10px 0;
  border-right: 1px solid #fff;
}

ul.top-nav li a {
  color: #d8e0eb;
  font-weight: bold;
  text-decoration: none;
  margin-left: 15px;
}

ul.top-nav li a:hover, .global_nav a:hover {
  color: #ccc;
}


.big_name {
  font-size: 60px;
  font-weight: bold;
  float: left;
  clear: both;
}

.big_name:hover {
  background: url(images/cam.gif) no-repeat top right;
  background-position: -3px -2px;
  margin-left: -55px;
  padding-left: 55px;
}

.big_ux {
  margin-top: 28px;
  font-weight: bold;
  font-size: 24px;
  color: #ccc;
  text-transform: uppercase;
  float: right;
  vertical-align: bottom;
}

#about {
  border-top: 2px dotted #e6e6e6;
  font-weight: bold;
  font-size: 18px;
  color: #ccc;
  margin: 0 0 10px 0;
  padding: 15px 30px 10px 0;
  float: left;
  width: 775px;
}

#resume {
  padding-top: 10px;
  border-top: 2px dotted #e6e6e6;
  float: right;
}

.nav-container {
  background-color: #e6e6e6;
  display: block;
  clear: both;
  height: 74px;
  width: 960px;
}

ul.nav {
  margin: 0;
  padding: 0;
  background-color: #e6e6e6;
  display: block;
}

ul.nav li {
  list-style-type: none;
  float: left;
  padding: 15px 0 10px 0;
  border-right: 1px solid #fff;
}

ul.nav li.active {
  background-color: #d8e0eb;
}

ul.nav li a {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px;
}

ul.nav li:hover {
  background-color: #d8e0eb;
}

.inner-container {
  clear: both;
  border-top: 4px solid #d8e0eb;
}

.header {
  font-size: 36px;
  font-weight: bold;
  margin: 15px 0 15px 0;
}

.content {
  display: block;
  padding: 20px 0 20px 0;
  clear: both;
  float: left;
  border-top: 1px dotted #ccc;
}

.screen {
  float: left;
}

.image {
  padding: 1px 7px 8px 1px ;
  background: url(images/img_bg.gif) no-repeat bottom right;
  margin-bottom: 5px;
}

ul.swapper {
  margin: 0;
  padding: 0;
  background-color: #ccc;
  display: block;
}

ul.swapper li {
  list-style-type: none;
  float: left;
  width: 27px;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 8px;
}

ul.swapper li a {
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  height: 17px;
  color: #ccc;
  display: block;
}

ul.swapper li a:hover {
  background-color: #ccc;
  color: #fff;
}

.data {
  margin-left: 20px;
  float: left;
  width: 331px;
  padding-top: 10px;
}

.label {
  float: left;
  font-weight: bold;
  width: 80px;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title {
  width: 251px;
  font-weight: bold;
  font-size: 24px;
  float: left;
  margin-bottom: 10px;
}

.subtitle {
  width: 251px;
  font-weight: bold;
  font-size: 12px;
  float: left;
  margin-bottom: 10px;
}

.text {
  width: 251px;
  font-size: 12px;
  float: left;
  margin-bottom: 10px;
  line-height: 17px;
}

#footer {
  clear: both;
  padding: 10px 0;
  border-top: 4px solid #d8e0eb;
  font-weight: bold;
  color: #999;
  font-size: 11px;
}

