/*
	Community Server Blog Skin
	Skin Name: iroha 1.1 (for CS 1.1)
	Author: Toshiya Inomata
	Email bugs and suggestions to: toshiya.inomata@gmail.com
*/

/* General */
html, body {
	margin: 0px auto;
	padding: 0;
	color: #000000;}

body{
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;}

a:visited,
a:active,
a:link {
	text-decoration: none;
	color: #4444FF;}

a:hover {
	text-decoration : underline;}

p {
	margin : 10px 0px;}

/* Form Elements */
select /* drop down lists in forms */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;}

textarea /* large multi-line text boxes in forms */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;}

input /* input elements in forms, e.g radio buttons, text boxes, etc. */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;}


/* Navigation Bar */

#headertab {
	margin-top: 0px;}

#headertab ul {
	list-style-type: none;
	margin: 0px;
	margin-right: 10px;}

#headertab ul li {
	display: block;
	width: 85px;
	text-align: center;
	font-size: 0.6em;
	float: right;
	border: 1px solid #AAAAAA;
	margin-left: 1px;}

#headertab ul li a {
	display: block;
	width: 100%;
	color: #59922D;
	text-decoration: none;
	background-color: #E2F0D7;
	padding: 5px 0px 5px;}

#headertab ul li.currenttab a {
	background-color: #FFFFFF;
	color: #000000;}

#headertab ul li a:hover, #headertab ul li.currenttab a:hover {
	background-color: #A9D388;
	color: #FFFFFF;}


/* Subscription Bar */

#subscriptions{
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	text-align: left;
	float: left;}
	
#subscriptions ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px;}

#subscriptions ul li {
	display: inline;}

#subscriptions ul li a{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-right: 6px;}


#content {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 5px;}


#footer {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;}
/*End Layout*/

/*Post*/
.post{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6FB638;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6FB638;
	width: 100%;
	margin-bottom: 10px;}

.post img {
	border: 0px;}

.posthead h2 {
	margin: 0px;
	background-color: #E2F0D7;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;}

.posthead h3 {
	margin: 0px;
	font-size: 0.7em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #E2F0D7;}


.postsub {
	margin: 10px;
	font-size: 0.8em;
	padding-top: 0px;
	padding-bottom: 0px;}

.postfoot{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2F0D7;
	width: 100%;
	font-size: 0.7em;
	text-align: right;}

#postToolbar {
	padding: 0px;
	margin: 0px 0px 0px 5px;;
	font-size: .8em;
	text-align: left;}

#postToolbar a {
	color: #59922D;
	text-decoration: none;
	background-color: #E2F0D7;
	border: 1px solid #AAAAAA;
	padding: 2px 5px;
}

#postToolbar a:hover {
	background-color: #A9D388;
	color: #FFFFFF;}

#RateMenu {
	border: 1px solid #6FB638;
	background-color: #E2F0D7;
}

#RateMenu a:visited,
#RateMenu a:active,
#RateMenu a:link {
	color: #4444FF;
	background-color: #E2F0D7;
	border: none;
}

#RateMenu a:hover {
	color: #4444FF;
	background-color: #E2F0D7;
	text-decoration : underline;
	border: none;
}

#RateMenu b {
	background-image: url(../images/moegiiro/sidebar_menu.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}

#commentmessage {
	margin-top: 10px;
	margin-left: 7px;
	font-size: .8em;
}

/*End Post*/

/*Comments*/
#comments h3 {
	margin : 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size : 1em;}

#comments h4 {
	border-top: 1px solid #AAAAAA;
	margin : 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size : 1em;}

#comments {
	border: 1px solid #DDDDDD;
	margin: 15px 15px;
	padding: 5px;
	font-size: .8em;}

.posteds {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 15px;
	padding-right: 20px;
	text-align: right;}
/*End Comments*/	

/*Comment Form*/
#commentform {
	font-size: .8em;}

#commentform dl {
	margin: 0;
	padding: 0;}

#commentform dt {
	color: #6FB638;}

#commentform dt em {
	color: #555555;
	font-weight: normal;
	font-style: normal;}

#commentform legend {
	letter-spacing: 2px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;}
	
#commentform fieldset {
	border: 1px solid #CCCCCC;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;}

#commentform input.smallbox {
	width: 300px;}

#commentform input.button {
	width: 100px;}

#commentform textarea {
	width: 400px;}

/*End Comment Form*/

/*Contact Form*/
#contactform {
	font-size: .8em;}

#contactform dl {
	margin: 0;
	padding: 0;}

#contactform dt {
	color: #6FB638;}

#contactform dt em {
	color: #555555;
	font-weight: normal;
	font-style: normal;}

#contactform textarea {
	width: 400px;}

#contactform .contactbox {
	width: 300px;}

#contactform input.button {
	width: 100px;}

#contactform legend {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;}
	
#contactform fieldset {
	border: 1px solid #CCCCCC;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;}

/*End Contact Form*/

/*News Box*/
#news{
	font-size: 0.9em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 8px;
	padding: 0px;
}

/*Searchbox*/
#search .searchBox {
	width: 130px;
}

#search{
	position: absolute;
	right: 13px;
	top: 38px;
}

#search a {
	font-size: 0.8em;
	padding: 3px 3px;
	color:black;
	vertical-align: top;
	background: url(../images/search_middle.gif) repeat-x left top;
	height: 22px;
	margin: 0px;
}

#search a:hover {
	text-decoration : none;
	background: url(../images/search_middle_hover.gif) repeat-x left top;
}

