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

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

#sidebar-body {
	padding: 1px 30px;
}

#sidebar h1 {
	font: bold 29px/1.143 "lucida sans unicode", "lucida grande", sans-serif;
	margin: 1.524em 0 0.762em;	
	padding-bottom: .19em;
	letter-spacing: -2px;
	border-bottom: 1px solid #afa79f;
	color: #444;
}

#sidebar h2 {
	font: bold 1.33em/1.278 "lucida sans unicode", "lucida grande", sans-serif;
	letter-spacing: -1px;
	margin: 1.917em 0 -0.639em;
}

#sidebar p.link-subscribe a {
	background: url("../images/main/bg-link-subscribe.png") no-repeat left center;
	padding-left: 18px;	
}

#sidebar form input {
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	font-size: 13px;
	padding: .45em;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 100px;
}


#sidebar form #btn-subscribe {
	height: 32px;
	width: 86px;
	background: url("../images/main/bg-btn-subscribe.png") no-repeat;
	padding: 0;
	border: none;
	text-indent: -4000px;
}

#blog ol.feed {
	margin: 0em 0;	
	/*border-top: 1px dotted #afa79f;*/
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	list-style: none;
}

#blog ol.feed li {
	padding: 2.55em 0;
	/*border-bottom: 1px dotted #afa79f;*/
	border-bottom: 2px dotted #bbb;
}

#blog ol.feed li p.thumbnail {
	margin: .318em 1em 0 0;
	float: left;
	display: inline;
	background-color: #000;
}

#copy #blog ol.feed li .title {
	margin: 0;
	padding: 0;
	font-family: georgia;
	font-variant: normal;
	display: inline;
}

#copy #blog ol.feed .date {
	display: inline;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	margin-left: .2em;
}

#blog ol.feed li p.summary {
	font-size: 11px;
	margin: 1.004em 0 0;
	position: relative;
	overflow: hidden;
	height: 6.027em;
}

#blog ol.feed li .link-more {
	background-color: #e9e9e9;
	position: absolute;
	bottom: 0;
	right: 0;	
	padding-left: .25em;
}

#blog ol.feed li .category {
	margin: 0;
	font-size: 10px;
	display: none;
}

#blog p.link-more {
	text-align: right;
	margin: .502em 0;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	text-transform: uppercase;	
	font-weight: bold;
	font-size: 11px;
}

#blog #pager {
	margin: 1.7em 0;
	text-align: center;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
}

#blog #pager ul {
	margin: 0;
	display: inline;	
}	

#blog #pager ul li {
	display: inline;
}

#blog-post p.date {
	font-style: italic;
}

#blog-post #slideshow {
	height: 275px;
	background-color: #000;
	text-align: center;
}

#blog-post #slideshow div {
	margin-left: 61px;
}

#blog-post p.link-back{
	background: url("/images/main/bg-link-prev.gif") no-repeat left center;
	padding-left: 14px;
}	
	