@charset "utf-8";
/* 

	Interfolio Blog Styles 
	
	note: image assets are stored in web root images, not in the skin directory

*/
#blog #pageBody {
	margin: 0;
	padding: 0;
}

/* top banner image */
#blog #banner {
	background-image: url(/images/website/blog/blog_banner_bkg.jpg);
	overflow: hidden;
	padding: 2em inherit;
	min-height: 200px;
	}

#blog #banner #title {
	display: none;	
}

/* body content layout area */
#blog #main {
	/*border: 1px solid green;*/
	}

/* post body text */
#blog .post .content {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;		
	line-height: 1.8em;
}

#blog .post h3 {
	margin: 0;
	padding: 0;
}

#blog .post .content br,
#blog .post .content p {
	margin-bottom: 2em;
}

#blog .post .header {
	margin: 1em 0;
	padding: 0;
	height: auto;
}
#blog .post .date,
#blog .post .author {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	color: #6B564C;
	margin: 0;
	padding: 0;
	display: inline;
}

#blog .post .tags {
	color: #6B564C;
}

#blog .post .footer {
	margin: 1em 0; padding: 0;
	height: auto;
}

#blog .post .footer a {
	display: inline-block;
	margin: 0 1em;
	padding: 0 0 0 10px;
}

#blog .post .footer .comments {
	background-image: url(/images/icons/silk/comments.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#blog .post .footer .permalink {
	background-image: url(/images/icons/silk/link.png);
	background-repeat: no-repeat;
	background-position: center left;
}

/* footer comments */
#blog .post .footer ul {
	margin: 0; padding: 3px;	
	background-image: url(/images/website/bkg_ltBlueGradient.jpg);	
	background-repeat: repeat-x;
	border: 1px solid #51A3B8;
}

#blog .post .footer ul li {
	margin: 0; padding: 0; display: inline;	
}

/* sidebar layout area */
#blog #sidebar {
	background: none;
	margin-top: 1em;
	font-family: Calibri, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#blog #sidebar h3.podTitle {
	margin: .5em 0 0 .1em;
	font-size: 1.2em;
}

#blog #sidebar li {
	font-family: Calibri, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
}

/* style for subscribe-to-feed text & link */
#blog #subscribe {
	margin: 1em 0;	
}
#blog #subscribe * {
	background-repeat: no-repeat;
	background-position: center left;
}

#blog #subscribe,
#blog #subscribe a:link,
#blog #subscribe a:visited,
#blog #subscribe a:hover,
#blog #subscribe a:active {
	color: #fff;	
}

#blog #subscribe #feed {
	/*background-image: url(/images/website/subscribe_icon_feed.png);
	padding-left: 24px;*/
	line-height: 16px;
}
/* style for follow/microblog link */
#blog #subscribe #microblog {
	/*background-image: url(/images/website/subscribe_icon_twitter.png);
	padding-left: 24px;*/
	line-height: 16px;
}

/* twitter pod*/
#blog #tweet {
	padding: 0;
	background-image: url(/images/website/twitter_bubble.png);
	background-repeat: no-repeat;
	background-position: top middle;
	height: 124px;
}
#blog #tweet p {
	margin: 0;
	font-size: .85em;
	padding: .2em 1em 36px 1em;
/*	background-image: url(/images/website/twitter_bubble_bottom.png);
	background-repeat: no-repeat;
	background-position:  bottom;
	border: 1px solid green;*/
}
#blog #tweet .date {
	color: #999;
	display: block;
	font-style: italic;
	font-size: .9em;
	text-align: right;
}
#blog div#tweet h6.tweetTitle {
	color: #999;
	margin: 0;
	padding: .2em 1em 0 1em;
	font-size: 1em;
}

/* facebook badge */
#blog #sidebar #badges {
	margin-bottom: 20px;	
}

/* recent posts list */
#blog #sidebar .recentpostlist {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#blog #sidebar .recentpostlist li {
	margin: 0 0 .5em 0;
	padding: 0;
}

#blog #sidebar .recentpostlist li .date	{ 
	font-family: Calibri, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #6B564C;
}

#blog #sidebar .about {
	font-family: Calibri, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#blog #sidebar .tagcloud {
	margin: -1em 0 1.5em 0;	
}

#blog #sidebar #recent.content {
	margin-bottom: 1em;	
}

#blog #sidebar form#archiveSelector {
	margin-bottom: 1em;	
}

#blog #sidebar form#archiveSelector select {
	font-family: Calibri, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

#blog .archive h2 {
	margin: .8em 0 0 0;	
}

#blog .archive .header {
	border-bottom: 1px dashed #EEECDA;
}

#blog .center {
	text-align: center;	
}
