body.public {
  background:#000 url(/images/wall-bg.jpg) center 40px no-repeat;
  margin:0;
  padding:0;
}

.public .wrapper {
  width:100%;
  padding-top:75px;
}

.public .teaser {
  position:absolute;
  top:-50px;
  right:0;
}

.public .teaser h3 {
  display:block;
  background:url(/images/join-community.png) 0 0 no-repeat;
  text-indent:-999em;
  width:536px;
  height:24px;
}

.public #actions {
  margin:50px auto;
  display:block;
  position:relative;
  width:521px;
}

.public #actions li {
  margin-top:10px;
}

.public #actions a {
  display:block;
  text-indent:-999em;
}

.public #actions .badge {
  position:absolute;
  top:-20px;
  left:-40px;
  margin:0;
}

.public #actions .find-out-more {
  width:521px;
  height:49px;
  background:url(/images/btn-find-out-more.png) 0 0 no-repeat;
}

.public #actions .search-stolen {
  width:521px;
  height:33px;
  background:url(/images/btn-search-stolen.png) 0 0 no-repeat;
}

.public .grid, .public #footer .wrapper {
  width:900px;
  margin:0 auto;
  position:relative;
  padding:0;
}

.public .wrapper h1 {
  display:block;
  width:227px;
  height:62px;
  background:url(/images/logo-transparent.png) 0 0 no-repeat;
  position:absolute;
  top:-45px;
  left:20px;
  text-indent:-999em;
}

.public h2 {
  color:#333;
  font-size:48px;
  line-height:1.0em;
  color:#01aceb;
  font-weight:bold;
  font-style:normal;
  text-align:center;
  display:block;
  width:100%;
  
  position:absolute;
  bottom:0;
  left:0;
}

.public #login-box {
  float:right;
  width:575px;
  height:50px;
  margin:0;  
  background:url(/images/login-area-bg.png) bottom right no-repeat;
}

.public #login-box form {
  display:block;
  margin:0;
}

.public .error {
  background:transparent url(/images/landing/bg-login-red-r.png) bottom right no-repeat;
  display:block;
  position:absolute;
  right:5px;
  top:34px;
  width:443px;
  z-index:999; /* required to overlay all elements of the content in FFx and IE7! */
}

.public .error p {
  padding:8px 10px;
  margin-left:-14px;
  background:url(/images/landing/bg-login-red-l.png) bottom left no-repeat;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:14px;
  line-height:120%;
  font-style:italic;
  color:#FFFFFF;
}

.public .error a {
  color:#FFFFFF;
  font-weight:bold;
  font-style: normal;
  font-family: Helvetica,Arial,sans-serif;
}

.public #login-box p {
  position:relative;
  float:left;
  padding:10px 0 0;
  margin: 0 0 0 5px;
  border-bottom:0;
  height:40px;
  clear:none;
}

.public #login-box p#signup_button_p {
  border-left:2px solid #FFFFFF;
  padding-left:5px;
}

.public #login-box p > a {
  margin-top: 1px;
}

.public #login-box label {
  position:absolute;
  top:8px;
  left:5px;
  padding:5px;
  line-height:20px;
  font-family:Helvetica,Arial,sans-serif;
  font-weight:900;
  font-style:normal;
  font-size:14px;
}

.public #login-box input {
  border:1px solid #fff;
  background:url(/images/landing/input-bg.png) 0 0 repeat-x;
  padding: 2px;
  width:135px;
}

.public #login-box .login {
  width:53px;
  height:26px;
  background:url(/images/buttons/login.png) 0 0 no-repeat;
  border:0;
}

.public #login-box .signup {
  width:53px;
  height:26px;
  border:0;
  /* these are temporary properties - as long as signup button is not prepared. */
  text-indent: 0;
  padding: 0;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #94ce01;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.public .content-box {
  display:block;
  width:900px;
  height:500px;
}

.public .content-box {
  position:relative;
}

.public .screencast {
  background:url(/images/landing/laptop.png) 0 0 no-repeat;
  width:367px;
  height:278px;
  position:absolute;
  bottom:51px;
  right:28px;
}

*:first-child+html .public .screencast {
  background-position: -25px top;
  width: 342px;
}

