/* BLOG POSTS */

h3, h4 {
	font-weight: normal;
}

.inline {
	float: left;
}

#blog-wrapper {
	float: left;
}

#pagination {
	text-align: center;
}

.blog-post {
	color: #262626;
	margin: 0 0 60px 10px;
	background: #e8edef;
	width: 600px;
}


.blog-info {
	padding: 15px;
	text-align: left;
}

.blog-info a h3.blog-title {
	font-size: 36px;
	color: #f7b939;
	font-style: Medium;
	margin: 15px 0;
	padding: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}

.blog-info a:hover h3.blog-title {
	color: #376180;
	text-decoration: none !Important;
}

.blog-info a:visited h3.blog-title {
	color: #f7b939;
}

.blog-post h4 {
	font-weight: lighter;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.blog-post h4 a {
	border-bottom: 0 none;
	font-weight: normal;
	color: #264358;
}

.blog-post h4 a:hover {
	text-decoration: underline;
}

.blog-content {
	padding: 15px 30px;
}
	.blog-content p {
		text-shadow: 0px 1px 1px rgba(0,0,0,.2);
	}

	.blog-content a {
		color: #487EA6;
		border-bottom: dotted 1px #487EA6;
	}
		.blog-content a:hover {
			color: #487EA6;
			border-bottom: solid 1px #487EA6;
		}
	
		.blog-content a:visited {
			color: purple;
			border-bottom: dotted 1px #487EA6;
		}

		.blog-content img {
			-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.4);
			-moz-box-shadow: 1px 1px 12px rgba(0,0,0,.4);
			box-shadow: 1px 1px 12px rgba(0,0,0,.4);
		}

	.blog-content h4 {
		font-weight: bold;
		font-size: 18px;
	}

.blog-extra {
	background: #94a3a8 url(images/blog_extras2.gif) repeat-x;
	padding: 15px;
	color: white;
}

	.blog-extra a {
		color: white !Important;
	}

.blog-logo {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	border: 0 none;
	text-align: left;
	display: block;
}
a.blog-logo:hover {
	text-decoration: none;
}

.blog-logo img {
	margin: auto;
	border: 0;
}

	
.blog-logo:hover {
	border: 0 none;
}


.blog-alert {
	font-weight: lighter;
	font-size: 24px;
	padding: 15px;
	margin: 30px 0;
	background: #e8edef;
	color: #173b54;
	text-align: center;
}

h3 strong {
	font-weight: normal;
}

.blog-side-box {
	float: left;
	width: 133px;
	padding: 0;
	margin-right: 10px;
	width: 300px;
	padding: 0 20px 20px 20px;
}

	.wf-active .blog-side-box h3 {
		font-weight: lighter;
		font-size: 48px;
		color: rgba(255,255,255,0.6);
		line-height: 1em;
		padding: 0;
		margin: 20px 0;
	}
	
	.blog-side-box h3 {
		font-weight: lighter;
		font-size: 24px;
		color: rgba(255,255,255,0.4);
		line-height: 1em;
		padding: 0;
		margin: 20px 0;
	}
	
	
.blog-side-box  ul {
	margin: 0 0 0 20px;
	padding: 0;
	color: #e8edef;
	list-style: square;
}

	.blog-side-box ul li {
		margin: 0 0 5px 5px;
	}
	
	
#sidebar {
	float: right;
	width: 330px;
	background: #1F2022;
	margin: 0 10px 0 0;
	height: 100%;
}

#sidebar p {
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	color: #E8EDEF;
}

#sidebar a {
	color: #f7b939;
}
