/*
Theme Name: MWI Blog Theme
Theme URI: http://mwi.com/blog
Description: Custom Wordpress Blog Theme For MWI.com
Version: 1
Author: Jon Cazier
Tags: mwi, two column

Custom Wordpress Blog Theme For MWI.com
*/

/* Content Styles
-------------------------------------------------------------------*/

.post {margin-bottom: 15px;}

h2.storytitle a {color: #487d8c; text-decoration: none; font-size: 90%;}

.meta {margin-bottom: 10px;}

.moreLink {
	padding-left: 16px; background: transparent url(images/icon_post.gif) no-repeat left;
}

#container .meta {height: 26px; line-height: 26px; background: #FFF;}

	#container .meta a {font-size: 95%} 

	#container .meta span {margin-right: 15px; padding-top: 2px; padding-bottom: 2px;}
	
	#container .meta-category {}
	#container .meta-comments {padding-left: 20px; background: transparent url(images/icon-comment.gif) no-repeat left;}

/* Comment Styles
-------------------------------------------------------------------*/

#container .comments {margin-bottom: 20px;}

#container .comment-header {margin: 5px 0; background: #FFF; padding: 10px 0;}

	#container .comment-feed-link a {padding-left: 20px; background: transparent url(images/icon-rss.gif) no-repeat left bottom; font-size: 85%; padding-top: 2px; padding-bottom: 2px;}
	
#container .comment {margin: 5px 0; background: #EFEFEF; padding: 10px;}
	
	#container .comment-meta {margin: 5px 0 5px 0; font-size: 85%;}

/* Side Bar Styles
-------------------------------------------------------------------*/

.sidebar-ul {list-style: none; margin: 0px;}
.sidebar-ul ul {list-style: none; margin: 0 0 20px 0;}

a.blog-feed {padding-right: 20px; background: transparent url(images/icon-rss.gif) no-repeat right bottom;}

