/*
Theme Name: Summer Village
Theme URI: http://summervillage.ca
Description: The theme mocked up by Scout Design and implemented by Jacob Kennedy
Version: 0.1
Author: Jacob Kennedy
Author URI: http://kennedydatasolutions.com/


*/
body, .innertube p, .innertube h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
    color: #6E6C6C;
	background-color: #589655;
    background-image: url('rentalbackground.jpg');
	background-repeat: repeat
	
}

b, strong{
	font-size: 110%;
	font-weight: bold;
    
}
em{
	font-style: italic;
}



#maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #fff;
	padding: 8px;
}

#topsection{
	background: #5DA7A0;
	height: 25px;
	color: #E4E0CC;
}
#topsection ul{
	list-style: none;
	margin:0;
	padding: 0;
}
#topsection li{
	/* display: inline; */
	float: left;
}
#topsection li.current{
	background-color: #FEE480;
}

#topsection a{
	display: block;
	height: 25px;
	color: #fff;
	text-transform: uppercase;
	text-decoration:none;
	margin-left: 1em;
	margin-right: 1em;
	font-size:80%;
}
#topsection a:hover{
	text-decoration: underline;
}

#contentwrapper{
	float: left;
	width: 100%;
	position: relative;
}

#contentcolumn{
	margin-left: 300px; /*Set left margin to LeftColumnWidth*/
}
#contentcolumn.front_page{
	margin-left: 148px;
}

#leftcolumn{
	float: left;
	width: 290px; /*Width of left column*/
	margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
	padding-top: 1em;
	position: relative;
}
#leftcolumn p{
	padding: 0.5em;
	font-size: 80%;
	line-height: 1.2;
}
#leftcolumn p a{
	text-decoration: none;
	color: #8AC7CB;
}
#leftcolumn p a:hover{
	text-decoration: underline;
}
#leftcolumn .innertube{
	height: 394px;
	background-image: url('images/logo.jpg');
	background-position:  right bottom;
	background-repeat: no-repeat
}
#footer{
	clear: left;
	width: 100%;
	padding: 15px 0;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#contentcolumn .innertube{
	padding-top:1em;
}
#slideshow{
	width: 840px;
	height: 487px;
	position: relative;
}
#slideshow img{
	position: absolute;
	top: 0;
	left: 0;
}
img.alignright{
	float: right;
    margin-right: 10px;
     margin-top: 10px;
}
img.alignleft{
	float: left;
}
#sidebar{
	clear:both;
}
#sidebar li h2, #sidebar li.current_page_item li h2{
	background-color: #5DA7A0;
}
#sidebar li.current_page_item h2{
	background-color: #FEE480;
	color: #ffffff;
}
#sidebar h2{
	cursor: pointer;
	text-transform: uppercase;
	color: white;
	margin-top: .5em;
	padding-left: .5em;
}

#sidebar h2 a, #sidebar h2 a:hover, #sidebar h2 a:visited{
	color: white;
	text-decoration: none;
}
#sidebar h2.nocursor{
	cursor: default;
}
#sidebar a, #sidebar a:hover, #sidebar a:visited, div.post a, p.postmetadata a, a{
	color: #1F3490;
    text-decoration: none;
}
div.post a:visited, p.postmetadata a:visited, a:visited{
	color: #1F3490;
}
#sidebar a:hover{
	text-decoration: none;
}
p.postmetadata, small{
	font-size:65%;
}

p.postmetadata {
	display: none;
}

#calendar_li{
	padding-bottom:1.5em;
}
#recent_news{
	clear:both;
	border-top: 0.5em solid #8EB9C2;
}
#recent_news .nest1{
	border-top: 1.5em solid #EDE6E6;
	margin: 0 4px;
}
#recent_news .nest2{
	border: 0.5em solid #8EB9C2;
	background-color: #EDE6E6;
	margin: 0 4px;
	padding: 4px;
	position: relative;
}
	
