body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

@font-face {
    font-family: 'massive-headache';
    src: url('/fonts/massive-headache-webfont.eot');
    src: url('/fonts/massive-headache-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/massive-headache-webfont.woff2') format('woff2'),
    url('/fonts/massive-headache-webfont.woff') format('woff'),
    url('/fonts/massive-headache-webfont.ttf') format('truetype'),
    url('/fonts/massive-headache-webfont.svg#massiveheadache3regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mh-font {
    font-family: massive-headache, Verdana, Arial, sans;
}

html {
    background-color: #fff;
}
body {
    font-family: Verdana, Arial, sans;
    font-size: 16px;
    color: #000;
    background-color: #fff;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

h3 {
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #01b200;
}
#foot {
    clear: both;
}
#head {
    background-color: #01b200;
    margin-bottom: 20px;
}
#head h1 {
    color: #fff;
    font-size: 48px;
    width: 300px;
    padding-top: 45px;
    text-align: center;
}
#head div {
    width: 910px;
    margin: 0 auto;
    background: #01b200 url('/images/head-bg.png') center no-repeat;
    height: 184px;
    padding-right: 50px;
}
#logo {
    display: block;
    float: left;
    margin: 40px 0 0 40px;
}
#head .nav {
    font-family: massive-headache, Verdana, Arial, sans;
    text-shadow: 1px 1px 8px #666;
    font-size: 30px;
    color: #fff;
}
#head li {
    float: right;
    width: 100px;
    margin-left: 10px;
    margin-top: -125px;
}

li.nav-files {
    border-top: 150px solid #1D5FD9;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    transform: skew(1deg,-1deg);
}
#head li.nav-files a.nav {
    position: absolute;
    margin: -45px 0px 0px 15px;
}
li.nav-about {
    border-bottom: 150px solid #F235EB;
    border-left: 2px solid transparent;
    border-right: 4px solid transparent;
    transform: skew(1deg,0deg);
}
#head li.nav-about a.nav {
    position: absolute;
    margin: 105px 0px 0px 6px;
}
li.nav-blog {
    border-top: 150px solid #F2E400;
    border-left: 4px solid transparent;
    border-right: 3px solid transparent;
    transform: skew(-0deg,1deg);
}
#head li.nav-blog a.nav {
    position: absolute;
    margin: -45px 0px 0px 21px;
}
li.nav-books {
    border-bottom: 150px solid #01B200;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: skew(1deg,0deg);
}
#head li.nav-books a.nav {
    position: absolute;
    margin: 105px 0px 0px 8px;
}
#content {
    width: 880px;
    margin: 0 auto;
}
#foot {
    width: 960px;
    margin: 0 auto;
    background-color: #660066;
    color: #fff;
    font-size: 12px;
    padding: 3px;
    text-align: center;
}
.book {
    margin-bottom: 40px;
}
.book img.cover {
    float: left;
    background: #01b200 url('/images/cover.png') no-repeat center;
    padding: 20px;
    margin-right: 20px;
}
.book img.file-cover {
    float: left;
    background: #f235eb url('/images/file.png') no-repeat center;
    padding: 20px;
    margin-right: 20px;
}

.book img.file-more {
    float: left;
    background: #f235eb url('/images/more.png') no-repeat center;
    padding: 20px;
    margin-right: 20px;
}


.book h2 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
}
.book p {
    margin-top: 10px;
}
.review p {
    margin: 0;
}
p.author {
    font-style: italic;
}
.book p.age_group {
    float: right;
    color: #999;
}
.book p.description {
    margin-bottom: 15px;
}
.review {
    margin-bottom: 15px;
}
.review p.author {
    margin-bottom: 5px;
    color: #ccc;
}
.review p.description {
    padding: 0 10px;
    border-left: 5px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    color: #666666;
}
input {
    font-family: Verdana, Arial, sans;
    font-size: 16px;
}
.book form {
    background-color: #efefef;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ddd;
}
.book form th, form td {
    padding: 5px 10px;
}
.book textarea {
    width: 500px;
    height: 125px;
}
.book-stats {
    margin-bottom: 10px;
}
.book-stats th {
    padding: 2px 5px;
    color: #fff;
    background-color: #01b200;
    border-bottom: 1px solid #fff;
}
.book-stats td {
    padding: 2px 10px 2px 5px;
    text-align: right;
}
a.download-book, a.purchase-book, a#logout {
    margin-left: 20px;
    padding: 5px 10px;
    float: right;
}
a.download-book {
    background: #fff url('/images/download-bg.png') no-repeat;
    color: #000;
    width: 160px;
    text-align: center;
}
a.purchase-book {
    background: #fff url('/images/purchase-bg.png') no-repeat;
    color: #000;
}
a#next-page { float: right; }
a#prev-page { float: left; }
a#next-page,
a#prev-page {
    font-family: massive-headache, Verdana, Arial, sans;
    font-size: 20px;
    margin-bottom: 20px;
}
a#prev-page img, a#next-page img { vertical-align: middle; }
ul.pagination {
    width: 100%;
    overflow: auto;
    display: inline;
}
ul.pagination li {
    float: left;
}
ul.pagination .page-num {
    padding: 1px 3px;
}
ul.pagination .current-page {
    color: #000;
}

