
/*  cBB Blog StyleSheet
    --------------------------------------------------------------
	Style:	we_clearblue
	Copyright (c) 2013 CaniDev ( http://www.canidev.com )
    --------------------------------------------------------------
*/

#blog-container {
	display: table;
	font-size: 1.1em;
	width: 100%;
}

.blog-widget {
	padding-top: 2px;
}

.blog-widget-title {
	color: white;
	padding: 0px 0 3px 6px;
}

.blog-widget-content {
	background: #F2F2F2;
	padding: 5px;
}

.blog-widget.style2 .blog-widget-content {
	padding: 0;
}

.post-header a:hover, .post-footer a:hover {
	color: #D31141;
}

.post-content, .post-content p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: Helvetica, Tahoma, Arial;
  text-align: justify;
}

.post-content a, .post-content a:link {
	color: blue;
}

.side-handle, .blog-dialog {
	background: url('../images/navigation.png');
}

.handle-title, .blog-dialog-header {
	color: #FFFFFF;
}

.handle-content, .blog-inputbox {
	background: #FFFFFF;
}

a.handle-link {
	color: blue;
	text-decoration: underline;
}

a.handle-link:hover {
	color: #D54E21;
}

.blog-inputbox.inactive {
	color: #BBB;
}

.handle-section {
	border-bottom: 1px solid #B2B2B2;
}

.handle-section select {
	max-width: 100%;
}

.toolbar, .toolbar li a, .tag-item, #more-used-tags {
	border: 1px solid #B2B2B2;
}

.blog-row {
	margin: 15px 0;
	min-height: 130px;
	padding: 10px;
	position: relative;
}

.blog-row:nth-child(even) {
	background: #F8F8F8;
}

.blog-row .post-title {
	font-family: Arial;
	font-size: 15px;
}

.blog-row .post-image {
	float: left;
	max-height: 120px;
	text-align: center;
	width: 120px;
}

.blog-row .post-image img {
	height: auto;
	margin: 2px;
	max-height: 110px;
	max-width: 116px;
}

.blog-row .post-image-responsive {
	display: none;
	margin: 5px 0;
	max-height: 150px;
	overflow: hidden;
	text-align: center;
}

.blog-row .post-image-responsive img {
	height: auto;
	width: 180px;
}

.blog-row .post-header { margin-bottom: 5px; }
.blog-row .post-content { font-size: 1em; }

.blog-row .post-title, .blog-row .post-header, .blog-row .post-footer, .blog-row .post-content {
	margin-left: 140px;
}

.resized { border: none; }

#view-content {
	margin-right: -360px;
}

.blog-content {
	display: table-cell;
	margin: 0;
	padding-right: 50px;
	vertical-align: top;
	width: 100%;
}

.blog-widget-area {
	display: table-cell;
	float: none;
	max-width: 250px;
	min-width: 250px;
	vertical-align: top;
	width: 250px;
}

.draft-prefix {
	color: red;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
}

/* ABBC3 Fix
---------------------- */
.blog-row .bbvideotitle {
	clear: none;
}

.blog-row .bbvideo {
	display: none;
}

.blog-content .bbvideo, .blog-content .bbvideo object,
.youtube-video, .youtube-video embed {
	max-width: 100%;
}
