/*
Theme Name: MYCCNJ
Theme URI: http://www.exit9designs.com
Description: MYCC Base Theme
Version: 1.0
Author: Exit9 Designs, inc
Tags: MYCCNJ
*/

/**reset**/
input[type="text"]{
    padding: 0px;
    margin: 0px;
}
/**reset**/

html, body{
	margin: 0px;
	padding: 0px;
	font: 12px "Helvetica", sans-serif;
    font-weight: lighter;
    color: #EFEFEF;
    text-align: center;
    background: url(images/gray_BG.png);
}

#container{
    padding-top: 0px;
}

#topSection{
    background: url(images/blue_BG.png);
}

.pageBreak{
    width: 100%;
    height: 30px;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    border: none;
    background: url(images/pageBreakBG.png) left top repeat-x;
}

.homeLink{
    float: left;
    width: 189px;
    height: 44px;
    margin: 10px 0px 10px 30px;
    background: url(images/MYCC_logo.png) no-repeat;
}

#videoWrapper{
    width: 900px;
    height: 300px;
    margin: 0px auto 0px auto;
    padding-top: 107px;
}

#nav{
    float: right;
    height: 53px;
    margin-right: 100px;
}

#nav ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#nav li{
    float: left;
    padding: 0px;
    margin: 0px;
    font-family: "Gill Sans", sans-serif; 
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: lighter;
    text-shadow: 0px 1px 2px #000;
    letter-spacing: 1px;
}

#nav li a{
    display: block;
    margin: 21px 30px;
}

#nav #tweetThis{
    width: 30px;
    height: 30px;
    margin: 20px 10px;
    background: url(images/twitter_icon.png) center top no-repeat;
    float: left;
}

#nav #tweetThis:hover{
     background-position: center bottom;
}

#nav #facebookThis{
    width: 30px;
    height: 30px;
    margin: 20px 10px;
    background: url(images/facebook.png) center top no-repeat;
    float: left;
}

#nav #facebookThis:hover{
     background-position: center bottom;
}

#nav #contactUs{
    width: 30px;
    height: 30px;
    margin: 20px 10px;
    background: url(images/contactUs.png) center top no-repeat;
    float: left;
}

#nav #contactUs:hover{
     background-position: center bottom;
}

#video{
    width: 510px;
    height: 287px;
    margin: 0px;
    float: left;
    padding: 0px 25px 16px 25px;
    background: url(images/video_shadow.png) center bottom no-repeat;
}

#blurb{
    float: right;
    margin-top: 60px;
    width: 320px;
    text-align: left;
    font-size: 32px;
    letter-spacing: 1px;
    font-family: "Gill Sans", sans-serif;
    font-weight: lighter;
}

#blurb small{
    display: block;
    margin-top: 8px;
    letter-spacing: normal;
    line-height: 140%;
    font-size: 20px; 
}

.more-link{
    line-height: 100%;
    float: right;
    padding: 5px 15px 6px 15px;
    margin-top: 10px;
    background: #e0e63e; /*default if no gradient support*/
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e63e), to(#a7b406));
    background: -moz-linear-gradient(top,  #e0e63e,  #a7b406);
    font-size: 18px;
    color: #FFF;
    font-family: "Helvetica", sans-serif;
    text-shadow: 0px 1px 1px #000;
    border-top: 1px solid #FFF;
    -webkit-box-shadow: 0px 1px 2px #000;
    -moz-box-shadow: 0px 1px 2px #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    clear: both;
}

.more-link:hover{
    border-top: 1px solid #FFF;
    background: #a7b406; 
    background: -webkit-gradient(linear, left top, left bottom, from(#a7b406), to(#e0e63e));
    background: -moz-linear-gradient(top,  #a7b406,  #e0e63e);
}

#actions{
    margin: 50px auto 0px auto;
    height: 100px;
    width: 700px;
}

#joinAction, #supportAction, #investAction{
    width: 184px;
    height: 51px;
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#joinAction{
    background: url(images/join.png) center center no-repeat;
}

#supportAction{
    background: url(images/support.png) center center no-repeat;
}

#investAction{
    background: url(images/invest.png) center center no-repeat;
}

#joinAction:hover, #supportAction:hover, #investAction:hover{
    background-color: #54606b;
}

#supportAction, #investAction{
    float: right;
}

#supportAction{
    margin-right: 74px;
}

#joinForm{
    width: 215px;
    height: 73px;
    background: url(images/jF_BG.png) no-repeat;
    display: none;
    text-align: left;
    float: left;
    margin-left: -184px;
}

