/*
  Project: fiftyfoot.com
  Style URI: http://www.fiftyfoot.com/
  Description: Custom Styles for fiftyfoot.com Redesign.
  Version: 2008-02-23
  Author: ReShun Davis < www.reshun.com >
*/

/* Common Defs */
html {
    min-width: 750px;
}

body {
  margin: 0;
  padding: 0 20px;
  background: #191919;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.25em;
  color: #666666;
}

a {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0pt none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: normal;
  color: #191919;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.65em;
}

h3 {
  font-size: 1em;
  line-height: 1.25em;
  color: #666666;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h2 a:link,
h2 a:visited,
h2 a:hover {
  color: #191919;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin-top: 0px;
}

.cleaner {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0px;
  border: none;
  background: transparent;
  font-size: 0px;
  line-height: 0px;
}

.nav ul {
  height: 20px;
  margin: 20px 0 40px 0;
  font-size: 1.25em;
  color: #191919;
}

.nav li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
}

.nav li.first {
  border-right: 1px solid #DDDDDD;
}

.nav li a {
  display: block;
  overflow: hidden;
  float: left;
  line-height: 1em;
  color: #191919;
}

.nav li a strong {
  display: block;
  float: left;
  height: 17px;
  padding: 0 8px;
  white-space: nowrap;
}

.nav-work .nav li a#link-work,
.nav-resume .nav li a#link-resume,
.nav li a.current,
.nav li a:hover,
.nav li a:focus { 
  background: #FF6600 url(../images/bg_nav_corners.gif) 0 0 no-repeat;
  color: #FFFFFF;
  cursor: pointer;
}

.nav-work .nav li a#link-work strong,
.nav-resume .nav li a#link-resume strong,
.nav li a.current strong,
.nav li a:hover strong,
.nav li a:focus strong {
  background: transparent url(../images/bg_nav_corners.gif) 100% 0 no-repeat;
  color: #FFFFFF;
  cursor: pointer;
}

.column-a {
  width: 620px;
  padding-bottom: 65px;
}

.two-columns .column-a,
.two-columns .column-b {
  width: 285px;
}

.two-columns .column-a {
  float: left;
}

.two-columns .column-b {
  float: right;
  margin-left: 50px;
}

.contact-info {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 10px 10px 10px 50px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  background: url('../images/icn-text-bubble.gif') no-repeat 12px 50%;
}

.contact-info span {
  display: block;
}

.resume {
  padding-top: 10px;
}

.resume dl,
.resume dt,
.resume dd {
  float: left;
  margin: 0;
  padding: 0;
}

.resume dt {
  width: 110px;
}

.resume dt span{
  display: block;
}

.resume dd {
  width: 510px;
}

.resume dd h3 {
  color: #333333;
}

.resume dd ul {
  margin-bottom: 30px;
}

.resume dd ul.last {
  margin-bottom: 0px;
}

.resume dd ul li {
  padding: 0 0 20px 20px;
  background: url('../images/icn-plus-orange.gif') no-repeat 0 2px;
}

.work-samples {
  padding: 9px 0 0 9px;
  background-color: #B2B2B2;
}

.work-samples ul li {
  float: left;
  padding: 0 9px 9px 0;
}

#container {
  position: relative;
  margin: 80px auto 0 auto;
  width: 700px;
  text-align: left;
}

#content {
  float: left;
  position: relative;
  padding: 40px;
  background-color: #FFFFFF;
}

#footer {
  margin: 10px 0 80px 0;
  text-align: center;
  color: #666666;
  font-weight: bold;
}


/* Thickbox mods */
#TB_window{
  padding: 0px 0 25px 0;
  border: 10px solid #CCCCCC;
}

#TB_window img#TB_Image {
  display: block;
  margin: 0px;
  padding: 0 25px;
  border: none;
}

#TB_secondLine { /* nav */
  margin: 10px 0 25px 0;
  padding: 2px 0 10px 0;
  border-bottom:1px solid #CCCCCC;
  text-align: center;
  font-size: 1em;
  color: #999999;
}

#TB_count {
  position: relative;
  width: 60px;
  margin: 0 auto;
  padding: 0 25px;
}

#TB_prev,
#TB_next {
  position: absolute;
  top: -2px;
}

#TB_prev{
  left: 0px;
}

#TB_next {
  right: 0px;
}

#TB_prev a,
#TB_next a {
  display: block;
  width: 9px;
  height: 17px;
}

#TB_prev a {
  background: url('../images/icn_arrows_on_off_left.gif') no-repeat 0 0;
}

#TB_next a {
  background: url('../images/icn_arrows_on_off_right.gif') no-repeat 0 0;
}

#TB_prev a:hover,
#TB_next a:hover {
  background-position: 0 -17px;
}

#TB_caption {
  position: absolute;
  bottom: 40px;
  height: auto;
  margin: 0pt auto;
  border: 1px solid #CCCCCC;
  padding: 0;
  background-color: #FFFFFF;
  text-align: center;
  color: #999999;
}

#TB_caption_copy {
  padding: 5px 20px;
}

#TB_closeWindow {
/*background-color:red;*/
  position: absolute;
  top: 5px;
  right: 5px;
  height: auto;
  width: 20px;
  padding: 0;
  text-align: center;
}
