/*
/*  seeds.css
*/

body {
  font: 12px/20px "Helvetica", "Arial", sans-serif;
  color: #333;
  background: #fff url("/images/body.png") repeat-y 50% 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 { margin: 0; }
p              { margin: 0 0 20px; }
a              { color: inherit; text-decoration: none; }
a img          { border: none; }
ul, ol, dl     { margin: 0 0 20px; }
ul             { list-style: none; padding: 0; }
ol             { padding: 0 10px 0 30px; }
dl dt, dl dd   { margin: 0; padding: 0; }
table          { border-collapse: collapse; }
table p        { margin: 0; }
.br            { margin-bottom: 10px; }
.no-br         { margin-bottom: 0; }

.-clear { clear: both; }

input, textarea, select {
  font: 11px "Lucida Grande", "Verdana", sans-serif;
  color: #333;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input.text, textarea {
  padding: 2px;
  border-width: 2px;
  -webkit-border-image: url("/images/input.png") 2 2;
  -moz-border-image: url("/images/input.png") 2 2;
}

input.submit { cursor: pointer; }

#upper, #lower {
  width: 960px;
  margin: 0 auto;
}

#upper {
  padding: 0 0 30px;
  background: #fff url("/images/shading.png") no-repeat;
}

#header {
  padding: 30px 30px 0;
  margin: 0 0 30px;
}

#header h1 {
  width: 164px; height: 47px;
  float: left;
  text-indent: -9999px;
  background: url("/images/seeds.png");
}

#header h1 a {
  display: block;
  width: 100%; height: 100%;
  overflow: hidden;
}

#header h2 {
  float: right;
  width: 154px; height: 20px;
  text-indent: -9999px;
  background: url("/images/cotm.png") no-repeat;
}

#header h2 a {
  display: block;
  width: 100%; height: 100%;
  overflow: hidden;
}

#header #search {
  float: right;
  padding: 24px 0 0;
  margin: 0;
}

#header #search #search-q {
  font: 12px "Helvetica", "Arial", sans-serif;
  width: 200px; height: 24px;
  padding: 0 12px 0 24px;
  border: none;
  outline: none;
  background: url("/images/search.png");
}

#header #search #search-q:focus { background: url("/images/search-on.png"); }

#header #search #search-s { display: none; }

#nav { padding: 0 30px; }

#nav a       { color: #333; }
#nav a:hover { color: #e5927a; }

#nav ul.main {
  float: left;
  margin: 0;
}

#nav ul.main li {
  float: left;
  height: 30px;
  text-indent: -9999px;
}

#nav li.series      { width: 77px; }
#nav li.artwork     { width: 102px; }
#nav li.video       { width: 74px; }
#nav li.drama       { width: 80px; }
#nav li.resources   { width: 113px; }
#nav li.conferences { width: 133px; }
#nav li.conference  { width: 125px; }
#nav li.blog        { width: 66px; }

#nav ul.main li a {
  display: block;
  width: 100%; height: 30px;
  overflow: hidden;
}

#nav li.series a      { background-image: url("/images/nav-series.png"); }
#nav li.artwork a     { background-image: url("/images/nav-artwork.png"); }
#nav li.video a       { background-image: url("/images/nav-video.png"); }
#nav li.drama a       { background-image: url("/images/nav-drama.png"); }
#nav li.resources a   { background-image: url("/images/nav-resources.png"); }
#nav li.conferences a { background-image: url("/images/nav-conferences.png"); }
#nav li.conference  a { background-image: url("/images/nav-conference.png"); }
#nav li.blog a        { background-image: url("/images/nav-blog.png"); }

#nav ul.main li:hover a {
  background-position: 0 -30px;
}

#nav ul.sub {
  float: right;
  padding-right: 14px;
  margin: 0;
  position: relative; top: -1px;
}

#nav ul.sub li {
  float: left;
  margin-left: 10px;
}

#nav ul.sub li a {
  font-weight: bold;
  text-transform: lowercase;
}

#nav ul.sub li em {
  font-style: normal;
  color: #7f7f7f;
}

#nav ul.sub li.arrow {
  padding-left: 15px;
  background: url("/images/nav-arrow.png") no-repeat 0 7px;
}

#content {
  padding: 0 30px;
}

#content h2 {
  font-size: 12px;
  color: #e5927a;
}

#content h2.title {
  height: 20px;
  text-indent: -9999px;
  margin: 0 0 10px;
  background-repeat: no-repeat;
  background-position: 1px 0;
}

