@charset "utf-8";

/* background */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #1a1a1a;
	background-image: url(../img/bg/bg_stripe.png);
	background-repeat: repeat;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
}
a {
	color: #940000;
	text-decoration: none;
}
a:hover {
	color: white;
	background: #940000;
}
.bg_left {
	background-image: url(../img/bg/bg_left.png);
}
.bg_right {
	background-image: url(../img/bg/bg_right.png);
}
.bg_top {
	background-image: url(../img/bg/bg_top.png);
}
.bg_bottom {
	background-image: url(../img/bg/bg_bot.png);
}
.bg_topleft {
	background-image: url(../img/bg/bg_topleft.png);
}
.bg_topright {
	background-image: url(../img/bg/bg_topright.png);
}
.bg_botleft {
	background-image: url(../img/bg/bg_botleft.png);
}
.bg_botright {
	background-image: url(../img/bg/bg_botright.png);
}



/* content */
.dragon {
	width:570px;
	height:265px;
	background:url(../img/dragon.png) no-repeat #CCC;
	text-align:right;
	border-bottom:#FFF 4px solid;
}
.content {
	width:570px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:10px;
	padding-top:3px;
}

/* quotes */

blockquote {
	width: 85%;
	padding: 0px;
	padding: 6px;
	padding-top: 0px;
	border-style:dotted;
	border-width:0px;
	border-color:#666;
	background-color:#fde9e9;


}
blockquote:before {
	color: red;
	display: block;
	font-family:"Times New Roman", Times, serif;
	font-size: 300%;
	font-weight:900;
	content: open-quote;
	height: 0;
	margin-left: -0.8em;
}

/* lists */
ul {
  list-style-position: outside;
  list-style-image: url(../img/bullet-ul.png);
  padding-left:19px;
  }
ul li {
  padding:3px;
}
ol {
	padding-left: 20px;
}
ol li {
  list-style-position: outside;
  background: url(../img/bullet-ol.png) left top no-repeat;
  padding:3px;
  }
/* post */
.post {
	margin: 0;
	padding-left:2px;
	padding-right:2px ;
	padding-top:90px;
	padding-bottom:30px;
	//float: left;
	//display:table;
	clear:both;
	
	position: relative;
}
.post .postheader {
	background: url(../img/post/header.png) repeat-x;
	float: left;
	width: 562px;
	position: absolute;
	
	left: 0; top: 0;
}
.date {
	background: url(../img/post/date.png) no-repeat;
	color: #fad988;
	width: 46px; height: 57px;
	float: left;
	padding: 3px 5px 3px 0;
	text-align: center;
	font-size: 1.5em;
	position: absolute;
	left: -50px; top: 0;
}
.date strong, .date small {
	font-size: 0.5em;
	text-transform: uppercase;
	display: block;
}
.bubble {
	position: absolute;
	right: -4px; top: -3px;
	background: url(../img/post/comment_bubble.png) no-repeat;
	width: 34px; height: 39px;
	padding: 2px 0 0;
	text-align: center;
	color: #000;
	font-size: 1.6em;
	text-decoration: none;
}

.post .postheader h2 {
	margin: 0; padding: 0 25px 0 10px;
	font: normal 2.2em Georgia, "Times New Roman", Times, serif;
	height: 62px; line-height: 62px;
	text-shadow: 1px 1px 1px #cfeb7f;
}
.post .postheader h2 a {
	text-decoration: none;
	color: #FFF;
	display: block;
}
.post .postheader h2 a:hover {
	text-decoration: none;
	color: #FFF;
	background: none;
}
.post .postheader p{
	font-size: 0.9em;
	background: url(../img/post/author.gif) no-repeat 10px bottom;
	height: 27px; line-height: 27px;
	margin: 0; padding: 0 10px 0 60px;
	color: #fff;
}
.postheader p a {
	color: #fff;
	text-decoration:underline;
	}
.postheader p span {float: right;}

/* comment */
.comment_div{
	margin: 0;
	background:url(../img/post/comment_btn.png) no-repeat;
	width: 148px;
	border: none;
	height: 40px;
	position: relative;
	z-index: 2;
	clear:both;
	//float: left;
}
.comment_div a {
	width: 148px;
	background: none;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding: 6px 14px;
	font-size: 15px;
	color: white;
}

.comment_div .overlay_btn {
	position: absolute;
	float: left;
	left: 0; top: 0;
}


/* heading3 */
h3 {
	margin: 0; 
	padding: 5px 5px 8px 5px;
	//position: relative;
	background: url(../img/post/comments.png) repeat;
	//float: left;
	//display:block;
	clear:both;
	overflow:hidden;
	//width: 90%;
	
	color:#FFF;
	font-size:140%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #000;
	border-top: #FFF 4px solid;
	border-bottom: #CCC 4px solid;
	border-right: #CCC 4px solid;
}
