/*
    Theme Name: IslandTime
    
    Theme URI: 
    Author: Daniel C.
    Description: Missing.
*/

/** Layout **/

@font-face{
    font-family: tiki;
    src: url('fonts/TikiIsland.ttf');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
	border: 0;
	font-family: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
#footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

p{
    line-height: 1.65em;
}

a img{
    border: 0;
}

html,
body{
    padding: 0;
    margin: 0;
   /* background: url('img/pageGraphic.png') #294881 no-repeat top center;*/
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
}

.container{
    width: 85%;
    margin: 0 auto;
}

#top{
    width: 100%;
    min-height: 40px;
    background: #111;
    text-align: center;
    color: #fff;
    
}

.fishingReportWrapper {
    margin-bottom: 20px;
}

#header{
    min-height: 100px;
    background: #106994 url('img/grunge.png');
    box-shadow: 0 25px 50px -2px #111;
    width: 100%;
    display: block;
    position: relative;
}

.headerContainer{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    z-index: 500;
    font-family: tiki;
}

nav{
    height: 55px;
    float: right;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9990;
	background:transparent;
    background: rgba(0,0,0,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000); 
    zoom: 1;
}

#navigation{
    height: 100%;
}

#cont{
    
}

main{
    min-height: 125px;
    padding-top: 50px;
}

#footer{
    background: #202121;
    min-height: 100px;
    width: 100%;
    text-align: center;
}

#footerNav{
    width: 60%;
    display: inline-block;
    width: 100%;
    min-height: 60px;
    display: inline-block;
}

#bottom{
    width: 100%;
    display: inline-block;
}

#bottom p{
    color: #ccc;
    text-align: center;
    width: 100%;
    display: block;
}

.hamburger{
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
}

.banner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-shadow: 3px 3px 10px #212121;
}

.banner h2{
    padding-top: 150px;
    padding-bottom: 45px;
    text-transform: uppercase;
    font-size: 100px;
    word-spacing: .1em;
    font-family: 'Fjalla One', sans-serif;
    line-height: 1.1em;
}

.banner h5{
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    line-height: 1.4em;
}

/* Navigation Bar */
nav ul{
	text-align: center;
    height: 100%;
}

nav ul li{
    display: inline-block;
    line-height: 55px;
    height: 100%;
    width: auto;  
}

nav ul li:first-child{
    border-left: 2px groove transparent;
}

nav ul li a:link, nav ul li a:visited{
    color: #fff;
    text-shadow: 1px 1px #444;
    font-weight: 400; 
    text-decoration: none; 
    text-transform: uppercase;
    text-align: center;
    height: 55px;
    padding: 0 10px;
    display: inline-block;
    border-right: 2px solid transparent;
}

nav ul li a:hover{
    border-right: 2px groove #444;
    border-left: 2px groove #444;
    background: url('img/nav2-hover.png');
}

nav ul li.current-menu-item a:link,
nav ul li.current-menu-item a:visited
{
    font-weight: bold
}

/** Different layouts **/

/** Single Columns **/ 
.singular{

}

/** Two Columns **/

.doubleContainer{
    width: 90%;
    margin: 0 auto;
}

.double{
    vertical-align: top;
    display: inline-block;
    width: 47.5%;
    margin-right: 4%;
    text-align: center;
}

.double:last-of-type{
    margin-right: 0%
}

.double img{
    height: 280px;
    width: 100%;
    /*box-shadow: 3px 3px 5px #212121;*/
}

.double p{
    margin-top: 8px;
    color: #444;
    line-height: 20px;
    text-align: justify;
    padding-bottom: 15px;
}

.double h3{
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 22px;
    border-bottom: 1px solid #ff470f;
    text-align: left;
    padding-bottom: 5px;
    color: #003c96;
}

.double a:link, .double a:visited{
    color: #ff470f;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #003c96;
    border-radius: 6px;
}

.double a:hover{
    text-decoration: none;
    background: #003c96;
    border: 1px solid #ff470f;
}

/** Three columns **/
.triContainer{
	width: 90%;
	margin: 0 auto;
}

.tri{
    vertical-align: top;
    display: inline-block;
    width: 30%;
    margin-right: 4%;
    text-align: center;
}

.tri:last-of-type{
	margin-right: 0%
}

.tri img{
    height: 280px;
    width: 100%;
    /*box-shadow: 3px 3px 5px #212121;*/
}

.tri h3{
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 22px;
    border-bottom: 1px solid #ff470f;
    text-align: left;
    padding-bottom: 5px;
    color: #003c96;
}

