html {
    margin: 0;
}

body {
    width: 100%;
    margin: 0;
    color: #363636;
    font-family:Helvetica,Arial,sans-serif;
    font-size: 75%;
    background-color: #f3f8e5;
}


h1 {
    color: #faa21b;
    font-size: 210%;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #c2c2c2;
    width: 620px;
}

h1.home {
}

h2 {
    font-size: 130%;
    margin: 0 0 10px 0;
}

p {
    line-height: 1.4em;
}

a:link, a:visited, a:active, a:hover {
    color: #38b3be;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


ol li {
    margin-bottom: 5px;
}


img {
    border: 0;
}


.clear {
    clear: both;
}



#header-wrap {
    width: 100%;
    background: url(../images/header-bg.jpg) repeat-x bottom #f3f8e5;
    height: 44px;
}

#header {
    width: 960px;

    margin: 0 auto;
}

#header ul {
    margin: 0;
    list-style: none;
    padding: 10px 0 0 20px;
    font-size: 80%;
}

#header ul li {
    list-style:none;
    float:left;
    padding-right: 10px;
}

#header ul li a:link, #header ul li a:active,
#header ul li a:visited, #header ul li a:hover {
    color: #898989;
    text-decoration: none;
    font-weight: bold;
}

#header ul li a:hover {
    text-decoration: underline;
}

#main-wrap {
    background: url(../images/body-bg.jpg) repeat-x #f4f8e7;
    width: 100%;
}

#content-wrap {
    background: url(../images/content-bg-repeat.jpg) repeat-y;
    margin: 0 auto;
    width: 980px;

}

#content {
    width: 930px;
    min-height: 476px;
    background: url(../images/content-bg.jpg) no-repeat;
    padding: 0 25px 0 25px;
}


#content-top {
    width: 930px;
    position: relative;
}

#content-top .logo{
    float:left;
    font-size: 0;
    width: 248px;
}

#content-top .right {
    float:right;
    font-size:0;
    margin-top:50px;
}

#content-top .right .youtube {
    float:left;
}

#content-top .right .facebook {
    margin-left: 20px;
    float:left;
}

#content-top .subheader {
    float:right;
    font-size: 0;
}

#content-top .mainnav{
    background: #4fc4ce;
    width: 100%;
    height:18px;
    padding-top: 7px;
}

#content-top .mainnav ul{
    list-style: none;
    margin: 0;
    padding:0 0 0 2px;
}

#content-top .mainnav ul li{
    list-style: none;
    float:left;
    border-left: 2px solid #fff;
    padding: 0 8px;
    margin:0;
}

#content-top .mainnav ul li.first {
    border-left: 0;
}


#content-top .mainnav ul li a:link, #content-top .mainnav ul li a:active,
#content-top .mainnav ul li a:visited, #content-top .mainnav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#content-top .mainnav ul li a:hover {
    text-decoration: underline;
}

#content-top .money {
    position: absolute;
    right: 15px;
    top: 51px;
}

#content-left {
    width: 620px;
    float:left;
    padding-top:25px;
}

#content-left #faces {
    margin-top: 15px;
}

#content-left #faces .face {
    float:left;
    padding-right: 16px;
    width: 125px;
}

#content-left #faces .semiface {
    width: 125px;
    margin-right: 2px;
    margin-bottom: 5px;
    float:left;
}

#content-left #faces .finalface {
    width: 300px;
    margin-right: 20px;
    float:left;
}

#page-content {
    width: 620px;
}


#content-left .homecontent {
    width: 620px;
}



#faces .image {
    font-size:0;
    background-color: #fff;
    text-align:center;
    line-height: 90px;
}

#faces .semiface .image {
    height: 123px;
}

#faces .semiface .name {
    font-size: 1.05em;
    margin-bottom: 10px;
}

#faces .semiface .name a:link, #faces .semiface .name a:visited,
#faces .semiface .name a:active, #faces .semiface .name a:hover {
    color: #faa21b;
}


#faces .even .name a:link, #faces .even .name a:visited,
#faces .even .name a:active, #faces .even .name a:hover {
    color:#28b0ba;

}

#faces .semiface .location {
    color: #666666;
}

#faces .finalface .image {
    width:300px;
    height: 225px;
}

