/* 
* Blog pagination
*/
.blogPaginate {
    border-top: 1px dotted #ccc;
    padding: 10px 0 0 0;
	margin-top: 10px;
    font-size: 0.9em;
    color: #999999;
}
.blogPaginate .ditto_currentpage {
    border: 1px solid #6699CC;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #6699CC;
    color: #fff;
}
.blogPaginate .ditto_off {
    border: 1px solid #f6f6f6;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #cccccc;
    background-color: #f6f6f6;
}
.blogPaginate a, .blogPaginate a:link, .blogPaginate a:visited {
    border: 1px solid #F1F4F8;
    background-color: #F1F4F8;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: #6699CC;
}
.blogPaginate a:hover {
    color: #3366cc;
}

/* 
* Blog Items
*/
.blogPost{	
	margin: 0 0 0px 0;
	background: url(../../templates/main/images/project_block.gif) right bottom no-repeat;
	padding: 0 15px 15px 0;	
}
.blogPost h1, .blogPost h1 a{	
	font-size: 1.4em;
	margin: 6px 0 6px 0;
	text-decoration: none;
	border: none;
	color: #076EB7;
}
.blogPost h1 a:hover{color: #AE0002; }

.blogPostAuthor {margin-bottom: 8px; padding:8px 0 8px 0;  border-bottom: 1px dotted #cccccc;}	
.blogPostAuthor img {border: 4px solid #dfe8f0; float: left; margin: 0 10px 4px 0; }
p.blogReadMore {text-align: right;  padding-top:4px; margin-top: 10px;}  

.blogPostShare{padding: 4px 0 4px 0;}

.blogForm{
	background-color: #f1f4f8; border-top: 1px solid #ffffff; border-bottom: 4px solid #ffffff; padding: 25px;
}

.blogPostComments{padding: 4px 0 4px 0;}
.blogCommentsLeft{
	width: 80px;
	height: 26px;
	float: left;
	background:#FFFFFF url(../images/blog/comments_left.gif) no-repeat top left;
	font-size: 11px;
	line-height: 26px;
	padding-left: 10px;	
}
.blogCommentsRight, .blogCommentsFull{
	float:right;
	background: #f1f4f8;
	background: #f1f4f8 url(../images/blog/comments_row_top.gif) no-repeat top left;
	padding-top: 6px;
}
.blogCommentsRightBottom, .blogCommentsFullBottom{
	text-align: right;
	padding: 8px 8px 0 0;
}

.blogCommentsFull{
	width: 100%;
	background: #ffffff url(../images/blog/comments_rowfull_top.gif) no-repeat top left;
}
.blogCommentsFullBottom{
	background: #f1f4f8 url(../images/blog/comments_rowfull_bot.gif) no-repeat bottom left;
}

.blogAuthorInfo{
	padding: 8px; 
	margin: 5px 0 0 70px;
	background-color: #F1F4F8;
	color: #333333;
}
.blogAuthorInfo img{
	border: 4px solid #dfe8f0;
}

ul.blog_cat_list, ul.reflect_archive{
	margin: 5px 0 5px 15px;
	line-height: 18px;
	font-size: 12px;
	list-style-image:url(../../../assets/templates/main/images/bullet_dot.gif);
}



.blog-jot-err {border: 1px solid red;font-weight: bold;color: red;padding: 5px;margin-bottom: 10px;}
.blog-jot-cfm {border: 1px solid green; font-weight: bold;color: green;padding: 5px;margin-bottom: 10px;}

.blog-jot-row { background-color: #f8f8f8; border-bottom: 2px solid #ffffff ; padding: 0 10px 8px 10px}
.jot-row-alt {background-color: #f1f4f8;}
.jot-row-author {background-color: #FFFFE1;}
.jot-row-me {background-color: #f3f8ec; border-top: 2px solid #ffffff;}
.jot-row-up {border: 1px dotted red;}
.jot-row-new {border: 1px dotted green;}



.blog-jot-comment {padding: 3px;}
.blog-jot-comment hr {border: 0px; border-bottom: 1px solid #cccccc;}
.blog-jot-posticon {float: right;width: 20px;height: 20px;padding-top: 0px;padding-right: 0px;}
.blog-jot-posticon img {border: 0px;}

.blog-jot-mod {float: right;width: 100px;text-align: right;color: #666666;font-weight: bold;}
.blog-jot-mod img {border: 0px;}
.blog-jot-mod a {float: right;padding: 1px;padding-left: 2px;padding-right: 2px;}
.blog-jot-mod a:hover {background-color: #666666;color: #666666;}

.blog-jot-subject {display: block; font-weight: bold; font-size: 1.2em; padding-left:8px; margin: 6px 0 6px 0; border-left: 10px solid #cbd7e4;}
.blog-jot-message {padding: 2px;overflow: auto; font-style: italic;}

.blog-jot-poster {padding: 0px;text-align: left;font-size: 11px; font-weight: normal; float: right;}
.blog-jot-nav {padding: 0px;text-align: center;margin: 10px;}

.jot-list { 
	margin:4px 0;
}
.jot-list ul {padding: 0px; text-align: left; margin-bottom: 10px; }
.jot-subscribe {margin-bottom: 10px;}

.jot-err, .jot-cfm {
	padding: 4px;
	margin: 0 0 10px 0;
	border: 1px solid #cc0000;
	background-color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.jot-cfm { 
	color: #547fae;
	border: 1px solid #cbd7e4;
	background-color: #dde7ef;
}

.jot-form label { display: block; border: none; }
.jot-form input, .jot-form textarea { margin: 4px 0; }
.jot-form input[type=text], .jot-form textarea { width: 250px}
.jot-form textarea { font-family: Arial, sans-serif; font-size: 1em; height: 80px; width: 448px; padding:4px;}
.jot-form fieldset { border: none; }

.blog-jot-user {color:#4a9144; font-weight:bold; padding:0 0 2px 0; margin:0 0 6px 0; border-bottom: 1px dotted #CCCCCC;}
.blog-jot-content {}

.blog-jot-extra {text-align: right;}
.blog-jot-editby {font-size: 10px;color: #666666;font-style: italic;}
