/*  
Theme Name: Honey Harbour
Description: Custom theme for honeyharbour.net
Version: 1.0
Author: Bev Stofko
Author URI: http://www.stofko.ca
*/

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/*************************************
 +Containers
 *************************************/
body{
	background:#f2ecdc;
	color:#151515;
	font-family: arial, "Times New Roman", Times, serif; 
	font-size:14px;
	margin:0 auto;
	padding:0;
	text-align:left;
	width: 1240px;
}
#top-ad {
	padding: 6px 0;
	background: #000;
}
#header{
	text-align:left;
	background: #000 url("./images/banner.jpg") center center no-repeat;
	height: 78px;
	color: #fff;
}
#content{
	font-size:1em;
	float:left;
	padding:0em 0em 0em 6px;
	width:778px;
}
#sidebar-left{
	clear:left;
      background:#7e6b71;
      border: solid 1px #5c4955;
	font-size:1em;
	float:left;
	padding:5px;    
	width:204px;
	margin-left: 0; /*8px;*/
	
}
#sidebar-right{	
      background:#7895a3;
      border: solid 1px #335c64;
	font-size:1em;
	float:right;
	padding:5px;
	width:204px;
	margin-right:0; /*8px;*/
}

#footer{
	padding:1em;
	font-size:.8em;
	clear:both;
	text-align:center;
}
/*************************************
 +Search form
 *************************************/
.search-form {
	font-size:1.2em;
	position:relative;
	width:147px;
	height:44px;
	margin-bottom:10px;
}
.search-form input{
	width:125px;
	margin:14px 0 0 10px;
	border:0px;
	background:#f9f9f9;
        color: #454545;
}/*************************************
 +Footer
 *************************************/

#footer a {
    color:#151515;
	text-decoration: underline;
}
#footer a:hover {
    color:black;
}

/*************************************
 +Hn, a and p
 *************************************/
pre {  
	
	padding:10px; 
        max-width:780px;
font-size:1.2em;
	}

code {
        padding:10px; 
        font-size:1.2em;
        max-width:780px; 
}


a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
}
h1, h2, h3, h4{
	font-weight:normal;
	margin:0;
}

td {
	padding: 0;
}

#header h1{
	font-size:4em;
	margin-left:.5em;
}
#header h1 a{
	color:#424242;
}

#header p{
	color:#424242;
	font-size:1.3em;
	margin-top:-0.9em;
	margin-left:250px;
	text-align:left;
        font-style:italic;
}

blockquote { 
	display: block;
	padding: 2px 10px;
	background:#F0F0E0 none repeat scroll 0% 0%;
	border:2px dashed #DCD8A8;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:1em;
	clear:both;
}


#sidebar ul li, #sidebar ul li a{
	padding-top:.2em;
	padding-bottom:.2em;
	padding-right:.2em;
}
#sidebar ul li:hover, #sidebar ul li a:hover{
	background:#F0F0E0;
}


#sidebar h2{
	color:#6F6F6F;
	font-size:1.5em;
	margin-top:1em;
}

#sidebar h4{
	color:#151515;
	font-size:1.5em;
	margin-top:1em;
}

#sidebar-left h4 {
	padding: 8px 0;
	color: #f2db9b;
}

#sidebar-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
	color: #fff;
}
#sidebar-left ul ul {
	padding-left: 5px;
}

#sidebar-right img {
	max-width: 200px;
}

#sidebar-right p {
	padding: 5px 20px;
}

/*************************************
 +Menu
 *************************************/
#menu {
	padding:0;
	margin:0;
}
#menu ul{
	list-style: none;
	padding:0;
	margin:15px 0;
	text-align: center;
}
#menu li{
	display:inline;
	text-transform:uppercase;
	padding: 0;
	margin: 0;
}
#menu li a {
	color:#5c4955;
	padding:0.6em 0.6em 0.3em;
	margin-left:0.5em;
}
#menu li a:hover{
	text-decoration: underline;
}
#menu ul li ul {
	display:none;
}

/*************************************
 +Comments
 *************************************/

.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0 20px;
	border: solid 1px #c0c0c0;
	color: black;
}
h5#comments {
	font-size: .9em;
	text-align: right;
}
.commentlist li {
	margin: 0;
	padding: 8px;
	width: 95%;
	background-color: #fff;
	border-top: solid 1px #ececec;
	border-left: solid 10px #deddd7;
	border-right: solid 10px #deddd7;
}
.commentlist li.alt {
	background-color: #deddd7;
	border-top: solid 1px #ececec;
	border-left: solid 10px #c0c0c0;
	border-right: solid 10px #c0c0c0;
}
.commentlist p {
	margin: 0 10px;
}
.commentlist ul {
	list-style-type: none;
}
.commentlist a {
	text-decoration: underline;
}
.commentlist .commentmetadata a {
	text-decoration: none;
	font-size: .9em;
	color: #666;
}
.commentmetadata {
	margin-bottom: 8px;
}
.says {
	display: none;
}
.comment-author a {
	text-decoration: none;
}