#faces .finalface h3 {
    margin: 0;
    font-size: 1.4em;
}

#faces .finalface a:link,
#faces .finalface a:active,
#faces .finalface a:visited,
#faces .finalface a:hover {
    color: #faa21b;
}

#faces .even a:link,
#faces .even a:active,
#faces .even a:visited,
#faces .even a:hover {
    color: #28b0ba;
}


#faces .finalface h3 a:hover {
   text-decoration: underline;
}

#faces .image img {
    vertical-align:middle;
}

#content-left #faces .rowend {
    margin-right:0;
}


#content-left .homecontent h2, #profile h2 {
    color: #fff;
    background: #a1cc3a;
    padding: 5px;
}

#content-right {
    width:280px;
    float:right;
    text-align: right;
}

#content-2col {
    width: 920px;
    padding-top:25px;
}

#content-footer {
    width: 100%;
    background: url(../images/body-bottom.jpg) no-repeat 50% 0;
    height: 190px;
}


#footer-wrap {
    width: 100%;
    background: url(../images/footer-bg.jpg) repeat-x top #f3f8e5;
}

#footer {
    width: 960px;
    margin: 0 auto;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .copyright {
    float:left;
    color: #fff;
    padding-top: 22px;
}

#footer .northeast {
    float:right;
    margin-top: 1px;
}

#footer .calm {
    padding: 7px 0;
    color:#a1cc3a;
}

#footer .calm a:link, #footer .calm a:active,
#footer .calm a:visited, #footer .calm a:hover {
    color: #a1cc3a;
    font-weight: normal;
}



#profile {

}

#profile .image {
    float:left;
    width:360px;
    height: 250px;
    overflow: hidden;
}

#profile .sociallinks {
    float:left;
    margin-left: 20px;
    margin-top: 30px;
    width: 240px;
    height: 220px;
}

#profile .sociallinks .link {
    height: 40px;
    margin-bottom: 5px;
    font-size: 0;
}

#profile .sociallinks .last {
    margin-bottom: 0;
}


#profile .youtube {
    float:left;
    width: 182px;
    height: 43px;
    margin-top: 213px;
}

#profile .daysout {
    float:left;
    margin-left: 20px;
    width: 240px;
}

#profile .image .imageinner {
    margin: auto;
    text-align:center;
}

#profile .information {
    padding: 15px 0;
    width: 620px;
}

#weekendslink2, #weekendslink, #ideallink, #ideallink2, #excitedlink, #excitedlink2 {
    color: #38B3BE;
    font-weight: bold;
    cursor: pointer;
}

#profile .information p {
    padding-bottom: 8px;
    line-height:1.3em;
}

#profile .age {
    font-size: 0.6em;
    padding-left: 10px;
    color: #898989;
}

#profile .voting {


}

#profile .voting input, #applicantvideo .voting input{
    border:0;
    padding:0;
    width: 163px;
}


#blogs {
    margin-top: 10px;
}


.blog {
    float:left;
    width: 280px;
    padding: 10px;
    background-color: #f8ead5;
}

.blue {
    float:right;
    background-color: #eaf6f9;
}

.blog .header {
    height: 22px;
    font-size: 1.2em;
}


.blog .header a:link, .blog .header a:visited,
.blog .header a:active, .blog .header a:hover {
    color: #FAA21B;
}

.blue .header a:link, .blue .header a:visited,
.blue .header a:active, .blue .header a:hover {
    color: #28B0BA;
}

.blog .main {
}

.blog .main .post {
    border-bottom: 1px solid #999;
    padding: 5px 0 5px 0;
    width: 280px;
}

.blog .main .post h3 {
    margin: 0;
}

.blog .main .post h3 a:link, .blog .main .post h3 a:visited,
.blog .main .post h3 a:active, .blog .main .post h3 a:hover {
    color: #FAA21B;
}

.blue .main .post h3 a:link, .blue .main .post h3 a:visited,
.blue .main .post h3 a:active, .blue .main .post h3 a:hover {
    color: #28B0BA;
}

.blog .main p {
    margin: 0;
}

.blog .footer {
    background: url(../images/blog-footer.jpg) no-repeat;
    font-size: 0;
    height: 20px;
}


