.comment {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        color: #374144;
        font-size: 12px;
        background-color: #cadde1;
        border: 1px solid #b3c8cc;
        padding: 6px!important;
	margin: 0 5px 0 0;
}

#submit {
        border: 1px solid #9c390c;
        background-color:  #ef6423;
	padding: 6px 8px 5px 8px;
        margin: 0 0 10px 0;
        color: #fff;
}
#submit:hover {
        border: 1px solid #9c390c;
        background-color:  #ff7b3e;
        color: #fff;
}




.blockquote-wrap {padding: 15px; border: 0; margin: 0;}
blockquote p {padding: 0!important; margin: 0!important;}
blockquote p a {color: #6e7b7f;}
blockquote p a:hover {color: #fff; text-decoration: none;}
blockquote {padding:5px 0;text-align:right;}
blockquote p.first {background: url(img/bg_recentcomment-up.gif) no-repeat;color:#8a9a9f!important;font-size:12px;padding:10px 10px 0px 10px!important;text-align:center;}
blockquote p.first a {color: #fff;text-decoration: underline;}
blockquote p.first a:hover {text-decoration: none; }
blockquote cite {background:url(img/bg_recentcomment-down.gif) no-repeat top left;color:#fff;display:block;font-size:12px; font-weight:bold;font-style:normal; line-height:1.2;padding:25px 0 0 0; }
blockquote cite span {color:#fff;display:block;font-size:11px;font-weight: normal;}

.spacer {height: 20px; display: block;}


.post-text {font-size: 12px;line-height: 18px; color: #5a6d71;}
.post-text p {margin: 20px 0;}
.post-top {background: url(img/post-top.jpg) no-repeat; display:block; width: 623px; height: 10px; margin-top: 10px;overflow: hidden;}
.post-bottom {background: url(img/post-bottom.jpg) no-repeat; display:block; width: 623px; height: 40px;}

/* Align (used for img) */

.aligncenter {
	margin: 0 auto 0 auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */

.wrap {
	width: 100%;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}



/* Content Area - Content and Sidebar */

.background {
	background: #cadde1 url(img/content_bg.gif) repeat-y right top;
}

/* Post */

.post {
	width: 100%;
	clear: both;
	padding: 10px 0;
	border-bottom: #e0ecee 1px solid;
	background: url(img/post_element.gif) no-repeat 159px 21px;
}
.post#noborder {
	border-bottom: 0!important;
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width: 410px;
	margin-right: 21px;
	display: inline;
}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Post Content Headings */

.post-content h2 {
        padding-top: 20px;
	font-size: 28px!important;
	line-height: 53px!important;
	border: 0!important;
}

.post-content h2 a {
	color: #1c2122;
}

.post-content h2 a:hover {
	text-decoration: underline;
}

.post-content h3 {
	font-size: 14px;
	padding: 5px 0;
}

/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
	line-height: 20px;
}

.post-content ul {
	padding-left: 30px;
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Post Content img*/

.post-content img {
	padding: 5px;
	background: #1A272E;
}

/* Post Content (read more) */

.post-content span.read_more {
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}

.post-content a span.read_more {
	color: #ee6a22;
	text-decoration: underline ;
}

.post-content a:hover span.read_more {
	text-decoration: none;
}

/* Post Meta */

.post-meta {
	width: 140px;
	margin-left: 6px;
	text-align: right;
	display: inline;
	padding-top: 11px;
}

.post-meta a {
	color: #587384;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
	margin-bottom: 23px;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #fff 1px solid;
	padding-right: 5px;
	color: #1c1f24;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #23292b;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #23292b;
}

.post-meta h4.author {
	background: url(img/icon_author.gif) no-repeat right 2px;
	font-weight: bold;
	font-size: 13px;
}
.post-meta h4.author a {
	color: #23292b;
}

.post-meta h4.comments {
	background: url(img/icon_comment.gif) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #23292b;
	text-transform: uppercase;
	font-size: 11px;
	color: #74888f;
}

/* More Entries */

.more_posts {
	width: 400px;
	clear: both;
	margin-left: 190px;
	padding: 5px 0 6px 0;
}

.more_posts h2 {
	font-size: 20px;
}

.more_posts h2 a {
	color: #1c2122;
}

.more_posts h2 a:hover {
	color: #ee6a22;
}
/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 18px;
	border-bottom: #e0ecee 2px solid;
}

h3.lc {
	padding-top: 30px;
}

.comments_wrap {
	width: 410px;
	margin: 20px 0 0px 0px;
	clear: both;
	padding-bottom: 15px;
	border-bottom: #e0ecee 1px dotted;
	
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
	color: #1c2122;
}

.comments_wrap .left img {
	border: #bed0d3 1px solid;	
	padding: 1px !important;
}

.comments_wrap .right {
	width: 340px;
	float: left;
	padding-left: 15px;
	font-size: 12px;
	color: #1c2122;
}

.comments_wrap .right h4 {
	font-size: 12px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
	margin-bottom: 10px;
}

.comments_wrap .right p { color: #5a6d71;}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}





/* Fix */

.wrap:after,
.block ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Misc */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}
