/*
Theme Name: historic tamarack lodge
Theme URI: http://www.historictamaracklodge.com/
Description: A custom theme from InsideOut Solutions. Developed to match our client's website.
Version: 2.0
Author: InsideOut Solutions/Kailey Lampert
Author URI: http://insideout.com/
*/


*{padding: 0; margin: 0;}
.clear { clear:both; }
.hide {  display: none; }

body {
	background: #933B01 url("/images/pagebg.jpg");
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	text-align:center;
}

a:link { color: #AA4A32; }
a:visited { color: #AA4A32; }
a:hover { color: #C6913D; }

.layout {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background: #fff url("/images/contentbg.jpg") repeat-y;
}	#bottom {background:none;}


#leftbar {
	float:left;
	width:194px;
	text-align:center;
}

h1{
	background: url("/images/logo.png") 10px 5px no-repeat;
	text-indent: -999em;
	width: 175px;
	height: 150px;
	padding: 5px;
	text-align:center;
}h1 a { display:block; height:100%; }

	#Quote {
		text-align: center;
		position: relative;
		color: #8A1E1E;
		width: 180px;
		padding:0 5px;
		margin-top:20px;
		margin-bottom:15px;
	}

	ul#menu {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 194px;
	}
	
	ul#menu li{
		padding:5px 5px 5px 30px;
		text-align: left;
	}
	
	ul#menu li a {
		font-weight: bold;
		font-size: 14px;
		padding: 2px;
		margin:0;
		color: #8A1E1E;
		text-decoration: underline;
	}
	
	ul#menu li a:hover {
		color: #8A1E1E;
		text-decoration: none;
	}
	
	#leftbar hr {
		margin: 10px 20px;
	}

	#logosLeft {
		text-align: center;	
	}
	
	#logosLeft	img {
		margin:10px 0;
		border:none;
	}

#rightbar {
	float:right;
	width:736px;
}

	#headerimg {
		margin:0;
	}

	#content {
		padding: 15px;
		margin: 0px;
	}
	
#copyright {
	font-size: 10px;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	font-family: Verdana, serif;
	padding: 5px 0;
	clear:both;
}
	#copyright a {
		color: #fff;
		text-decoration: none;
	}#copyright a:hover {text-decoration: underline;	}



/* --------------------------------------------------------------------------------------- */



#content h2 { font-size:22px; }
#content ul, #content ol {
	list-style-position:inside;
	margin: 5px 5px 5px 15px;
}
#content ul { list-style-type:disc; }
#content ol { list-style-type:decimal; }
#content blockquote { margin: 10px 30px; font-style:italic;}
#content p { line-height:18px; padding-bottom:10px; }

#content {
	width:540px;
	float:left;
}
#sidebar {
	width:150px;
	float:right;
	padding: 5px;
	background:#fff;
	overflow:hidden;
	margin-bottom: 10px;
}

#sidebar h2 {
	margin:0 0 10px 0;
	padding:2px 4px;
	font-size:17px;
	border-bottom:1px solid #953B00;
}
#sidebar li#text-3 {border:none;}
#sidebar li#text-3 h2#bloglink {
	border:none;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	margin:10px 0 0 0;
	padding:0;
	border-left:1px solid #953B00;
}
#sidebar ul li li{
	margin: 0;
	padding:0;
	border:none;
}
#sidebar ul ul {
	padding: 0 0 0 10px;
}

#content p.postmetadata {
	clear:both;
	border-top: 1px dashed #000;
	border-bottom: 1px solid #000;
	padding: 3px;
	font-size:80%;
	margin-bottom:20px;
}
.navigation {
	overflow:hidden;
	margin:0 0 10px 0;
}
#respond { clear:both; }
#content ol.commentlist {
	list-style:none;
	margin: 0;
	padding:0;
}
#content ol.commentlist li {
	border: 1px solid #000;
	padding:20px;
	margin:0 0 20px 0;
}


/* --------------------------------------------------------------------------------------- */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Captions */
.aligncenter,
div.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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
