/* ------------------------------------------------------
general
------------------------------------------------------ */

a {
	color: #5e5e5e;
}
	
	#header #leftImg {
		width: 193px;
		height: 483px;
		top: 43px;
		left: -130px;
		background: url('images/alize/alize.gif') no-repeat;
	}
	
	#header #middleImg, #header #rightImg {
		display:none;
	}

#content {
	background: #2f2f2f url('images/alize/content-bottom.gif') 0 100% no-repeat;
	padding-bottom: 35px;
}

#sidebar {
	background: #0e0e0e url('images/alize/side-top.gif') 0 0 no-repeat;
	top: 200px;
	padding-top: 95px;
}

	#sidebar h3 {
		color: #5e5e5e;
		background: url('images/alize/sign.gif') 50% 0 no-repeat;
	}

	#sidebar .widget_categories .block-content, #sidebar .widget_archive .block-content {
		background: #eee;
	}
	
	#sidebar #side-bottom {
			background: url('images/alize/side-bottom.gif') 0 100% no-repeat;
			color: #5e5e5e;
	}

/* ------------------------------------------------------
Blog
blog-entry
entry-header h3 5c2320
avatar
date
entry-content
readMore
entry-footer
------------------------------------------------------- */

#content #main-content {
	width: 540px;
	background: #0e0e0e;
	margin: 0 60px 0 20px;
	padding-top: 25px;
	padding-bottom: 10px;
}

h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#content #main-content #submenu ul {
	margin: 0 0 25px 0;
	text-align: center;
}

#content #main-content #submenu li {
	display: inline;
}

	#content #main-content #submenu li a {
		color: #eee;
		padding: 5px 10px;
		font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'serif';
		font-size: 1.6em;
		background: #303030;
	}
	
	#content #main-content #submenu li.active a,
	#content #main-content #submenu li a:hover {
		color: #303030;
		background: #eee;
		text-decoration: none;
	}
	

#content .blog-entry, #content .comments {
	background: #303030;
	width: 437px;
	
}
	
		#content .blog-entry .entry-header h2 {
			color: #fff;
			border-bottom: 2px solid #070707;
		}
		
		#content .blog-entry .entry-header .date {
			color: #0e0e0e;
		}
		
		#content .blog-entry .entry-header .avatar-pluy {
			top: -8px;
			right: -14px;
		}
		
		#content .blog-entry .entry-header .avatar-neko {
			top: -10px;
			right: -8px;
		}
	
	#content .blog-entry .entry-content, #content .comments {
		color: #fff;
	}
		
	#content .blog-entry .entry-footer,	#content .comments .comment-footer {
		background: url('images/alize/corner.gif') 100% 0 no-repeat;
		color: #fff;
	}
	
#content .comments textarea {
	width: 437px;
}	

#content .comments ul#commentlist li {
	border-bottom: 1px solid #5e5e5e;
}

#content .comments ul#commentlist li cite {
	color: #000;
}
	
span.user {
	color: #070707;
} 

#content .wp-pagenavi {
	background: #cecece;
	width: 423px;
	color: #5e5e5e;
}

#content .wp-pagenavi a, #content .wp-pagenavi a:link, #content .wp-pagenavi a:active, #content .wp-pagenavi a:hover {
	color: #5e5e5e;
}

#content .wp-pagenavi span.current {
	color: #070707;
}
