/* 2009 Copyright (c) Susan Potter: http://www.linkedin.com/in/susanpotter */
body {
  font-weight: normal;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  padding: 0;
  margin: 0;
}

a {
  color: #7fb100;
  text-decoration: underline;
  font-weight: bolder;
}

a:hover {
  text-decoration: none;
}

hr { color: transparent; width: 0px; height: 0px; }

#container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

#header {
  height: 352px;
}

.page #header, .legal #header {
  background: transparent url(/images/header-page.png) no-repeat center;
}

#home #header {
  background: transparent url(/images/header.png) no-repeat center;
}

#tagline {
  display: none;
}

#logo {
  margin: 0 0 0 40px;
  background: url(/images/logo.png) no-repeat 0px 34px;
  height: 187px;
  width: 296px;
}

#coworking {
  display: inline;
  width: 480px;
  font-size: 1em;
  float: right;
  margin: 60px 56px 0 20px;
  color: #222;
  text-align: justify;
  text-justify: newspaper;
}

#home #coworking p {
  margin: 7px 0;
  line-height: 20px;
}

#home #coworking ul {
  list-style: square;
  font-weight: bolder;
  padding: 0;
  margin: 0 24px;
}

#home #coworking ul li {
  line-height: 20px;
}

#home #coworking ul.left {
  float: left;
}

#home #coworking ul.right {
  float: right;
}

#logo h1, #logo h2 { display: none; }

#slogan, #blurb {  width: 320px; }

#slogan {
  color: #fff;
  margin : 25px 0 2px 50px;
  font-size: 1.45em;
  font-weight: bolder;
}

#slogan hr { display: block; color: #c5de00; background: #c5de00; height: 1px; border: 0; }

#blurb {
  color: #fff;
  margin : 0 0 0 50px;
}

#blurb p { margin: 0; padding: 0; }

#socialmedia .links { list-style: none; margin: 40px 50px 0 0; }

#schedule form {
  margin: 20px 0 0 0;
  width: 330px;
}

#schedule form input[type=text], #schedule form textarea {
  width: 280px;
}

#navbar {
  display: block;
  position: relative;
  margin: 0;
  height: 46px;
}

#navbar ul {
  display: block;
  position: relative;
  margin: 0 32px;
  background: url(/images/navbar.png) no-repeat;
  height: 40px;
  clear: both;
}

#navbar ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0em;
  height: 18px;
}

#navbar ul li a {
  height: 100%;
  font-weight: normal;
  vertical-align: middle;
  font-size: 18px;
  margin: 0;
  padding: 10px 15px 12px 35px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(/images/menu_prefix.png) no-repeat top left;
  color: #fff;
  display: block;
}

#navbar ul li a:hover {
  color: #7fb100;
  display: block;
  background: #fff url(/images/menu_prefix_hover.png) no-repeat top left;
}

#content {
  clear: both;
}

.page #content, .legal #content {
  margin-top: -175px;
}

.clear { clear: both; }

.section {
  clear: both;
  width: 660px;
  margin: 0 0 0 32px;
}

.left { float: left; }
.right { float: right; }

.section .image {
  width: 200px;
  text-align: justify;
  text-justify: newspaper;
  vertical-align: middle;
}

.section .text {
  width: 420px;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.section .text p, .section .text h4 {
  margin: 0 0 10px 10px;
}

p.small {
  font-size: 0.85em;
  color: #222;
}

.section > .title, .sidebar > .title {
  font-size: 2em;
  font-weight: bold;
  color: #ff9900;
  padding: 0 0 5px 40px;
  margin: 25px 0 15px 0;
  background: url(/images/section-title-arrow.png) top left no-repeat;
  border-bottom: 1px solid #aaa;
}

.title.past {
  text-decoration: line-through;
}

.sidebar { width: 235px; margin: 0 30px 0 0; }

.sidebar blockquote { margin: 0 8px; color: #222; }

.event .title {
  color: #222222;
  font: 1.45em bold;
  text-transform: uppercase;
  margin: 10px 0 3px 0;
}

.event .datetime {
  margin: 3px 0;
  font: 1.15em;
}

.event .text {
  width: 235px;
}

#footer {
  clear: both;
  display: block;
  text-align: center;
  margin: 20px 0 0 30px;
  padding: 1.5em 40px 0 5px;
  height: 3em;
  background: url(/images/navbar.png) no-repeat top left;
  color: #fff;
}

#footer a {
  color: #fffea0;
}

table {
  margin: 8px 3px;
  border-spacing: 0;
  border:1px solid #999;
}

table td { margin: 0; padding: 0;  }

table thead tr {
  margin: 0;
  padding: 0;
}

table thead tr th {
  border: 1px solid #999;
}

table tbody tr td {
  border: 1px solid #999;
  padding: 3px 6px;
}

/* Page specific */
.page .sections {
  margin: 24px 0;
  width: 900px;
}

.page .section {
  width: 100%;
}

dl#contact {
  margin: 0.5em 4em;
  width: 26em;
}

dl dt, dl dd {
  display: float;
  margin: 32px 0 0 0;
}

dl dt {
  float: left;
  font-weight: bold;
}

dl dd {
  float: right;
}

dl dd span {
  text-align: center;
}

dl dt.entry {
  clear: both;
  border-bottom; 1px solid #666;
}

#footer .left li a {
background-position:left top;
background-repeat:no-repeat;
display:block;
text-indent:-999em;
}
#footer li.flickr a {
background-image:url(/images/icons/tag_flickr.gif);
height:31px;
margin:5px 10px 0 0;
width:60px;
}
#footer li.facebook a {
background-image:url(/images/icons/tag_facebook.gif);
height:38px;
margin:0 10px 0 0;
width:88px;
}
#footer li.youtube a {
background-image:url(/images/icons/tag_youtube.gif);
height:40px;
width:62px;
}
#footer li.vimeo a {
background-image:url(/images/icons/tag_vimeo.gif);
height:40px;
margin-left:10px;
width:62px;
}
#footer li.twitter a {
background-image:url(/images/icons/tag_twitter.gif);
height:40px;
margin-left:10px;
width:62px;
}

