/*
Theme Name: Perfectly News
Theme URI: http://perfectly.ca/theme/perfectly_news
Description: Black
Version: 1.0
Author: Simon Lebrun
Author URI: http://perfectly.ca
Tags: 

*/


body {
	background: white;
	font-family: Georgia, Arial, sans-serif;
	font-size: 12pt;
	margin: 0 0 0 0;
}


h1, h2, h3 {
	margin: 3pt 0 6pt 0;
}

a {
	color: 000099;
}

h1 a {
	text-decoration: none;
	color: #990000;
}

h1 {
	font-size: 14pt;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#front {
	width: 700px;
	margin: 10px auto 20px auto;
}

#posts {
	width: 500px;
	margin: 20px 0 0 0;
}

.post {
	margin: 0 0 48pt 0;
}


div.commentsContainer {
	width: 600px;
	display: block;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	background-color: white;
}

div.permalink {
	text-align: right;
	padding: 6pt;
}

div.permalink a {
	text-decoration: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.padded {
	padding: 6pt;
}

.navigation {
	width: 350px;
	margin: 0 0 0 auto;

}

.avatar {
	display: none;
}

#single_header {
	margin: 0 0 20px 0;
}

#sidebar {
	float: right;
	width: 200px;
	text-align: right;
	padding: 200px 0 0 0;
}

#follow {
	text-align: right;
	margin: 0 0 60px 0;
}

.post_meta {
	font-size: 8pt;
	text-align: right;
}

.post_meta a {
	color: #CCCCCC;
	text-decoration: none;
}

.post_meta a:hover {
	color: #999999;
	text-decoration: underline;
}

