/*
Theme Name: 
Theme URI: 
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/
*/
#contFull {
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: none;
}
#contRight {
}
#contRight h2 {
	font-size:22px;
}
#contRight ul, #contRight ol {
	list-style-position:inside;
	margin: 5px 5px 5px 15px;
}
#contRight ul { list-style-type:disc; }
#contRight ol { list-style-type:decimal; }
#contRight blockquote { margin: 10px 30px; font-style:italic;}
#leftphotos {
position:relative;
}
#leftphotos h2 {
	margin:0 0 10px 0;
	padding:0;
}
#leftphotos ul {
	list-style:none;
	margin:0;
	padding:0;
}
#leftphotos ul li {
	margin:10px 0 0 0;
	padding:0;
	background:none;
	border:none;
	text-align:left;
	padding:10px 0;
	height: auto;
}
#leftphotos ul li li{
	margin: 0;
	padding:0;
}

#leftphotos ul ul {
	padding: 0 0 0 10px;
}

.postmetadata, .post{
	clear:both;
}
.postmetadata {
	border-top: 1px dashed #000;
	border-bottom: 1px solid #000;
	padding: 3px;
	font-size:80%;
}
.navigation {
	overflow:hidden;
	margin:0 0 10px 0;
}
.commentlist {
	list-style:none;
	margin: 0;
	padding:0;
}
.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 */

/* --------------------------------------------------------------------------------------- */
/* Begin Avelient Photo Gallery */
.gallerylist{
	font-size: 18px;
}

.gallerylist-menu{
	list-style-type: none;
	border-left: 2px solid #6e6896;
	padding-left: 12px;
	margin-left: 30px;
}
