/* 
Theme Name: Sea Kayak
Description: Sea Kayak theme
Version: 1.0
Author: Andy
*/


/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 20px;
	background: #797979;
	min-width: 300px;
}

html, body, p, li, ul, dd, td {
	color: #0d5279;
	line-height: 150%;
	font-size: 1.0em;
	font-family: 'Cabin', sans-serif;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #009cee;
	text-decoration: underline;
	outline: none;
}
  
a:hover {
	color: #f8740d; 
}

ul { 
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
}

h1, h1 a {
	font-size: 1.8em;
	margin-top: 0;
}

h2, h2 a {
	font-size: 1.4em;
}

h3, h3 a {
	font-size: 1.2em;
}


hr {
	height: 4px;
	border: 0;
	width: 100%;
	background: #1a9fea;
	color: #1a9fea;
	margin: 5px 0 15px 0; 
}
  
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #f3f3f3;
	-moz-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
}

/* Header                                           */
/* ------------------------------------------------ */
#header {
	height: 180px;
	background: url(images/header-home.jpg) top right no-repeat;
}

#header a {
	font-size: 44px;
	text-decoration: none;
	color: #000;
}

#slideshow {
	height: 272px;
	overflow: hidden;
}

/* Navbar                                           */
/* ------------------------------------------------ */
#navbar {
	background: #ffcb2f;
	height: 46px;
	position: relative;
	padding-left: 12px;
}

.anchor-link {
	display: none;
	float: left;
	height: 44px;
	padding: 0 25px;
	
}

a.anchor-link {
	color: #000;
	text-decoration: none;
	line-height: 48px;
	font-size: 20px;
}


/* Content                                          */
/* ------------------------------------------------ */
#content {
	padding: 25px 25px 100px 25px;
	overflow: hidden;
	font-size: 1.1em;
	min-height: 200px;
}

#content, #content p, #content li {
	line-height: 160%;
}

#content img {
	max-width: 100%;
	height: auto;
}


table.specs {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}

table.specs th, table.specs td {
	border-bottom: 1px solid #c1e2fe;
	background: #fff url(images/specs-li-bg-fullday.gif) bottom left repeat-x;
	padding: 5px;
}

table.specs th {
	color: #019cef;
	text-align: right;
	padding-right: 20px;
}

.specs li span, .specs th {
	font-weight: bold;
	margin-right: 3px;
	text-align: right;
	vertical-align: top;
}

table.pricing {
	width: 100%;
}
table.pricing .season_tbody tr {
}
table.pricing th {
	text-align: left;
}
table.pricing td {
	text-align: right;
}
table.pricing .product_row_head {
	background: #fff;
	border-bottom: 1px solid;
}
table.pricing .season_row_head {
	font-weight: normal;
}
table.pricing .season_row_head, table.pricing .cust_type_row_head {
	color: #000;
}

.packagepic {
	position: relative;
	clear: both;
}

.packagepic img {
	width: 100%;
	height: auto;
	display: block;
}

.packagetextover {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: url(images/blue-bg.png);
}

.overgreen {
	background: url(images/green-bg.png);
}

.packagetextover h1, .packagetextover h2, .packagetextover p {
	color: #fff;
}

.packagetextover h1 {
	margin: 0;
	font-size: 38px;
}

.packagetextover h2 {
	margin: 0;
	font-size: 32px;
}

.packagetextover p {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
}

.boxpaddinghomepage {
	padding: 24px;
}

.boxpadding {
	padding: 10px 20px;
}

.bluebox {
	padding: 24px;
	background: #45b0ec;
}

.bluebox h2 {
	margin: 0;
}

.packagebox {
	padding: 10px 20px;
	background: #45b0ec;
	margin-bottom: 20px;
}

.packagebox, .packagebox p, .packagebox h3 {
	color: #000;
}

.packagebox h3 + p {
	margin-top: 0;
}
.packagebox h3 {
	text-transform: uppercase;
	margin: 0;
}

.greenbox {
	padding: 0 24px 0 24px;
	background: #88c34c;
}

.greenbox h2 {
	margin: 0;
}

.greenbox ul {
	margin: 0;
}

.greenbox ul li {
	list-style-type: none;
	padding: 0;
	border-bottom: 2px solid #fff;
	padding: 14px 0;
	font-size: 19px;
	background: url(images/homepage-arrow.gif) right 24px no-repeat;
}

.greenbox ul li:last-child {
	border-bottom: 0;
}

.greenbox a {
	color: #2a4b09;
	text-decoration: none;
	display: block;
	padding-right: 50px;
}

.greenbox a:hover {
	color: #5e8833;
}

.greenbox h3 {
	margin: 0;
	font-size: 29px;
}

.greenbox p {
	margin: 0;
}

.halfwidth-packagebox {
	width: 49%;
	float: left;
}


a.readmore {
	padding: 4px 10px;
	margin: 10px 0;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

a.readmore:hover, a.readmore-content:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
}

.readmore-blue {
	background: #104a6c;
}


/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	font-size: 0.9em;
	padding: 25px;
	background: url(images/footer-bg.jpg);
	overflow: hidden;
}
 
#footer a, #footer, #footer p {
	color: #fff;
}

#footer a {
	text-decoration: none;
}

#footer-content {
	margin-top: 43px;
}

#footer-content img {
	margin: 10px 25px 0 0;

}

#qualmark {
	float: left;
	margin-right: 25px;
}

#qualmark img:first-child {
	margin-right: 25px;
}

#copyright {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
}

#copyright, #copyright a {
	color: #333;
}

/* Responsive elements                              */
/* ------------------------------------------------ */
@media screen and (max-width: 960px) {
	#wrapper {
		width: auto;
	}

	.halfwidth-packagebox {
		width: auto;
		float: none;
		margin: 0;
	}
}

@media screen and (max-width: 830px) {
	.packagetextover {
		position: relative;
		background: #0978be;
		display: block;
	}
	.packagetextover h1 {
		font-size: 30px;
	}
	
	.packagetextover h2 {
		font-size: 26px;
	}
	
	.packagetextover p {
		font-size: 22px;
	}
	
	.overgreen {
		background: #549415;
	}
}

@media screen and (max-width: 520px) {
	#header {
		background: url(images/header.jpg) left top no-repeat;
		text-align: center;
	}
}

/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}