@charset "UTF-8";
/*html5 display rule*/
* {
  box-sizing: border-box;
}
body {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0.5%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  font-size: calc(15px + 0.390625vw);
  #font-size: 16px;
  line-height: 1.500em; /* 16×1.125=18 */
  font-weight: normal;
  color: #000;
  text-decoration: none;
  text-align: center;
}
#container {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  background-color: #FFF;
}
p {
  text-align: justify;
  padding: 0 5px 5px 5px;
}
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;
}
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:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  line-height: 1.5em;
  text-align:center;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.0em;
}
h5 {
  font-size: 0.9em;
}
h6 {
  font-size: 0.8em;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
#header {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
#content {
  display: block;
  width: 98%;
  clear: both;
  margin: 0 auto;
}
#content-main {
  display: block;
  float: none;
  width: 90%;
  padding:0 20px;
  margin-bottom: 0 auto 10px;
  color: #333;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;

  vertical-align: top;
  text-align: center;
}
#title {
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}
#title h1 {
  font-size: 1.5em;
}
#title h2 {
  font-size: 1.3em;
}
#title h3 {
  font-size: 1.2em;
}
#article {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px;
}
#article body {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 15px;
}
#article p {
  line-height: 1.8em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.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: 100%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.imgboxRight p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
  text-align: left;
}
.imgboxRight img {
  width: auto;
  max-width: 90%;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
}
.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 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: 90%;
  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;
  font-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;
  font-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: none;
  width: 98%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 90%;
  text-align: center;
  vertical-align: top;
}
#sideBar2 {
  display: block;
  float: none;
  width: 98%;
  margin: auto;
  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: 95%;
  height: auto;
  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: 120%;
  font-weight: 400;
  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;
}
#privacyPolicy {
  display: inline-block;
  float: left;
  width: 15%;
  background-color: #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: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: 400;
  padding: 5px 10px;
  color: #5B5B5B;
  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 {
  text-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;
}
.bio {
  display: none;
}
.book_link {
  display: block;
  width: auto;
  text-align: center;
}
.book_link a:link, .book_link a:visited {
  color: #0FA824;
  text-decoration: none;
  text-align: center;
}
.book_link a:active, .book_link a:hovor {
  color: aquamarine;
  text-decoration: underline;
}
/* top nav imported from DP*/
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0px;
  background-color: #ffffff;
  border: none;
}
div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30px;
  border: none;
  padding-right: 10px;
  padding-bottom: 200px;
}
.yachtsurvey_backlink {
  display: flex;
  float: right;
  width: 200px;
  height: 23px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.article_backlink {
  background-color: #00cccc;
  padding: 2px 5px;
  border: 1px solid #00cc99;
  border-radius: 10px;
  margin-bottom: 2px;
}
.article_backlink a {
  color: white;
  font-weight: 500;
}
.article_backlink a:link, .article_backlink a:visited {
  color: white;
}
.article_backlink a:hover, .article_backlink a:active {
  text-decoration: underline;
}
/* top navbar starts */
.navbar {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #36f;
}



.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 100%;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:link, .navbar a:visited {
  color: white;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #39f;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 15px;
  font-size: 120%;
  font-weight: 500;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:link, .dropdown-content a:visited {
  color: #333;
}
.dropdown-content a:hover {
  background-color: rgb(0, 255, 255, 0.3);
}
.dropdown:hover .dropdown-content {
  display: block;
}
/* top nav bar ends */
/*end of import*/
.mobile {
  display: block;
}
.desktop{
	display:none;
}
#sideBar1, #sideBar2 {
  text-align: center;
}
#sideBar1 img, #sideBar2 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#DR_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 0 0;
}
#DR_header > div {
  width: auto;
  padding: 2px 10px;
  text-align: center;
}
#DR_header img {
  max-width: 100%;
}
.top_boatreview {
  background-color: #cbcb98;
  border-radius: 5px;
  padding: 1px 3px;
  text-align: center;
}
.top_boatreview ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.top_boatreview li {
  padding: 0px;
  text-align: center;
}
.logo{
	
}
.logo img{
	display:block;
	max-width:30%;
	height:auto;
	padding:10px 0 0 5px;
}

#navbar2 {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; 
  font-size:100%;
  font-weight:400;
}

#navbar2 .dropdown{
	float:none;
	width:100%;
	background-color: cornflowerblue;
	padding:0px;
	margin-bottom:5px;
	border-radius:10px;
}
#navbar2 .navbar a {
  float: left;
  font-size: 100%;
  color: #545454;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
}

.navbar a {
  float: left;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 12px 10px;
  text-decoration: none;
}
.table_of_contents{
	width:90%;
	padding:10px 20px;
	margin:10px auto;
	text-align:left;
	background-color:rgba(213, 234, 255, 0.5);
	
}
.a{
	width:100%;
	padding:15px;
	background-color:#ccffff;
	text-align:left;
}
.photo{
	width:90%;
	margin:0 auto 40px;
	background-color:rgba(213, 234, 255, 0.5);
	font-size:90%;
	padding: 10px 10px 0px;
	font-weight:700;
}
.photo img{
	width:90%;
	height:auto;
	margin:0 auto;
	
}
.part{
	width: 90%;
	padding:10px;
	margin:20px auto;
	border:solid 1px #cccc99;
}



.article{
	display:block;
	width: 90%;
	padding: 15px;
	margin: 0 auto;
}
.yacht_articles_sb{
	display:block;
	width:90%;
	margin:auto;
	font-size:100%;
}

.yacht_articles_sb ul{
	list-style-type:none;
	margin:0;
	padding:0px 0 0 0;
	text-align:center;
	color:#FFF;
	
}

.yacht_articles_sb li{
	display:block;
	width:auto;
	text-align:left;
	font-size:100%;
	font-weight:400;
	line-height:1.5em;
	background-color:#FFF;
	padding:10px;
	color:#666;
	border-bottom:thin solid grey;
}
.yacht_articles_sb li a:link, .yacht_articles_sb li a:visited{
	text-decoration:none;
	color:#06F;
}

.yacht_articles_sb li a:hover, .yacht_articles_sb li a:active{
	color:#FC6;
}

.yacht_articles_sb h2{
	font-size:130%;
	font-weight:normal;
	text-align:center;
}
	