.book-filter {
    float: left;
    margin-bottom: 20px;
}
.book-sort {
    float: right;
}
.book-sort span,
.book-filter span {
    background-color: #eee;
    padding: 0 5px;
    border: 1px solid #eee;
}
.book-sort a,
.book-filter a {
    border: 1px solid #01b200;
    padding: 0 5px;
}
.book-sort a.selected,
.book-filter a.selected {
    background-color: #01b200;
    color: #fff;
}
.search-box {
    border: 1px solid #01b200;
    color: #01b200;
    padding: 0 5px;
}
.search-btn {
    color:#FFF;
    background-color:#01b200;
    border:0px;
    padding: 2px 5px;

}


.book-sort a.ASC {
    padding-right: 20px;
    background: #01b200 url('/images/asc.png') no-repeat right center;
}
.book-sort a.DESC {
    padding-right: 20px;
    background: #01b200 url('/images/desc.png') no-repeat right center;
}
p.pdf-links {
    float: right;
    margin-top: -30px;
    font-size: 13px;
}

/** add this styling **/
.addthis_counter .atc_s,
.addthis_counter .addthis_button_expanded {
    background-image: url('/images/download.gif') !important;
}

.addthis_counter.addthis_pill_style a.addthis_button_expanded {
    background-position: 0 -122px!important;
    margin: 0!important;
    width: 41px!important;
    height: 20px!important;
    margin-top: 2px!important;
    padding: 0 1px 0 8px!important;
}

.addthis_counter.addthis_pill_style a.addthis_button_expanded:hover,
.addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded:hover {
    background-position: 0 -122px!important;
}

.addthis_counter a.atc_s {
    width: 60px!important;
    height: 24px!important;
}
.addthis_counter.addthis_pill_style {
    height: 24px!important;
}
.addthis_counter a.atc_s:hover {
    background-position: 0px 0px!important;
    height: 24px!important;
}

.captcha_validation img {
    vertical-align: bottom;
}
.captcha_validation input {
    height: 30px;
    font-size: 20px;
    width: 100px;
    margin-left: 3px;
}

#bookReviewForm {
    font-size: 22px;
    width: 600px;
}

#bookReviewForm form {
    background-color: #FFFFFF;
    border: 0px;
}
#bookReviewForm input[type=submit] {
    margin: 10px auto;
    padding: 10px 40px;
    border:0px;
    background: #fff url('/images/download-bg.png') no-repeat;
    background-size: 260px 64px;
    color: #000;
    width: 260px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#bookReviewForm #form_captcha {
    font-size: 26px;
    padding: 7px 3px;
    line-height: 40px;
    margin-left: 20px;
    width: 200px;
}
#bookReviewForm img[title="captcha"] {    
    width: 195px;
    height: 48px;
    vertical-align: bottom;
}
#bookReviewForm input[type=text] {
    font-size: 26px;
}
#bookReviewForm textarea {
    font-size: 26px;
    padding: 2px;
    width: 480px;
}
.rating {
  width: 400px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size: 60px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62;  }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

#newsletter-dialog {
    display: none;
}

.ui-dialog {
    border: 3px solid #01B200;
    padding: 10px 20px;
    background-color: #FFF;
}

.ui-dialog-titlebar-close {
    float: right;
}

#newsletter-dialog .modal-title {
    margin: 10px;
}
#newsletter-dialog .modal-body, #newsletter-dialog .modal-footer {
    margin: 20px auto;
    width: 300px;
}

.addthis_vertical_follow_toolbox
{
    position: fixed;
    z-index: 9999;
    width: 150px;
    top: 40%;
    left: 0;
}