.tri p{
	margin-top: 8px;
    color: #444;
    line-height: 20px;
    text-align: justify;
    padding-bottom: 15px;
}

.tri a:link, .tri a:visited{
    color: #ff470f;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #26ade4;
    border-radius: 6px;
}

.tri a:hover{
    text-decoration: none;
    background: #26ade4;
    border: 1px solid #ff470f;
}


.homeBox{
	padding: 5px;
	box-shadow: 5px 5px 5px #505050;
	border: 1px solid #aaa;
	min-height: 500px;
	width: 20%;
	min-width: 250px;
	display: inline-block;
	margin: 20px 7.5px;
	vertical-align: top;
	text-align: left;
}

.homeBox ul{
	list-style: none;
}

.homeBox ul li:before{
	content: " 	&#9875;";
}

.homeBox img{
	width: 100%;
}

h3.homeBoxTitle{
	line-height: 20px;
	font-size: 18px;
	background: url('img/arrowRight.png') #e4e8ed no-repeat left center;
	color: #2c68a3;
	padding: 5px 5px 5px 25px;
}

.extra{
	text-align: center;
	width: 100%;
	clear: both;
}

/** Header logos **/

.logo{
    margin-top: 20px;
    height: 200px;
}

/** top division **/
.topfix{
    display: inline-block;
}

#top .icon{
    line-height: 40px;
    margin-left: 20px;
}

#top a:link,
#top a:visited{
    color: #fff;
    text-decoration: none;
}

#top a:hover{
    text-decoration: underline;
}

.info{
    height: 100%;
    width: auto;
    display: inline-block; 
    float: right;
    margin-top: 80px;
    text-align: right;
}

.info span, .info a {
    display: block;
}

.name{
    font-size: 45px;
    color: #30c0e7;
    text-shadow: 1px 0px 3px black, 1px 0px 3px black, 1px 0px 3px black, 1px 0px 3px black;
}

.email, .phone {
    font-size: 25px;
    color: rgb(225, 222, 140);
    text-shadow: 1px 0px 3px black, 1px 0px 3px black, 1px 0px 3px black, 1px 0px 3px black;
    text-decoration: none;
 }

/** Footer Menu **/

#footer ul{
    height: 20px;
    width: 60%;
    margin: 0 auto;
    display: block;
    
}

#footer ul li{
    display: inline-block;
    margin-top: 30px;
}

#footer ul li a:link,
#footer ul li a:visited{
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #555;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

#footer ul li:last-child a{
   border-right: none;
}

#footer ul li a:hover{
    color: #888;
}

/** Others **/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/** Featured Image **/

.has-thumbnail:nth-last-of-type(odd){
    position: relative;
    padding-left: 200px;
}

.has-thumbnail:nth-last-of-type(even){
    position: relative;
    padding-right: 200px;
}

.has-thumbnail:nth-last-of-type(odd) .featured-thumbnail{
    position: absolute;
    top: 0;
    left: 0;
}

.has-thumbnail:nth-last-of-type(even) .featured-thumbnail{
    position: absolute;
    top: 0;
    right: 0;
}

/** page styles **/
.article{
    margin: 0 auto;
    text-align: justify;
}


