/*
	Style hacks for Simply Being wordpress site
	Author: Dan Taarin, Dec 2012
*/


/*	Category posts
 ----------------------------------------------*/

#main #text article.post .entry-header {
	
}
#main #text .category-books-in-print .entry-header h2 {
	font: 2.4em Georgia, Garamond, serif;
	margin-bottom: 4px;
}

#main #text article.post .entry-header .entry-title,
#main #text .category-books-in-print .entry-content h3 {
	font: 1.4em Georgia, Garamond, serif;
	margin-bottom: 4px;
}

#main #text article.post .entry-header .entry-title a:link,
#main #text .category-books-in-print .entry-content h3 {
	color: #f70000;
}

#main #text article.post .entry-header div.entry-meta {
	display:none;
}

#main #text article.post .entry-meta .sep {
	display:none;
}

#main #text article.post .entry-meta .tag-links {
	margin: 8px 0px;
	color: #f88c51;
}
#main #text article.post .entry-meta .tag-links a:link {
	color: #f88c51;
}
#main #text article.post .entry-meta .post-edit-link {
	text-decoration: underline;
	margin-left: 18px;
}

#main #text article.post .entry-meta .tag-links .entry-utility-prep {
	/*display:none;*/
	color: #c0c0c0;
	font-weight: normal;
}

/*  404 site switch message */

#siteswitchmessage {
	width: 540px;
	background-color: #ffc;
	border: #933 solid 1px;
	margin: 48px 0px;
	padding: 16px;
}
#main #text .error404 .entry-content #searchform {
	font-size: 140%;
}
#main #text .error404 .entry-content #searchform #s {
	width: 440px;
	height: 28px;
	font-size: 80%;
}
#main #text .error404 .entry-content #searchform #searchsubmit {
	width: 100px;
	padding: 16px;
	font-size: 100%;
}