.public .screencast a {
  display:block;
  width:207px;
  height:88px;
  text-indent:-999em;
  background:url(/images/landing/screencast.png) 0 0 no-repeat;
  margin:90px 0 0 125px;
}

.public .home_texts{
  margin: 0 0 0 280px;
}

.public .sign-up-field {
  background:url(/images/landing/input.png) 0 0 no-repeat;
  padding:10px 10px 10px 20px;
  border:0;
  float:left;
  width:215px;
}

.signups {
  background:url(/images/landing-girl.jpg) bottom left no-repeat;
  padding:15px 0 12px 260px;
  width:610px;
}

.signups .button-arrow {
  display:block;
  width:72px;
  height:72px;
  position:absolute;
  top:50%;
  margin-top:-36px;
  right:20px;
  background:url(/images/landing-big-green-button.png) 0 0 no-repeat;
  text-indent:-999em;
}

.signups li {
  background:url(/images/landing-gradient-top.png) right top no-repeat;
  font-size:30px;
  line-height:1.1em;
  margin:15px 0;
  color:#888;
}

.signups li.search {
  font-size:18px;
  background:transparent;
  padding:0 20px;
  margin-bottom:0;
}

.signups li.search a {
  color:#9e2f5c;
  font-weight:900;
  text-decoration:none;
}

li.search a:hover {
  text-decoration:underline;
}

.signups li div {
  background:url(/images/landing-gradient-btm.png) bottom right no-repeat;
  padding:15px 120px 15px 15px;
  position:relative;
}

.teaser .signups li strong {
  color:#666;
}

/* Fixes IE7 scrolling issue. */
*:first-child+html .public .sign-up-field-wrapper {
  background:url(/images/landing/input.png) 0 0 no-repeat;
  float:left;
  padding-left:20px;
}

*:first-child+html .public .sign-up-field {
  float:none;
  background:none;
  width:195px;
  padding-left: 0;
}

.public span.field_errors {
  z-index: 50;
  display: block;
  color: red;
}

.public p.thank_you {
    width: 500px;
    padding:0 20px 0 50px;
}

.public #footer .wrapper {
  background-image:none;
  display:block;
  width:840px;
  margin-bottom: 0.5em;
  padding:0;
}

.public #footer strong {
  text-transform:none;
}

.public h3 {
  font-weight:900;
  color:#fff;
  font-size:30px;
  text-shadow:#000 2px 2px 1px;
  margin:0 0 10px 30px;
}

.public .additional-content {
  background:url(/images/bg-wood-dark.jpg) center 38px repeat-x;
  display:block;
  margin-top:40px;
}

.public .additional-content dl {
  margin:20px 0 10px 30px;
  width:260px;
  float:left;
  color:#fff;
  height:355px;
  overflow:hidden;
  padding:10px 0;
  border-bottom:1px solid #6b554d;
}

.public .additional-content dt {
  color:#fff;
  font-size:14px;
  text-transform:uppercase;
  padding-left:20px;
  font-weight:900;
  display:block;
  line-height:150%;
}

.public .additional-content .blog dt {
  background:url(/images/icons/landing-blog.png) 0 0 no-repeat;
}

.public .additional-content dd {
  margin:10px 0;
}

.public .additional-content dd.title {
  font-size:16px;
  font-weight:900;
}

.public .additional-content dd.title .meta {
  color:#aaa;
  font-weight:100;
  font-size:14px;
}

.public .additional-content dd.title .comments {
  font-size:11px;
  margin:2px;
  color:#fff;
  text-decoration:none;
  font-weight:100;
  background:url(/images/landing/comment-icon.png) 0 0 no-repeat;
  padding:5px 9px;
}

.public .additional-content dd.content {
  font-family:Georgia,'Times New Roman',Times,serif;
  font-style:italic;
  color:#aaa;
}

.public #footer {
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  color: #fff;
  padding:20px 0;
  background:url(/images/bg-black-transparency.png);
  min-height:1px;
}

.public #footer strong, .public #footer a {
  color:#d4cebf;
  text-decoration:none;
  display:block;
  float:left;
  font-size:11px;
  font-weight:900;
  line-height:100%;
}

.public #footer li {
  float:left;
  padding:0 11px 0 10px;
  background:url(/images/footer-separator.png) top right repeat-y;
}

