.imgAbout {
    width: 500px;
    float: left;
    margin-bottom: 40px;
}

#spotName p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 0;
}

#spotDescription {
    font-size: 20px;
    line-height: 28px;
}

#spotDescription h1 {
    margin-bottom: 20px;
}

#spotDescription p:last-child {
    margin-bottom: 0 !important;
}

#spotDescription li {
    line-height: 32px;
}

#spotDescription h3 {
    font-size: 24px;
}

div.earnings {
    font-family: 'LeagueGothicRegular', "Impact", Charcoal, Arial Black, Gadget, Sans serif;
    color: #333;
    margin-top: 10px;
    line-height: 40px;
    font-size: 40px;
}

div.earnings.goal {
    margin-top: 4px;
}

#spotName h2 {
    text-transform: uppercase;
}

span.boxed {
    border: solid 2px #E4E9F2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 4px;
    background-color: #fff;
}

.numheader {
    font-size: 70px;
    line-height: 36px;
    margin-top: 20px;
}

.goalheader {
    font-size: 34px;
    margin-top: 0;
    line-height: 30px;
}

.numfooter {
    font-size: 28px;
    line-height: 30px;
    margin-top: 6px;
}

.submitForm {
    border: none;
    height: 60px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 8px;
    background: #ff5900;
    background-color: #ff5900;
    background-image: none;
    padding: 4px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    color: #fff;
    font: bold 20px Helvetica Neue, Arial, Sans-serif;
    cursor: pointer;
}

input.submitForm:hover {
    background: #ee7e5f;
    color: #fff;
}

.submitForm.edit {
    margin-left: 1px;
    background: #2096cc;
    color: #fff;
    padding: 4px 10px;
    height: 46px;
}

input.submitForm.edit:hover {
    background: #cadce7;
}

.btn:hover {
    text-decoration: none;
    box-shadow: 0 0 5px #FFF;
    -webkit-box-shadow: 0 0 5px #FFF;
    -moz-box-shadow: 0 0 5px #FFF;
}

.btn:focus {
    outline: 1px dotted #666;
}

.btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

ul.text {
    margin-top: 10px;
    margin-left: 40px;
}

ul.text li {
    line-height: 26px !important;
    font-size: 22px !important;
    margin-bottom: 8px !important;
}

#spotInfo.marquee {
    height: auto;
    width: 716px;
    padding: 0;
    float: none;
    z-index: 1;
    overflow: visible;
    border: 2px solid #F4F4F4;
}

#spotInfo.marquee .boxWrapper {
    padding: 30px;
}

#spotInfo.marquee.topmarquee {
    border: none;
    width: 714px;
}

input.inputAmt {
    border: 2px solid #E4E9F2;
    width: 50px;
    padding: 4px 7px 5px 7px;
    font-family: 'LeagueGothicRegular', "Impact", Charcoal, Arial Black, Gadget, Sans serif;
    font-size: 28px;
    color: #4c8e41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: -4px;
    position: relative;
    margin-left: 4px;
    background: #f4f4f4;
}

#creatorImg {
    display: block;
    width: 714px;
    height: 402px;
}

#userTag {
    background: #fff;
    margin-bottom: 20px;
    border: solid 2px #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#userTag .inner {
    padding: 12px;
    padding-bottom: 11px;
}

#userTag .inner.bottom {
    background: #f7f7f7;
}

#userTag .inner.border {
    border-bottom: solid #ddd 1px;
}

#userTag .inner.border:last-child {
    border-bottom: none;
}

.boxPrice p {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: bold;
}

.boxPrice span {
    font-size: 36px;
}

#playBtn {
    background-image: url(/images/play_btn.png?v=2);
    display: block;
    height: 402px;
    width: 714px;
    position: absolute;
}

#playBtn:hover {
    background-position: 0 -402px;
}

#spotName.spotBox {
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 268px;
}

.profileImageDiv img {
    border: 4px solid #f0f0f0;
    width: 232px;
}

a#newsSeeMore.profile, a.contactButton.profile {
    width: 239px;
}

.box.option {
    margin-bottom: 0;
}

.box.option .boxWrapper {
    border-top: none;
}

.reachedImg {
    overflow: visible;
    position: relative;
    display: block;
    height: 0;
    width: 0;
}

#reached_goals_tab {
    font-family: LeagueGothicRegular, Impact, Charcoal, Arial Black, Gadget, Sans serif;
    color: #777;
    min-height: 20px;
    font-size: 1.8em;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: center;
    background: #f7f7f7;
}

#reached_goals_tab:hover {
    background: #e7e7e7;
}

#inline-post {
    width: 670px !important;
    background: #fff;
    padding: 20px;
    z-index: 99;
}

#inline-post #nsInner {
    width: 100%;
    margin: auto;
    min-height: 0;
}

#inline-post .postActivity {
    border: none;
    display: block;
    background: #2096cc;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-shadow: none;
    margin-right: -2px;
    position: relative;
    top: 10px;
    height: 38px;
    float: right;
    padding: 0 34px;
}

#inline-post .postActivity:hover {
    background: #cedce6;
    color: #fff;
}

#inline-post #shareForm #inputComment {
    width: 610px;
    float: left;
    font-size: 14px;
    margin-left: 15px;
    padding: 8px;
    padding-bottom: 5px;
    resize: none;
    border: 2px solid #E4E9F2;
    outline: medium none;
    position: relative;
    height: 60px;
    margin-left: 0;
    margin-bottom: 6px;
}

#inline-post #nsMain {
    width: 630px;
    padding: 20px 0 0 0;
}

#inline-post #shareImageRight, #inline-post #shareUrlRight {
    border: none;
    background: none;
    width: 348px;
    margin-left: 0;
}

#inline-post #shareUrlLeft {
    width: 100px;
}

#inline-post #shareUrlImg {
    max-width: 100px;
}

#inline-post #shareImageDiv, #inline-post #shareUrlDiv {
    width: 476px;
}

#inline-post #dd {
    position: relative;
    right: 0;
    width: 110px;
}

#inline-post #shareUrlDiv {
    margin-left: 0;
}