#rightitineraries {
    text-align: left;
    padding-bottom: 10px;
    width: 282px;
    margin-left: 8px;
}


#rightitineraries h2 {
    text-align: center;
    margin-bottom: 0;
}

#rightitineraries .itinerary {
    margin-bottom: 5px;
    background-color: #e9f8f9;
    position:relative;
}

#rightitineraries .even {
    background-color: #e9f8f9;
}

#rightitineraries .image {
    float:left;
    width: 80px;
    font-size:0;
    background-color: #fff;
}

#rightitineraries .content {
    float:left;
    width: 187px;
    padding: 10px 5px 5px 10px;
}

#rightitineraries .content h3 {
    margin: 0 0 0.2em 0;
    font-size: 1em;
}

#rightitineraries .content h3 a:link,
#rightitineraries .content h3 a:active,
#rightitineraries .content h3 a:visited,
#rightitineraries .content h3 a:hover {
    color: #4fc4ce;
}

#rightitineraries .completed .content h3 a:link,
#rightitineraries .completed .content h3 a:active,
#rightitineraries .completed .content h3 a:visited,
#rightitineraries .completed .content h3 a:hover {
    color: #A1CC3A;
}



#rightitineraries .content p {
    margin-top: 2px;
}

#rightitineraries .completed {
    background: url(../images/complete.jpg) no-repeat 100% 0% #F3F8E5;
}

#rightitineraries .content .date {
    font-weight: bold;
}

#mydaysout {
}

#mydaysout .title {
    padding-bottom: 5px;
}

#mydaysout h3 {
    margin: 0;
    font-size: 1.15em;
}


#mydaysout ul {
    padding-left: 15px;
}


#mydaysout ul li.completed h3 a:link,
#mydaysout ul li.completed h3 a:active,
#mydaysout ul li.completed h3 a:visited,
#mydaysout ul li.completed h3 a:hover {
    color: #A1CC3A;
}


#mydaysout ul li p {
    margin: 0;
}


.bloglink {
    padding-top: 5px;
    font-size: 1.2em;
}




#itineraries {

}

#itineraries .itinerary {
    float:left;
    width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}


#itineraries .itinerary .applicant1{
    position:absolute;
    right: 10px;
    top: 10px;
}

#itineraries .itinerary .applicant2{
    position: absolute;
    right: 60px;
    top: 10px;
}

#itineraries .itinerary .gif {
    display:none;
}

#itineraries .third {
    margin-right: 0;
}

#itineraries .image {
    font-size: 0;
}

#itineraries .content {
    height: 30px;
    overflow: hidden;
    padding: 5px;
}

#itineraries .content p {
    margin: 0;
}

#itinerary-left {
    width: 620px;
    float:left;
}

#itinerary-right {
    width:280px;
    float:right;
    margin-top:45px;
}



#itinerary .image {
    float:left;
    margin: 0 10px 10px 0;
}


.votecategory {
    padding: 5px 0 10px 0;
}

.votecategory h2 {
    margin-bottom: 5px;
}

#form {
    width: 100%;
    margin: 15px 0 20px 0;
}

#form .formheader {
    height: 10px;
    background: url(../images/form-header.jpg) no-repeat;
    font-size: 0;
}

#form .formcontent {
    background: url(../images/form-content.jpg) repeat-y;
    padding: 2px 10px;
}

#form .formcontent label {
    float:left;
    width: 210px;
    margin-right: 10px;
}

#form .formcontent .cc_checkbox-label, #form .formcontent .cc_radio-label{
    width: 550px;
}

#form .formcontent #cc_form-row-howhear label {
    width: 550px;
}

#form .formcontent input.text, #form .formcontent textarea, #form .formcontent .file {
    float:left;
    border: 1px solid #cacaca;
    width: 350px;
}

#form .formcontent .file {
    height: auto;
}

input.submit {
    width: auto !important;
    padding: 0 5px;
    height: 20px;
}


#form #cc_form-row-submit {
    float:none;
    clear:both;
    margin: 0;
    width: auto;
}

#form .formfooter {
    height: 10px;
    background: url(../images/form-footer.jpg) no-repeat;
}

#votingform {
    margin-top: 25px;
    color: #464647;
    font-size: 110%;
    width: 280px;
}