#content h2.featured { background-image: url("/images/h2/featured.png"); }
#content h2.welcome  { background-image: url("/images/h2/welcome.png"); }

#content h2.for-adults   { background-image: url("/images/h2/for-adults.png"); }
#content h2.for-kids     { background-image: url("/images/h2/for-kids.png"); }
#content h2.for-teens    { background-image: url("/images/h2/for-teens.png"); }
#content h2.for-students { background-image: url("/images/h2/for-students.png"); }

#content h2.motion-backgrounds {
  background-image: url("/images/h2/motion-backgrounds.png");
}

#content h2.zion7 {
  background-image: url("/images/h2/zion7.png");
}

#content h2.for-sale {
  background-image: url("/images/h2/for-sale.png");
}

#content h2.lyrics-videos {
  background-image: url("/images/h2/lyrics-videos.png");
}

#content h2.production {
  background-image: url("/images/h2/production.png");
}

#content h2.comments { background-image: url("/images/h2/comments.png"); }

#content h3 { font-size: 12px; }

#content a       { color: #73c0a5; }
#content a:hover { color: #e5927a; }

#content hr {
  border: solid #ccc;
  border-width: 1px 0 0;
  margin: 10px 0;
}

#content #title {
  margin: 0 -30px 30px;
  padding: 12px 30px;
  background: #333;
  border: solid #ccc;
  border-width: 1px 0;
}

#content #title h1 {
  height: 15px;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

#content #title .series      { background-image: url("/images/title-series.png"); }
#content #title .artwork     { background-image: url("/images/title-artwork.png"); }
#content #title .video       { background-image: url("/images/title-video.png"); }
#content #title .drama       { background-image: url("/images/title-drama.png"); }
#content #title .resources   { background-image: url("/images/title-resources.png"); }
#content #title .conferences { background-image: url("/images/title-conferences.png"); }
#content #title .blog        { background-image: url("/images/title-blog.png"); }

#content div.title {
  margin: 0 -30px 30px;
  padding: 10px 30px 9px;
  background: #333;
  border: solid #ccc;
  border-width: 1px 0;
}

#content ul.errors {
  color: #e5927a;
  padding: 0 20px;
}

.home #banner {
  width: 898px; height: 398px;
  margin: 0 0 40px;
  position: relative;
  background: #000;
  border: 1px solid #ccc;
}

.home #banner .slide {
  position: absolute;
  top: 0; left: 0;
}

.home #banner .slide img { display: block; }
.home #banner .slide a {
  display: block;
  width: 100%; height: 100%;
}

.home #banner .pager {
  position: absolute; z-index: 1000;
  left: 10px; bottom: 10px;
}

.home #banner .pager a {
  display: block;
  width: 14px; height: 14px;
  float: left;
  margin-right: 1px;
  background: url("/images/pager.png");
}

.home #banner .pager a:hover   { background: #e5927a; }
.home #banner .pager a.current { background: #73c0a5; }

.home #banner .player a.play {
  display: block;
  width: 70px; height: 51px;
  position: absolute;
  top: 50%; left: 50%; margin: -25px 0 0 -35px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("/images/play-2.png") 0 0;
}

.home #banner .player a.play:hover {
  background-position: -70px 0;
}

.home #banner #welcome-slide {
  width: 898px; height: 398px;
  background: url("/images/banners/welcome.png");
}

.home #banner #welcome-slide h2 { display: none; }

.home #banner #seeds-conference {
  position: absolute;
  width: 898px; height: 398px;
  background: #000 url("/images/banners/seeds-conference.png");
}

.home #banner #seeds-conference .vimeo { display: none; }

.home #banner #seeds-conference .conf-play {
  width: 152px; height: 35px;
  position: absolute;
  right: 40px; bottom: 20px;
  
  text-indent: -9999px;
  overflow: hidden;
  background: url("/images/banners/conf-play.png") no-repeat 0 0;
}

.home #banner #seeds-conference .conf-play:hover {
  background-position: 0 -35px;
}

.home #banner #seeds-conference .video {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: #000;
}

.home #banner #seeds-conference .close {
  position: absolute;
  z-index: 10;
  top: 10px; right: 10px;
  width: 20px; height: 20px;
  
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  
  background: url("/images/close.png") 0 0;
}

.home #banner #seeds-conference .close:hover {
  background-position: -20px 0;
}

.home #banner #seeds-conference h3 { display: none; }

.home #banner #seeds-conference h2 {
  text-indent: -9999px;
}