#search_left {
	height: 22px;
	width: 3px;
	margin: 0px;
	vertical-align: top;
	background: url(../images/search_left.gif) no-repeat right top;
	padding: 3px 3px;
	font-size: 0.8em;
}

#search_right {
	height: 22px;
	width: 3px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background: url(../images/search_right.gif) no-repeat left top;
	padding: 3px 3px;
	font-size: 0.8em;
}

/*End Searchbox*/

/* Calendar */
.Calendar {
	margin-bottom: 20px;
	width: 180px;}

.CalendarTitle td
{
	color : #6FB638;
	font-size : .75em;
	font-weight: bold;
	width: 15%;
}

.CalendarDays
{
	color : #000000;
	font-size : .7em;
}

.CalendarDayHeader{
	font-size: .7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6FB638;}

.CalendarNextPrev
{
	width:15%;
	font-weight: bold;
	font-size : .65em;
}

.CalendarDay
{
	font-weight: bold;
	color: #000000;
	font-size: .7em;
	text-align: center;
}

.CalendarToday
{
	font-weight: bold;
	font-size : .7em;
	background-image: url(../images/today.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.CalendarOtherMonth{
	font-weight: bold;
	font-size : .7em;
	color: #BBBBBB;}


/*End Calendar*/

/*w.bloggar uses a class called .media for its iTunes and wmp10 "now playing" plugin*/
.media {
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;}

/*Clearing element for floats*/
.spacer{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;}


.copyright  /* used to format the content owner's copyright notice */
{
    text-align: center;
    font-size : 0.6em;
    font-style:italic;
}




/*Sidebar*/
.sidebar-a {
	margin: 0px;
	padding: 0px 5px;
	width: 185px;
	font-size: 0.9em;}

.sidebar-a h3 {
	background-image: url(../images/moegiiro/sidebar_menu.gif);
	background-repeat: no-repeat;
	font-size: 0.9em;
	height: 18px;
	padding-top: 1px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 5px;}

.sidebar-a h4 {
	background-color: #6FB638;
	border: 1px outset #FFFFFF;
	color: #FFFFFF;
	font-size: 0.85em;
	height: 14px;
	margin: 0px 2px 5px -2px;
	padding: 2px 5px;}

.sidebar-a ul {
	font-size: 0.75em;
	list-style : none;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 8px;
	padding: 0px;
	width: 100%;}

.sidebar-a li {
	margin-top: 3px;}

.sidebar-a a:active,
.sidebar-a a:visited,
.sidebar-a a:link {
	color: #59922D;
	text-decoration : none;	
	margin-left : 0px;
	padding : 0px;}

.sidebar-a a:hover {
	text-decoration: underline;}
/*End Sidebar*/


.layout-table {
	width: 100%;}

.sidebar-bg-top {
	width: 190px;
	height: 20px;
	vertical-align: top;
	background-color: #E2F0D7;
	background-image: url(../images/moegiiro/sidebar_top.gif);
	background-repeat: repeat-x;}

.sidebar-bg {
	width: 190px;
	vertical-align: top;
	background-color: #E2F0D7;}

.sidebar-bg-bottom {
	width: 190px;
	height: 23px;
	vertical-align: middle;
	background-image: url(../images/moegiiro/sidebar_bottom.gif);
	background-repeat: repeat-x;}

/*
Header
*****************************************************/
#header {
	background:url(../images/moegiiro/header_left.gif) no-repeat left top;
	padding-left: 10px;
	height: 90px;
}

#header2 {
	background:url(../images/moegiiro/header_middle.gif) repeat-x left top;
	height:72px;
}

#header3 {
}


#header h1 
{
	font-family: Trebuchet MS, Arial, Helvetica;;
	font-size: 1.6em;
	margin: 0px 0px 0px 10px;
	padding-top: 5px;
	font-weight: bold;
}

#header h1 a
{
	color:#FFFFFF;
}

.headerDesc
{
	color: #59922D;
	font-family: Trebuchet MS, Arial, Helvetica;;
	font-size: 0.9em;
	margin: 0px 0px 0px 10px;
}


.rss {
	background-color: #FF6600;
	color: #FFFFFF;}

.rss a:link, .rss a:visited, .rss a:active {
	font-weight: normal;
	color: #FFFFFF !important;
	font-size: 9px;
	padding: 0px 1px;}

.rss a:hover {
	color: #4444FF !important;
	text-decoration: none;}

.entry-title h2 {
	font-size: .9em;
	margin: 0px;
	margin-bottom: 5px;
	margin-left: 5px;}

.entry-title-sub {
	font-size: .9em;
	margin: 0px;
	margin-bottom: 5px}

.rateMenu 
{ 
    background-color:#FFFFFF;  
    border: 1px outset;
	font-size: .9em;
}

.email-subscription {
	border-top: 1px solid #6FB638;
	border-bottom: 1px solid #6FB638;
	font-size: .8em;}

.email-subscription h2 {
	margin: 10px 0px;
	font-size: 1.1em;}

.email-subscription p {
	margin-bottom: 40px;}

.email-subscription table td {
	font-size: .9em;}

/*
Welcome
*****************************************************/
#welcome
{
	padding: 0px 5px 2px 10px;
	color: #6FB638;
	font-size: 12px;
	float: right;
	text-align: right;
	background: #FFFFFF url(../images/moegiiro/welcome_left.gif) no-repeat left top;
}

#welcome a
{
	color: #6FB638;
	font-weight: bold;
}
