/*
Theme Name: Trading Direct
Theme URI: http://tradingdirect.com
Description: A custom WordPress theme for Trading Direct
Version: 1.0
Author: 10 Volt Media
Author URI: http://10voltmedia.com
*/

.post {
	margin: 0 0 4em 0;
}

	.post-single { margin: 0 0 1em 0 !important; }

	.post h3 {
		margin-bottom: 0.5em !important;
	}
		.post h3 a {
			border-bottom: none;
			font-size: 1.2em;
		}
		
		.post ul.archive li {
			background: none !important;
		}
		
		.post p.archive-date {
			color: #999;
		}		

		.post span.archive-day {
			padding: 0 1em;
			font-size: 10px;
			color: #999;			
		}
	
	.post-date {
		margin: 0 0 2em 0;
		font-style: italic;
		font-size: 0.75em;
		color: #888;
	}
	
		.post-date a { border: none; font-weight: normal; }
		.post-date a:hover { color: #a9864a; border-bottom: solid 1px #21313f; }		
	
	.post-content {}	
		.post-content p {}
		
		.post-content p img {			
			padding: 5px;
			border: solid 1px #ccc;
			background: #ececec;
		}
		
		.post-content p img.alignright {
			margin: 0.5em 0 0.5em 1em;
			float: right;
		}
		.post-content p img.alignleft {
			margin: 0.5em 1em 0.5em 0;
			float: left;
		}
	
	div.post-meta {
		padding: 0.5em;
		border-top: solid 1px #d5d4d4;
		border-bottom: solid 4px #d5d4d4;		
		background: url(img/layout_subnav_bgtile.png) repeat-x left bottom;
		font-size: 0.7em;
	}	
		div.post-meta a { border: none; color: #666; font-weight: normal; }
		div.post-meta a:hover { color: #a9864a; border-bottom: solid 1px #21313f; }
		
		.post-meta span {
			margin: 0 0 0.5em 0;
			display: block;
			color: #666;
		}
		.post-meta .post-tags {
			padding-left: 22px;
			line-height: 18px;
			background: url(img/icon_tag.png) no-repeat left center;
		}		
		.post-meta .post-category {
			padding-left: 22px;
			line-height: 18px;
			background: url(img/icon_folder.png) no-repeat left center;
		}
		
		.post-meta .post-commentcount {
			font-size: 13px;
		}
		
		p.edit-link {
			line-height: 18px;
			background: url(img/icon_pencil.png) no-repeat 445px center;
		}
		
		.post-meta span.viral {			
			padding-left: 22px;
			display: inline;
		}
		
		.icon-send {
			padding-left: 22px;
			line-height: 20px;
			background: url(img/icon_envelope.png) no-repeat left center;		
		}
		.icon-digg {
			padding-left: 22px;
			line-height: 20px;
			background: url(img/icon_digg.png) no-repeat left center;		
		}
		.icon-delicious {
			padding-left: 22px;
			line-height: 20px;
			background: url(img/icon_delicious.png) no-repeat left center;		
		}
		
		

.pagination {
	margin-bottom: 1em;
	font-size: 0.75em;
}

a.rss {
	background-image: url(img/icon_rss.png) !important;
	background-repeat: no-repeat;
	background-position: 8px center !important;
}

#blog-disclaimer {
	font-size: 0.6em;
}
