/* ----- Blog Bundle ----------------------------------------------------------------------------------------------------------------------------------------------------- */

.program-embeded-list
{
   display: block;
   list-style: none;
   padding: 0;
}

.program-embeded-list li
{
   display: inline-block;
   margin: 1px 1px;
}

.program-embeded-list li a
{
	display:inline-block;
	width: 216px;
	height: 40px;
	border-radius: 7px;
	overflow: hidden;
   	padding-bottom: 7px;
	background: #EBF4FB;
	border: 1px solid #EBF4FB;
}

.program-embeded-list li a:hover, .program-embeded-list li.selected a
{
	background: none;
	color: #143356;
}

.program-embeded-list li .program-image {
    display: block;
    float: left;
    height: 48px;
    padding: 0;
    width: 50px;
    border-radius: 7px;
    overflow: hidden;
}

.program-embeded-list li .program-image.back{
   background: url("../../layout/icons/button_prev.png") no-repeat center;
   border: none;
}

.program-embeded-list li .program-title {
    color: #2662A4;
    float: left;
    font-size: 12px;
    line-height: 47px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
    width: 140px;
}

.blog .top-bar
{
	margin: 0;
	height: auto;	
}

.blog .top-bar h1
{
	position: static;
}

.blog .top-controls
{
	float: none;
	padding: 0;
}

.blog .post-list #edit-article
{
	margin-top: 12px;
}

.blog .post-list
{
   display: block;
   margin-top: 10px;
}

.blog .paginator{ text-align: center; }

.blog .post-list .no-posts
{
   text-align: center;
   font-weight: bold;
   margin-top: 30px;
}

.blog .post-list li
{
}

.blog .blog-article .article-breadcrumbs
{
	padding-bottom: 10px;
}


.blog .blog-article .article-breadcrumbs span.image { display:block; float:left; margin-right:10px; border:1px solid #D5D8DF; border-radius:6px; padding:1px; line-height:0; }
.blog .blog-article .article-breadcrumbs span.image a { display:block; line-height:0; }
.blog .blog-article .article-breadcrumbs span.image img { border-radius:6px; max-width:40px; max-height:40px; }
.blog .blog-article .article-breadcrumbs a 
{ 
	display:block; 
	color:#3B71AD; 
	line-height:42px; 
	text-decoration:none;
}

.blog .single-article .article-breadcrumbs{ margin:10px 0 15px 0; }

.blog .post-list .blog-article
{
   display: block;
   border: 1px solid #C5DAF1;
   border-radius: 7px;
   margin-top: 15px;
   padding: 10px;
}

.blog .post-list .blog-article h1.title
{
	margin: 0 0 4px 0;
	padding: 0;
}

.blog .post-list .blog-article h1.title a
{
	text-decoration: none;	
}

.blog .post-list .blog-article .thumb
{
	display: block;	
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog .post-list .blog-article .thumb img
{
	display: block;
}


.blog .post-list .blog-article .meta
{
    font-size: 12px;
	line-height: 22px;
	color: #777;
}

.blog .post-list .blog-article .description
{
	margin: 10px 0 15px 0;
}

.blog .blog-article .article-meta{
    color: #B7B7B7;
    font-size: 11px;
}

.blog .blog-article .article-content{
    margin-bottom: 20px;
    vertical-align: top;
}

.blog .blog-article .article-content .post-image{
   float:left;
   margin-right: 10px;
}

.blog .blog-article .article-content .post-image img{
   border: 1px solid #EEEFF1;
   padding: 3px;
}

.blog .blog-article .article-content p{
    margin: 5px 0px;
}

.blog .buttons { margin:10px 0; padding: 10px; }

.blog .blog-comments { padding-bottom: 23px; }
.blog .blog-comments .blog-comment { margin-top: 21px; }
.blog .blog-comments .comment-title { font-size: 20px;  }
.blog .blog-comments .comment-title b { color: #3B71AD; }
.blog .blog-comments .comment-title .comment-date { color: #B7B7B7; font-size: 12px;  }

.blog .access-notice { color: #627D22; display: block; margin-top: 17px; padding: 6px; text-align: center; }

.blog .blog-comments .avatar { background: #B7B7B7; border-radius: 6px; vertical-align: bottom; }
.blog .blog-comments .meta-info { margin-top: 5px; display: inline-block; }

.blog .blog-comments .comment-content { margin-top: 5px; line-height: 18px;
	border: 1px solid #DDD;
	border-radius: 7px; 
	padding: 10px;
}

.blog .blog-comments .blog-comment.odd .comment-content {  }

.blog .blog-comments .admin-box{ border-top: 1px solid #D5D8DF; display: block; padding: 6px 0; margin: 8px 2px; width: 100%; padding-top: 10px; }

.blog .add-comment .comment-form-title{ font-weight: bold; margin-bottom: 10px; }
.blog .add-comment { }
.blog .add-comment .commenter-picture{ border: 1px solid #B7B7B7; border-radius: 8px 8px 8px 8px; float: left; margin-right: 8px; }
.blog .add-comment .textarea { width: 100% }
.blog .add-comment .textarea textarea { width: 100%; max-height: 570px; min-height:130px; padding: 8px; }
.blog .add-comment .comment-form-title b{ color: #3B71AD; font-weight: bold; }

/* Add New Post */

.post-add-form{
   padding: 10px;
}

.post-add-form h3{
   border-bottom: 1px dashed #D5D8DF;
   margin: 2px 0 0;
   padding: 0 0 9px;
}

.post-add-form .post-image{
   border: 1px solid #EEEFF1;
   float: left;
   padding: 14px;
}

.post-add-form .post-image .post-image-preview{
    border-bottom: 1px solid #EEEFF1;
    margin-bottom: 14px;
    padding-bottom: 5px;
    text-align: center;
}

.post-add-form .errors { margin: 10px 0px; }

.post-add-form .row.title input { width: 300px; }

.post-add-form .input input{
   background: url("../../layout/forms/input-text-bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B6B6B6;
    border-radius: 7px 7px 7px 7px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

.post-add-form .label
{ 
	width: 150px;
	margin: 10px 0px; 
	font-weight: bold; 
	display: inline-block;
	float: left;
}

.post-add-form .textarea
{ 
	width: 650px;
}

.post-add-form #wuji_blogbundle_posttype_content { height: 300px; width: 100% !important; }

