/*
Theme Name: Voss Inn
Theme URI: http://www.bozeman-vossinn.com
Description: A custom theme from InsideOut Solutions. Developed to match our client's website.
Version: 1.0
Author: InsideOut Solutions/Kailey Lampert
Author URI: http://insideout.com/
*/
.cont .container {
	width:550px;
	float:left;
}
.container h2 {
	font-size:22px;
}
.container ul, .container ol {
	list-style-position:inside;
	margin: 5px 5px 5px 15px;
}
.container ul { list-style-type:disc; }
.container ol { list-style-type:decimal; }
.container blockquote { margin: 10px 30px; font-style:italic;}
 .cRight{
	float: right;
	font-size: .85em;
	font-style: italic;
	background: url('../images/cright.gif') top left no-repeat;
	width: 227px;
	margin: 20px 40px 0 40px;
	padding: 15px 30px;
	line-height: 1.4em;
}

.cRight h2 {
	margin:0 0 10px 0;
	padding:0;
}
.cRight ul {
	list-style:none;
	margin:0;
	padding:0;
}
.cRight ul li {
	margin:10px 0 0 0;
	padding:0;
}
.cRight ul li li{
	margin: 0;
	padding:0;
}

.cRight ul ul {
	padding: 0 0 0 10px;
}

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

.cont a { color:#2B1914; }


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

#footer, #footer a {color: #d7e1b4 !important;}
.recent-posts-thumb {float: left; margin-right: 12px; margin-bottom: 12px; background: #d7e1b4; padding: 2px;}
.advanced-recent-posts li {clear: left;}
.fLeft li  {list-style-type: none; color: #d7e1b4;}
.fLeft h2 {color: #d7e1b4;}

.cRight {font-size: 1em; font-style: normal;}
.cRight h2, .cRight h3 {font-style: italic; margin-top: 20px;}
