/*
Theme Name: chaserjapan
Theme URI: http://www.munchiesdeli.com/
Description: munchiesdeli
Author: chaserjapan
*/


/* CSS Document */

/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
#date h2 {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#pages form {
	text-align: right;
}
#pages #main .kgarchives h2{
	background-color: #f5f5f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999;
	margin-bottom: 5px;
}
#pages #main .kgarchives h2 a {
	text-decoration: none;
	color: #333;
}
#pages #main .kgarchives ul {
	padding-bottom: 15px;
	padding-left: 10px;
}
#main .postdata {
	padding-bottom: 25px;
}
#home #topics {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#home #topics ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
.postmetadata {
	text-align: right;
}
.topics_link {
	text-align: right;
}

#blog .days {
	font-size: 0.9em;
	text-align: right;
	clear: both;
}

	
#blog h2 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #666;
	margin-bottom: 15px;
	background-color: #333;
}
#blog h2 a:hover {
	background-color: #666;
}
#blog .entry {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

#blog .entry img {
	padding: 15px;
	border: 1px solid #666;
	margin-right: 10px;
	margin-bottom: 10px;
}
#topnews {
	clear: both;
	padding-top: 45px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-image: url(images/topicstitle.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#topnews .topnews_box ul li {
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(../../../../catering/images/arrow_textlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#topnavi {
	padding-bottom: 25px;
}


#sub #recentposts{
	margin-bottom: 15px;
	border: 1px solid #999;
	padding: 5px;
	background-color: #FFFFF1;
}

#sub #recentposts h3{
	color: #FFF;
	background-color: #007524;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#sub #recentposts li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	background-image: url(../../../../catering/images/arrow_textlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.post-categories{
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	border: 1px solid #CCC;
}

.post-categories li a{
	text-decoration: none;
	color: #333;
}
