/**
* chessblog theme -- Style sheet for category pages
* Child theme of twentyeleven for ChessStrategiesBlog.com
* This style sheet is used for the category 
* archive pages (category.php) and the tag archive
* pages (tag.php)
**********************************/

@import url('style.css');

/* Style for page title -- main h1 headling */
h1.page-title {
	font-size: 22px;
	font-weight: normal;
	color: rgb(188,106,0);
	text-transform: capitalize;
	letter-spacing: normal;
	line-height: 1.25em;
	margin: .5em 0 .5em;
	}
	
/* styling for intro block */
#category-intro-text {
	border-bottom: 1px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
	margin: 0 0 1.625em;
	padding: 1.625em 0 0.1em 1em;
	}
		
/* styling for post excerpts */
h2.entry-title a, h2.entry-title a:hover {
	color: rgb(188,106,0);
	font-size: 22px;
	font-weight: normal;
	}
	
h2.entry-title a:hover {
	text-decoration: underline;
	}
	
.entry-summary {
	padding-top: 0;
	}
	
.entry-summary p {
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
	}

/**************************************	
* styles for "continue reading" link
* at the end of post excerpts 
*************************************/
span.continue-reading-link a {
	font-size: 13px;
	color: #556C8B;
	font-weight: bold;
	}

span.continue-reading-link-title {
	font-style: italic;
	}
	
/****************************
* styles for the post excerpt
* meta links (category, tag,
* and comment links)
*****************************/
.entry-meta a {
	color: #556C8B;
	}

/* The following style is intended for the article excerpts
* appearing on the category pages, and supplements the styles in 
* twentyeleven style.css, line 702 (.hentry)
*/
body.category article.hentry, body.tag article.hentry {
	border-left: 2px solid #DDDDDD;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em 1em;
	}
	
/* Styles for the concluding paragraph */
#category-outro-text {
	margin-bottom: 1.625em;
	}