.public #footer li.last {
  padding:0 0 0 10px;
  background:none;
}

.public #footer ul {
  float:right;
}

.public .invite {
  border-top:1px solid #664d49;
  border-bottom:1px solid #000;
  padding:20px 0;
  display:block;
}

.public .invite fieldset {
  padding:0 0 0 30px;
  width:580px;
  float:left;
}

.public .invite fieldset label {
  color:#fff;
  display:block;
  float:left;
  width:200px;
  font-weight:100;
  line-height:150%;
}

.public .invite fieldset label em {
  font-weight:900;
  text-decoration:none;
  font-style:normal;
}

.reset_password {
    padding: 0 1em 1em;
}

#new_subscription fieldset .button {
  width: 90px;
  position: relative;
  z-index: 10;
}

/* IE 7 has an issues with this layout. TODO: fix it *for real* */
*:first-child+html #new_subscription fieldset .button {
  width: 50px;
}

a.home_button {
  width: 250px;
  margin: 0 20px;
  z-index: 2220;
}

/* Static pages */
#static .grid {
  width:930px;
}

#static .content-box {
  height:auto;
}

#static .wrap {
  width:930px;
  clear:both;
  background:url(/images/bg-white.png) bottom left repeat-y;
  margin-top:25px;
}

#static .container {
  width:930px;
  background:url(/images/bg-white-top.png) top left no-repeat;
  padding:30px 15px 0;
  margin-top:-30px;
}

#static .foot {
  width:930px;
  clear:both;
  background:url(/images/bg-white-btm-small.png) top left no-repeat;
  height:40px;
}

body.static .sidebar, #content .sidebar {
  width:221px;
  float:left;
  background-image: url(/images/sidebar-gray.png);
  background-repeat: no-repeat;
  background-position:3px -20px;
  margin-top:-15px;
  height:500px;
  padding-top:20px;
}

#content .sidebar {
  margin-top:-20px;
}

#content .sidebar .nav {
  width:100%;
}

#static .nav li, #content .sidebar li {
  display:block;
  padding:0 15px;
  line-height:35px;
  background:url(/images/sidebar-nav-separator.png) bottom right no-repeat;
  text-align:right;
  float:none;
  clear:both;
}

#static .nav .active, #content .sidebar .active {
  background:url(/images/sidebar-nav-current.png) bottom right no-repeat;
  margin-top:-2px;
}

#static .nav a, #content .sidebar a {
  color:#666;
  font-weight:bold;
  text-decoration:none;
  padding:0 20px;
  display:inline;
  line-height:100%;
  display:block;
  line-height:35px;
}

#static .nav .active a, #content .sidebar .active a {
  color:#aaa;
}

body.static .text, #content .text {
  margin-right:30px;
  float:right;
  color:#666;
  font-family:Georgia,"Times New Roman",Times,serif;
}

body.static .text{
  width: 669px;

}

body.static .text a{
  text-decoration: none;
}

#content .text {
  width: 679px;
}

#content .text {
  width:639px;
  margin-right:0;
}

body.static .text h2, #content .text h2 {
  font-family:Helvetica,Arial,sans-serif;
  font-size:30px;
  color: #000;
  font-style:normal;
  font-weight:bold;
  padding:10px;
}

body.static .text p, #content .text p {
  color:#666;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-style:italic;
  margin:10px 0;
  padding:0 10px;
}

body.static .text ul {
  list-style:circle;
  padding:10px 30px;
  margin:0 10px;
  font-style:italic;
}

body.static .text ol {
  padding:10px 30px;
  margin:0 10px;
  font-style:italic;
  list-style:decimal;
}

body.static .text img, #content .text img {
  margin:10px;
}

body.static .text .left, #content .text .left {
  float:left;
}

body.static .text .right, #content .text .right {
  float:right;
}

body.static .cast, #content .cast {
  position:relative;
  width:650px;
  clear:both;
  margin:20px 0;
  height:180px;
  overflow:hidden;
}

body.static .cast-left, #content .cast-left {
  background:url(/images/about-custom-lb.png) bottom right no-repeat;
  float:none;
}

body.static .cast-right, #content .cast-right {
  background:url(/images/about-custom-rb.png) bottom left no-repeat;
  float:right;
}