.home #banner #seeds-conference h2 a {
  display: block;
  width: 100%; height: 100%;
  position: absolute;
  left: 0; top: 0;
}

.home #banner #seeds-conference-buttons {
  position: absolute;
  width: 898px; height: 398px;
  background: #000 url("/images/banners/seedsconf-buttons.png");
}

.home #banner #seeds-conference-buttons h2,
.home #banner #seeds-conference-buttons h3 {
  display: none;
}

.home #banner #seeds-conference-buttons .buttons {
  position: absolute;
  top: 29px;
  right: 41px;
}

.home #banner #seeds-conference-buttons .buttons li {
  margin: 0 0 20px;
}

.home #banner #seeds-conference-buttons .buttons li a {
  display: block;
  text-indent: -9999px;
  width: 270px; height: 100px;
}

.home #banner #seeds-conference-buttons .app a {
  background-image: url("/images/banners/conf-app.png");
}

.home #banner #seeds-conference-buttons .mobile a {
  background-image: url("/images/banners/conf-mobile.png");
}

.home #banner #seeds-conference-buttons .download a {
  background-image: url("/images/banners/conf-download.png");
}

.home #banner #seeds-conference-buttons .app a:hover {
  background-image: url("/images/banners/conf-app-on.png");
}

.home #banner #seeds-conference-buttons .mobile a:hover {
  background-image: url("/images/banners/conf-mobile-on.png");
}

.home #banner #seeds-conference-buttons .download a:hover {
  background-image: url("/images/banners/conf-download-on.png");
}

.home #banner #cwf2009 {
  width: 898px; height: 398px;
  background: #c71e18 url("/images/banners/cwf.jpg");
  position: relative;
}

.home #banner #cwf2009 h2 { display: none; }

.home #banner #cwf2009 a {
  display: block;
  position: absolute;
}

.home #banner #cwf2009 a.download {
  background: url("/images/banners/cwf-download.png");
  width: 210px; height: 20px;
  left: 662px; top: 285px;
  text-indent: -9999px;
  overflow: hidden;
}

.home #banner #cwf2009 a.download:hover {
  background-image: url("/images/banners/cwf-download-hover.png");
}

.home #banner #cwf2009 a.blog {
  background: url("/images/banners/cwf-blog.png");
  width: 192px; height: 20px;
  left: 681px; top: 315px;
  text-indent: -9999px;
  overflow: hidden;
}

.home #banner #cwf2009 a.blog:hover {
  background-image: url("/images/banners/cwf-blog-hover.png");
}

.home #banner #twentyone-promo {
  width: 898px; height: 398px;
  background: #000 url("/images/banners/21.png");
}

.home #banner #twentyone-promo h2 { display: none; }

.home #banner #twentyone-promo a.play {
  margin: 0;
  left: 602px; top: 286px;
}

.home #banner #twentyone-promo a.website {
  position: absolute;
  display: block;
  text-indent: -9999px;
  left: 0; top: 0;
  width: 898px; height: 280px;
}

.home #banner .video {
  position: absolute;
  width: 100%; height: 100%;
  background: #000;
}

.home #banner .video video {
  display: block;
  position: absolute;
}

.home #banner .video .close {
  display: block;
  position: absolute;
  width: 20px; height: 20px;
  right: 10px; top: 10px;
  background: url("/images/close.png");
  cursor: pointer;
}

.home #banner .video .close:hover {
  background-position: -20px 0;
}

.home #featured {
  overflow: hidden;
  margin: 0 -10px 30px 0;
}

.home #featured li {
  position: relative;
  width: 293px; height: 140px;
  float: left;
  margin-right: 10px;
  background: #7f7f7f;
}

.home #featured li a {
  display: block;
  width: 291px; height: 138px;
  border: 1px solid #e6e6e6;
}

.home #featured li a:hover {
  outline: 4px solid #73c0a5;
  outline-offset: -4px;
}

.home #featured li a span.label {
  display: block;
  position: absolute;
  left: 1px; right: 1px; bottom: 1px;
  color: #fff;
  padding: 5px 12px 4px;
  background: url("/images/label.png");
}

.home #featured li a:hover span.label {
  padding: 5px 9px 1px;
  border: solid #73c0a5;
  border-width: 0 3px 3px 3px;
}

.home #new {
  margin: 0 0 30px;
  background: #f0f0f0;
  overflow: hidden;
}

.home #new ul { margin: 0; }

.home #new .nav {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative; z-index: 2;
}