.reply {
	font-size: .9em;
	margin-top: 8px;
}
.reply a {
	color: #666;
}

#respond {
	padding-left: 100px;
}

#respond h3 {
	color: #5c4955;
	font-weight:bold;
	font-size: 1.1em;
	padding: 40px 20px 10px 0px;
}

form#commentform {
	padding: 0;
}
#commentform p {
	margin-top: 0;
}

textarea#comment {
	width: 400px;
}

/*************************************
 +Misc
 *************************************/

img.left {
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

img.right {
float: right;
margin-left: 15px;
margin-bottom: 10px;
}

/*Next Previous Styling*/
div#nav-below{font-size:0.9em;padding-bottom: 2px; border-bottom:1px dotted #ccc;}
div#nav-below .nav-next{text-align:right; margin-top:-2px;}
div#nav-below .nav-previous{text-align:left;margin-top:15px;}


div#nav-global{font-size:1em;padding:3em 0px 2px 0px; border-bottom:1px dotted #ccc;}
div#nav-global .nav-previous{text-align:left;}
div#nav-global .nav-next{text-align:right;margin-top:-1.4em; }

.sb {padding: 0.4em 0em 0em 0.2em;}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;	
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#wp-calendar {
	margin: 10px auto;
	color: #fff;
}
#wp-calendar a {
	color: #fff;
}
#wp-calendar td#today {
	background-color:#9e8b91;
}
#wp-calendar #prev, #wp-calendar #next {
	display: none;
}

ul.blogroll {
	padding: 0 0 0 10px;
}
.blogroll li {
	list-style:none;
	padding: 0 0 5px 5px;
}
.blogroll li a {
	color: #f2db9b;
	font-size: .8em;
}

.block {
	background: #fff url("./images/bg_block.jpg") top left repeat-x;
	border: solid 1px #b2b2b2;
	padding: 5px;
	margin-bottom: 10px;
	font-size: .9em;
	color: #666;
}
.block h3 {
	color: #0a3542;
}

.block h4 {
	border-bottom: solid 1px #5c4955;
	font-weight: bold;
	color: #0a3542;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: bold;
}
.block h4 a {
	color: #0a3542;
	text-decoration: none;
}

.block img {
	width: expression(document.body.clientWidth > 770? "770px" : "auto"); /* For IE6 */
	max-width:770px;		
 	border: 0px;
}
.block a {
	color: #666;
	text-decoration: underline;
}
.block a:hover {
	color: black;
}
.block ul {
	list-style-type: none;
}
.block ul li a {
	text-decoration: underline;
}

.news {
	margin-right: 10px;
}

.messages {
	width: 95%;
	float:right;
	padding: 5px 0;
}
.messages h4, .messages a {
	margin-left: 5px;
	margin-right: 5px;
}
.messages .dp_date {
	float: right;
	font-style: italic;
	font-size: .9em;
}
.messages ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.messages ul li {
	padding: 5px;
	border-bottom: solid 1px #f0f0f0;
	color: #5c4955;
}
.messages ul li.alt {
	background-color: #bfd2db;
	color: #0a3542;
}

.events {
	width: 95%;
	float:left;
}

.textwidget p {
	color: #e3e3e3;
	font-size: .8em;
}
.textwidget p a {
	color: #e3e3e3;
	text-decoration:underline;
	padding: 5px 8px;
}
.textwidget p a:hover {
	color: #5c4955;
}

.more {
	clear:both;
	float:right;
	color: #4c4955;
	font-style:italic;
	text-decoration: underline;
}

.webcamlink {
	width: 60%;
	text-align: center;
	background-color: #737144;
	font-size: 20px;
	padding: 20px;
	margin: 20px auto;
}
.webcamlink a {
	color: #c6ac7a;
}

.waterlink {
	width: 60%;
	text-align: center;
	background-color: #0a3542;
	font-size: 20px;
	padding: 20px;
	margin: 20px auto;
}
.waterlink a {
	color: #7895a3;
}

div.wpcf7 {
	font-size: .9em;
	margin: 10px auto !important;
	width: 60%;
}

.navigation a {
	font-size: .9em;
	color: #666;
}
.navigation a:hover {
	color: black;
}
	
