@charset "UTF-8";
/*html5 display rule*/
container, header, mobile_dr_header_img, desktop_dr_header_img, content, content-main, article, sideBar1, sideBar2, siteMenu, footer, siteMenu-Bottom, date, privatePolicy, copyRight, summary {
    display: block;
}
.2015_log_pascoe_books {
    display: block;
    width: 98%;
    height: auto;
    margin: 10px auto;
    background-color: #06C;
}
#container {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    background-color: #FFF;
}
body {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
 *padding:10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
    font-size: 110%;
    line-height: 1.500em; /* 16×1.125=18 */
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: center;
}
p {
    font-size: inherit;
    font-family: inherit;
    text-align: justify;
    padding: 0 10px 10px 10px;
}
a.link, a.visited {
    text-decoration: none;
    color: #06F;
}
a.active, a.hover {
    color: #0CF;
    text-decoration: underline;
}
hr {
    border-style: solid;
    border-width: thin;
    border-color: #CCC;
}
.hr_top {
    height: 0.2em;
    width: 100%;
    border: 1px solid #06F;
}
ul {
    margin-right: 10px;
}
ul.a {
    list-style-type: disc;
}
ul.b {
    list-style-type: square;
}
ul.c {
    list-style-type: none;
}
li {
    text-align: left;
    margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.0em;
}
h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.0em;
}
h5 {
    font-size: 0.9em;
}
h6 {
    font-size: 0.8em;
}
a:link {
    color: #06F;
}
a:visited {
    color: #06F;
}
a:hover {
    color: #0cf;
}
a:active {
    color: #0cf;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
#mobile_dr_header_img {
    display: none;
}
#header {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.header {
    display: block;
    text-align: left;
}
#desktop_dr_header_img {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 90%;
    padding: 0;
}
#desktop_dr_header_img h3, #desktop_dr_header_img h4 {
    line-height: 1.5em;
}
.desktop_dr_header_img a:link, .desktop_dr_header_img a:visited {
    color: #FFF;
    text-decoration: none;
    padding: 0px;
}
.desktop_dr_header_img a:hover, .desktop_dr_header_img a:active {
    color: #FFF;
    text-decoration: underline;
}
#content {
    display: block;
    width: 98%;
    clear: both;
    margin: 0 auto;
}
.wrap {
    float: left;
    width: 80%;
    margin-right: 0;
}
#content-main {
    display: block;
    float: right;
    width: 72%;
    margin-left: 0;
    margin-bottom: 10px;
    color: #333;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #DFDFDF;
    padding: 10px 1%;
    vertical-align: top;
    text-align: center;
    font-size: inherit;
    font-weight: inherit;
}
#title {
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
}
#title h1 {
    font-size: 2.5em;
}
#title h2 {
    font-size: 1.8em;
}
#title h3 {
    font-size: 1.5em;
}
#article {
    display: block;
    width: 95%;
    margin: auto;
    background-color: #FFF;
    padding: 10px;
}
#article body {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
#article p {
    line-height: 1.7em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-align: justify;
 *padding-left:1em;
 *padding-right:1em;
}
.photo_table {
    margin: 0 0 10px 10px;
    background-color: #FFFFFF;
}
.grey {
    color: #666666;
}
.center {
    text-align: center;
}
.photo_comment {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Courier New", Courier, monospace;
    text-align: left;
}
.imgbox {
    text-align: center;
    width: auto;
    max-width: 90%;
    border: 1px solid gray;
    background-color: #CC9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    text-size: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.imgbox p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.500;
    width: 95%;
}
.imgbox img {
    width: auto;
    max-width: 95%;
}
.imgboxRight {
    float: right;
    text-align: center;
    width: auto;
    max-width: 50%;
    border: 1px solid gray;
    background-color: #CC9;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 110%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.imgboxRight p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.200;
    text-align: left;
}
.imgboxRight img {
    width: auto;
    max-width: 90%;
}
.imgboxLeft {
    float: left;
    text-align: center;
    width: auto;
    max-width: 50%;
    border: 1px solid gray;
    background-color: #CC9;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    text-size: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.imgboxLeft p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.200;
    text-align: left;
}
.imgboxLeft img {
    width: auto;
    max-width: 90%;
}
#article table {
    margin: auto;
    background: #fff;
}
#article table_right {
    margin: 10px 0 10px 10px;
}
#article td {
    padding: 5px;
}
#article img {
    max-width: 100%;
    margin: auto;
    padding: 10px;
}
.img_right {
    padding: 10px;
}
#article_contents {
    width: 35%;
    display: block;
    float: right;
    margin: 10px 10px 10px 20px;
    border: 1px solid #000;
    padding: 5px;
    background-color: #FFF;
}
.article_contents {
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
}
.article_contents img {
    margin: auto;
    max-width: 100%;
}
.light_grey {
    background-color: #FFF;
    width: 100%;
    margin: 0;
}
.imgbox {
    text-align: center;
    width: auto;
    max-width: 90%;
    border: 1px solid gray;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    text-size: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.imgbox p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.500;
    width: 95%;
}
.imgbox img {
    width: auto;
    max-width: 100%;
    padding: 10px 0 0 0;
}
.imgboxRight {
    float: right;
    text-align: center;
    width: auto;
    max-width: 50%;
    border: 1px solid gray;
    background-color: #FFF;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.imgboxRight p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.200;
    text-align: left;
}
.imgboxRight img {
    width: auto;
    max-width: 100%;
    padding: 10px 0 0 0;
}
.imgboxLeft {
    float: left;
    text-align: center;
    width: auto;
    max-width: 50%;
    border: 1px solid gray;
    background-color: #FFF;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    text-size: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.imgboxLeft p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.200;
    text-align: left;
}
.imgboxLeft img {
    width: auto;
    max-width: 100%;
    padding: 10px 0 0 0;
}
li {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 100%;
    line-height: 1.7em;
    padding-bottom: 1em;
}
#author {
    width: 90%;
    display: block;
    border: 1px solid #CCC;
    background-color: #EEE;
    margin: auto;
}
#index {
    width: 95%;
    margin: auto;
    border: 1px solid #666;
    padding: 10px;
    display: block;
    background-color: #fff;
    color: #000;
    font-size: 1em;
    line-height: 1.5em;
}
#index h3 {
    text-align: left;
}
#index p {
    font-size: 1em;
    text-align: left;
    line-height: 1.5em;
}
#index td {
    border: 1px solid #999;
}
hr {
    border: solid 1px #F30;
}
#chapter_table {
    width: 100%;
    font-size: 1.1em;
    text-align: left;
}
#chapter_table th {
    background-color: #FFF;
    text-align: center;
}
#chapter_table td {
    background-color: #D5EAFF;
    text-align: left;
    font-size: 1.2em;
}
.articlePart {
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
}
.articleRef {
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
}
#sideBar1 {
    display: block;
    float: left;
    width: 23%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 10px;
    font-size: 90%;
    text-align: center;
    vertical-align: top;
}
#sideBar2 {
    display: block;
    float: right;
    width: 18%;
    margin: 0 0 0 2%;
    font-size: 90%;
    text-align: center;
    vertical-align: top;
    padding-top: 0px;
    padding-left: 0%;
    padding-right: 0%;
}
.clear {
    clear: both;
}
.multipleboxRight {
    max-width: 50%;
    float: right;
    margin: 10px;
    border-style: solid;
    border-width: 1px;
}
#siteMenu {
    display: block;
    margin: 3px auto 0 auto;
    width: 99%;
    height: auto;
    background-color: transparent;
    padding: 3px;
    border: none;
    text-align: center;
    background-color: #7094D0;
}
.siteMenu a:link, .siteMenu a:visited {
 *display:inline-block;
 *display:inline;
 *zoom:1;
    text-decoration: none;
    white-space: nowrap;
    font-size: 105%;
    font-weight: 300;
    color: #fff;
    background-color: #7094D0;
    text-align: center;
    padding: 2px 3px;
    border-right: 1px solid #FFF;
    margin-bottom: 10px;
}
.siteMenu a:hover, .siteMenu a:active {
    background-color: #69F;
    color: #FFF;
}
#footer {
    display: block;
    width: auto;
    background-color: #FFF;
    clear: both;
    margin-top: 10px;
    text-align: center;
    font-size: 100%;
}
.footer {
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    margin: auto;
}
#siteMenu_Bottom {
    display: inline-block;
    width: 95%;
    background-color: #FFF;
    padding: 0;
    border: none;
    font-size: 100%;
    text-align: center;
}
.siteMenu_Bottom {
    font-size: 100%;
    font-weight: 300;
    text-align: center;
    height: auto;
    text-transform: uppercase;
    padding: 0.2em 0.6em;
}
.siteMenu_Bottom ul {
    list-style-type: none;
    margin: 0;
    padding: 6px 0;
}
.siteMenu_Bottom li {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 8px;
    display: inline-block;
 *display:inline;
 *zoom:1;
    font-size: 100%;
    font-weight: 300;
    white-space: nowrap;
    vertical-align: middle;
}
.siteMenu_Bottom a:link, .siteMenu_Bottom a:visited {
    text-decoration: none;
    font-size: 100%;
    font-weight: 300;
    color: #000;
    text-align: center;
    padding: 3px 10px;
}
.siteMenu_Bottom a:hover, .siteMenu_Bottom a:active {
    text-decoration: underline;
}
#date {
    display: block;
    background-color: inherit;
    clear: both;
}
.date {
    clear: both;
    font-size: 80%;
    color: #666;
    text-align: left;
}
#logoBottom {
    display: inline-block;
    float: left;
    width: 15%;
    background-color: #FFFFFF;
    text-align: center;
}
.logoBottom img {
    width: 95%;
    border: none;
}
#privacyPolicy {
    display: inline-block;
    float: left;
    width: 15%;
    backgroundcolor: #B3D9D9;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
}
 .privacyPolicy a:link, priacyPolicy a:visit {
 text-decoration:none;
}
hr {
    color: #000000;
    clear: both;
    width: auto;
}
#copyRight {
    display: block;
    clear: both;
    width: 98%;
    font-size: 90%;
}
.top_boat_books_by {
    font-size: 100%;
    font-style: normal;
    font-weight: bold;
    color: #EAEAEA;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}
.top_worldwide {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #EAEAEA;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.top_main_menu {
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 5px;
}
.catMenu {
    float: left;
    width: 180px;
}
.top {
    text-align: center;
    clear: both;
}
.top img {
    margin-top: 10px;
    border: none;
}
.here {
    display: inline-block;
    float: left;
    margin: 5px 10px 2px 10px;
    font-family: inherit;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    color: inherit;
    text-align: left;
}
.here ul {
    list-style-type: none;
}
.here li {
    color: inherit;
    display: inline;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.here a {
    text-decoration: none;
    color: inherit;
}
.here a:link, .here a:visited {
    color: #06F;
    display: inline-block;
    background-color: #FFF;
    padding: 3px 10px;
    border-width: 1px;
    text-decoration: none;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    border-radius: 20px 20px;
}
 .here a:active, .here a:hovor {
 color:#3FF;
 text-decoration:underline;
}
.content-main title {
    align: center;
}
.right {
    float: right;
    width: 40%;
    background-color: #EAEAEA;
    margin: 10px;
    padding: 5px;
    text-align: left;
}
.right p {
    text-align: left;
}
.left {
    float: left;
    width: 40%;
    background-color: #EAEAEA;
    margin: 10px;
    padding: 5px;
    text-align: left;
}
.left p {
    text-align: left;
}
.additionalReading {
    text-align: left;
    padding: 10px;
}
.quiz {
    display: block;
    width: 90%;
    border-style: solid;
    border-width: 2px;
    padding: 5px;
    margin: auto;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 200;
}
.boatreviewNote {
    clear: both;
    width: 70%;
    font-size: 90%;
    background-color: #E3E3E3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    padding: 10px;
}
.rating {
    width: 60%;
    border-style: solid;
    border-width: 1px;
    font-weight: 200;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #C1E0FF;
}
.remark {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #CCC;
    padding: 10px;
    background-color: #FFF;
}
.bestbuy {
    color: #F63;
}
.comment {
    width: 95%;
    padding: 5px;
    margin: 10px auto;
    text-align: left;
    display: block;
    border-style: double;
    border-color: #0CC;
    background-color: #FFF;
}
.comment p {
    text-align: left;
}
.redline {
    width: 90%;
    height: 2px;
    margin-left: 0;
    margin-right: 0;
}
#topics table {
    width: 100%;
    font-size: 100%;
}
#topics td {
    text-align: left;
    vertical-align: top;
}
.holiday1 {
    font-size: 130%;
    color: #093;
    margin-top: 0;
}
.holiday2 {
    color: #F30;
    font-size: 130%;
    margin-top: 0;
}
.holiday_schedule {
    font-size: 130%;
    text-align: center;
}
.add_nav {
    clear: both;
}
.google_plus {
    font-size: 70%;
    text-align: right;
}
.david_pascoe {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    padding: 20px 10px;
    color: inherit;
}
.david_pascoe ul {
    list-style-type: none;
}
.david_pascoe li {
    color: inherit;
    display: inline;
}
.david_pascoe a:link, .david_pascoe a:visited {
    color: #06F;
    display: inline-block;
    border-width: 1px;
    text-decoration: none;
}
 .david_pascoe a:active, .david_pascoe a:hovor {
 color:#3FF;
 text-decoration:underline;
}
 .david_pascoe a:active, .david_pascoe a:hovor {
 color:#3FF;
 text-decoration:underline;
}
#boat_review table {
    display: block;
    width: 85%;
    border: solid 1px #06F;
    font-size: 100%;
    text-align: center;
}
#boat_review table td {
    border: solid thin #06F;
    text-align: center;
    vertical-align: top;
}
#boat-review table.center {
    margin-left: auto;
    margin-right: auto;
}
.center {
    text-align: center;
}
.aag {
    display: none;
}
.footer {
    display: block;
    width: auto;
    text-align: center;
    font-size: 85%;
    color: #969696;
}

.book_link{
    display:block;
    with:auto;
   text-align:center;
    
}
.book_link a:link, .book_link a:visited {
    color:#0FA824;
    text-decoration: none;
    
}
 .book_link a:active, .book_link a:hovor {
 color:aquamarine;
 text-decoration:underline;
}