/* ========================================================================

	EveryMinute.org Blog Stylesheet
	
	Site design by The A Group
	http://www.agroup.com
	
=========================================================================*/ 

#copy {
	padding-right: 20px; 
}

#body {
	position: relative;
	z-index: 5000;
}

h2 {
	margin-bottom: 0;
	border-bottom: 4px solid #ccc;
	line-height: 35px;
}

#blog_posts {
	position: relative;
	width: 70%;
	float: left;
}

div.article_summary {
	background: url("../images/border-dotted-h.gif") left bottom repeat-x;
	padding: 1.75em 0px 2em 0;
}

div.article_summary div {
	padding: 0px 0;
	height: 9em;	
}

div.article_summary h3 {
	margin: 0px 0 0.5em;
	line-height: 23px;
	min-height: 2em;
	height: expression('2em');
	font-family: georgia;
	font-weight: normal;
	font-size: 18px;
}

div.article_summary h3 a {
	text-decoration: none;
}

div.article_summary h4 {
	margin: 2px 8px 0 0px;
	padding: 0 8px 0 0;
	float: left;
	display: inline;
	color: #999;
	border-right: 1px solid #ccc;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}

div.article_summary h4 span.post_month {
	display: block;
	font-weight: bold;
}

div.article_summary h4 span.post_day {
	display: block;
	font-size: 27px;
	line-height: 23px;
	letter-spacing: -1px;
}

div.article_summary p.post_thumb {
	width: 170px;
	height: 11em;
	margin: 3px 10px 0 0px;
	float: left;
	
	line-height: 11em;
	text-align: center;
	border: 1px solid #ccc;
	color: #ccc;
	font-weight: bold;
	
	display: none;
}

.link_read_more {
	font-weight: bold;
}

.link_read_more a {
	font-weight: normal;
}

#link_archive {
	text-align: right;
	font-weight: bold;
}

#link_archive a {
	font-weight: normal;
}

