body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: url(../images/blog_top.jpg) repeat-x;
}

#cnt {
}

*{
  outline:none;
}

#left {
	padding: 30px 0px 0px 50px;
	width: 240px;	
	float: left;
}

#logo {
	display: block;
	width: 173px;
	height: 50px;
	background: url(../images/logo_white.png) no-repeat;
	background-position: left bottom;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#rss{
  display:block;
  position:absolute;
  color:#ffffff;
  margin-left:600px;
  font-size:12px;
  text-decoration:none;
}

#FS {
	margin: 0px;
	margin-top: 35px;
	padding: 0px;
}
#FS input {
	border: 1px solid #b2b2b2;
	height: 16px;
	margin: 10px 0px;
	margin-right: 5px;
}

#categories, #archive {
	margin-top: 20px;
}

#tags a {
	text-decoration: none;
	margin-right: 5px;
	float: left;	
}
#tags a:hover {
	text-decoration: underline;
}

#tags a.selected {
	color: #666;
	text-decoration: underline;
}

#left ul {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;	
	font-size: 11px;
}

#left li {
	padding: 1px 0px;
}

#left ul a {
	color: #000;
	text-decoration: none;
}

#left ul a:hover {
	text-decoration: underline;
}

#left li.selected a {
	text-decoration: underline;
	color: #990134;
}
/**/
#right {
	padding-top: 40px;
	margin-left: 300px;
	width: 605px;
	/*background: url(../images/butterfly.jpg) no-repeat;
	background-position: top right;   */
	/*position:relative;*/
}

#butterfly{
  width:171px;
  height:130px;
  background: url(../images/butterfly.jpg) no-repeat;
  background-position: top right;
  position:absolute;
  top:0px;
  left:750px;
}

#right .main {
	margin: 40px 0px;
	float:left;
	
}

.post {	
	margin-top: 10px;
	margin-bottom: 5px;
	
}

.post .title {
	width: 100%;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 10px;
	margin-bottom: 3px;
	
}
.post .title a {
/*	font-size: 34px;*/
  
  font-size:28px;	
	color: #000000;
	text-decoration: none;
}
.post .title a:hover {
	text-decoration: underline;
}
.post .back{
	font-size: 12px !important;
	float: right;
	margin-top: 30px;
	color: #990134 !important;
}
.post .date {
	font-size: 11px;
	color: #666;
	margin-bottom: 25px;
}
.post .text {
	font-size: 12px;
	width: 610px;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 5px;
}

.post_footer {
	margin-bottom: 30px;	
	font-size: 11px;
}

.post_footer span {
	float: left;
	color: #666666;
}

.num_comm, .permalink {
	color: #000000;	
	float: right;
	margin-left: 5px;
}

.tags a {
	color: #666666;
	text-decoration: none;
}

.tags a:hover {
	text-decoration: underline;
}

.pages {
	margin-top: 20px;
	font-size: 12px;
}
.pages a {
	color: #000;
	text-decoration: none;
}
.pages a:hover {
	text-decoration: underline;
}
.pages span {
	color: #999;
}
.pages span.act {
	color: #990134;
}
/**/
.comment {
	margin: 10px 0px;
}

.comment .desc {
	font-size: 12px;
	width: 70px;
	vertical-align:baseline;
}

.comment .num {
	font-size: 30px;
	vertical-align: baseline;
	width: 50px;
	padding-right: 10px;
}

.comment .name {
	font-size: 30px;
	color: #999999;
	vertical-align: baseline;
}

.comment .date {
	font-size: 11px;
}
.comment .text {
	padding: 10px 0px;
	font-size: 12px;
}
.comment .email {
	background: #990134;
	color: #ffffff;
	font-size: 12px;
}
.comment .email td {
	padding: 2px 0px;
}
.comment .email a {
	color: #ffffff;
	text-decoration: none;
}

/**/
.add_comment .label {
	font-size: 13px;
}
.add_comment td {
	vertical-align: top;
}
.input {
	border: 1px solid #b2b2b2;
}
.input_error {	
	border: 1px solid #cc0000 !important;
}
#bt_send {
	cursor:pointer;
	height:24px;	
	width:109px;
	border-style:none;
	background:transparent url(../images/send.png) 0 0 no-repeat;
	color:#ffffff;
	text-align:center;
}
#bt_send.disabled {
	cursor:default;
	color: #999;
}
/**/
.result a {
	text-decoration: none;
	color: #666666
}
.result a:hover {
	text-decoration: underline;
	color: #000;
}
.search_res {
	padding: 1px 2px;
	background: #FF6;
}
/**********************/
a {
	color: #000000;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