.home #new .nav li {
  float: left;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
}

.home #new .nav li.current { border-bottom-color: #f0f0f0; }

.home #new .nav li a {
  display: block;
  height: 34px;
  text-indent: -9999px;
  background-color: #73c0a5;
  background-position: 0 -34px;
}

.home #new .nav .series a    { width: 107px; }
.home #new .nav .artwork a   { width: 132px; }
.home #new .nav .video a     { width: 103px; }
.home #new .nav .drama a     { width: 111px; }
.home #new .nav .resources a { width: 144px; }

.home #new .nav .series a    { background-image: url("/images/new-series.png"); }
.home #new .nav .artwork a   { background-image: url("/images/new-artwork.png"); }
.home #new .nav .video a     { background-image: url("/images/new-video.png"); }
.home #new .nav .drama a     { background-image: url("/images/new-drama.png"); }
.home #new .nav .resources a { background-image: url("/images/new-resources.png"); }

.home #new .nav li a:hover {
  background-color: #e5927a;
}

.home #new .nav li.current a {
  background-color: #f0f0f0;
  background-position: 0 -0;
}

.home #new .content {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  width: 9999px;
  overflow: hidden;
  margin: 0;
  position: relative; left: 0;
}

.home #new .content > li {
  float: left;
  margin: 0 30px 0 0;
}

.home #new .content ul { width: 910px; }

.home #new .content ul li {
  height: 140px;
  float: left;
  margin-right: 10px;
  background: #7f7f7f;
}

.home #new .content ul li.odd  { width: 217px; }
.home #new .content ul li.even { width: 218px; }
                    
.home #new .content ul li a {
  display: block;
  height: 138px;
  border: 1px solid #e6e6e6;
}

.home #new .content li ul li a:hover {
  outline: 4px solid #e5927a;
  outline-offset: -4px;
}

.list .items {
  margin: 0 -10px 30px 0;
  overflow: hidden;
}

.list .items li {
  position: relative;
  height: 140px;
  float: left;
  overflow: hidden;
  margin: 0 10px 10px 0;
  background: #7f7f7f;
}

.list .items li.odd  { width: 217px; }
.list .items li.even { width: 218px; }

.list .items li a {
  display: block;
  height: 138px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.list .items li a:hover {
  outline: 4px solid #73c0a5;
  outline-offset: -4px;
}

.list .items li a span.label {
  display: block;
  position: absolute;
  left: 1px; right: 1px; bottom: 1px;
  color: #fff;
  padding: 5px 12px 4px;
  background: url("/images/label.png");
}

.list .items li a:hover span.label {
  padding: 5px 9px 1px;
  border: solid #73c0a5;
  border-width: 0 3px 3px 3px;
}

.list .items li.more {
  width: 216px; height: 138px;
  background: none;
  border: 1px solid #ccc;
}

.list .items li.more a {
  font-weight: bold;
  color: #e5927a;
  text-align: center;
  padding: 58px 0;
  height: 20px;
  border: 1px solid #e5927a;
}

.list .items li.more a:hover {
  outline: 4px solid #e5927a;
  outline-offset: -3px;
}

.list .empty {
  text-align: center;
  padding: 80px 0 60px;
}

.view #content .sub {
  width: 220px;
  float: left;
}

.view .sub hr {
  width: 960px;
  position: relative; left: -30px; z-index: 1;
}

.view .sub table {
  width: 100%;
  margin: 0 0 20px;
}

.view .sub table td {
  padding: 5px 10px 4px 0;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: bottom;
}

.view .sub table td.last { text-align: right; padding-right: 0; }

.view .sub table p { color: #b3b3b3; }

.view .sub table a {
  font-weight: bold;
  color: #73c0a5;
  text-transform: lowercase;
}

.view .sub table a:hover { color: #e5927a; }

.view #share {
  border: solid #e6e6e6;
  border-width: 1px 0;
  padding: 20px 0 10px;
}

.view #share li {
  width: 150px;
  margin: 0 auto 10px;
}

.view #share li a {
  font-weight: bold;
  color: #fff;
  text-transform: lowercase;
  display: block;
  width: 116px; height: 20px;
  padding: 2px 10px 2px 24px;
}

.view #share li a:hover { background-position: 0 -24px; }

.view #share .facebook { background-image: url("/images/share-facebook.png"); }
.view #share .twitter  { background-image: url("/images/share-twitter.png"); }

.view .share .twitter-share-button,
.view .share .facebook-like-button {
  float: left;
}

