.post h2, .blog-post h2, .blog-post h3
{
	font-size: 146.5%;
	line-height: 110%;
	margin-bottom: .1em;
	font-weight: normal;
}

.post p, .blog-post p
{
	margin-bottom: 1.5em;
	line-height: 130%;
}

.post p a.more, .blog-post p a.more
{
	font-size: 85%;
}

.blog-post .post-date
{
	width: 28px;
	padding: 3px 0px 14px 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #3f89be url(../Images/blog-post-date-bg.png)  repeat-x bottom left;
	line-height: 90%;
	position: absolute;
	top: 0;
	left: 0px;
}

.blog-post .post-date-month
{
	font-size: 77%;
	line-height: 100%;
}

.blog-post .post-date-day
{
	font-size: 138.5%;
	line-height: 100%;
	padding-bottom: 2px;
}

.blog-post
{
	padding-left: 40px;
	position: relative;
	margin-bottom: 30px;
}

.blog-post .post-content img
{
	border: 1px solid #e8e3e3 !important;
	padding: 2px !important;
	margin: 2px !important;
}

.blog-post .post-tools
{
	font-size: 85%;
	overflow: hidden;
}

.blog-post .post-content ul, .blog-post .blog-post-content ul
{
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 1.5em;
}

.blog-post .post-content ul li, .blog-post .blog-post-content ul li
{
	list-style-type: disc;
	margin-bottom: .5em;
}

.blog-post .post-author
{
	margin-bottom: .7em;
	font-size:85%;
}




/* COMMENTS */

#comments-header
{
	background-color: #fff;
	padding: 0;
	border: 0;
}

#comment-container.moderate .comment.approved
{
	background-color: #ccf8bb;
}

#comment-container.moderate .comment.rejected
{
	background-color: #ffabab;
}

#comment-container.moderate .comment.unreviewed
{
	background-color: #fff5c8;
}

.comment-content, .comment-info { padding: 10px; }



/* VIDEO POSTS */



#more-video
{
	background: #fff url(../Images/more-video-bg.png) no-repeat center top;
	overflow: hidden;
	padding: 20px;
	clear: both;
	margin-top: 20px
}

#more-video h2
{
	margin-bottom: 20px;
}

#more-video ul
{
	margin-left: 0px;
	padding-left: 0px;	
}

#more-video ul li
{
	width: 204px;
	height: 210px;
	float: left;
	cursor: pointer;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #3d88bd;
	list-style-type: none;

}

#more-video ul li.last
{
	margin-right: 0px;
}

#more-video ul li:hover
{
	color: #b90000;
}


#more-video ul li img
{
	padding: 1px;
	border: 1px solid #e8e3e3;
	width: 200px;
}


#more-video ul li p
{
	margin-top: 5px;
}


#current-video
{
	overflow: hidden;
	margin-bottom: 20px;
}


#current-video #video-player
{
	width: 520px;
	float: left;
}

#current-video #video-info
{
	width: 365px;
	float: right;
	margin-right: 10px;
}

#current-video #video-info h2
{
	font-size: 182%;
}

#current-video #video-info p
{
	font-size: 108%;
}


#current-video #video-embedding
{
	margin-top: 20px;
}


#current-video #video-embedding label
{
	font-weight: bold;
	text-align: right;
	font-size: 85%;
}

#current-video #video-embedding input
{
	width: 245px;
	height: 15px;
	background: #fff url(../Images/Shell/input-bg.png) repeat-x top left;
	color: #616161;	
	padding: 2px 4px;
	border: solid 1px #bdd3e7;
	margin-right: 5px
	vertical-align: top;
	font-size: 85%;
}

#current-video #video-embedding .video-embed-line
{
	margin-bottom: 6px;
	margin-right: 50px;
	text-align: right;
}





#comment-container { margin-left: 8px; }


.comment { margin-left: 30px; margin-top: 10px; }
.comment .comment-title { background-color: #efefef; padding: 2px 4px; font-weight: bold;}
.comment-tools { background-color: #f6f6f6; padding: 2px 4px; margin: 4px 0; font-size: 92%; }
#comment-container > .comment { margin-left: 0; }

.comment-info { font-size: 92%; }

#comments-header { background-color: #f6f6f6; padding: 12px 12px 12px 12px; border: 1px solid #ccc; margin-bottom: 2px;}
#comments-header p { margin: 0 0 12px 0; }

#comment-form-container, #comment-abuse-form-container, #comment-form-message { background-color: #fcfcfc; padding: 10px; border: 1px solid #ccc; }
#comment-form #title, #comment-form #content { width: 95%; }

.addthis_toolbox {position: absolute; top: 0px; right: 0px;}
