/*
Theme Name: Titan
Theme URI: http://thethemefoundry.com/titan/
Description: A refined, balanced, and exceptionally handsome WordPress theme. Features a robust theme options menu allowing you to integrate your Flickr photos, Twitter updates, and Feedburner email updates. Use the custom code box to include photos, video, or whatever else your heart desires.
Version: 1.25
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Tags: fixed-width, two-columns, white, brown, right-sidebar, threaded-comments, theme-options, translation-ready
*/

/*
	Copyright (C) 2008 - 2010 The Theme Foundry

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.	If not, see <http://www.gnu.org/licenses/>.
*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* CUSTOM CSS CHANGES
-----------------------------------------------------------*/
.entry h1 {
	font-size: 1.5em;
	padding: 5px 0 5px 0;
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
}
#footer a:link, #footer a:visited { color: #444; font-weight:bold; }
#footer a:hover { text-decoration: underline; }

/*Single Post Width Fix
-----------------------------------------------------------*/

/*Post Header*/

.single-post-header {
	border-top: 1px solid #efeae4;
	margin: 0 0 15px 0;
	padding-top: 20px;
}

.single-post-header h1 {
	padding-bottom: 4px;
	font-size: 2.2em;
	}

.single-post-header h2 {
	font-size: 2em;
	line-height: 1.1em;
}

.single-author {
	margin: 3px 0 0 0;
	color: #c0b2a5;
	font-size: 1.2em;
}
/*Post Body*/

.single-entry {
	width: 628px;
	font-size: 1.3em;
}

.single-entry p { margin-bottom: 10px; }
.single-entry h2, .entry h3, .entry h4 {
	font-size: 1.3em;
	padding: 15px 0 5px 0;
}
.single-entry h3 {
	padding-top: 10px;
	font-size: 1em;
}
.single-entry h4, .entry h5, .entry h6 {
	padding-top: 10px;
	font-size: .9em;
}
.single-entry ul, .c-body ul { margin: 0 0 10px 10px; }
.single-entry ul li, .c-body ul li {
	display: block;
	margin: 5px 0;
	padding: 0 0 0 25px;
	background: url(../images/list-item.gif) no-repeat 0 .3em;
}
.single-entry ol, .c-body ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px 0 5px 30px;
}
.single-entry ol li ol li, .c-body ol li ol li { list-style-type: lower-roman; }
.single-entry ol li, .c-body ol li { margin: 5px 0; }

/*Post Footer*/

.single-post-footer { margin-left: 0px; }
