/**
 * Nautic Marine Website Stylesheet
 * @author Steven McTainsh (http://www.smctainsh.com)
 */

/* Main Body Elements and Containers */

* {
  padding: 0;
  margin: 0;
}

body {
  text-align: left;
  background: #000d18 url(/assets/images/back_gradient.png) repeat-x bottom fixed;
  font-family: "Cambria", "Georgia", serif;
  font-size: 12pt;
  letter-spacing: 0px;
  color: #ffffff;
  -webkit-text-size-adjust: none;
}

p, fieldset {
  color: #fff;
  line-height: 150%;
}

#container {
  margin: 0 auto;
  width: 790px;
  border-right: 1px solid rgb(76, 88, 98);
  padding-right: 20px;
}

img {
  border: 1px solid rgb(204, 153, 0);
}

#logo {
  width: 157px;
  height: 70px;
  margin: 40px 0 0 20px;
  text-align: left;
  float: left;
}

#logo img {
  width: 200px;
  height: 89px;
}

/* Navigation */

#designs {
  float: right;
  height: 100px;
  width: 112px;
  background: url(/assets/images/gallery/arch-drawing-board-standing.jpg) no-repeat center;
  border: 1px solid rgb(76, 88, 98);
  margin-right: 5px;
}

#sportfisher {
  float: right;
  height: 100px;
  width: 112px;
  background: url(/assets/images/gallery/foreign-exchange-front.jpg) no-repeat center;
  border: 1px solid rgb(76, 88, 98);
  margin-right: 5px;
}

#commercial {
  float: right;
  height: 100px;
  width: 112px;
  background: url(/assets/images/gallery/pursuit-front-small.jpg) no-repeat center;
  border: 1px solid rgb(76, 88, 98);
  margin-right: 5px;
}

#contact {
  float: right;
  height: 100px;
  width: 112px;
  background: url(/assets/images/gallery/arch-boat.jpg) no-repeat center;
  border: 1px solid rgb(76, 88, 98);
  margin-right: 5px;
}

/* The text that resides in the navigation divs */

.navtext {
  margin-top: 75px;
  padding: 4px 10px;
  width: 92px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  color: rgb(0, 25, 51);
  font-size: 15px;
}

/* Divs */

#header {
  width: 740px;
}

h1 {
  color: rgb(204, 153, 0);
  font-size: 22pt;
  letter-spacing: -0.5px;
  line-height: 125%;
  margin-bottom: 20px;
  padding: 10px 0px;
  margin-top: 40px;
  text-align: left;
  font-weight: normal;
  float: left;
  width: 100%;
}

h2 {
  color: rgb(204, 153, 0);
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 0;
}

h3 {
  color: #fff;
  font-size: 14pt;
  margin: 20px 0px;
}

.highlight {
  color: rgb(204, 153, 0);
}

#nav {
  float: right;
  font-size: 10pt;
  color: rgb(255, 255, 255);
  text-align: right;
  margin-top: 30px;
  width: 510px;
}

#footer {
  clear: both;
  font-size: 10pt;
  padding: 20px;
  margin: 30px 0px;
  border-top: 1px solid rgb(76, 88, 98);
  color: rgb(255, 255, 255);
  line-height: 150%;
}

.blurb {
  float: left;
  display: block;
  width: 100%;
  margin-top: 5px;
  position: relative;
}

p {
  color: #ffffff;
  text-align: left;
  margin: 10px 0px;
}

p.intro {
  text-align: justify;
}

#content {
  text-align: left;
  padding: 0px;
  width: 740px;
  clear: both;
  margin-left: 20px;
}

.plans {
  float: right;
  clear: right;
  margin: 0 0 20px 0;
}

#projectlist, #designlist, #designsavailable {
  color: #ffffff;
  margin: 10px 0px 10px 20px;
}

/* Link Attributes */

a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px dotted rgb(204, 153, 0);
}

a:hover {
  color: rgb(204, 153, 0);
  text-decoration: none;
  border-bottom: 1px solid rgb(204, 153, 0);
}

a img {
  border: 0;
  border-bottom: 0px;
}