body.static .cast-left dt, #content .cast-left dt {
  background:url(/images/about-custom-lt.png) top right no-repeat;
}

body.static .cast-right dt, #content .cast-right dt {
  background:url(/images/about-custom-rt.png) top left no-repeat;
}

body.static .cast dt, #content .cast dt {
  padding:30px 0 0 30px;
  color:#fff;
  font-size:18px;
  font-weight:bold;
}

body.static .cast .description, #content .cast .description {
  font-weight:normal;
  color:#666;
}

body.static .cast dd, #content .cast dd {
  margin:10px 0;
  padding:0 30px;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:12px;
  color:#666;
  font-style:italic;
}

body.static .cast-left dt, body.static .cast-left dd, #content .cast-left dt, #content .cast-left dd {
  padding-left:200px;
}

body.static .cast-right dt, #static .cast-right dd, #content .cast-right dt, #content .cast-right dd {
  padding-right:200px;
}

body.static .cast .picture, #content .cast .picture {
  width:180px;
  height:180px;
  border:0;
  margin:0;
  padding:0;
  position:absolute;
  top:0;
}

body.static .cast .picture img, #content .cast .picture img {
  margin:0;
  padding:0;
}

body.static .cast-left .picture, #content .cast-left .picture {
  left:0;
  right:auto;
}

body.static .cast-right .picture, #content .cast-right .picture {
  right:0;
  left:auto;
}

body.static .cast-small, #content .cast-small {
  height:90px;
}

body.static .cast-small-left, #content .cast-small-left {
  background:url(/images/about-custom-small-lb.png) bottom right no-repeat;
  float:none;
}

body.static .cast-small-right, #content .cast-small-right {
  background:url(/images/about-custom-small-rb.png) bottom left no-repeat;
  float:right;
}

body.static .cast-small-left dt, #content .cast-small-left dt {
  background:url(/images/about-custom-small-lt.png) top right no-repeat;
}

body.static .cast-small-right dt, #content .cast-small-right dt {
  background:url(/images/about-custom-small-rt.png) top left no-repeat;
}

body.static .cast-small .picture, #content .cast-small .picture {
  width:90px;
  height:90px;
  border:0;
  margin:0;
  padding:0;
  position:absolute;
  top:0;
}

body.static .cast-small-left .picture, #content .cast-small-left .picture {
  left:0;
  right:auto;
}

body.static .cast-small-right .picture, #content .cast-small-right .picture {
  right:0;
  left:auto;
}

body.static .cast-small dt, #content .cast-small dt {
  padding:15px 0 0 30px;
  color:#fff;
  font-size:16px;
  font-weight:bold;
}

body.static .cast-small dd, #content .cast-small dd {
  margin-top:0;
  line-height:150%;
}

body.static .cast-small-left dt, body.static .cast-small-left dd,
#content .cast-small-left dt, #content .cast-small-left dd {
  padding-left:110px;
}

body.static .cast-small-right dt, body.static .cast-small-right dd,
#content .cast-small-right dt, #content .cast-small-right dd {
  padding-right:110px;
}

.content-box {
  position:relative;
}

#logged-in-box{
  position:absolute;
  top:0;
  right:0;
}

.public #logged-in-box {
  z-index:999;
  top:20px;
  right:20px;
}

#content .sidebar h3 {
  font-size:18px;
  padding:0 20px 20px;
  text-align:right;
  color:#00A5E2;
  background: url(/images/sidebar-nav-separator.png) bottom right no-repeat;
  margin: 45px 0px 0px;

}

#content #tour-header{
  color: black;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 0px;
}
#content #movie{
  padding-top: 10px;
}

#static #tour-header{
  color: black;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 0px;
}
#static #movie{
  padding-top: 10px;
}

.data_box #add-guitar-header{
   margin:0px 0px 20px;
   padding-bottom: 0px;
}

#add-this-guitar-button .button-big span{
  width: 160px;
}

input#guitar_transaction_recipient_email{
  float:left;
}

.bump{
  padding-bottom: 20px;
}

#static .text h2{
  position: relative;
  text-align: left;
  width:auto;
}

#static .text h1{
  position: relative;
  top: 0px;
}