@charset "utf-8";
/* Main Entry
---------------------------------------------------------- */
#wrapper #intro #main-entry {
	color: #ffffff;
	width: 641px;
	
	padding: 50px 0 0 30px;
}

/* Post Content
---------------------------------------------------------- */
#main-entry.entry h2 {
	padding: 0 0 0 108px;
	margin: 0 0 15px 0;
	font-size: 2.5em;
}

#main-entry.entry h2 a {
	color: #ffffff;
}

#main-entry.entry h2 a:hover {
	text-decoration: underline;
}

#main-entry.entry .post-content {
	padding: 0 0 0 108px;
}

#main-entry.entry p {
	line-height: 1.5em;
}

/* Post - Read More
---------------------------------------------------------- */
#main-entry.entry ul.listing.basic {
	padding: 0 0 0 108px;
}

#main-entry.entry ul.listing .readmore {
	font-size: 1.17em;
	background: url("../images/main_button_readmore_left.png") no-repeat 0 50%;
	padding: 0 0 0 3px;
	margin: 0 10px 0 0;
}

#main-entry.entry ul.listing .readmore a {
	padding: 7px 15px 9px 12px;
	color: #344657;
	background: url("../images/main_button_readmore_right.png") no-repeat right 50%;
}

#main-entry.entry ul.listing .readmore a:hover {
	text-decoration: underline;
}

/* Post - Tags
---------------------------------------------------------- */
#main-entry.entry ul.listing .tag {
	font-size: .83em;
	background: url("../images/main_tag_left.png") no-repeat 0 50%;
	padding: 0 0 0 12px;
	margin: 0 10px 0 0;
}

#main-entry.entry ul.listing .tag a {
	padding: 7px 10px 9px 5px;
	color: #7d7d7d;
	background: url("../images/main_tag_right.png") no-repeat right 50%;
}

#main-entry.entry ul.listing strong {
	display: block;
	padding: 6px 15px 8px 5px;
}

#main-entry.entry ul.listing .tag a:hover {
	color: #000000;
	text-decoration: underline;
}


/* Date Block
---------------------------------------------------------- */
#main-entry.entry .dateblock-main {
	width: 79px;
	background: url("../images/dateblock_top_bg.gif") no-repeat bottom left;
	color: #4d1b45;
	text-transform: uppercase;
}

#main-entry.entry .dateblock-main .mood {
	padding: 0 0 10px 0;
	width: 78px; height: 78px;
	background: url("../images/mood_current_bg.gif") no-repeat top left;
	font-size: .83em;
	color: #ffffff;
}

#main-entry.entry .dateblock-main .mood img {
	border: none;
}

#main-entry.entry .dateblock-main .post-date {
	padding: 0 0 25px 0;
	font-size: 1.25em;
	text-align: center;
}

#main-entry.entry .dateblock-main .post-date span {
	font-size: 1.60em;
	line-height: 1em;
}