#copy .feed {
	margin-left: 0;
	list-style: none;
	border-top: 1px dotted #bbb;
}

#copy .feed li {
	clear: both;	
	padding: 2.4em 0 2.4em 0px;
	margin: 0; 
	overflow: auto;
	border-bottom: 1px dotted #bbb;
}

#copy .feed .thumb {
	/*margin: 0 0 0 -118px;*/
	margin: 0 1.5em 0 0;
	float: left;	
}

#copy .feed .title {
	margin: 0;
}

#copy .feed .date,
#copy #post .date {
	color: #888;	
	font-size: 11px;
	line-height: 1.745em;
	margin: 0 0 .872em;
}

#copy .feed .author,
#copy #post .author {
	color: #888;	
	font-size: 11px;
	line-height: 1.745em;
	margin: 0 0 0.872em;
}

#copy .feed .author a,
#copy #post .author a {
	color: #888;
}

#copy .feed p {
	margin: 0;
}

#copy .feed .summary {
	position: relative;
	height: 4.8em;
	overflow: hidden;
}

#copy .feed .link-more {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;	
}

#post #slideshow {
	height: 195px;
	width: 260px;
	float: right;
	margin: 1.2em 0 0 1.5em;
	background-color: #000;
}

#post h2 {
	margin-bottom: 0;
}

#video {
	text-align: center;
	background-color: #000;
}

#copy #video_desc {
	margin: 0;
	padding: 1.6em;
	font-size: 11px;
	color: #eee;
	background-color: #000;
	text-align: center;
}

#sidebar-copy h2 {
	margin-bottom: 9px;
}

/* Pager */


#copy div.pager {
	text-align: center;
	font-weight: bold;
	color: #666;
}

#copy div.pager ul {
	margin: 0;
	list-style: none;
	display: inline;
}

#copy div.pager ul li {
	display: inline;	
}

#copy div.pager ul li a {
	padding: 4px;
	text-decoration: none;
}

#copy div.pager ul li a:hover {

}

#copy div.pager ul li span {
}


/* Emma Sign Up Form */

#sidebar-copy form#emma_signup ul {
	margin-left: 0;
	margin-bottom: .8em;
	list-style: none;	
}

#sidebar-copy form#emma_signup ul li label {
	display: block;	
	margin: .4em 0 0;
}

#sidebar-copy form#emma_signup ul li input {
	width: 230px;
	font-size: 12px;
	font-family: "lucida sans unicode", "lucida grande", verdana, sans-serif;
}

#sidebar-copy form#emma_signup button {
	padding: 0;
	border: none;
	text-indent: -4000px; 
	width: 69px;
	height: 24px;
	background: url("../images/main/btn-sign_up.png");
}

