/*
Theme Name: Lookout Lodge Resort
Theme URI: http://lookoutlodge.com/
Description: custom wordpress solution for lookout lodge by InsideOut Solutions
Version: 1
Author: InsideOut Solutions (Kailey Lampert)
Author URI: http://insideout.com/
Tags: 
*/
body {
	font-family: Helvetica, Verdana, sans serif;
	color: #0155b7;
	font-size: 14px;
}

.hidden {
	display:none;
}

.meta {
	list-style:none;
}
.meta a {
	color:#ffffff;
}
/* Main Post */
#content {
	padding:10px;
}
.post h2, .post h3 {
	padding:3px;
	font-family: georgia, times new roman, times, serif;
	margin-bottom:4px;
}
.post span.date {
	font-style:italic;
	font-size:10px;
	color:#777777;
	padding-left:20px;
}
p.postmetadata {
	padding:7px;
	font-size:12px;
	border-top: 1px solid #0155B7;
	border-bottom: 1px solid #0155B7;
}

.commentlist {
	list-style:none;
	padding:0;
	margin:0;

}
h3#respond {
	padding-top:5px;
}
/* End Main Post */


/* begin Sidebar */

#sidebar {
	padding: 5px 5px 15px 15px;
	background-color: #f89700;
}

#sidebar a {font-weight: bold; color: #fff;}

#sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	padding:0;
	margin: 15px 0 8px 0;
}
#sidebar ul li h2 {
	padding:0;
	margin:0;
}

#sidebar ul ul {
	margin-left:5px;
}
#sidebar ul ul li {
	margin:4px 0;
}

/* End Sidebar */



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