.view #content .main {
  width: 642px;
  float: right;
  position: relative; z-index: 2;
}

.view .main #previews {
  width: 640px; height: 360px;
  border: 1px solid #ccc;
  background: #000;
}

.view .main #previews .preview {
  position: absolute;
  width: 640px; height: 360px;
}

.view .main #previews img { display: block; }

.view .main #previews a.play {
  display: block;
  width: 70px; height: 51px;
  position: absolute;
  top: 50%; left: 50%; margin: -25px 0 0 -35px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("/images/play.png") 0 0;
}

.view .main #previews .video {
  position: absolute;
  top: 0;
  width: 100%; height: 100%;
  background: #000;
}

.view .main #previews a.play:hover { background-position: -70px 0; }

.view #preview-thumbs {
  padding-top: 10px;
}

.view #preview-thumbs li {
  float: left;
  margin-right: 10px;
  width: 118px; height: 68px;
  padding: 11px 1px 1px;
  background: url("/images/preview.png") no-repeat 0 0;
}

.view #preview-thumbs li.current { background-position: -120px 0; }

.view #preview-thumbs li a   { display: block; }
.view #preview-thumbs li img { display: block; }

.view #preview-thumbs li a:hover {
  outline: 2px solid #73c0a5;
  outline-offset: -2px;
}

.search .title h2 { float: left; }
.search .title h3 { float: right; color: #999; }

.search #results {
  margin: 0 120px;
  background: #fff;
  border-top: 1px solid #ccc;
}

.search #results .result {
  padding: 20px 30px;
  border-bottom: 1px solid #e6e6e6;
}

.search #results .item {
  padding-left: 278px;
}

.search #results .item img {
  float: left;
  margin-left: -248px;
  border: 1px solid #e6e6e6;
}

.search #results .item img:hover {
  outline: 4px solid #73c0a5;
  outline-offset: -4px;
}

.search #results .item h3.name  { margin-top: 5px; }
.search #results .item h4.files { color: #999; margin: 0 0 10px; }

.search #results .item .description {
  border-left: 2px solid #e6e6e6;
  padding: 0 18px;
}

.search #results .post .info {
  margin: 0 0 10px;
}

.search #results .post .info h3 a {
  color: #e5927a;
}

.search #results .post .info p       { color: #999; margin: 0; }
.search #results .post .info a       { font-weight: bold; color: #e5927a; }
.search #results .post .info a:hover { color: #73c0a5; }
.search #results .post .info span {
  margin: 0 2px;
  color: #ccc;
}

.search #results .post .sample p { margin: 0 0 10px; }

.search #results .post .more { margin: 0; }
.search #results .post .more a {
  font-weight: bold;
  text-transform: uppercase;
}

.conferences #main { width: 200px; float: left; }
.conferences #sub  { width: 660px; float: right; }

.conferences #sub img {
  display: block;
  border: 1px solid #ccc;
}

.blog #title { position: relative; }

.blog #title a.rss {
  display: block;
  width: 14px; height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 30px; top: 13px;
  background: url("/images/rss.png");
}

.blog #title a.rss:hover { background-position: 0 -14px; }

.blog .subtitle {
  background: #fff;
  margin: -30px -30px 30px;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.blog .subtitle h2 { font-size: 14px; }
.blog .subtitle p { margin: 0; }
.blog .subtitle .sep { margin: 0 6px; color: #ccc; }
.blog .subtitle.page a { font-weight: bold; }

.blog #sub  { width: 200px; float: left; }
.blog #main { width: 660px; float: right; }

.blog #sub h2 { text-transform: uppercase; }
.blog #sub p { color: #7f7f7f; }

.blog #sub #authors {
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog #sub #authors li {
  padding: 8px 0 8px 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog #sub #authors li .photo {
  margin-left: -50px;
}

.blog #sub #authors li img {
  float: left;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
}

.blog #sub #authors li a:hover img { border-color: #73c0a5; }

.blog #sub #authors h4 {
  color: #999;
  overflow: hidden;
}

.blog #sub #authors h4 .name {
  float: left;
  margin-right: 8px;
}

.blog #sub #authors h4 .icon {
  float: left;
  height: 20px;
  text-indent: -9999px;
  margin-right: 8px;
  font-weight: normal;
}

.blog #sub #authors h4 .icon:hover { background-position: 0 -20px; }

.blog #sub #authors h4 .twitter {
  width: 13px;
  background: url("/images/blog/twitter-tiny.png") no-repeat;
}

