/*
Theme Name: CDT
Theme URI: http://chrisdornan.com/
Description: Child Theme for A Simple Love
Author: Chris
Author URI: http://chrisdornan.com/
Template: thematic
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
@import url("../a-simple-love/style.css");

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.post a.more-link {
	padding: 1px 3px;	
}

body {
	background: #FFFFFF none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#branding #blog-title a {
	color: #666666;
	font-family: Georgia, Times, serif;
	font-size: 3.4em;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
}

#footer {
	background: lightgray;
	color: black;
	font-size: 1.2em;
	padding: 30px 0;
}

.post {
	background-image: none;
}


div.entry-content {
	font-size: 1.2em;
}

/* Contents */

ol.ss_content_ol ol.ss_content_ol_ol {
	margin-bottom: 0;
}

.ss_content_preface {
	margin-left: 10px;
	margin-bottom: 5px;
}

.ss_content_epilogue {
	margin-left: 10px;
	margin-top: 5px;
}

