/* 
    Document   : site
    Created on : Nov 20, 2009, 4:12:39 PM
    Author     : johan
    Description:
        Purpose of the stylesheet follows.
*/
/* Reset CSS and use base fonts */
/* Captain Signup Colors */
/*
#003B59 Dark Blue
#0099C5 Medium Blue
#B2E0ED Light Blue
#E5F5F9 White background
#CC0000 Highlight/warning text
#333333 Font color
#BFBFBF Dimmed text
.small 0.85em
font-color: #333333

*/
@import url('reset-fonts.css');
@import url('base.css');
body {
    background-color:#CCEECC;
    background:url(../img/background/bg_pattern.png) top left repeat-x;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 62.5%;*/
    font-size: 0.78em;
    color:#333;
    margin: 0 auto 0 auto;
}
a, a:hover,a:focus{
    outline: none;
}
/* LINKS */
a:link {
    color:#0099c5;
    text-decoration:none;
}

a:visited {
    color:#0099c5;
    text-decoration:none;
}

a:hover, a:focus {
    color:#003b59;
    background-color:#e5f5f9;
}


a span, h1 span{
    display: none;
}

p{
    margin: 0 0 1em;
    line-height: 1.5em;
}
ul li{
    list-style-type: none;
}


 h1 {
 /* title */
    font-size:1.1em;
    font-weight:bold;
    display:block;
    margin:0 0 .3em 0;
}

h3,.small {
    font-size:.85em;
}

h2 {
	font-size: 1em;
        margin-bottom: 0.5em;
}

.dim {
    color:#bfbfbf;
}
.light {
    color:#cc0000;
}

.error-message{
    color: #CC0000;
    font-size: 0.85em;
}

/* Buttons */
.button{
    border: none;
    color: #fff;
    cursor: pointer;
    cursor: hand;

}
.next-button{
    background: url(../img/btns/btn_next.png) 0 0 no-repeat;
    height: 23px;
    width: 47px;
    margin-top: 10px;
}
.next-button:hover{
    background:url(../img/btns/btn_next.png) 0 -23px no-repeat;
}
.submit-button{
    background: url(../img/btns/btn_submit.png) 0 0 no-repeat;
    height: 23px;
    width: 60px;
    margin-top: 10px;
}
.submit-button:hover{
    background: url(../img/btns/btn_submit.png) 0 -23px no-repeat;
}
/* Main Page */
#page-wrapper {
    background:url(../img/background/main_background.jpg) top center no-repeat;
    padding-top: 56px;
    background-color: #fff;
    margin: auto;
    width: 1152px;
}
#content-wrapper{
    width: 700px;
    margin-left: 250px;
    /*position: relative;*/
}
#content{
    position: relative;
}

#header{
    background-color: #fff;
}

#logo{
    
    width: 192px;
    height: 194px;
    float: left;
    position: relative;
    top: -55px;
    left: 45px;
}
#logo a{
	background:url(../img/logo_club.png) top left no-repeat;
    display: block;
    width: 192px;
    height: 194px;
    text-indent: -9999px;
}
/* Mini Top Menu */
ul.site-top-menu{
    display: none;
}
ul.site-top-menu{
    color: #fff;
    font-size: 0.9em;
    float: right;
    margin-right: 9em;
    margin-top: -4em;
}
ul.site-top-menu li{
    float: left;
    margin-right: 4px;

}
ul.site-top-menu li a{
    display: block;
    float: right;
    color: #fff;
}
ul.site-top-menu li a:hover{
    background-color: none;
    color: #333;
}

li a.social-icon{
    width: 25px;
    height: 24px;
    text-indent: -9999px;
   

}
ul.site-top-menu li a#facebook-icon{
    background: transparent url(../img/topmenu/social_icons.png) 0 -7px no-repeat;

}

ul.site-top-menu li a#twitter-icon{
    background: transparent url(../img/topmenu/social_icons.png) -27px -7px no-repeat;
    
}

div.new-site{
float: right;
margin-right: 113px;
margin-top: -23px;
color: #fff;
/* ie  margin-right: 55px */
}

/* Sign-up */
h1#title-captain-signup{
    background: url(../img/signup/title_becomecaptain.png) top left no-repeat;
    height: 35px;
}
h1#tell-us-more{
    background: url(../img/signup/title_tellusmore.png) top left no-repeat;
    height: 35px;
}

a.apply-now{
    color: #0099C5;
    font-size: 1.8em;
    margin: 2em 0 1em 0;
    background: url(../img/signup/title_applynow.jpg) top left no-repeat;
    text-indent: -9999px;
    display: block;
}
h2.apply-now{
    margin: 0 0 1.5em 0;
}

a#sign-up{
    background: url(../img/btns/btn_applynow.png) 0 0 no-repeat;
    width: 91px;
    height: 23px;
    display: block;
    margin: 1em 0 3em 0;
    text-indent: -999999px;
}

a#sign-up:hover, a#sign-up focus{
	background: url(../img/btns/btn_applynow.png) 0 -23px no-repeat;
}

div#apply-now-video{
    margin:20px 0 20px 0;
}
/*tooltip */

div.tooltip label a{
	position: relative;
        font-size: 0.85em;
}
div.tooltip label a span{
	display: none;
	white-space: normal;
	width: 20em;
	line-height: 1.4em;
	color: #003B59;
	background-color: #B2E0ED;
}
div.tooltip label a span sup{
    font-size: .4em;
}
div.tooltip label a:hover span, div.tooltip label a:focus span{
	display:block;
	position:absolute;
	top:1em;
	left:2em;
	padding: 0.2em 0.6em
}