.blog #sub #authors h4 .email {
  width: 9px;
  background: url("/images/blog/email-tiny.png") no-repeat;
}

.blog #sub #authors p { margin: 0; }

.blog #sub #recent-posts li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog #sub #recent-posts li h3 { color: #999; font-weight: normal; }
.blog #sub #recent-posts li a  { font-weight: bold; }

.blog #sub .tags li   { color: #ccc; }
.blog #sub .tags li a { margin-right: 10px; font-weight: bold; }

.blog #sub #recent-comments li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog #sub #recent-comments li p {
  color: #999;
  margin: 0;
}

.blog #sub #recent-comments li p a { font-weight: bold; }

.blog #sub #recent-comments li strong {
  color: #e5927a;
}

.blog .post {
  margin: 0 0 50px 0;
  padding: 0 30px 0 70px;
}

.blog .post .heading {
  padding-left: 20px;
  margin: 0 0 20px -20px;
}

.blog .post .heading .portrait {
  width: 48px; height: 48px;
  float: left;
  margin-left: -68px;
}

.blog .post .heading .portrait img {
  display: block;
  border-right: 2px solid #e5927a;
}

.blog .post .heading h1 {
  font: bold 18px/20px "HelveticaNeue", "Helvetica",
                       "Arial", sans-serif;
  color: #e5927a;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin-bottom: 8px;
}

.blog #content .post .heading h1 a       { color: #e5927a; }
.blog #content .post .heading h1 a:hover { color: #73c0a5; }

.blog #content .post .heading h1 a.comments {
  font: bold 12px "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: default;
  margin-left: 10px;
  padding-right: 16px;
  background: url("/images/blog/comments.png") no-repeat 100% 1px;
}

.blog .post .heading p             { color: #999; margin: 0; }
.blog #main .post .heading a       { font-weight: bold; color: #e5927a; }
.blog #main .post .heading a:hover { color: #73c0a5; }

.blog .post .byline span {
  margin: 0 2px;
  color: #ccc;
}

.blog .list .post .wrapper.on {
  overflow: hidden;
}

.blog .list .post .read-more {
  margin: 0 0 20px;
}

.blog .list .post .read-more.on {
  position: relative;
  z-index: 10;
  padding-top: 10px;
  margin: 0 0 10px;
}

.blog .list .post .read-more a {
  font-weight: bold;
  text-transform: uppercase;
}

.blog .post .body h1, .blog .post .body h2 { margin: 0 0 20px; }

.blog .post .body ul li,
.blog #comments .comment ul li {
  background: url("/images/dot.png") no-repeat 8px 8px;
  padding-left: 20px;
}

.blog #comments .comment ul li {
  margin: 0;
}

.blog .post .body iframe {
  display: block;
  margin: 0 0 20px;
}

.blog .post .body .indent {
  padding-left: 30px;
}

.blog .post .body .sep {
  color: #ccc;
  margin: 0 8px;
}

.blog .post .body div.vimeo {
  width: 560px; height: 315px;
  border: 1px solid #ccc;
  margin: 0 0 20px;
}

.blog .post .body div.vimeo iframe {
  display: block;
  width: 100%; height: 100%;
  border: none;
}

.blog .post .body div.vimeo p {
  text-align: center;
  position: relative;
  top: 148px;
}

.blog .post .body div.vimeo p a { font-weight: bold; }

.blog .post .body table.chart {
  margin: 0 0 20px;
}

.blog .post .body table.chart td { padding-right: 20px; }

.blog .post .sub-comments {
  border-top: 2px solid #e0e0e0;
  padding-top: 10px;
  font-weight: bold;
}

.blog .post .sub-comments .twitter-share-button,
.blog .post .sub-comments .facebook-like-button {
  float: left;
  margin: 0 0 10px 0;
}

.blog .post .sub {
  width: 280px;
  float: left;
  margin-right: 20px;
  border-top: 2px solid #e0e0e0;
  padding-top: 8px;
}

.blog .post .discuss { margin-right: 0; }

.blog .post .sub h3 {
  color: #ccc;
  text-transform: uppercase;
}

.blog .post .sub p { color: #ccc; margin: 0; }
.blog .post .sub p a { font-weight: bold; }

.blog .post .share li {
  float: left;
  padding: 5px 0;
  margin-right: 6px;
}

.blog .post .share li a {
  display: block;
  width: 30px; height: 30px;
  text-indent: -9999px;
  overflow: hidden;
}

.blog .post .share li .facebook { background: url("/images/blog/facebook.png"); }
.blog .post .share li .twitter  { background: url("/images/blog/twitter.png"); }

.blog #comments { padding-top: 20px; margin-top: -20px; }

.blog #comments h2.title {
  position: relative;
  left: -1px;
}

