/*
Theme Name: Stargrads.net
Theme URI: http://stargrads.net/blogs/
Description: Blog theme for Stargrads.net
Author: D. L. Yonge-Mallo
Author URI: http://stargrads.net/blogs/davinci/
Version: 1.1
Template: k2
*/

.entry-content h1 { font-size: 1.6em; }
.entry-content h2 { font-size: 1.5em; }
.entry-content h3 { font-size: 1.4em; }
.entry-content h4 { font-size: 1.3em; }
.entry-content h5 { font-size: 1.2em; }
.entry-content h6 { font-size: 1.1em;  }

.entry-content hr {
	display: block;
	width: 70%;
}

#primary .hentry .entry-head .metalink {
	text-transform: none;
	}

.entry-tags a {
        /* Don't lowercase the tags. */
	text-transform: none;
	}

/* Code has a different colour background */
code {
	background-color: #F9F9F9;
}

/* The following are for the Live Comment Preview plug-in. */
#commentPreview .avatar,
#commentPreview .gravatar {
	float: right;
}

#commentPreview .comment-author {
	font-size: 1.5em;
	font-weight: bold;
	}

#commentPreview .comment-author cite {
	font-style: normal;
}

#commentPreview .comment-content {
	font-size: 1.2em;
	line-height: 1.8em;
	}

/* This is for the Yet Another Related Posts Plugin. */
div.yarpp_window {
	/* border: 1px solid #aaa; */
	background-color: #eee;
	padding: 1em;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	margin-bottom: 20px;
}

div.yarpp_window h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.5em;
}

div.yarpp_window p {
	margin: 0;
}

div.yarpp_window ol,
div.yarpp_window ul {
        padding: 0 0 0 35px;
}

div.yarpp_window ol li, 
div.yarpp_window ul li {
        margin: 0 0 3px;
        padding: 0;
}


