@charset "utf-8";
/* CSS Document */
#blogTitle {
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
}
#blogContent {
	clear: both;
	float: left;
	;
	width: 100%;
	margin-bottom: 20px;
}
#blogContent #blogMedia {
	clear: both;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 300px;
}
#blogPic img {
	width: 100%;
	border: 1px solid #666666;
	margin-bottom: 5px;
}
#blogPic .mediaCaption,  #blogVideo .mediaCaption {
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
}
#blogContent p {
	font-size: 12px;
	margin-bottom: 10px;
}
#blogMedia #blogPic {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 5px;
}
#blogVideo {
	width: 442px;
	height: 250px;
	margin-top: 25px;
	padding-left: 54px;
	margin-bottom: 40px;
}
#blogVideo .videoTitle {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.blogMainArea {
	float:left;
	width:795px;
	margin-top: 5px;
	padding: 10px;
}
#blogTop {

}

#blogTitle h2 {
	font-size: 32px;
	margin-bottom: 4px;
}
.blogMainArea h1 {
	font-size: 24px;
	text-align: center;
	margin: 0;
	font-weight: bold;
}
.blogMainArea p {
	font-size: 14px;
}
#blogIndivArea {
	margin-bottom: 30px;
	font-size: 14px;
}
#blogIndivArea p {
	margin-bottom: 8px;
}
#blogIndivArea h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
#blogName {
	font-size: .8em;
	text-align: center;
	margin-bottom: 40px;
}
#blogIndivArea #videoPlayer {
	height: 250px;
	width: 442px;
	margin-bottom: 5px;
}
#blogIndivArea #blogVideoTitle {
	font-size: 0.8em;
	text-align:center;
}
#leftBlog {
	width:180px;
	float:left;
}
#rightBlog {
	width:590px;
	float:left;
	padding: 10px;
}
#leftBlog img {
	width:170px;
	float:left;
	margin-bottom: 5px;
	border: 0px;
	padding-left: 3px;
}
#leftBlog #blogImageTitle {
	font-size: 0.7em;
	text-align: center;
	width: 180px;
}
#leftBlogArea {
	margin-bottom: 50px;
	float: left;
	clear: both;
}
#blogIndivArea ol {
	margin-left: 25px;
	margin-bottom: 8px;
	font-size: 14px;
}
#blogIndivArea ul {
	margin-left: 35px;
	margin-bottom: 10px;
}
#subscribe_div {
	color:#990000;
	font-size:12px;
	}