.blog #comments h3.count {
  color: #ccc;
  margin: 0 0 10px;
}

.blog #comments ol {
  list-style: none;
  padding: 0;
}

.blog #comments ol li.comment {
  border-top: 2px solid #e6e6e6;
  padding: 8px 80px 30px 180px;
}

.blog #comments ol li.author-comment .author {
  border-top-color: #e5927a;
}

.blog #comments ol li.author-comment .author h3 {
  color: #e5927a;
}

.blog #comments ol li .author {
  margin-top: -10px;
  border-top: 2px solid #73c0a5;
  padding-top: 8px;
  width: 160px;
  margin-left: -180px;
  float: left;
}

.blog #comments ol li .gravatar {
  width: 60px;
  float: right;
  margin-right: -80px;
  padding: 4px 0 0;
}

.blog #comments ol li .gravatar img {
  display: block;
  border: 1px solid #e6e6e6;
}

.blog #comments ol li .author h3  { color: #7f7f7f; }
.blog #comments ol li .author p   { color: #ccc; margin: 0; }
.blog #comments ol li .author .at { color: #e6e6e6; }

.blog #comment {
  padding-left: 180px;
}

.blog #comment .sub {
  width: 160px;
  float: left;
  margin-left: -180px;
}

.blog #comment .sub h3 { color: #e5927a; }
.blog #comment .sub p { color: #999; }

.blog #comment form {
  padding: 19px 80px 0 0;
}

.blog #comment form p { margin: 0 0 10px; }

.blog #comment form label {
  display: block;
  width: 90px;
  padding: 1px 0 0;
  float: left;
  font-weight: bold;
  color: #7f7f7f;
}

.blog #comment form input.text {
  display: block;
  width: 310px;
}

.blog #comment form textarea {
  display: block;
  width: 100%; min-width: 100%; max-width: 100%;
  height: 120px;
}

.blog #comment form p.submit {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  text-align: right;
}

.blog #comment form .captcha { display: none; }

.blog #main .pages {
  border-top: 2px solid #e0e0e0;
  padding-top: 10px;
}

.blog #main .pages .sep { margin: 0 6px; color: #ccc; }
.blog #main .pages a { font-weight: bold; }

.form #content form {
  width: 360px;
  margin: 0 auto;
  padding: 19px;
  background: #fff url("/images/shading.png") repeat-x;
  border: 1px solid #ccc;
}

.form #content form p        { margin: 0 0 10px; clear: both; }
.form #content form p label  { float: left; width: 120px; padding: 1px 0; }
.form #content form p .text  { width: 240px; }
.form #content form p select { width: 240px; }
.form #content form p textarea {
  width: 240px; height: 80px;
}

.form #content form p.submit {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin: 0;
  text-align: right;
}

.signup #content .part {
  width: 238px;
  float: left;
  padding: 0 20px 10px;
  margin-right: 30px;
  background: #fff url("/images/shading.png") repeat-x;
  border: 1px solid #ccc;
}

.signup #content .part h3 {
  color: #73c0a5;
  margin: 0 -20px 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

.signup #content .part a       { color: #73c0a5; }
.signup #content .part a:hover { color: #e5927a; }

.signup #content #part-3 { margin: 0; }

.signup #content .part p        { margin: 0 0 10px; }
.signup #content .part p label  { display: block; margin: 0 0 2px; }
.signup #content .part p .text  { width: 100%; }
.signup #content .part p textarea {
  width: 240px; height: 80px;
}

.signup #content .part p.submit {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin: 0;
  text-align: right;
}

.signup #content #part-3 ol {
  font: 10px/15px "Lucida Grande", "Verdana", sans-serif;
  color: #7f7f7f;
  padding: 0 10px 0 20px;
}

.signup #content #part-3 ol li { margin: 0 0 10px; }
.signup #content #part-3 ol li.strong { font-weight: bold; color: #333; }

.signup #content #signup-address { margin-bottom: 6px; }

.signup #content #signup-city {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.signup #content #signup-state {
  width: 50px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.signup #content #signup-zip {
  width: 68px;
  float: left;
  text-align: center;
}

.signup-done #content .main {
  width: 360px;
  float: left;
}

