/*
Theme Name: LowerValleyEnergy
Description: Custom CMS Theme For Lower Valley Energy.
Author: M2 New Media
Author URI: http://www.m2newmedia.com
Version: 1.0
*/

/* Thumbnails */
.news-wrap .attachment-featured {
    float:left;
    margin:0 11px 0 0;
}

.attachment-post-thumbnail {
	float: left;
	margin:5px 20px 0 0;
}

/* side navigation */

#sidebar .widget {
    margin-bottom: 10px;
}

#sidebar .widget_text .textwidget {
    padding: 0 5px;
}

#sidebar .widget ul {
	margin:-6px 0 0;
	padding:0;
	list-style:none;
}
#sidebar .widget ul li {
	border-bottom:1px solid #ccc;
	height:1%;
	padding:12px 5px 12px 5px;
	font-weight:bold;
}
#sidebar .widget ul li.current-cat {
	background: url(images/bullet-side-nav.gif) no-repeat 203px 50%;
	color:#570670;
}
#sidebar .widget ul li.current-cat a {
	color:#570670;
}

#content .post {
    overflow: hidden;
}

.navigation .next {
    float: right;
}
.navigation .prev {
    float: left;
}
#commentform textarea#comment {
    width: 445px;
}
