/*
Theme Name: Ispiri Blog
Theme URI: http://www.ispiri.com/
Description: The default theme for Ispiri.
Author: Cornerpiece Web
Version: 1.0
*/

body {
	margin: 0;
	background: #eee1c5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #3D2217;
}

a img {border: none;}

p {margin-top: 15px; margin-bottom: 0;}

h1 {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3D2217;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	margin: 15px 0 0 0;
	font-size: 15pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3D2217;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	margin: 15px 0 0 0;
	font-size: 13pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3D2217;
}

.container {
	width: 980px;
	margin: 0 auto;
}

	#header {
		width: auto;
		height: 157px;
		margin-top: 10px;
		background: url(images/banner-blog.jpg) right no-repeat;
	}
	
		#logo {
			width: 247px;
			height: 157px;
			display: block;
			background: url(images/ispiri-logo.gif) no-repeat;
			float: left;
		}
		
			#logo span {display: none;}
			
	#body {width: auto; padding-bottom: 20px;}
	
		#content {
			width: 733px;
			float: left;
		}
		
			.post {
				padding: 30px 0 25px 0;
				border-bottom: 1px solid #8f7c54;
			}
			
				.cite-bar {
					margin-top: 12px;
					padding: 5px 10px;
					background: #f9f0dc;
					border-bottom: 1px solid #c5b490;
					font-size: 11px;
					line-height: 15px;
					color: #70493a;
				}
				
					.cite-bar strong, .cite-bar b {color: #3D2217;}
				
				.blog-closing {
					width: 90%;
					padding: 12px;
					margin: 15px auto 0 auto;
					font-size: 11px;
					line-height: 15px;
					background: #f9f0dc;
					border-bottom: 1px solid #c5b490;
				}
		
		div#sidebar {
			width: 217px;
			padding-top: 30px;
			float: right;
		}
		
			div#sidebar h3 {
				font-family: Arial, Helvetica, sans-serif;
				margin: 20px 0 0 0;
				height: 20px;
				padding: 5px 0 0 12px;
				color: #fff;
				font-size: 11px;
				background: url(images/bg-h3.gif) no-repeat;
			}
		
		ul#sidebar {margin: 0; padding: 0;}
		ul#sidebar li {margin: 0; padding: 0; list-style: none;}
		ul#sidebar li ul {margin: 8px 0 0 25px; padding: 0;}
		ul#sidebar li ul li {margin: 2px 0; padding: 0; list-style: disc;}
		
	#footer {
		padding-bottom: 20px;
		font-size: 8pt;
		color: #000000;
		text-align: center;
	}
		
.clear {clear: both; height: 1%;}

