/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b0cf36;
    text-shadow: none;
}

::selection {
    background: #b0cf36;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #b0cf36;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    line-height: 30px;
    color:#2a6629;
    background: #fff url("../images/bg.jpg") no-repeat center top;
    padding:0px;
    margin:0px;
    margin-bottom: 50px;
}

.fL {float: left; font-family:'Chelsea Market', cursive;}
.mR-30{ margin-right: 30px;}
.mR-50{ margin-right: 50px;}
.color-redish{ color:#2a6629;}

h1,h2{
    font-family: 'Chelsea Market', cursive;
    letter-spacing: 1px;
    color:#2a6629;
    font-weight: 400;

}
h1{
    font-size:30px;
    margin-top: 26px;
}

h2{
    font-size: 20px;
}

#wrapper{
    width:1000px;
    background: #fff;
    float:none;
    clear:both;
    margin: 0px auto 10px;
    -webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 4px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 4px rgba(50, 50, 50, 0.75);
}
#logo{
    text-align: center;
}
#content{
    width:900px;
    margin: 0 auto;

}

#cards-container{
    border-top: 1px dashed #b0cf36;
    border-bottom: 1px dashed #b0cf36;
    min-height: 242px;
    float:none;
    clear: both;
    margin-bottom: 42px;
}

.card{
    float: left;
    text-align: center;
    cursor: pointer;
    height: 123px;
    width: 225px;
}
.card label{
    cursor: pointer;
    overflow: hidden;
}
.card img{
    text-align: left;
}
span.small{
    font-size: 14px;
}
#form-inputs-container{
    border-bottom: 1px dashed #b0cf36;
    margin-bottom: 30px;
}
/*form input styles*/
textarea{
    height: 116px;
    width:860px;
    background: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color:#000;
    padding:10px;
    border: 1px solid #b0cf36;
}

input[type=text]{
    background: #fafff2;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border: 1px solid #b0cf36;
    width: 230px;
    padding-left:10px;
    height:26px;

}
.preview,.submit{
   border:0px;
   border-radius: 5px;
   font-family: 'Chelsea Market', cursive;
   letter-spacing: 1px;
   font-size: 24px;
   color:#fff;
   font-weight: normal;
   padding:10px 45px;
   text-decoration: none;
   background: #2a6629;
   margin-top: 20px;
	
}

.submit:hover, .preview:hover{
    color: #fff;
    background: #56a855;
}
.submit{
    padding:10px 60px;
    margin-left: 40px;
}

#mycard{
    position:relative;
    width: 900px;
    height: 600px;
}
#messagetext{
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    font-weight: 700;
    color:#000;
    line-height: 20px;
    position:absolute;
    min-height: 100px;
    width:700px;
    top:470px;
    left:2px;
}

#hashtag {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color:#2a6629;
	margin-top: 5px;
}
#hashtag a {
	color:#2a6629;
	text-decoration: none;
}
#hashtag a:hover {
	color:#2a6629;
	text-decoration: underline;
}
ul.messages {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.messages li {
    margin-bottom: 10px;
}
ul.messages li input {
    float: left;
    margin-top: 9px;
    margin-right: 15px;
}









/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}