/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 18, 2013 03:48:53 PM America/New_York */
@font-face {
    font-family: 'OswaldLight';
    src: url('/static/fonts/Oswald-Light-webfont.eot');
    src: url('/static/fonts/Oswald-Light-webfont.eot#iefix') format('embedded-opentype'),
    url('/static/fonts/Oswald-Light-webfont.woff') format('woff'),
    url('/static/fonts/Oswald-Light-webfont.ttf') format('truetype'),
    url('/static/fonts/Oswald-Light-webfont.svg#OswaldLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OswaldBook';
    src: url('/static/fonts/Oswald-Regular-webfont.eot');
    src: url('/static/fonts/Oswald-Regular-webfont.eot#iefix') format('embedded-opentype'),
    url('/static/fonts/Oswald-Regular-webfont.woff') format('woff'),
    url('/static/fonts/Oswald-Regular-webfont.ttf') format('truetype'),
    url('/static/fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OswaldBold';
    src: url('/static/fonts/Oswald-Bold-webfont.eot');
    src: url('/static/fonts/Oswald-Bold-webfont.eot#iefix') format('embedded-opentype'),
    url('/static/fonts/Oswald-Bold-webfont.woff') format('woff'),
    url('/static/fonts/Oswald-Bold-webfont.ttf') format('truetype'),
    url('/static/fonts/Oswald-Bold-webfont.svg#OswaldBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


html { background: #222; border-top: 8px #ed9b00 solid;}
body {
    font: 18px/20px 'OswaldBook', Arial, sans-serif;
    text-align: center;
    color: rgba(0,0,0,.6); }

/* Global Links
------------------------------------ */

a {
    color: #ed9b00;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
a:focus, a:hover {
    color: #c60000;
    outline: none;
    text-decoration: none; }



h1, h2, h3 { font: 44px/46px 'OswaldBold', Arial, sans-serif; }

h1 {
    margin: 0 0 15px 0;
    color: #ed9b00;
    text-transform: uppercase;}

h2 {
    font: 22px/28px 'OswaldBook', Arial, sans-serif;
    letter-spacing: .5px;
    margin: 0 0 12px 0; }

h3 {
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 12px 0; }

/* Firefox Seleted Text
------------------------------------ */

::-moz-selection {
    background: #0006ff;
    color: #fff; }
::selection {
    background: #0006ff;
    color: #fff; }

/* Placeholders consistency
------------------------------------ */

input::-webkit-input-placeholder {
    color: rgba(0,0,0,1);
}
input::-moz-placeholder {
    color: rgba(0,0,0,1);
}
input:-moz-placeholder {   /* Older versions of Firefox */
    color: rgba(0,0,0,1);
}
input:-ms-input-placeholder {
    color: rgba(0,0,0,1);
}

/* Site Header
------------------------------------ */

header {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 0 0 0;
    background: none;
    position: relative;
}

header li {
    display: inline-block;
    padding: 5px 15px;
}

header #logo {
    background: none;
    width: 970px;
    padding: 20px 0 10px 0;
    opacity: 1;
    text-align: left;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out; }
header #logo:hover {opacity: .8; }
header #logo:active {opacity: .9; }

header #logo a{
        color: black;
    font-weight: bold;
    font-size: 35px;
}
/* Main
------------------------------------ */
#wrapper {
    width: 100%;
    display: block;
    clear: both;
    padding: 0px 0 72px 0;
    background: #fff;
    background-size: cover;
    -webkit-box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, .3);
    box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, .3);   }

#main {
    display: block;
    clear: both;
    background: #fff;
    width: 930px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, .3);
    box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, .3);
}

#secondary #main {
    width: 910px;
    padding: 30px;
    text-align: left; }

#main h1 {
    text-align: left;
    word-spacing: .15em;
    letter-spacing: 1px;
}

#main p {
    padding-bottom: 10px;
    color: #000; }
#main p:last-child { padding-bottom: 0; }

#main .photo {
    float: right;
    margin: 0 0 15px 15px; }


#text, #video {
    float: left;
    text-align: left; }

#video {
    width: 500px;
    padding: 0;
    color: #fff; }

#video img { width: 100%; }
#video object,
#video embed,
#video iframe {
    width: 100% !important;
    height: 300px !important; }

#text {
    width: 400px;
    padding: 0 0 0 20px; }

#text p {  }

#sidebar, #content {
    float: left;
    text-align: left;
}

#sidebar {
    width: 200px;
    padding: 0;
    color: #ed9b00;
}

#sidebar ul {
    margin-bottom: 10px;
}

#content {
    width: 700px;
    padding: 0 0 0 20px;
}

/* Share
------------------------------------ */
#share {
    padding: 30px 0 10px;
    text-align: center; }

#share a, #share div {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

#share a {
    padding: 25px 25px 21px 25px;
    background: #666;
    color: #fff;
    font-size: 19px;
    text-transform: lowercase;
    letter-spacing: .5px;
    line-height: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: background-color .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out; }
#share a:hover { background: #ed9b00; }
#share a:active {
    background: #c03b3b;
    color: #222;
    box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45);  }
#share a.facebook, #share a.twitter {
    padding: 23px;
    background-position: center center;
    background-repeat: no-repeat; }
#share a.facebook {
    background-image: url(/image/facebook.png);}
#share a.twitter {
    background-image: url(/image/twitter.png);}
#share a.donate {
    background: #ed9b00; }
#share a.donate:hover, #share a.donate:active {
    background: #c60000; }

@-moz-document url-prefix() {
    #share a.facebook, #share a.twitter {
        margin-bottom: -13px;
    }
}