#leftcolumn h3 a{
	color:#A2CDD1;
	text-decoration: none;
	font-size: 130%;
}
#recent_news p{
	padding: 0;
	font-size: 70%;
	line-height: 1;
}
.recent_date{
	font-style: italic;
	margin-bottom: 0.75em;
}
#wp-calendar{
	width: 100%;
}
#wp-calendar td, #wp-calendar caption, #wp-calendar th{
	text-align: center;
}
/*
front page panels were removed in favour of a new home page design on Nov. 19, 2009
*/
/*
#frontpage_panels{
	margin-top:10px;
	background-color: #89C9CC;
	float: left;
}
#frontpage_panels .column{
	width:200px;
	float: left;
}
#frontpage_panels #location_column{
	width:280px;
}
#frontpage_panels .column h1{
	color: #fff;
	font-size: 125%;
	margin: 4px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#frontpage_panels .column .content{
	margin: 4px;
	background-color:#fff;
	color:#000;
	padding: 4px;
}
#frontpage_panels .column #map_thumb{
	padding: 0;
}
#frontpage_panels .column #phone{
	padding: 0;
	text-align: right;
}
#frontpage_panels .column #cac{
	background-color: #89C9CC;
}
#frontpage_panels .column #cac p{
	float: right;
	text-align: right;
	color: #fff;
	font-size:67%;
}
#frontpage_panels .column #cac p a{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-size:115%;
}
#frontpage_panels .column #cac p a:hover{
	text-decoration: none;
}
#frontpage_panels .column .content p{
	font-size: 70%;
	line-height: 1.1;
	margin-bottom: .75em;
}
*/
#blogroll{
	font-size: 70%;
}
#blogroll a{
	display: block;
}
#blogroll li{
	line-height: 1.1;
	margin-bottom: .75em;
}
#front_separator{
	color: #fff;
	height: 1px;
	margin: 4px;
}
.column a{
	color:#89C9CC;
	font-weight: bold;
	text-decoration: none;
}
.column a:hover{
	text-decoration: underline;
}
.entry p, .entry li{
	margin-bottom: 1em;
	font-size:80%;
	line-height: 1.4;
}
label, #btn_reservation{
	font-size:80%;
	line-height: 1.2;
	/* display: block; */
	color: #6E6C6C
  margin-right: 10px;
}
input, textarea{
	font-size:100%;
	background-color: #ffffff;
	border: 1px solid #589655;
    margin-bottom: 10px;

}

#btn_reservation{
	cursor: pointer;
	margin-top: 10px;
}
.entry li{
	list-style: disc;
	list-style-position: outside;
	line-height: 1.3;
    margin-left: .75em;
    margin-right: .75em;
}
#contentcolumn h2{
	font-size: 150%;
	margin-bottom: 8px;
    margin-top: 15px;
    font-family: Georga, times, serif;
color: #007766;
}

#contentcolumn h3{
	background-color: #FEE480;
	color: #887735;
    font-size: 130%;
	margin-bottom: 8px;
    padding: 10px;
     width: 590px;
    font-family: Georga, times, serif;
}

#contentcolumn h3 a {
	color: #887735;
    text-decoration: underline;
    width: 590px;
    margin-top: 20px;
}
#contentcolumn h4{
	background-color: #ffffff;
	color: #EAAE36;
    font-size: 170%;
    margin-left: 0px;
    padding-left: 0px;
	margin-bottom: 8px;
    line-height: 1.3em;
    font-weight:bold;
    font-family: Georga, times, serif;
}

#contentcolumn div.post h2{
	margin-bottom: 0;
}
#footnote{
	text-align: right;
	font-style: italic;
	color: #7B7C7F;
	font-size: 65%;
	line-height: 1;
}
#footnote a{
	color: #7B7C7F;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#footnote a:hover{
	text-decoration: underline;
}
h3{
	font-size: 72%;
	font-weight: bold;
	line-height: 1.1;
}
#blog_tab{
	position: absolute;
	left:275px;
	border: 0px none;
}
img.attachment-thumbnail{
	float: right;
}
#featured img.attachment-thumbnail{
	float: none;
	display: block;
	margin-left:auto;margin-right:auto;
}
ul.addtoany_list{
	/* float: right; */
}
div.clearer{
	clear: both;
}
#rss_link{
	float: right;
}
#reservation_form input, #reservation_form label, #reservation_form textarea{
	display: block;
}
#submit{
	margin-top: 18px;
}
#reservation_form input[type="hidden"]{
	display: none;
}

#leftcolumn.front_page{
	position:absolute;
	width: 300px; /*Width of left column*/
	margin-left:0;
	height: 430px;
	left: 0;
	top: 30px;
	z-index: 1002;
}

#shadows{
	z-index: 1001;
	position:absolute;
	top: 10px;
	left:0px;
}
#leftcolumn .links{
	position: absolute;
	display: block;
	height: 420px;
	z-index: 1003;
}

#leftcolumn .links a{
	position: absolute;
	display: block;
	width:235px;
	background-image: url('images/front_page_nav.png');
}

a#news{
	height: 44px;
	background-position: 0 0;
	top: 0;
}
a#cottages{
	height: 44px;
	background-position: 0 -55px;
	top: 55px;
}
a#location{
	height: 44px;
	background-position: 0 -110px;
	top: 110px;
}
a#contact{
	height: 44px;
	background-position: 0 -166px;
	top: 166px;
}
a#reviews{
	background-position: 0 -224px;
	top: 224px;
	height:174px;
}

a#news:hover{
	background-position: -235px 0;
}
a#cottages:hover{
	background-position: -235px -55px;
}
a#location:hover{
	background-position: -235px -110px;
}
a#contact:hover{
	background-position: -235px -166px;
}
a#reviews:hover{
	background-position: -235px -224px;
}

#formdiv { 
         width: 300px; 
         float: left; 
         margin-top: 10px; 
         margin-left: 10px;
         }
         
#formdiv td {vertical-align: top }
#contentcolumn td {vertical-align: top; padding-left: 5px; padding-right: 5px;}