.signup-done #content .sub {
  width: 500px;
  float: right;
  padding-top: 30px;
}

.signup-done #content p.login {
  text-align: center;
  padding: 20px 0;
}

.signup-done #content p.login a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-image: url("/images/button-green.png") 0 15;
  -moz-border-image: url("/images/button-green.png") 0 15;
  border-width: 0 15px;
}

.signup-done #content p.login a:hover {
  -webkit-border-image: url("/images/button-orange.png") 0 15;
  -moz-border-image: url("/images/button-orange.png") 0 15;
}

.settings #content .sub  { width: 400px; float: left; padding: 0 25px; }
.settings #content .main { width: 450px; float: right; }

.settings #content .sub p { margin: 0 0 10px; }

.limited-license #content .main {
  padding: 0 120px;
}

.limited-license #content ol p { margin: 0; }

.limited-license #content ol ol {
  list-style: lower-alpha;
  margin: 0;
}

.error #content #main {
  border-top: 1px solid #ccc;
  margin: 0 -30px;
  padding: 180px 120px 170px;
  text-align: center;
}

.error #content #main h1 {
  font: 100px/100px "HelveticaNeue-UltraLight", "Helvetica",
                   "Arial", sans-serif;
  color: #999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.error #content #main h2 { margin: 0 0 20px; }
.error #content #main p  { color: #999; margin: 0; }

#lower {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

#footer {
  color: #666;
  margin: 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #4c4c4c;
}

#footer a:hover { color: #73c0a5; }

#footer .legal {
  width: 240px;
  float: left;
  text-transform: lowercase;
}

#footer .legal h2 {
  width: 73px; height: 22px;
  text-indent: -9999px;
  margin: 0 0 8px;
  background: url("/images/seeds-small.png");
}

#footer .legal h2 a {
  display: block;
  width: 100%; height: 100%;
  overflow: hidden;
}

#footer .legal p { margin: 0; }

#footer .legal p a       { color: #999; margin-right: 20px; }
#footer .legal p a:hover { color: #73c0a5; }

#footer .sites {
  float: right;
  padding-top: 70px;
  margin: 0;
}

#footer .sites li { float: left; margin: 0 0 0 20px; }

#bubbles {
  position: absolute; top: 0; left: 0;
  z-index: 100;
}

#bubbles.active {
  top: 0; right: 0; bottom: 0; left: 0;
}

#bubbles .bubble {
  position: absolute;
  width: 278px; min-height: 58px;
  margin-top: 24px;
  background: #666;
  border: 1px solid #999;
}

#bubbles .bubble .arrow {
  width: 21px; height: 17px;
  position: absolute;
  top: -17px; left: 0;
  margin-left: -10px;
  background: url("/images/bubble-arrow.png");
}

#bubbles .bubble .content {
  color: #fff;
  padding: 10px 20px 20px;
  overflow: hidden;
}

#bubbles h2 { font-size: 12px; }

#bubbles div.title {
  margin: -10px -20px 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #999;
}

#bubbles div.title h2 { color: #73c0a5; }

#bubbles dl { overflow: hidden; }

#bubbles dl dt { color: #b3b3b3; width: 80px; float: left; clear: left; }
#bubbles dl dd { padding-left: 80px; }

#bubbles hr {
  border: solid #999;
  border-width: 1px 0 0;
  margin: 10px 0;
}

#bubbles .bubble form p        { margin: 0 0 10px; }
#bubbles .bubble form p label  { display: block; margin: 0 0 2px; }
#bubbles .bubble form p .text  { width: 100%; }
#bubbles .bubble form p select { width: 100%; }
#bubbles .bubble form p textarea {
  width: 100%; height: 60px;
}

#bubbles .bubble form p input[type="checkbox"] {
  margin-right: 2px;
}

#bubbles .bubble form p.submit {
  border-top: 1px solid #999;
  padding-top: 10px;
  margin: 0;
  text-align: right;
}

#bubbles .bubble form.delete {
  padding: 20px 0 10px;
}

#bubbles .bubble form.delete input.submit {
  display: block;
  margin: 0 auto;
}

#flash {
  position: fixed;
  width: 280px; padding: 20px;
  top: 170px; left: 50%;
  margin-left: -161px;
  background: #666;
  border: 1px solid #999;
  z-index: 2000;
  text-align: center;
}

#flash h1 {
  font-size: 12px;
  color: #fff;
  padding-top: 40px;
  background: url("/images/flash-ok.png") no-repeat 50% 0;
}

