/*
THEME NAME: Angel Editons blog
THEME URI: http://angeleditions.com/
DESCRIPTION: Custom template for Angel Editions blog, built on Thematic
VERSION: 1
AUTHOR: Luke Despatie, David Seguin, and Ian Stewart
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');
/* Apply basic typography styles */
@import url('library/styles/typography.css');
/* Apply basic image styles */
@import url('library/styles/images.css');
/* Prepare theme for plugins */
@import url('library/styles/plugins.css');


/*adapted from /includes/angel.css*/
body {
	text-align: center;
}
body, input, textarea {
	background: #fff;
	color: #666;
	font: 11px Georgia,Times,sans-serif;
	line-height: 15px;
	margin-top: 34px;
}
a, a:link, a:visited {
	color:#666;
	text-decoration:none;}
a:hover, a:active {color: #333;}
#wrapper {
	border: 1px solid #fff;
	width: 750px;
	margin: 0 auto;
	text-align:left;
	padding: 0 0 20px 0;
}
#main {
	width:750px;
}
#header {
	margin: 50px 0 29px 30px;
	display: block;
	float: left;
}
#container {
	width: 580px;
	float: left;
}
#content {
	padding: 61px 0 0 30px;
	width: 450px;
}
.main-aside {
	float: right;
	position: relative;
	right: 0;
	width: 149px;
}
#topnav {
	background:url(/img/bk_canvas.gif) no-repeat left top;
	font: 11px Georgia, serif;
	list-style: none;
	padding: 0;
	position: relative;
	margin: 30px 0 0 5px;
}
#topnav li {
	border-right:1px solid #acada9;
	float:left;
	padding:0 10px;
}
#topnav li.last {
	border:none;
}
#topnav li.active a {
	color:#333;
}
a.logo {
	margin: 17px 70px 35px 15px;
	display: block;
}

/*new*/
#branding, #nav-above {
	display: none;
}
/*header*/
#header #blog-title {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 8px;
}
#header #blog-title a, 
#header #blog-title a:link, 
#header #blog-title a:visited, 
#header #blog-title a:hover, 
#header #blog-title a:active {color: #C4151C;}
#header #blog-description {
	font-size: 15px;
}

p {
    margin-bottom: 9px;
}
div.post {
	margin: 0 0 50px 0;
}
.entry-date-top {
	margin: 0 0 3px 0;
	display: block;
	font-size: 11.5px;
}
.entry-title {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 2px;
	color: #C4151C;
}
.entry-title a, .entry-title a:link,
.entry-utility a, .entry-utility a:link
	{color: #C4151C;}
.entry-title a:visited,
.entry-utility a: visited
	{color: #C44D47;}
.entry-title a:hover, .entry-title a:active,
.entry-utility a:hover, .entry-utility a:active
	{color: #E51923;}
.entry-content p {
	font-size: 12.5px;
	line-height: 1.3;
}
.entry-content img {
	margin: 20px 0 4px;
}
.entry-content h6 {
	margin: 0 0 35px;
	font-size: 11px;
	font-weight: bold;
}
.entry-content a, .entry-content a:link, .entry-content a:visited {
	color: #C5696D;
	text-decoration: none;
}
.entry-content a:hover {
	text-decoration: underline;
}
.entry-utility {
	font-size: 9px;
	margin-top: 22px;
	border-top: 1px solid #DDD;
	color: #858585;
}

/*sidebar*/
#primary ul {
	list-style-type: none;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
#rightnav li {
	margin: 0 0 12px 0;
}
#primary .widgettitle {
	color: #C4151C;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 8px;
	width: 66px;
}
.widgetcontainer li {
	margin: 0 0 4px 0;
}