.post{
	position: relative;
	background: #fff;
	padding: 0px 10px 10px 10px;
	border: 1px solid #d5d5d5;
	margin-bottom: 15px;
	
	color:#1E1E1E;
	font-family:Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.7em;
	font-size:1em;
	}

body.mceContentBody{
	color:#1E1E1E;
	font-family:Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	}

body.mceContentBody a,
.post a{
	color:#3151A2;
	text-decoration: underline;
	}
body.mceContentBody a:hover,
.post a:hover{color: #e6781e;}

body.mceContentBody p,
.post p{margin-bottom:1.15em;}

body.mceContentBody .post-title,
.post .post-title{
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック", Osaka, clean, sans-serif;
	padding: 17px 0 10px 70px;
	margin: 0px 0px 5px 0px;
	height: auto;
	min-height: 52px;	
	background: url(/img/h1_bg.png) no-repeat center left;
	color: black;
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: normal;
	}

body.mceContentBody h1,
.post h1{
	color:#262626;
	display:block;
	font-family:Helvetica,Arial,sans-serif;
	font-size:2.45em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0;
	padding:22px 0 8px;
	}

body.mceContentBody h2,
.post h2{
	border-bottom:3px solid #2F2F2F;
	color:#2F2F2F;
	font-family:Helvetica,Arial,Helvetica,sans-serif;
	font-size:2.5em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom:18px;
	padding:10px 0 3px;
	clear: left;
	}

body.mceContentBody h3,
.post h3{
	color:#D93315;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.9em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:35px 0 20px;
	}

body.mceContentBody blockquote,
.post blockquote{
	background-color:#F7F7F7;
	border-left:1px solid #CCCCCC;
	color:#454545;
	font-size:1em;
	font-style:italic;
	margin:22px 60px;
	padding:3px 20px;
	}

body.mceContentBody .news-tags,
.post .news-tags{
	padding-left: 13px;
	height: 10px;
	color: #616161;
	font-size: 10px;
	background: url(/img/icon_tag.png) no-repeat;
	margin-bottom: 6px;
	}

body.mceContentBody .news-comments,
.post .news-comments{
	padding-left: 13px;
	height: 10px;
	color: #616161;
	font-size: 10px;
	background: url(/img/icon_comment.png) no-repeat;
	margin-bottom: 6px;
	}

body.mceContentBody table,
.post table {
	background:#FFFFFF none repeat scroll 0 0;
	border: 0px;
	border-collapse:collapse;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	text-align:left;
	width: 90%;
	margin: 0 auto;
	}
body.mceContentBody table th,
.post table th {
	background-color: #FFFFFF;
	border-bottom:2px solid #6678B1;
	color:#003399;
	font-size:14px;
	font-weight:normal;
	padding:10px 8px;
	}
body.mceContentBody table td,
.post table td {
	border-width: 0px;
	background-color: transparent;
	border-bottom:1px solid #CCCCCC;
	color:#666699;
	padding:6px 8px;
	}
body.mceContentBody table tbody tr:hover td,
.post table tbody tr:hover td {
	color:#000099;
	}

/* ----- Gallery -----*/
.gallery_thumb{
	border: 5px solid #E2DED8;
	background: #F3F3F3;
	padding: 5px;
	text-align: center;
	}

.gallery_thumb img{
	border: 1px solid darkGrey;
	padding: 4px;
	background: white;
	}

/* ----- Comments ----- */

#comment-header{
	padding: 15px 30px 15px 80px;
	margin-top: 10px;
	text-align: left;
	font-size: 17px;
	color: #616161;	
	border: 1px solid #D5D5D5;
	border-bottom: 1px solid #2f74c0;
	background: white url(/img/comments/comments.png) no-repeat 24px 4px;
	}

.comment {
	/*clear:both;*/
	/*margin:5px 20px 0 20px;*/
	position:relative;
	border: 1px solid #D5D5D5;
	border-width: 0px 1px;
	background: white;
	padding: 10px;
	border-bottom: 1px solid #2f74c0;
	}

.commentHeader{
	position: relative;
	/*background: transparent url(../img/comments/header-left.png) no-repeat scroll 0 0;*/
	height: 50px;
	padding: 14px 14px 0 72px;
	}

.commentHeader .user{
	font-style:normal;
	font-weight:bold;
	position:relative;
	text-transform:none;
	font-size: 15px;
	}

.commentHeader .avatar{
	background:transparent none repeat scroll 0 0;
	left:12px;
	padding-right:4px;
	position:absolute;
	top:12px;
	width: 52px; /*was 32*/
	height: 52px;
	}

.commentHeader .timestamp{
	color:#B9B9B9;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	font-size:10px;
	border-bottom: 1px dotted #b9b9b9;
	}

.commentBody{
	position:relative;
	/*background: transparent url(../img/comments/body.png) repeat-y scroll 0 0;*/
	padding: 0px 73px 1px;
	margin-top: -10px;
	font-size: 15px;
	}

.commentBody p{
	margin-top: 0px;
	margin-bottom: 3px;
	}

.commentFooter{
	position: relative;
	/*background: transparent url(../img/comments/footer.png) no-repeat scroll 0 0;*/
	height: 20px;
	}

.commentTools{	
	position:absolute;
	bottom:10px;
	right:10px;	
	}

.commentTools .delete{
	background: url(../img/comments/del-comment.png) no-repeat scroll 0 0;
	border:0 none;
	display:block;
	
	padding:0;
	text-decoration:none;
	text-indent:-1000em;
	width:32px;
	height:31px;
	}