.excerpts-plus-row { 
	width:100%;
	clear:left;
	float:left;
	border-bottom: #ddd solid 1px; }
	
.excerpts-plus-row-no-border { border-bottom: none; }

.ep-title-only {margin-bottom:0!important;}

.excerpts-plus-excerpt { 
	float: left;
	overflow: hidden;
	display: block;
	margin-bottom: 10px; }
	
.excerpts-plus-excerpt img.avatar {
	float: left;
	margin: 0 5px 0 0;
	border: none;
	padding: 0; }

.excerpts-plus-excerpt a.more-link { float: right !important; }

div.excerpt-big-image { 
	width:100%;
	overflow:hidden;
	margin-bottom:10px; }

div.excerpt-image {
	padding:0 2px 2px 2px;
	display:inline-block; }

div.excerpt-heading {
	width:100%;
	margin-bottom:0;}

div.excerpts-plus-excerpt .excerpt-title { 
	width: auto; 
	display: inline-block; }
	
	div.excerpts-plus-excerpt .excerpt-title-image-right { margin-right: 12px; clear:left;}
	div.excerpts-plus-excerpt .excerpt-title-image-left { margin-left: 12px; clear:right;}
	
	div.excerpts-plus-excerpt .excerpt-title .entry-title { 
		float: left;
		display: inline-block; 
		padding-bottom: 1ex;}
	
	div.excerpts-plus-excerpt .excerpt-title .entry-title a { line-height: 110%;}
		
	div.excerpts-plus-excerpt .excerpt-title .entry-meta {
		display: inline-block; 
		clear: left; 
		float: left;
		width: 100%; 
		}
span.excerpt-title-bullet {
		font-weight:bold;
		}

div.excerpt-linkto {float:right;}

div.excerpts-plus-excerpt .entry-meta { margin-bottom:0;}

div.excerpts-plus-excerpt .hentry { clear: both; }

div.excerpts-plus-excerpt div.excerpt-content p {width:inherit;height:100%;}

div.excerpts-plus-excerpt .image-display-left { padding:0 2px 2px 2px; margin-right:10px;}
div.excerpts-plus-excerpt .image-display-right { padding:0 2px 2px 2px; margin-left:10px;}

div.excerpts-plus-image-show-border {border:#ccc solid thin;padding:5px!important;}


/* Stuff For Excerpts Behind */
div.excerpts-plus-excerpt-behind { 
	position: relative;
	color: #eee !important;
	overflow: hidden; }
	
	div.excerpts-plus-excerpt-behind .excerpt-heading {
		z-index: 2;
		position: relative;
		padding: 12px;
		margin: 0; 
		}

		div.excerpts-plus-excerpt-behind .hentry.tint-80,
		div.excerpts-plus-excerpt-behind .excerpt-heading.tint-80 
		{background:url("../images/tint-80.png");}
		div.excerpts-plus-excerpt-behind .hentry.tint-70,
		div.excerpts-plus-excerpt-behind .excerpt-heading.tint-70 
		{background:url("../images/tint-70.png");}
		div.excerpts-plus-excerpt-behind .hentry.tint-60,
		div.excerpts-plus-excerpt-behind .excerpt-heading.tint-60 
		{background:url("../images/tint-60.png");}
		div.excerpts-plus-excerpt-behind .hentry.tint-50,
		div.excerpts-plus-excerpt-behind .excerpt-heading.tint-50 
		{background:url("../images/tint-50.png");}
		div.excerpts-plus-excerpt-behind .hentry.tint-40,
		div.excerpts-plus-excerpt-behind .excerpt-heading.tint-40 
		{background:url("../images/tint-40.png");}
		div.excerpts-plus-excerpt-behind .hentry.tint-30,
		div.excerpts-plus-excerpt-behind .excerpt-heading.tint-30 
		{background:url("../images/tint-30.png");}
		div.excerpts-plus-excerpt-behind .hentry.tint-20,
		div.excerpts-plus-excerpt-behind .excerpt-heading.tint-20 
		{background:url("../images/tint-20.png");}
		div.excerpts-plus-excerpt-behind .hentry.tint-10,
		div.excerpts-plus-excerpt-behind .excerpt-heading.tint-10 
		{background:url("../images/tint-10.png");}

	div.excerpts-plus-excerpt-behind .hentry {
		z-index: 2;
		position: absolute;
		bottom: 0;
		width: 100%;
		}
		
		div.excerpts-plus-excerpt-behind .hentry .excerpt-content { padding: 12px 12px 5px; }

		div.excerpts-plus-excerpt-behind .hentry .entry-meta { padding: 6px 12px 12px; }
		
		div.excerpts-plus-excerpt-behind .hentry p { margin: 0 0 7px 0; }
		
	div.excerpts-plus-excerpt-behind .entry-meta, div.excerpts-plus-excerpt-behind .entry-title { 
		color: #eee !important;
		padding-right: 5px;
		margin: 0 0 3px; }
		
	div.excerpts-plus-excerpt-behind a { color: #eee !important; }

	div.excerpts-plus-excerpt-behind img.excerpts-plus-image-behind {
		position: absolute;
		z-index: 1; }


/* SLIDER CSS */
.slider {}

.slider-slide {}

.slider-nav-defaults  a { margin: 0 2px; padding: 3px 2px; text-decoration: none;font-weight:bold;color:#bbb;}
.slider-nav-defaults  a.activeSlide { color:#222;}
.slider-nav-defaults  a:focus { outline: none; }
.slider-nav-defaults { text-align: center;color:#999;padding:3px;}

.slider-bullets {font-size:30px;padding:0;font-family: Arial,Helvetica,sans-serif;}
.slider-numbers {font-size:16px;font-style: italic;}

.slider-bglight a {color:#bbb;}
.slider-bglight a.activeSlide {color:#222;}

.slider-bgdark a {color:#555;} 
.slider-bgdark a.activeSlide {color:#eee;}

.slider-nav-thumbs li {display:inline;padding:0}
.slider-nav-thumbs {text-align:center;}
.slider-nav-thumbs a {border:transparent solid 2px;padding:1px;display: inline-block;}
.slider-nav-thumbs a.activeSlide {border:#777 solid 1px;padding:1px;}



.slider-thumb {padding:0 3px;}

/* All the freakin IE fixes! */

body.custom.ie7 .excerpt-titlexxx {
	background:darkgreen;
	width:25%;
}