

/* @group Homepage */

body{
  background: #fff url('/images/layout/home-bg.png') repeat-x;
}

#wrapper {
  background: transparent;
}

#header-outer {
  background-image: none;
  margin-bottom: 0;
  height: 94px;
  width: 932px;
}

#blog-title {
  left: 0;
}

#menu a:hover {
  background-image: none;
}

#content {
  width: 932px;
}

#carousel {
  height: 343px;
  background-color: #FFCC00;
  margin-bottom: 39px;
  position: relative;
}

ul#carousel-items {
  margin: 0;
}

ul#carousel-items li {
  position: relative;
  margin: 0;
  display: none;
  width: 932px;
  height: 343px;
}

ul#carousel-items li.first {
  display: block;
}

ul#carousel-items li img {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

ul#carousel-items li a:link,
ul#carousel-items li a:visited,
ul#carousel-items li a:active,
ul#carousel-items li a:hover {
  text-decoration: none;
}

#carousel .desc {
  width: 200px;
  padding: 13px 28px;
}

#carousel .desc p {
  color: #000;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.15em;
  margin: 0.5em 0;
}

#carousel .desc p strong {
  color: #fff;
}

#carousel a.screenshot {
  position: absolute;
  top: 0;
  right: 0;
  height: 343px;
  width: 674px;
  float: right;
}

#carousel a.screenshot div {
  background: transparent url('/images/layout/carousel-shadow.png') no-repeat bottom right;
  height: 343px;
  width: 674px;
}

#carousel .arrow {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 292px;
  left: 208px;
  z-index: 99999;
}

#carousel ul#nav {
  background-color: #000;
  float: left;
  display: block;
  height: 42px;
  width: 229px;
  padding: 27px 0 0 29px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

#carousel ul#nav li {
  display: inline;
  font-family: "Gill Sans", Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  padding-right: 0px;
}

#carousel ul#nav li a:link,
#carousel ul#nav li a:visited,
#carousel ul#nav li a:active,
#carousel ul#nav li a:hover {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  position: relative;
  z-index: 100;
}

#carousel ul#nav li.active a:link,
#carousel ul#nav li.active a:visited,
#carousel ul#nav li.active a:active,
#carousel ul#nav li.active a:hover {
  color: #FFCC00;
}

#carousel #carousel-shadow {
  position: absolute;
  bottom: -10px;
  right: -1px;
  z-index: 10;
  padding: 0;
  border: 0 none;
}

#content-main {
  width: 550px;
  float: left;
}

.story,
.search .story {
  margin-bottom: 40px;
}

.story span {
  position: relative;
}


.story h3,
.search .story h3 {
  font-size: 3.2em;
  font-weight: normal;
  line-height: 1.1em;
  margin: 8px 0 0 0;
}

h3 a:link,
h3 a:visited,
h3 a:active,
h3 a:hover,
.search h3 a:link,
.search h3 a:visited,
.search h3 a:active,
.search h3 a:hover {
  color: #000;
}

.story a.comments:link,
.story a.comments:visited,
.story a.comments:active,
.story a.comments:hover {
  background: transparent url('/images/layout/home-comments-bubble.gif') no-repeat 45% 95%;
  padding: 10px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -34px;
}

#content-main-outer {
  background: transparent url('/images/layout/home-content-section.png') repeat-y top right;
}

#content {
  padding-bottom: 0;
  padding-left: 0;
}

/* @group Sidebar */

#content-section {
  width: 280px;
  padding-right: 20px;
  padding-left: 29px;
}

#content-section h2 {
  color: #fff;
  font-size: 2.6em;
  line-height: 1.2em;
  margin-top: 25px;
}

#content-section em {
  font-style: normal;
  color: #FFCC00;
}

#content-section ul {
  background: #242424;
  margin: 15px 14px -10px 0px;
  padding: 10px 20px
}

#content-section ul li {
  color: #fff;
  margin: 0;
  line-height: 1.3em;
  font-size: 1.3em;
}

#content-section ul.photos {
  background: #000;
  margin: 15px 0px 0px 0px;
  padding: 0;
}

#content-section ul.photos li {
  color: #fff;
  margin: 0;
  line-height: 1.3em;
  font-size: 1.3em;
  display: inline;
  margin-right: 7px;
}

#content-section ul.photos li img {
  margin:0;
}

#content-section ul.photos li.last {
  margin-right: 0;
}

#content-section h2.notch {
  background: url('/images/layout/home-notch.gif') no-repeat top left;
  margin: 40px 0 0 -29px;
}

#content-section p {
  font-size: 1.3em;
  color: #fff;
  line-height: 1.2em;
}

#content-section div.notch {
  background: url('/images/layout/home-notch.gif') no-repeat top left;
  margin-left: -29px;
}

/* @end */

/* @group Footer */


#footer {
  height: auto;
}

#footer .footer-full {
  display: block;
}

#footer .footer-light {
  display: none;
}

#footer-inner {
  width: 933px;
  margin: 0 auto;
  padding: 25px 0 100px 0;
}

#footer .col {
  width: 285px;
  float: left;
  margin-right: 32px;
}

#footer .col.last {
  margin-right: 0;
}

#footer .col h2 {
  font-size: 2.6em;
  margin-bottom: 0;
}

#footer .col h2.twitter {
  background: transparent url('/images/layout/twitter-bird.png') no-repeat 236px 8px;
}

#footer .col h2 span {
  color: #fff;
}

#footer .col p {
  line-height: 1.2em;
  font-size: 1.2em;
  margin-bottom: 10px;
}

#footer .col p span {
  color:#000000;
  text-decoration:underline;
}

#footer .col p.copyright {
  margin-top: 21px;
}

#footer ul.inside-nc li {
  display: inline;
}

#footer ul.inside-nc li img {
  margin-bottom: 6px;
  margin-right: 8px;
}

#footer ul.twitter {
  background-color: #fff;
  padding: 15px 20px 10px 0;
}

#footer ul.twitter li {
  background: transparent url('/images/layout/twitter-notch.gif') no-repeat 0px 1.7em;
}

#footer ul.twitter li p {
  border-bottom: 1px solid #FFCC00;
  margin-left: 24px;
  margin-bottom: 7px;
  margin-top: 3px;
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 1.1em;
}

#footer ul.twitter span {
  font-size: .9em;
  text-transform: uppercase;
  padding-left: 24px;
}

#footer ul.twitter li.last {
  padding: 7px 0 0 024px;
  background-image: none;
}

/* @end */

/* @end */