.form{
    margin-top: 20px;
}
/* Form - contact details */
label{
    display: block;
    margin: 0 0 .5em;
    white-space: nowrap;
}
input.form-error{
    border: 1px solid #cc0000;
}

fieldset{
margin: 0;
padding: 0;
}
legend{
    display: none;
}
input{
    height: 20px;
    line-height: 1.1em;
    width: 21em;
}
select{
    height: 24px;
}
.form-left, .form-right{
    height: 65px;
}
.form-left{
    float: left;
    margin-right: 10px;
}
.form-right{
    clear: right;
}

label abbr{
	color: #CC0000;
	border-bottom: none;
	padding-left: 2px;
}
.state{
    float:left;
    margin-right: 10px;
}
.state select{
    width: 12em;
}
.zip-code{
    
}
.zip-code input{
    width: 8em;
}
/* Form - survey details */

.survey .text label, .survey .select label, .survey .textarea label{
	font-size: 1em;
	font-weight: bold;
}
.survey .text input{
	width: 8em;
}
.form-full{
    margin-top: 1.5em;
}
.form-full h2{
    margin-bottom: .3em;
}
.radio label{
	line-height: 1.5em;
}
.radio input,.checkbox input{
	clear: left;
	float: left;
	width: 12px;
	margin-right: 5px;
}


/* Form Add Additional Share-Friends */
.add-fields{
    font-size: 0.85em;
}
#social-visibility div{
}

#social-visibility div.select{
    float: left;
    margin-right: 10px;
}

div#blog-visibility .text input{
    width: 15em;
}

#blog-visibility label, #social-visibility label{
    font-weight: normal;
    font-size: 0.85em;
    padding: 0;
}
#blog-visibility div, #social-visibility div{
    padding-bottom: .3em;

}
div#blog-visibility, div#social-visibility{
    margin-left: 30px;
}


.survey textarea{
	width: 50em;
}

/** Thank you form **/
#club-thankyou{
    background: url(../img/signup/title_thankyou.png) 0 0 no-repeat;
    height: 30px;
    text-indent: -99999px;
    margin-bottom: 30px;
}

.thankyou .form-left, .thankyou .form-right{
    /*margin-top: .5em;*/
    margin-bottom: .2em;
    height: 45px;
}

.thankyou .checkbox input{
    height: 15px;
}
div.thankyou{
   /* min-height: 400px; */
}

/* Contact Us */
.contact form textarea{
    width: 21em;
}


/* Captain Toolkit */
h1#toolkit-welcome{
    background: url(../img/signup/softscrub_toolkit_welcome.jpg) 0 0 no-repeat;
    height: 30px;
    text-indent: -9999px;
}

h1#toolkit-video{
    background: url(../img/signup/softscrub_toolkit_video.jpg) 0 0 no-repeat;
    height: 30px;
    text-indent: -9999px;
}

h1#toolkit-downloads{
    background: url(../img/signup/softscrub_toolkit_downloads.jpg) 0 0 no-repeat;
    height: 30px;
    text-indent: -9999px;
}

.embed img{
	display: block;
	width: 252px;
	height: 242px;
	float: left;
	clear: left;
	margin: auto 2em auto 0;
}
.embed .text input{
	width: 21em;
}
.embed .submit input{
	width: 5em;
	margin: 5px 0 0 0;
	line-height: 1.2em;
        height: 2em;
}

.embed{
	overflow: hidden;
	margin: 1em 0 2em 0;
	
}

.toolkit .full-form{
	border-bottom: 1px solid #b2e0ed;
}

.toolkit h1{
	margin-top: 2em;
}
/** Login */
ul#top-head{
    display: none
}
.login ul#top-head{
    display: block;
}
body.login .form, body.resetpass .form{
    margin-top: -5px;
}
body.login #content-wrapper, body.resetpass #content-wrapper{
    background: url(../img/signup/login/softscrub_toolkit_login_background.jpg) 24.9em 0 no-repeat;
    min-height: 486px;
    width: 100%;
}
#content .login p, #content .resetpass p{
    padding-top: 4em;
    width: 25em;
}
body.login .new-site, body.resetpass .new-site, body.captain_toolkit .new-site{
    display: none;
}

body.login .site-top-menu, body.resetpass .site-top-menu, body.captain_toolkit .site-top-menu{
    display: block;
}

/** Reset Password */
body.resetpass .form{
    /* padding-top: 4em; */
}
/** Legal */
.legal h1{
    margin-top: 50px;
    font-size: 1.8em;
}
.legal em{
    font-weight: bold;
    font-style: normal;
}
.legal ul li{
    margin-top: .5em;
    margin-bottom: .5em;
}
.terms ul li{
    text-indent: -1em;
}


/** Footer **/
#footer{
   clear: both;
   margin-left: 200px;
}
#footer-content{
    margin-top: 30px;
    min-height: 50px;
    width: 950px;
}
#footer-content ul{
    margin-left: auto;
}
#footer-content ul li{
    float: left;
    list-style-type:none;
    padding-left: 0.7em;
    font-size: 0.9em;
    line-height: 1.5em;
}
#footer-content ul li a{
    margin: 0;
    display: block;
    color: #333;
}
#footer-content ul li img{
    vertical-align: top;
    padding-right: 2px;
}
#video-player-wrapper{
    text-align: center;
}