@charset "UTF-8";
/* CSS Document */


/* MAIN CONTENT BACKGROUND
====================== */
#contentWrapper.lsidebar #topShaddow {
	background: url(../images/content-topbottom.png) no-repeat center -31px;
}

#contentWrapper.lsidebar #mainContent {
	background: url(../images/lsidebar-mid-bg.png);
	position: relative;
}

#contentWrapper.lsidebar #bottomShaddow {
	background: url(../images/content-topbottom.png) no-repeat center -45px;
}

/* SIDEBAR
====================== */
#contentWrapper #mainContent #sidebar {
	position: relative;
	left: 35px;
	width: 260px;
}

#contentWrapper #mainContent #sidebar .component {
	margin-bottom: 2em;
}


/* CONTENT
====================== */
#contentWrapper #mainContent #content {
	position: relative;
	right: 30px;
	width: 575px;
}


/* SINGLE ENTRY
====================== */
.blog .single-entry {}

.blog .single-entry h2.title {
	color: #bb1f11;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	margin-bottom: 0;
}

.blog .single-entry p.meta {
	color: #688;
	margin-top: .25em;
}

.blog .single-entry .content {
	font-size: 1.15em;
	line-height: 1.375em;
}

.blog .single-entry .content p {}

.blog .single-entry .content p a {
	color: #0060ff;
}

.blog .single-entry .content ol li,
.blog .single-entry .content ul li {
	color: #244;
	margin: .5em 0;
}

.blog .nav_link {
	color: #bb1f11;
	text-transform: uppercase;
}


/* SHOWING ALL POSTS
============================= */
.blog .post {
	border-bottom: 1px solid #fff;
	display: block;
	margin: .75em 0;
	position: relative;
}

.blog .post h2.title {
	color: #bb1f11;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	margin-bottom: 0;
}

.blog .post p.meta {
	color: #688;
	margin-top: .25em;
}

.blog .post .content {
	font-size: 1.15em;
	line-height: 1.375em;
}

.blog .post .content img {
	left: -40px;
	position: absolute;
	top: 5px;
}

.blog .post .read-more {
	color: #bb1f11;
	text-transform: uppercase;
}