/*
Theme Name: Rivermead Template
Theme URI: http://candidsky.com/
Description: Custom theme for Rivermead by <a href="http://candidsky.com/">CandidSky</a>.
Version: 1.0
Author: CandidSky
Author URI: http://candidsky.com

*/

.post h2 a {
color:#0056A4;
font-size:16px;
}


.current-cat a{
color: #0056A4;
text-decoration:none;

}

.current-cat {
}

.cat-item {
padding-top:2px;
padding-bottom:2px;
font-size:13px;
}

.cat-item a {
text-decoration:none;
}

.cat-item a:hover {
text-decoration:underline;
}


#comment {
width:430px;
}

#comment-area ul {
list-style:none;
padding:0;
}

img.page-banner{
    margin:0 auto;
    display:block;
    width:auto;
    margin-bottom:20px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