#votingform .cc_form-row{
    margin:5px 0;
    width: auto;
}

#votingform form.cc_form label.cc_radio-label{
    width: auto;
}

#votingform #cc_form-row-submit {
    clear:both;
    margin: 5px 0;
}


#votingform .votingmember {
    margin-bottom: 3px;
    background-color: #fff0d9;
    color: #ff9300
}

#votingform .votingmember a:link, #votingform .votingmember a:visited,
#votingform .votingmember a:active, #votingform .votingmember a:hover {
    color: #ff9300;
}


#votingform .even {
    background-color: #e9f8f9;
    color: #3fb3bd;
}

#votingform .even a:link, #votingform .even a:visited,
#votingform .even a:active, #votingform .even a:hover {
    color: #3fb3bd;
}


#votingform .votingmember .image {
    float:left;
    width: 72px;
    height: 50px;
    font-size:0;
}

#votingform .votingmember .voting {
    float:left;
    width:188px;
    height: 20px;
    padding: 15px 10px;
    background-color: #fff0d9;
}

#votingform .even .voting {
    background-color: #e9f8f9;
}


#votingform .submit {
    padding:0;
    border: 0;
}

#votingform .submit input {
    width: 260px;
}

#votingform .submitted {
    background-color: #FFF0D9;
    padding: 10px;
    text-align: left;
    margin-top: 15px;
}

#votingform .submitted h2 {
    margin: 0;
    color: #FAA21B;
}

#votingform .submitted p {
    margin: 0;
    font-size: 0.9em;
}


#itinerary-right {
    color: #464647;
    font-size: 110%;
}

#itinerary-right .cc_form-row{
    margin:5px 0 5px 50px;
    width: auto;
}

#itinerary-right form.cc_form label.cc_radio-label{
    width: auto;
}

#itinerary-right #cc_form-row-submit {
    clear:both;
    margin: 5px 0 5px 50px;

}

#itinerary-right .submit {
    padding:0;
    border: 0;
    font-size: 100%;
    background: none;
}

#applicantvideo .back {
    margin-bottom: 10px;
}

#innerslider {
    background-color: #000;
}


.gallery {
    margin-top: 15px;
}

.gallery .image {
	float:left;
	width: 104px;
    margin: 0 10px 10px 0;
}

.gallery .content {

}


.gallery .content h2 {
    margin: 0;
    padding-bottom: 10px;
}

.gallery .content p {
    margin: 0;
}




#sliderwrap .leftarrow, #sliderwrap .rightarrow, #booksliderwrap .leftarrow, #booksliderwrap .rightarrow {
    float:left;
    width: 18px;
    height: 60px;
    padding: 40px 0 0 7px;
}


#sliderwrap .leftarrow {
    background: url(../images/leftslider.jpg);
}

#sliderwrap .rightarrow {
    background: url(../images/rightslider.jpg);
}

#sliderwrap h2 {
    color:#38B3BE;
}

#sliderwrap .slider, #booksliderwrap .bookslider{
    background-color: #F4F8E7;
    float:left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 570px;
}

#sliderwrap .slider u, #booksliderwrap .bookslider ul {
    margin: 0;
    padding: 0;
}

#sliderwrap .filmstrip li, #booksliderwrap .filmstrip li {
    display:inline;
    list-style: none;
    padding: 10px 5px;
    font-size:0;
    width: 104px;
    height: 80px;
}

#sliderwrap .viewall, #booksliderwrap .viewall {
    background-color: #eaeaea;
    padding: 5px 0;
    width: 60px;
    float:right;
    margin-right: 26px;
    text-align: center;
}

#sliderwrap .viewall a:link, #sliderwrap .viewall a:visited,
#sliderwrap .viewall a:active, #sliderwrap .viewall a:hover,
#booksliderwrap .viewall a:link, #booksliderwrap .viewall a:visited,
#booksliderwrap .viewall a:active, #booksliderwrap .viewall a:hover  {
    color:#ea2e98;
}


.rightitineraries {
    width: 280px;
    text-align:left;
}

.rightitineraries .itinerary {
    font-size:0;
    margin-bottom: 10px;
}



.rightitineraries h2 {
    margin:15px 0 10px 0;
    font-size:0;
}




