/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
#content h2 {
	color: #999 !important;
	font-size: 18px;
	font-weight: bold;
}
.tubepress_meta_description {
	display: none !important;
	}
.entry-summary {
	}

/*These are styles used in the WYSIWYG Editor*/

.SubHeading {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}

.RightQuote{
	font-size: 18px;
	color: #036;
	display: block;
	padding: 15px 0px 15px 15px;
	float: right;
	width: 280px;
	border-left: 5px solid #CCC;
	font-weight: bold;
	margin-left: 15px;
}
.LeftQuote{
	font-size: 18px;
	color: #036;
	display: block;
	padding: 15px 15px 15px 0px;
	float: left;
	width: 280px;
	font-weight: bold;
	border-right: 5px solid #CCC;
	margin-right: 15px;	
}

h2 {
	color: #999;
}
.SidebarRight {
	font-size: 12px;
	background: #F0F0F0;
	display: block;
	padding: 10px;
	float: right;
	width: 280px;
	margin-left: 10px;
	border: 1px solid #999;
}
.SidebarLeft {
	font-size: 12px;
	background: #F0F0F0;
	display: block;
	padding: 10px;
	float: left;
	width: 280px;
	margin-right: 10px;
	border: 1px solid #999;
}
