/* /////////////////////////////
GENERAL LAYOUT
///////////////////////////// */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.group {display:inline-block;}

h2 a {
	text-decoration: none;
	}

/* /////////////////////////////
GENERAL LAYOUT
///////////////////////////// */

#entries {
	float: left;
	width: 700px;
	padding-right: 20px;
	}
	
#sidebar {
	float: right;
	width: 240px;
	}
	
#footer-container {
	clear: both;
	}
	
/* /////////////////////////////
PAGE NAVIGATION
///////////////////////////// */

.navigation {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	}
	
/* .navigation .alignleft {
	display: block;
	padding: .5em 1em;
	color: #fff;
	text-decoration: none;
	background: url(images/nav_bg.jpg) top left repeat-x;
	} */
	
/* /////////////////////////////
CONTENT
///////////////////////////// */

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.date_author {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000;
	}

.post {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	}
		
/* /////////////////////////////
SIDEBAR
///////////////////////////// */
	
#sidebar ul {
	margin: 0;
	padding-top: 10px;
	}
	
#sidebar ul li {
	list-style: none;
	}
	
.box-container {
	min-height: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	}
	
.box-container p {
	margin: 10px;
	}
	
#sidebar a {
	color: rgb(102, 102, 102);
	}
	
#sidebar a:hover {
	color: #000;
	}
	
.subscriptions a {
	display: block;
	padding-left: 25px;
	}
	
.subscriptions li.rss a {
	background: url(images/rss_icon.jpg) center left no-repeat;
	}
	
.subscriptions li.email a {
	background: url(images/email.png) center left no-repeat;
	}
	
/* /////////////////////////////
ENTRIES
///////////////////////////// */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 10px 0;
	display: inline;
	}
	
.wp-caption {
	margin: 10px 10px 0 10px;
	}
	
.wp-caption-text {
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	}
	
.entry ol li {
	margin-left: 30px;
	list-style: decimal;
	}
	
.entry ul li {
	list-style: disc;
	}

/* /////////////////////////////
COMMENTS
///////////////////////////// */
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}
	
div.comment-body {
	background-color: #fff;
	}
	
div.comment-author {
	width: 325px;
	float: left;
	}
	
div.comment-meta {
	width: 325px;
	float: right;
	font-size: 0.8em;
	text-align: right;
	}
	
div.comment-body p {
	clear: both;
	padding: 10px 0;
	}
	
cite.fn {
	font-size: 14px;
	font-style: normal;
	}
	 
.children {
	padding: 0;
	}

#commentform p {
	margin: 5px 0;
	}
	
#commentform input {
	line-height: 1.6em;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* /////////////////////////////
POST METADATA
///////////////////////////// */

.postmetadata {
	font-size: 12px;
	}
	
.comment_invite {
	padding-left: 23px;
	background: url(images/comment_bg.png) center left no-repeat;
	}


/* /////////////////////////////
COMMENT FORM
///////////////////////////// */

textarea#comment {
	width: 500px;
	}
	
	
	
/* /////////////////////////////
VARIOUS CLASSES
///////////////////////////// */


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
