/* ################################################### */
/*                                                     */
/*  TITLE:        WORKINGSTIFF.CSS                     */
/*  SITE:         workingstiff.biz                     */
/*  AUTHOR:       Brian Maniere                        */
/*  VERSION:      0.08                                 */
/*  LAST UPDATED: 2011/06/07                           */
/*                                                     */
/* ################################################### */


/* ///// GENERAL /////////////////////// */

html {
  padding: 30px 0;
  color: #1a1519;
  background: #f4ffdf url('/images/diag_violet.gif') 0 0 repeat;
}

#canvas {
  position: relative;
  left: 50%;
  width: 810px;
  margin: 0 auto 0 -405px;
}

#content {
  float: left;
  padding: 55px 45px 40px 55px;
  width: 710px;
  background: #f9fcfa;
}

/* ##### HEAD ########################## */

#head .title {
  width: 235px;
  height: 39px;
  height: 23px;
  background: url('/images/brianmaniere.gif') 0 0 no-repeat;
}

#head .title a {
  display: block;
  width: 235px;
  height: 23px;
}

#head .subtitle {
  margin: 1px 0 22px;
}

#head #tools {
  position: absolute;
  top: 55px;
  right: 65px;
  width: 300px;
}

#head #tools .tool {
  position: absolute;
  display: block;
  right: 0;
  line-height: 15px;
  background: #cde7e4;
}

#head #tools .printable {
  top: 0;
  background: #cde7e4 url('/images/pdf.gif') 100% -15px no-repeat;
}

#head #tools .portfolio {
  top: 18px;
}

#head #tools .contact {
  top: 36px;
}

#head #tools a {
  display: block;
  padding: 0 2px;
  color: #4b2b2b;
  background: #e7eae6;
}

#head #tools .printable a {
  padding-right: 17px;
  background: #e7eae6 url('/images/pdf.gif') 100% 0 no-repeat;
}

#head #tools a:hover {
  color: #450098;
  background: transparent;
}

/* ##### MAIN ########################## */

.position {
  clear: left;
  font-weight: bold;
  color: #000;
}

#profile .position {
  float: left;
  padding: 6px 5px 0 0;
}

#experience .position {
  padding-left: 10px;
}

#exodus .position {
  padding-top: 6px;
}

.category, .employer {
  float: left;
  clear: left;
  padding: 6px 6px 0 0;
  font-weight: bold;
}

#accomplishments .employer {
  color: #444;
}

#experience .employer, .location, .dates, .university {
  float: left;
  padding: 10px 6px 0 0;
  color: #444;
}

.location {
  padding-right: 6px;
}

.dates {
  font-style: italic;
}

.projects, .degree, .school, .gpa {
  padding-left: 10px;
}

#instinctual .position span {
  font-weight: normal;
}

#condeNast .position, #condeNast .projects {
  float: left;
}

#condeNast .projects {
  font-style: italic;
}

#exodus .EM {
  padding-top: 3px;
}

.university {
  clear: both;
  font-weight: bold;
}

.degree, .school {
  clear: both;
}

.degree {
  font-weight: bold;
}

.school {
  float: left;
  font-weight: normal;
}

#education .dates {
  padding: 0 0 0 10px;
}

.gpa {
  color: #555;
}

* html #education {
  float: left;
  margin-right: -3px;
  height: 1%;
}

#personal p {
  margin-left: 10px;
  text-indent: -10px;
}

/* ##### COMPONENTS #################### */

.section {
  float: left;
  margin: 0 0 18px;
  padding-right: 3px;
  width: 710px;
}

/* ##### CONTACT ####################### */

#contact #content {
  background: #fbfdfc;
}

#contact .section {
  padding-top: 40px;
}

#contact input, #contact textarea {
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #b8b8b8;
  background: #fff url('/images/lightshadow.gif') 0 0 repeat-x;
}

#contact #btnSubmit {
  border: 0;
}

#contact .err {
  color: #C00;
}

#contact #seconds {
  font-weight: bold;
}

#contact .messageSuccess a {
  line-height: 18px;
  display: inline-block;
  padding: 0 1px 1px;
  background: #cde7e4;
}

/* ///// MORE GENERAL ////////////////// */

.title span {
  display: none !important;
}

li {
  list-style: none;
}

div, img, h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font: 11px/14px Verdana, sans-serif;
}

p {
  padding-top: 6px;
}

em {
  font-style: normal;
  color: #141273;
  background: #f9fff2;
  border-bottom: 1px solid #f4f9f2;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}