/* Footer
------------------------------------ */
footer {
    width: 930px;
    padding: 20px;
    font: 13px/18px 'OswaldLight', Arial, sans-serif;
    letter-spacing: .5px;
    color: #aaa; }

footer img { margin-right: 25px; }

footer span { display: block; clear: both; margin: 20px 0 0 0; }

/* Splash
---------------------------------- */

#modal {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000000; }

#window {
    background-color: #fff;
    width: 690px;
    padding: 30px;
    -moz-box-shadow: 0 0 35px #000;
    -webkit-box-shadow: 0 0 35px #000;
    box-shadow: 0 0 35px #000;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -345px;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8); }

#window .close {
    background: #cdcdcd url(/img/close.png) no-repeat center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out; }
#window .close:hover { background-color: #b2b2b2; }
#window .close:active {
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25); }

#window #description {
    width: 330px;
    padding: 0 30px 0 0;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    color: #414f61; }

#description h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 15px; }

#description p { margin-bottom: 15px;  }

/* Form
------------------------------------ */

form#signup {
    background: none;
    width: 390px;
    padding: 0px;
    float: left;
    font-size: 12px;
    text-align: left; }


form#signup h3 {
    color: #ed9b00;
    margin: 0 0 8px; }

form#signup p {
    font: 19px/25px 'OswaldLight', Arial, sans-serif;
    padding-bottom: 10px;}

#signup ol {
    list-style: none;
    margin-top: 10px; }

#signup li {
    display: inline-block;
    padding: 0 4px 10px; }

#signup li.text,
#signup li.submit { display: block; }
#signup li.submit { text-align: center; }


/* Label Styling
------------------------ */
#signup label { position: relative; }


/* Form Elements
------------------------ */

#signup input,
#signup select,
#signup textarea {
    background: rgba(235,235,235,1);
    border: none;
    margin: 0 auto;
    width: 172px;
    padding: 8px 6px 7px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 15px/25px 'OswaldBook', Arial, sans-serif;
    color: #999;
    transition: background-color .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out; }

#signup select {
    width: 164px;
    padding: 7px 6px 6px; }
#signup option {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; }

#signup input.email { width:250px; }
#signup input.zip {  width: 95px; clear: both; }
#signup textarea.message {
    width: 289px;
    height: 50px; }

#signup #id_opt_in_box{ color: #fff; }
#signup li.opt_in { display: block; }
#signup input.opt_in { width: 15px; }

#signup input:hover,
#signup select:hover,
#signup textarea:hover {
    background: #ed9b00;
    color: #fff; }

#signup input:focus,
#signup select:focus,
#signup textarea:focus {
    background: rgba(255,255,255,.8);
    color: #434343;
    cursor: text;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35); }

#signup button {
    background: #ed9b00;
    padding: 15px 28px;
    margin: 10px auto;
    border: none;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
    font: 24px/24px 'OswaldBold', Arial, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:  2px 2px 4px 0px rgba(0, 0, 0, .4);
    box-shadow:  2px 2px 4px 0px rgba(0, 0, 0, .4);
    transition: background-color .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out; }

#signup button:hover { background: #c60000; }
#signup button:active {
    background: #c60000;
    box-shadow: inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25); }

.submit small { color:#fff; }

/* Error INPUT Styling
--------------------------------------------------- */

#signup input.error {
    background-color: #ff0000;
    color: #fff;
    box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.25); }

#signup input.error:hover {
    box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.35);
    color: #fff;
    -moz-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.35); }

#signup input.error:active {
    box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45); }

/* Error LABEL Styling
--------------------------------------------------- */

#signup label .error {
    background: #515151;
    border: 4px solid #515151;
    padding: 0 1px;
    display: block;
    white-space: nowrap;
    position: absolute;
    left: 0px;
    top: 22px;
    z-index: 9999;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
#signup label .error:after,
#signup .error:before {
    bottom: 100%;
    border: solid transparent;
    content:"";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
#signup label .error:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #515151;
    border-width: 4px;
    left: 40%;
    margin-left: -4px; }
#signup label .error:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #515151;
    border-width: 10px;
    left: 40%;
    margin-left: -10px; }

/* Post Sign-up
------------------------------------------------------------------------- */
#post-signup {
    background: #fff;
    padding: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
#post-signup h2 { color: #169aff; font-size: 36px; }
#post-signup p { width: 100%; }


/* Mobile Specific
------------------------------------------------------------------------- */

#mobile header {
    width: 96%;
    padding: 20px 2%; }

#mobile #action {
    background: rgba(0,0,0,.1);
    text-align: left;
    padding: 5%; }

#mobile form#signup {
    width: 90%;
    padding: 5%;
    float: none !important; }
#mobile form#signup p { padding-bottom: 20px; }

#mobile #signup li {
    display: block;
    padding: 0 4px 10px; }

#mobile #signup input,
#mobile #signup textarea.message {
    width: 90%;
    padding: 10px 5%;
    font-size: 13px; }
#mobile #signup input.zip { width: 60%; }

#mobile #signup button { width: 100%; }

#mobile #signup label .error { top: 35px; }

#mobile #main {
    width: 90%;
    padding: 15px 5%; }

#mobile #text,
#mobile #video {
    float: none;
    width: auto;
    padding: 0;
    display: block; }

#mobile #main .photo,
#mobile #main img,
#mobile #main iframe,
#mobile #main object,
#mobile #main embed {
    float: none;
    margin: 0 0 15px 0;
    width: 100% !important; }

#mobile #share { padding: 20px 0 5px; }

#mobile footer {
    width: 90%;
    padding: 10px 5%; }

.txtleft {
    display: inline;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}

.txtright {
    display: inline;
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
}

.txtcenter {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

img {
    max-width: 100%;
    height: auto;
}