/* ---------------------------------
 * Screen Layout Styles
 * Created by Matt Turnure for CityShare http://cityshare.com
 * Design by Melinda Taylor
 * --------------------------------- */

/* ------------------------------------
 * Reset browser defaults
 * ------------------------------------ */

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td { margin: 0;  padding: 0; }
table { border-collapse: collapse;  border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal;  font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
a { color: inherit; text-decoration: none; }

/* ------------------------------------
 * General
 * ------------------------------------ */

body {
  background-color: #fff;
  color: #fff;
  font: 62.5%/1 "Futura",arial,sans-serif;
}

h1,
h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

p,
h4 {
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 1.8em;
  padding-right: 106px;
}

a:hover {
  color: #fff200;
}

#nav-main a:hover,
#nav-utils a:hover,
.selected,
button:hover,
.tools h2 span:hover {
  color: #4d4c4c;
}

#masthead a:hover {
  color: #fff;
}

b {
  display: none;
}

/* ------------------------------------
 * Layout
 * ------------------------------------ */
 
#wrapper {
  margin: 0 auto;
  width: 96.4em;
  position: relative;
}

#masthead {
  height: 209px;
  position: absolute;
}

#masthead a {
  background: url(/img/css/cityshare-logo.png) no-repeat 23px 0;
  display: block;
  height: 242px;
  width: 472px;
  position: relative;
  top: -33px;
}

#masthead span {
  cursor: text;
  display: block;
  margin-bottom: 0.4em;
  position: relative;
  left: 512px;
  top: 140px;
  text-transform: uppercase;
}

#masthead span.location {
  display: none;
}

#content {
  background: #010101 url(/img/css/gradient-bg.png) repeat-x;
  margin-top: 56px;
  padding: 209px 0 30px 196px;
}

/* ------------------------------------
 * Navigation
 * ------------------------------------ */
 
#nav-main {
  color: #020202;
  font-size: 1.8em;
  font-weight: bold;
  position: absolute;
  top: -55px;
  right: 0;
  text-transform: uppercase;
}

#nav-main li,
#nav-utils li {
  float: left;
}

#nav-main a.schedule,
#nav-main a.projects,
#nav-main a.tools,
#nav-main a.contact {
  display: block;
  height: 92px;
  text-indent: -999em;
}

#nav-main a.schedule {
  background: transparent url(/img/css/schedule.png) no-repeat 0 100%;
  width: 131px;
}

#nav-main a.projects {
  background: transparent url(/img/css/projects.png) no-repeat 0 100%;
  width: 126px;
}

#nav-main a.tools {
  background: transparent url(/img/css/tools.png) no-repeat 0 100%;
  width: 99px;
}

#nav-main a.contact {
  background: transparent url(/img/css/contact.png) no-repeat 0 100%;
  width: 97px;
}

#nav-main a:hover,
#nav-main li.selected a {
  background-position: 0 0;
}

#nav-utils {
  color: #020202;
  font-size: 1.4em;
  font-weight: bold;
  margin: 13px 10px 30px 0;
  padding-bottom: 30px;
  float: right;
  text-transform: uppercase;
}

#nav-utils a {
  padding-left: 26px;
}

/* ------------------------------------
 * Twitter Feed
 * ------------------------------------ */
 
#tweets {
  background: #010101 url(/img/css/tweet-bottom.png) no-repeat 100% 100%;
  margin-top: 28px;
  margin-bottom: -38px;
  padding-bottom: 44px;
}

#tweets ul {
  padding-top: 13px;
  padding-left: 196px;
  margin-bottom: 13px;
}

#tweets li {
  margin-top: 13px;
  min-height: 50px
}

#tweets img {
  float: left;
  margin-left: -79px;
  padding-right: 30px;
}

/* ------------------------------------
 * Schedule
 * ------------------------------------ */

#schedule li {
  font-size: 1em;
  margin-bottom: 23px;
}

#schedule li li {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}


#schedule li h3,
#schedule li h4 {
  margin-bottom: 5px;
}

#schedule li p {
  font-size: 1.4em;
  margin-bottom: 0;
}

#schedule li p {
  margin-bottom: 1.8em;
}

#schedule li li p {
  font-size: 1em;
  margin-bottom: 1.8em;
}

/* ------------------------------------
 * Projects
 * ------------------------------------ */
 
.project:first-child  {
   margin-top: 0;
 }

.project {
  clear: both;
  margin-top: 27px;
  min-height: 254px;
}

.project object {
  float: left;
  margin-right: 23px;
  padding-bottom: 10px;
}

.project p {
  font-size: 0.9em;
  border-bottom: 1px solid #dcdbdb;
  float: left;
  margin-right: 23px;
  padding-right: 0;
  padding-bottom: 11px;
  width: 400px;
}

.project:last-child p {
  border-bottom: none;
}

.project img.fig-right {
  border-bottom: none;
  margin-right: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.project_desc p {
  border-bottom: none;
  float: none;
  font-size: 1.3em;
  margin-right: 0;
  margin-bottom: 15px;
  padding-right: 106px;
  padding-left: 423px;
  width: auto;
}

/* ------------------------------------
 * Tools
 * ------------------------------------ */

.tools h2 {
  margin-bottom: 23px;
}

.tools h2 span {
 background-color: #fff;
 color: #020202;
 font-size: 0.7em;
 padding: 0.2em 0.5em;
}

.tools ul {
  margin-top: 23px;
  margin-bottom: 23px;
}
 
.tools li {
  font-size: 1.4em;
  line-height: 1.6em;
}

.tools h2 span:hover {
  cursor: pointer;
}

/* ------------------------------------
 * Contact
 * ------------------------------------ */

form {
  font-size: 1.4em;
  position: relative;
  z-index: 3;
}

form li {
  position: relative;
  margin-bottom: 12px;
}

form {
  margin: 0;
  padding: 0;
}

form p {
  line-height: 1;
  margin-top: -3px;
}

legend {
  display: none;
}

label {
  color: #959595;
  font-size: 1.3em;
  position: absolute;
  top: 0.4em;
  left: -170px;
}

input,
textarea {
  font-family: "Futura",arial,sans-serif;
}
 
input {
  background-color: #fff;
  border: none;
  color: #959595;
  font-size: 1.3em;
  padding: 7px;
  width: 330px;
}

textarea {
  background: #fff;
  border: none;
  color: #959595;
  font-size: 1.4em;
  padding: 7px;
  width: 330px;
}

button {
  background: #fff;
  color: #000;
  font-size: 0.7em;
  font-weight: bold;
  border: none;
  padding: 1px 18px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}

button:hover {
  cursor: pointer;
}

.vcard {
  float: right;
  margin-right: 55px;
}

.vcard p {
  margin: 0;
}