span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

strong {font-weight: bold;}
em {font-style: italic;}

.group:before,
.group:after{
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.group:after{
    clear: both;
}

body {
    
    background: url(/img/header_background.png) repeat-x;
}


.wrap {
    margin: 0 auto;
    width: 840px;
    font-size: 14px;
    line-height: 1.5;
    font-family: arial;
}

header h1 {
    width: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
    background: url(/img/top_flourish.png) no-repeat 0 10px;
    padding-top: 5px;
    font-size: 20px;
}

header h2 {
    color: #fff; /* text color */
    font-style: normal;
    font-size: 33px;
    text-shadow: 0 2px 2px rgba(1,1,1,.2); /* drop shadow */
    text-align: center;
}

header h2 strong{
    color: #1a393c;
    font-weight: normal;
}

header h2 em {
    font-weight: bold;
    font-style: normal;
}

.divider {
    background: url(/img/divider.png) no-repeat;
    width: 816px;
    height: 48px;
    margin-left: 12px;
    clear: both;
}


.divider_alt {
    background: url(/img/divider_alt.png) no-repeat;
    width: 773px;
    height: 64px;
    margin-left: 43px;
    clear: both;
}

header p {text-align: center; font-family: arial; font-weight: bold; color: #1a393c; margin-top: 10px; font-size: 15px;}


header .text {
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px;
    width: 650px;
    height: 50px;
    font-size: 14px;
    color: #767676;
    line-height: 1.8;
    font-weight: bold;
    border: 1px solid rgba(8,47,50,.36); /* stroke */
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: inset 0 2px 2px rgba(1,1,1,.18); /* inner shadow */
    -webkit-box-shadow: inset 0 2px 2px rgba(1,1,1,.18); /* inner shadow */
    box-shadow: inset 0 2px 2px rgba(1,1,1,.18); /* inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CjxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDYiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDYiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.06) 0%, rgba(255,255,255,.06) 79%, rgba(1,1,1,.06) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,.06) 0%, rgba(255,255,255,.06) 79%, rgba(1,1,1,.06) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.06) 0%, rgba(255,255,255,.06) 79%, rgba(1,1,1,.06) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(255,255,255,.06) 0%, rgba(255,255,255,.06) 79%, rgba(1,1,1,.06) 100%); /* gradient overlay */
    
    
}

header .text a {color: #0b717a; text-decoration: none;}

header .cta{
    background: #FFF;
    background: rgba(255, 255, 255, 0.75);
    margin-top: 50px;
    border-radius: 15px;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
}
    header .cta p{
        color: #444;
        font-size: 24px;
        margin: 10px auto 0;
        font-weight: normal;
        max-width: 500px;
    }
    header .cta:after{
        width: 96%;
        height: 1px;
    }

header button, a.btn {
    position: relative;
    z-index: 9999;
    width: 300px;
    height: 39px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: white;
    letter-spacing: 1.7px;
    color: #fff; /* text color */
    font-family: "Arial";
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(1,1,1,.21); /* drop shadow */
    padding-top: 17px;
    border: 1px solid #7da415; /* stroke */
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #93c313; /* layer fill content */
    -moz-box-shadow: 0 2px 2px rgba(27,35,4,.2), inset 0 1px 0 rgba(255,255,255,.55); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 2px 2px rgba(27,35,4,.2), inset 0 1px 0 rgba(255,255,255,.55); /* drop shadow and inner shadow */
    box-shadow: 0 2px 2px rgba(27,35,4,.2), inset 0 1px 0 rgba(255,255,255,.55); /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjE4Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE4Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(1,1,1,.18) 0%, rgba(255,255,255,.18) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(1,1,1,.18) 0%, rgba(255,255,255,.18) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(1,1,1,.18) 0%, rgba(255,255,255,.18) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(1,1,1,.18) 0%, rgba(255,255,255,.18) 100%); /* gradient overlay */
    margin-top: 40px;
}

a.btn strong {font-weight: bold;}

header a.btn.twitter {float: left; margin-left: 80px;}
header a.btn.facebook {float: right; margin-right: 80px;}

header .small{
    width: 679px;
    margin: 0 auto;
}
header .small a.btn{
    height: 25px;
    padding-top: 10px;
    width: 205px;
    font-size: 12px;
}

header a.btn.tumblr {float: left; }
header a.btn.reddit {float: left; margin-right: 29px;}
header a.btn.gplus {float: left; margin-right: 29px;}

header .star {
    display: block;
    margin: 0 auto;
    background: url(/img/star.png) no-repeat center bottom;
    width: 12px;
    height: 70px;
    text-indent: -999999px;
    position: absolute;
    width: 840px;
}

p {
    color: #0c494e;
    text-align: center;
}

h3 {
    color: #0c494e;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list {
    background: url(/img/list_background.png) no-repeat;
    width: 642px;
    margin-left: 109px;
    padding-top: 60px;
    overflow: auto;
}

.bottomoflist {
    background: url(/img/bottomoflist.png) no-repeat;
    width: 642px;
    height: 69px;
    margin-left: 109px;
}

.list li {
    background: url(/img/starlist.png) no-repeat left 3px;
    margin: 10px 80px;
    text-align: left;
    padding-left: 30px;
    color: #0c484d; /* text color */
    font-family: "Arial";
    font-size: 16px;
    text-shadow: 0 2px 0 #fff; /* drop shadow */
}

.list li a {
    font-weight: bold;
    color: #0c494e;
}

h3.today {padding-bottom: 40px; border-bottom: 1px solid #c0d1d3; margin-bottom: 300px;  margin: 0 auto; width: 400px;}

p.today {
    color: #0c484d; /* text color */
    font-family: "Arial";
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 2px 0 #fff; /* drop shadow */
    margin-top: 20px;
    margin-bottom: 20px;
}

blockquote {
    background: url(/img/blockquote.png) no-repeat;
    width: 610px;
    height: 150px;
    margin: 0 auto;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
}

h5 {
    background: url(/img/small_embelishment.png) no-repeat center 2px;
    height: 17px;
    color: #0c484d; /* text color */
    font-family: "Arial";
    font-size: 16px;
    font-weight: bold;
    text-align: center;  
}

h5 a {color: #0c484d; /* text color */ text-decoration: none;}

body .btn.today {
    color: #fff; /* text color */
    font-family: "Arial";
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(1,1,1,.21); /* drop shadow */
    margin: 35px  auto;
    display: block;
    -moz-border-radius: 22px / 21px;
    -webkit-border-radius: 22px / 21px;
    border-radius: 22px / 21px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #93c313; /* layer fill content */
}

p.disclaimer {
    width: 450px;
    margin: 0 auto;
    font-size: 12px;
}

h4 {
    color: #0c484d; /* text color */
    font-family: "Adelle";
    font-size: 23px;
    text-shadow: 0 1px 0 #fff; /* drop shadow */
    margin-left: 120px;
    margin-top: 20px;
    margin-bottom: 30px;

}

p.support, textarea.textarea {
    color: #0c484d; /* text color */
    font-family: "Arial";
    font-size: 14px;
    text-align: left;
    display: block;
    width: 600px;
    margin: 0 auto;
    color: #0c494e;
    margin-bottom: 20px;
}

ul.friends {
width: 730px;
margin: 0 auto;
text-align: center;
}

ul.friends li {
    display: inline;
    padding-right: 15px;
    background: url(/img/friendstar.png) no-repeat right;}
    
    ul.friends li.last {
        background: none;
    }
    
    ul.friends li a {color: #0c494e; font-weight: bold; text-decoration: none; line-height: 1.8;}
    
    .damnit {
        color: #495c5e; /* text color */
        font-family: "Arial";
        font-size: 18px;
        text-shadow: 0 1px 0 #fff; /* drop shadow */
        background: url(/img/aaronxoxox.png) no-repeat;
        width: 523px;
        height: 138px;
        padding-left: 190px;
        padding-top:80px;
        margin: 90px auto;
    }
    
    
    
img.ebeddedposter, img.book {margin: 20px auto; display: block;}

textarea.embed {padding: 10px; width: 570px; margin-left: 120px;}

.videoz {margin: 30px auto;}
