/********************************************
SPINFASTER CSS (C)2008
*********************************************/

body {
  font-family: georgia, times, serif;
  font-size: 0.7em;
  margin: 0 0 0 15px;
  background-image: url(/images/background.jpg);
  background-repeat: no-repeat;
}

h1 {
  font-family: helvetica, arial, sans-serif;
  font-size: 170%;
  color: black;
  font-weight: bold;
  margin: 0 0 0 8px;
  background-color: white;
  padding: 0 0 0 6px;
}

h2 {
  font-size: 100%;
  color: red;
  font-weight: normal;
  margin: 0 0 0 8px;
  font-style: italic;
  background-color: white;
  padding: 0 0 0 6px;
  width: 190px;
}

h3 {
  font-size: 110%;
  color: black;
  font-weight: normal;
  margin: 24px 0 0 8px;
  font-style: italic;
}

h4 {
  font-size: 100%;
  color: red;
  font-weight: normal;
  margin: 6px 0 0 8px;
  font-style: italic;
}

h4 a {
  color: red;
  text-decoration: none;
}

p {
  margin-top: 12px;
}

a {
  border: 0;
}

img {
  border: 0;
}

div.clear {
  clear: both;
}

.logo {
  float: left;
  margin: 15px 0 0 20px;
  width: 80px;
}

.title {
  float: left;
  margin: 29px 0 0 68px;
  width: 413px;
}

.tel-email {
  margin: 12px 0 0 168px;
  width: 258px;
}

.navigation {
  margin: 32px 0 0 168px;
  width: 510px;
}

.navigation img {
  margin: 0 4px 60px 0;
}

span.reg {
  font-family: helvetica, arial, sans-serif;
}

/******* INDIVIDUAL PAGES *******/

/* HEADINGS */

#start h1 {
  width: 200px;
}

#web h1 {
  width: 200px;
}

#email h1 {
  width: 260px;
}

#print h1 {
  width: 200px;
}

#brand h1 {
  width: 200px;
}

#photo h1 {
  width: 200px;
}


/* SCROLL WIDTH */

#start ul.scroll {
  width: 1500px;
}

#web ul.scroll {
  width: 3200px;
}

#email ul.scroll {
  width: 1900px;
}

#print ul.scroll {
  width: 2300px;
}

#brand ul.scroll {
  width: 1000px;
}

#photo ul.scroll-photo {
  width: 2500px;
}

/******* JQUERY *******/

#timeline {
    height: 300px;
    padding: 20px 8px 8px 8px;
    overflow: auto;
    /*cursor: -moz-grab !important;*/ /* should this be applied with JS? */
}

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

ul.scroll li {
    float: left;
    width: 220px;
    margin-right: 8px;
}

ul.scroll li p {
    margin-left: 10px;
    color: red;
    font-style: italic;
}

ul.scroll li a span {
    display: none;
}

ul.scroll li a span:hover {
    display: block;
    width: 208px;
    height: 107px;
}

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

ul.scroll img {
    border: 3px solid white;
}

ul.scroll-photo {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.scroll-photo li {
    float: left;
    width: 142px;
    margin-right: 8px;
}

ul.scroll-photo li p {
    margin-left: 10px;
    color: red;
    font-style: italic;
}

ul.scroll-photo li a span {
    display: none;
}

ul.scroll-photo li a span:hover {
    display: block;
    width: 130px;
    height: 107px;
}

ul.scroll-photo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.scroll-photo img {
    border: 3px solid white;
}