#logo a {
  border: 0;
}

a.navlink:link, a.navlink:visited {
  color: rgb(0, 25, 51);
  text-decoration: none;
  border-bottom: 0px;
}

a.navlink:hover {
  color: rgb(0, 25, 51);
  text-decoration: underline;
  border-bottom: 0px;
}

/* Gallery */

#gallery {
  width: 740px;
  float: right;
  position: relative;
  margin-bottom: 40px;
}

#gallery ul {
  list-style: none;
  width: 200px;
  float: right;
}

#gallery li {
  float: left;
}

#gallery ul li a span {
  display: none;
  width: 500px;
}

#gallery ul li a span img {
  border: 1px solid rgb(204, 153, 0);
}

#gallery ul li a span h5 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 10px;
}

#gallery ul li a:hover span {
  display: block;
  z-index: 100;
  position: absolute;
  top: 10px;
  left: 20px;
  text-align: left;
  color: #ffffff;
}

#gallery ul li a:hover {
  border: 1px solid rgb(204, 153, 0);
}

#gallery ul li a {
  border: 1px solid #ffffff;
  display: block;
  margin: 2px;
}

.portrait {
  width: 60px;
  height: 93px;
}

.landscape {
  width: 93px;
  height:60px;
}

.gallerytitle {
  font-weight: bold;
  text-align: left;
}

#gallery ul li a span img {
  float: left;
  margin: 10px;
}

.gallery__photo {
  /* Make anchors tappable on iPad */
  cursor: pointer;
}

#photo-a {
  background: url(/assets/images/gallery/thumb/pursuit-front.jpg) no-repeat center;
}

#photo-b {
  background: url(/assets/images/gallery/thumb/arch-flybridge.jpg) no-repeat center;
}

#photo-c {
  background: url(/assets/images/gallery/thumb/aloha-rear.jpg) no-repeat center;
}

#photo-d {
  background: url(/assets/images/gallery/thumb/aloha-side.jpg) no-repeat center;
}

#photo-e {
  background: url(/assets/images/gallery/thumb/inis-interior.jpg) no-repeat center;
}

#photo-f {
  background: url(/assets/images/gallery/thumb/foreign-exchange-action.jpg) no-repeat center;
}

#photo-g {
  background: url(/assets/images/gallery/thumb/elysium-side.jpg) no-repeat center;
}

#photo-h {
  background: url(/assets/images/gallery/thumb/pursuit-profile.jpg) no-repeat center;
}

#photo-i {
  background: url(/assets/images/gallery/thumb/foreign-exchange-rear.jpg) no-repeat center;
}

#photo-j {
  background: url(/assets/images/gallery/thumb/inis-profile.jpg) no-repeat center;
}

#photo-k {
  background: url(/assets/images/gallery/thumb/pursuit-side.jpg) no-repeat center;
}

#inis {
  width: 300px;
  height: 199px;
  float: right;
}

h4 {
  font-size: 12pt;
  font-weight: bold;
  text-transform: uppercase;
  margin: 12px 0px;
}

#inis2 {
  float: right;
  width: 330px;
  height: 221px;
  margin-top: -200px;
}

#pursuit {
  float: right;
  width: 330px;
  height: 221px;
  margin-top: -230px;
}

#specnotice {
  width: 740px;
  text-align: right;
  clear: both;
  padding-top: 20px;
}

#foreignexchange {
  float: right;
  margin-top: -80px;
}

#alpha {
  margin-top: 50px;
  float: right;
}

#arch1 {
  float: right;
}

#lines1 {
  float: right;
  margin-top: 3px;
  margin-right: 8px;
  margin-bottom: 20px;
}

table {
  margin-bottom: 30px;
  width: 50%;
}

table.specs {
  margin: 20px 0 50px 0;
}

/** Home page slideshow (converted to CSS - 28th March 2015) */
.home__slideshow {
  width: 750px;
  height: 300px;
  background: #fff;
  position: relative;
  clear: both;
  margin-bottom: 30px;
}

.home__slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.home__slideshow img.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
