/* Common layout */
#jordanfowler {
  padding: 0px;
  margin: 0px auto 10px;
  text-align: left;
}

#header {
  width: 900px;
  height: 30px;
  margin: 0px auto;
  border-top: 0px;
  padding: 5px 0px;
}

#footer {
  width: 900px;
  border-top: 1px dashed #E0E0E0;
  margin: 25px auto;
  text-align: center;
}

#header.small_header {
  height: 25px;
  margin: 25px auto;
  border-bottom: 1px dashed #003366;
}

#homelink {
  float: left;
  width: 230px;
  height: 42px;
  line-height: 50px;
  position: absolute;
  background-image: url(/uploads/jordanfowler/logo-helvetica-large.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.small_header #homelink {
  background-image: url(/uploads/jordanfowler/logo-helvetica-small.png);
  width: 147px;
  height: 25px;
  line-height: 25px;
}

#homelink a {
  display: block;
  height: 50px;
  text-indent: -9999px;
  background: transparent;
  color: #fff;
  border: 0;
}

.small_header #homelink a {
  height: 25px;
}

#homelink a:hover {
  text-decoration: none;
  border: 0;
}

#navbar {
  float: right;
}

#navbar div.link {
  float: left;
}

#navbar div.link a {
  font-family: "Helvetica Neue Light", Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
  display: block;
  font-weight: normal;
  font-size: 0.85em;
  border: 0;
  padding: 10px 10px 4px;
}

#navbar div.last a {
  border-right: 0;
}

div#content {
  width: 900px;
  margin: 0px auto;
}

div.pagination {
  margin: 15px 0px 0px;
  padding: 8px 5px;
  background: #E0E0E0;
}

/* Blog */
.blog #content .left {
  float: left;
  width: 630px;
}

.blog #content .right {
  float: right;
  width: 300px;
}

#posts {
  width: 900px;
  float: left;
}

#posts .post {
  padding: .5em 0 1.5em;
  margin: 0;
  border-bottom: 2px solid #E0E0E0;
}

#posts .post h2.title {
  margin-bottom: .25em;
}

#posts .post h2.title a {
  border: 0;
}

#posts .post .body img {
  max-width: 500px;
}

/* Post */
#post .title a {
  border-bottom: 0px;
}

.created_on {
  font-style: italic;
}

#post .body p {
  text-align: justify;
  margin: .75em 0 .75em;
}

#post .links a.tag {
  border-bottom: 0;
  font-size: .9em;
  padding: 3px 5px;
  background: #E9E9E9;
}

#post .body img {
  max-width: 750px;
}

/* Comments */

#new_comment {
  width: 504px;
  background: #E9E9E9;
  padding: 7px 10px;
}

#comments .comment {
  width: 500px;
  border: 2px solid #E9E9E9;
  padding: 7px 10px;
  margin-bottom: 5px;
}

/* Tagged posts */

#posts_tagged .post .title, #posts_tagged .post .created_at {
  float: left;
}

#posts_tagged .post .title {
  margin-left: 10px;
}

#posts_tagged .post .created_at {
  padding: 1em;
}

/* Contact */
div.vcard {
  width: 250px;
  padding: 10px;
  background: #EEE;
}

div.vcard * {
  line-height: 1.5em;
}

div.vcard a {
  border: 0px;
}

div.vcard .hide, div.vcard .adr {
  display: none;
}

#callout {
  position: relative;
  margin-top: 25px;
  width: 900px;
  height: 500px;
  background: url(/uploads/jordanfowler/sam-world-callout2.jpg?1251680393);
}

#callout h1 {
  font-size: 3.5em;
}

#callout h1, #callout #services {
  float: left;
  margin: 20px 20px 0px;
  line-height: 1.25em;
  width: 800px;
}

#callout #services {
  width: 475px;
}

#callout #services ul {
  list-style-type: square;
}

#callout h3 {
  font-size: 3em;
//  color: #FFF;
  position: absolute;
  top: 420px;
  left: 355px
}

#callout h3 span {
  color: #FFF;
}

/* Collection Form */

.collection-entry-form {
  width: 80%;
  position: relative;
}

.collection-entry-form div {
  width: 500px;
  position: relative;
  padding: 10px 0px;
  padding-right: 50px;
}

.collection-entry-form div > label {
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 3px 0px 10px;
}

.collection-entry-form div > span {
  float: left;
}

.collection-entry-form div > span label {
  display: block;
  padding: 5px 3px;
}

.collection-entry-form div > span.spaced label {
  margin-left: 5px;
}

.collection-entry-form div > span.spaced input {
  margin-left: 5px;
}

.collection-entry-form div input, .collection-entry-form div textarea {
  padding: 5px;
  border: 1px solid #CCC;
  border-top: 1px inset #CCC;
  background: #FFF;
}

.collection-entry-form div input[type=file] {
  border: 0px;
}

/* Projects */
#projects {
  width: 876px;
  margin: 0 auto;
}

#projects .project {
  float: left;
  width: 260px;
  height: 260px;
  padding: 10px;
  border: 1px solid #EEE;
  margin: 5px;
}

#projects .project .photo {
  text-align: left;
}

#projects .project .photo img {
  max-width: 225px;
  max-height: 150px;
}

#projects .project .title {
  padding: 10px 0px 5px;
  font-weight: bold;
  font-size: 1.1em
}

#projects .project .details {
  padding: 5px 0px;
}