.page h1{
    font-family: tiki;
    font-size: 30px;
    color: #3bace7;
    text-shadow: 1px 0px 3px #333, 1px 0px 3px #333, 1px 0px 3px #333, 1px 0px 3px #333;
    padding: 20px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.page p{
    text-align: justify;
}

.page h3{
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Bangers', cursive;
    font-size: 30px;
    border-bottom: 1px solid #ffdd55;
    text-align: left;
    padding-bottom: 5px;
    clear: both;
    color: #3bace7;
    text-shadow: 1px 0px 2px #333, 1px 0px 2px #333, 1px 0px 2px #333, 1px 0px 2px #333;
}

.page h1 span{
    background: #fff;
    padding: 0 30px;
    font-size: 50px;
}
/** blog styles **/

.post{
    border-bottom: 2px dotted #bbb;
    margin-bottom: 20px;
}

.post p{
    display: block;
    clear: both;
    padding: 15px 0;
}

.post:last-of-type{
    border-bottom: none;
}

article.post h2 a:link,
article.post h2 a:visited{
    color: #006699;
    font-size: 200%;
}

p.post-info{
    font-size: 87%;
    color: #999;
}

p.post-info a:link,
p.post-info a:visited{
    color: #999;
}

/** wordpress classes fix **/
.page-id-221 .framed {
}
.alignleft, .alignright, .aligncenter, .framed, .sigPic img {
    padding: 5px;
    background-color: #7fc3e7;
}

.page-id-221 .framed, .page-id-470 .framed {
    background-color: #fff59b;
    box-shadow: 5px 5px 10px #333;
}

.alignleft{
    float: left;
    margin: 0 20px  20px 0;
    box-shadow: 3px 3px 15px #111;
}

.alignright{
    float: right;
    margin: 0 0 20px 20px;
    box-shadow: 3px 3px 15px #111;
}

.aligncenter{
    text-align: center;
    box-shadow: 3px 3px 15px #111;
}

li.widget{
    list-style: none;
}

.extraCont{
    width: 100%;
    height: 350px;
    background: #ccc;
    margin-top: 50px;
    text-align: center;
}

/***  sidebar right **/

.sidebarRight{
	width: auto;
	float: right;
	display: inline-block;
}

.mainLeft{
	float: left;
	max-width: 60%;
	display: inline-block;
}

/** Drop down menu **/

.dropDown{
	position: relative;
}

.sub-menu{
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
	width: 150px;
}

.sub-menu li{
 	border-top: 1px dotted #444;
	height: 35px;
	width: 100%;
	
	line-height: 35px;
}

.sub-menu li a:link,
.sub-menu li a:visited{
	padding: 0 0 0 10px;
	text-align: center;
	margin: 0;
	border-left: 4px solid #212121;
	border-radius: 0;
	height: 100%
}

.sub-menu li a:hover{
	border-left: 3px solid #26ade4;
}

.sub-menu li.current-menu-item a:link,
.sub-menu li.current-menu-item a:visited{
	background: transparent;
	color: #ccc;
}
/** google map **/

#googleMapWrapper {
    width: 50%;
    min-width: 295px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 10px;
    box-shadow: 5px 5px 10px #333;
    border: 2px solid #ff470f;
}


#googleMap img {
    box-shadow: none;
    background-color: transparent;
}


.boatRampAddr {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

#boatRamps {
    text-align: center;
}


#googleMap {
    height: 200px;
    width: 100%;
}

/* ngg gallery */
.ngg-galleryoverview {text-align: center;}
.ngg-gallery-thumbnail-box {display: inline-block !important; float: none !important; vertical-align: top;}

/** Responsive Menu **/

#moreButton{
    display: none;
}

#moreMenuWrapper{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}

#moreMenu{
    display: block;
    background: rgba(0,0,0,.8);
    display: none;
    text-align: left;
    height: 100%;
    float: left;
    width: auto;
    padding-left: 20px;
    border-right: 4px solid #e1de8c;
}

#moreMenu ul{
    padding-right: 30px;
}

#moreMenu li{
    list-style: none;
}

#moreMenu a:link,
#moreMenu a:visited{
    line-height: 25px;
    font-family: 'Jfalla one', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap;
}


.moreClose{
    border-top: 1px solid #bbb;
    color: #000;
    font-size: 30px;
    float: right;
    text-align: right;
    margin-right: 7px;
    width: 100%;
}

.siteorigin-widget-tinymce ul li{
    margin-left: 25px;
}

.page-id-481 .container, .page-id-129 .container, .page-id-127 .container {
	background: url('img/bigwatermark.png') #fff no-repeat;
	background-position: center 150px;
}

#pgc-4-0-0{
    background: url('img/bg.png') #fff no-repeat;
    background-position: top center;
    max-width: 70% !important;
}

#pg-219-0{
    background: url('img/bg.png') #fff no-repeat;
    background-position: center center;
}

#pgc-4-0-1{
    background: url('img/grunge.png') rgb(225, 222, 140);
    padding: 15px;
    float: right;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 5px 5px 15px #212121;
    text-align: center;
    min-width: 315px !important;
}

.backgroundAssociates {
	background: url('img/grunge.png') rgb(225, 222, 140);
	font-family: tiki;
}

.backgroundAssociates li {
	font-size: 22px;
}

.backgroundAssociates ul {
	background-color: rgb(254, 255, 232);
	border: 1px solid #333;
}


strong{
    font-weight: bold;
}

#signature {
	color: #3bace7;
	text-shadow: 1px 0px 3px #333, 1px 0px 3px #333, 1px 0px 3px #333, 1px 0px 3px #333;
	font-family: 'Kaushan Script'; 
	font-size: 3em;
}
div.fishingReport {
	border: 1px solid #777;
}