#joinForm #collapseLink{
    display:block; 
    width: 100%;
    height: 22px;
}

#joinForm #formBottom{
    height: 50px; 
    width: 100%; 
    background: url(images/jF_bottomcap.png) no-repeat 0px 1px;
}





#joinForm input[type="text"]{
    width: 136px;
    height: 30px;
    padding: 2px 1px 0px 8px;
    background: url(images/jF_mail_field.png) no-repeat left top;
    outline: none;
    border: none;
    float: left;
    display: none;
}

#joinForm input[type="text"]:focus{
    background-position: bottom left;
}

#joinForm input[type="submit"]{
    padding: 0px;
    margin: 0px;
    height: 30px;
    width: 68px;
    background: url(images/jF_submit.png) no-repeat left top;
    float: left;
    border: none;
    display: none;
}



.page{
    width: 750px;
    margin: auto;
    margin-bottom: 100px;
    text-align: left;
}

.page p{
    line-height: 160%;
}

/***updates***/
#updates{
    width: 750px;
    margin: auto;
    text-align: left;
}

#updates .post{
    margin-bottom: 100px;
}

#updates .post p{
    text-shadow: 1px 1px 1px #000;
}

.postPage{
    width: 100%;
    height: 50px;
    margin-bottom: 50px;
}

.prevLink{ float:left; }
.nextLink{ float:right; }

.prevLink a, .nextLink a{
    line-height: 100%;
    padding: 5px 15px 6px 15px;
    background: #999;
    font-size: 14px;
    color: #FFF;
    font-family: "Helvetica", sans-serif;
    text-shadow: 0px 1px 1px #000;
    border-top: 1px solid #CCC;
    -webkit-box-shadow: 0px 1px 2px #000;
    -moz-box-shadow: 0px 1px 2px #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.prevLink a:hover, .nextLink a:hover{
    border-top: 1px solid #FFF;
    background: #a7b406; 
}

.post .timestamp{
    float: left;
    width: 50px;
    padding: 7px 0px;
    margin: 5px 0px 0px -65px;
    color: #293745;
    background: #FFF;
    border-radius: 5px;
}

.post .timestamp .date{
    font-size: 24px;
    text-align: center;
    width: 100%;
    display: block;
}

.post .timestamp .month{
    text-align: center;
    width: 100%;
    display: block;
}


.post .title{
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.post p{
    margin-top: 10px;
    line-height: 160%;
    letter-spacing: 1px;
}


/***contactForm***/
.contactForm{
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: url(images/95alphadot.png);
    display: none;
}

.contactForm .formWrapper{
    margin: auto;
    width: 374px;
}

.contactForm h1{
    margin-left: 40px;
}

.contactForm img{
    float: left;
    margin-top: 14px;
}

.contactForm .cF_notice{
    color: #333;
    margin: 5px 0px 5px 40px;
    text-align: left;
    font-size: 14px;
    padding: 0px;
    display: none;
}

.contactForm input[type="text"]{
    padding: 9px 8px;
    margin: 10px 0px 0px 10px;
    border: none;
    width: 318px;
    background: url(images/cF_textfield.png) no-repeat left top;
    font-size: 14px;
    color: #AAA;
    outline: none;
}

.contactForm input[type="text"]:focus{
    background-position: bottom left;
    color: #444;
}

.contactForm input[type="text"].error{
    background-position: top right;
}

.contactForm textarea{
    padding: 8px;
    margin: 10px 0px 0px 10px;
    border: none;
    width: 318px;
    height: 189px;
    background: url(images/cF_textarea.png) no-repeat left top;
    color: #AAA;
    font: 14px "Arial", "Helvetica", sans-serif; 
    resize: none;
    outline: none;
    overflow: hidden;
}

.contactForm textarea:focus{
    background-position: left bottom;
    color: #444;
}

.contactForm textarea.error{
    background-position: right top;
}

.contactForm input[type="submit"]{
    width: 104px;
    height: 24px;
    background: url(images/cF_submit.png) no-repeat;
    border: none;
    margin: 10px 0px 0px 264px;
}

.contactForm h1{
    color: #444;
    text-shadow: 0px 1px 0px #EFEFEF;
}

/***text***/

h1{
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #e0e63e;
    font-weight: normal;
    font-size: 30px;
}

a{
    color: #e0e63e;
    text-decoration: none;
}

a:hover{
    color: #FFF;
}

/***misc***/
.clear{
    clear: both;
}