@charset "UTF-8";
/* ************************************************ 
Theme Name: Megumi OP / め組 オーバープラス
Theme URI: http://www.megumithemes.com/
Description: A general versatility all-round theme with orientalism.
Author: Megumi
Version: 1.0
 * ************************************************ */

/* ************************************************ 
	CSS Contents
	Notes
	CSS Include
	
	Basic setting
	Each area setting
	Widget Area Setting
	Header area setting
	Footer area setting
	Side contents setting
	Main contents setting
	Home setting
	Other setting
	
 * ************************************************ */

/* ************************************************ 
 * Notes
 * ************************************************
 *	
 *	Whenever Huck is done,
 *	it describes it in the following filling in column. 
 *	
 * ************************************************ */

/* ************************************************ 
 * CSS Include
 * ************************************************ */
@import url("initial.css");

/* ************************************************ 
 * Basic setting
 * ************************************************ */
body {
	text-align:center;
	color:#CCC;
    background:url(images/back/body-bg.gif) repeat-x #343F4A;
}
a {
	color:#999;
}
a:hover {
	color:#FFF;
}

/* ************************************************ 
 * Each area setting
 * ************************************************ */
#wrapper {
	width:940px;
    line-height:1.5;
	text-align:left;
	margin:0 auto;
	padding:0 26px;
    background:url(images/back/box_bk.png) repeat-y;
    position:relative;
}
#header {
	background:url(images/back/banner-bg.gif) repeat-x #670000;
}
#contents_box {
	margin:10px 0px 0px 0px;
}
#main_content {
	width:620px;
	float:left;
}
#single_content {
	width:100%;
	float:none;
}
#sidebar {
	width:300px;
	float:right;
}
#footer {
	text-align:center;
    border-top:1px solid #3D5468;
    padding:20px 0;
}

/* ************************************************ 
 * Widget Area Setting
 * ************************************************ */
.widget-container {
    margin-bottom:2.24em;
}

.widget_area .widget-title {
    margin-bottom:1.12em;
}
/* ---- Side Paragraph ---- */
.widget_area p {
    margin:1.12em 0;
}

/* ---- Side List ---- */
.widget_area ol {
    margin:0 0 1.12em 20px;
    list-style-type:decimal;
}
.widget_area ul {
    margin:0 0 1.12em;
}
	.widget_area ul ul {
		margin:0 0 1.12em 35px;
	}
	.widget_area ol ul ,
	.widget_area ul ol ,
	.widget_area ul ul ,
	.widget_area ol ol {
		margin-top:0;
		margin-bottom:0;
	}
		.widget_area ol li ,
		.widget_area ul li {
			margin-bottom:0.28em;
		}
			.widget_area ul a {
				padding-left:20px;
				background:url(images/icon/side_list_icon.png) no-repeat left 0.1em;
			}

/* ---- Side Select ---- */
.widget_area select {
    width:95%;
    margin:1.12em auto;
    display:block;
}

/* ---- Tag Cloud ---- */
.widget_area .widget_tag_cloud div {
    margin:1.12em 0;
}
    .widget_area .widget_tag_cloud div {
        padding:0 1em;
    }

/* ---- Calendar ---- */
.widget_area #wp-calendar {
    width:95%;
    text-align:center;
    margin:1.12em auto;
}
	.widget_area #wp-calendar caption {
    }
    .widget_area #wp-calendar thead {
        border-bottom:1px solid #3B3B3B;        
    }
    .widget_area #wp-calendar tfoot {
        border-top:1px solid #3B3B3B;        
    }
        .widget_area #wp-calendar tfoot #prev {
            text-align:left;
        }
        .widget_area #wp-calendar tfoot #next {
            text-align:right;
        }
    .widget_area #wp-calendar th ,
    .widget_area #wp-calendar td {
        padding:5px;
    }
        .widget_area #wp-calendar td a {
            font-weight:bold;
        }

/* ---- RSS ---- */
.widget_area .rssSummary {
    margin-bottom:1.12em;
}
.widget_area cite {
    text-align:right;
    margin-bottom:1.12em;
    display:block;
}
.widget_area .rss-date {
    display:block;
}

/* ---- Search Form ---- */
.widget_area #searchform {
    margin:0 auto 1.12em;
}

/* ************************************************ 
 * Header area setting
 * ************************************************ */
/* ---- Site Logo ---- */
#site-logo {
	font-size:242%;
	line-height:1;
	margin:0;
	padding:20px 0 0 15px;
}
	#site-logo a {
		color:#FFF;
		text-decoration:none;
	}
#main_img {
	background:#903;
}
#main_img object {
	margin:0 auto;
	display:block;
}
/* ---- Site Description ---- */
#site-description {
	color:#FFF;
    font-size:100%;
	padding:0 0 15px 15px;
}

/* ************************************************ 
 * Footer area setting
 * ************************************************ */
#footer small {
    font-size:100%;
}

/* ************************************************ 
 * Side contents setting
 * ************************************************ */
/* ---- Side Title ---- */
#sidebar h2 {
	font-size:116%;
	font-weight:bold;
	color:#F93;
    padding:0 1em;
    background:url(../megumi_op/images/back/side_title_bk.png) repeat-x #161D26;
}
    #sidebar h2 span {
		padding:0.5em 0 0.5em 38px;
		background:url(images/icon/side_title_icon.png) no-repeat left;
		display:block;
    }

/* ************************************************ 
 * Main contents setting
 * ************************************************ */
/* ---- Title ---- */
.entry-title ,
.page-title	{
	font-size:197%;
	line-height:1.25;
    padding:3px 0;
}
.entry-title a {
	color:#F93;
	text-decoration:none;
}
.categories .page-title ,
.tags .page-title {
	margin-bottom:0.67em;
}

/* ---- Post  ---- */
.post {
	margin-bottom:1em;
	border-bottom:1px solid #3D5468;
}
.single .post {
	border-bottom:none;
}

/* ---- Post Data ---- */
.single .post_data {
	font-size:93%;
	border-top:1px solid #3D5468;
	padding:0.28em 0;
}

/* ---- Entry Content ---- */
.entry-content {
    margin:17px 0;
}

/* ---- Entry Attachment ---- */
.entry-attachment {
    margin:17px 0;
}
	.entry-attachment .attachment {
		text-align:center;
		margin:1em 0;
	}
	.entry-attachment .attachment {
		text-align:center;
	}

/* ---- Entry Meta ---- */
.meta {
    text-align:right;
    margin:17px 0 0;
}

/* ---- Edit ---- */
.edit {
    text-align:right;
}

/* ---- Navigation ---- */
.navigation {
	margin-top:0.5em;
    padding:1em 0;
    position:relative;
}
	.navigation p {
        position:absolute;
        top:5px;
    }
	.previous_post {
        left:0;
    }
    .next_post {
        right:0;
    }

.tab_nav {
	text-align:center;
	margin:1.5em 0;
	padding:1.5em 0;
}
	.tab_nav a ,
	.tab_nav span {
		color:#FFF;
		border:1px solid #3D5468;
		padding:5px;
	}
	.tab_nav a:hover ,
	.tab_nav span.current {
		background:#5B626A;
	}

/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
