/*
Theme Name: CoPilot Tumblog Theme
Theme URI: http://themes.mikemcalister.com/tumblog/CoPilot
Description: CoPilot Tumblog Theme
Version: 1.0
Author: Mike McAlister
*/

/* Load CSS */
@import url('css/all.css');

.clear { clear: both; }

img.alignright { 
	margin-left: 15px;
	}

img.alignleft { 
	margin-right: 15px;
	}

.post blockquote {
font-family: georgia, serif;
padding: 0 5%;
width: 90%;
}

.post blockquote.excerpt { 
	font-family: Georgia; 
	line-height: 20px;
	font-style: italic;
	opacity: .50;
	color: #555;
	width: 32%;
	background: url(http://www.simplybastow.com/wp-content/themes/CoPilot/images/bg-page.gif) repeat-y -539px 0 transparent;
	}

.post blockquote.left {
	float: left;
	padding: 10px 10px 0 15px;
	margin-right: 15px;
	border-right: 3px solid #ccc;
	}

.post blockquote.right {
	float: right;
	padding: 10px 15px 0 10px;
	margin-left: 15px;
	border-left: 3px solid #ccc;
	}

.box ul, 
.box ol { 
	margin-left: 20px;
	margin-bottom: 20px;  
	}

.box ul li, 
.box ol li { 
	margin-bottom: 6px; 
	}

.box ul { 
	list-style: disc; 
	}

.box ol { 
	list-style: decimal; 
	}

.wp-caption { 
border: 1px solid #eee;
padding: 6px;
background: #f9f9f9;
max-width: 492px;
margin-bottom: 10px;
}
.wp-caption img.size-medium { padding: 5px; }
.wp-caption img { max-width: 492px; }
#content .wp-caption p.wp-caption-text { 
padding: 0 5px;
margin: 0;
color: #888;
text-align: center; }

.wp-caption.alignright { margin-left: 10px; } 
.wp-caption.alignleft { margin-right: 10px; } 

#content h1, .entry-title {
line-height: 28px;
}