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



/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 0;
	background: #ffffff;
}

html, body, p, li, ul, dd, td {
	color: #000;
	font-family: 'Cabin', sans-serif;
	font-size: 1.05em;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #005da5;
	text-decoration: underline;
	outline: none;
}
  
a:hover {
	color: #b20101; 
}

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

li {
	padding-left: 4px;
	line-height: 160%;
	padding-bottom: 6px;
}

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

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

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

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

hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #81aad2;
	color: #81aad3;
	margin: 5px 0 15px 0; 
}
  
#wrapper {
	width: 950px;
	margin: 0 auto;
}

/* Header                                           */
/* ------------------------------------------------ */
#header {
	text-align: center;
}

#logosmall {
	display: none;
}

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

#slideshow img {
	display: block;
}

/* Navbar                                           */
/* ------------------------------------------------ */
#navbar {
	background: #000;
	height: 40px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 1px;
}

#navbar ul {
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
}

#navbar ul li {
	display: inline-block; /* for all other browsers */
	zoom: 1;
	*display: inline; /* for IE7 */
	padding: 0 25px;
	background: none;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

#navbar ul li a {
	color: #b3b1b1;
	text-decoration: none;
	line-height: 44px;
}

#navbar ul li a:hover, #navbar li.current_page_item a {
	color: #fff;
}

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

a.anchor-link {
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	font-size: 20px;
	text-transform: uppercase;
}


/* Content                                          */
/* ------------------------------------------------ */
#content, #content-home {
	padding: 25px;
	overflow: hidden;
	border-top: 2px solid #000;
}

#content-home {
	text-align: center;
}

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


/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	font-size: 0.9em;
	padding: 15px 0 15px 0;
	background: #3e3d3d;
	text-align: center;
}
 
#footer a, #footer, #footer p {
	color: #e6e6e6;
	font-weight: 600;
}

#copyright {
	font-size: 0.9em;
	padding: 10px 0 0 0;
	text-align: center;
}

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


@media screen and (max-width: 970px) {
	#wrapper {
		width: auto;
	}

	#slideshow {
		height: auto;
	}
	
	#slideshow img {
		width: 100%;
		min-width: 400px;
		height: auto;
	}




    	#navbar nav > ul {
		display: none;
	}

	.anchor-link {
		display: block;
	}

	#navbar ul.open { 
		background-color: #fff;
		box-shadow: 1px 1px 6px #444;
		display: block;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 10%;
		top: 40px;
		width: 80%;
		z-index: 999;
	}

	#navbar ul.open li {
		float: none; 
		display: block;
		list-style: none;
		text-align: center;
		padding: 0;
		border-bottom: 1px solid #ccc;
	}

	#navbar ul.open li a {
		display: block;
		padding: 0 10px;
		line-height: 45px;
		color: #333;
		text-decoration: none;
	}

	#navbar ul.open li a:hover, #navbar ul.open li.current_page_item a {
		background: #bab9b9;
		color: #fff;
	}

	#navbar ul.open li:last-child {
		border-bottom: 0;
	}



}

@media screen and (max-width: 540px) {
	#logobig {
		display: none;
	}
	
	#logosmall {
		display: inline;
	}
}

/* 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;
}