/*
Theme Name: Monoclome Forest
Theme URI: http://sekka.jp/
Description: Sleepy Blue をベースに改造したもの。 
Version: 2.0
Author: Saya./Eyoung
Author URI: http://sekka.jp/
License:
 Released under the GPL license
  http://www.gnu.org/copyleft/gpl.html

    Copyright 2009 Saya.(CREATIVE SEKKA) (email : info@sekka.jp)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

*/

/*#################################################
  #
  # General styles
  #
  #################################################*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, MS UI Gothic';
	color: #333333;
	background: #001E36 url(images/bg.png) repeat-x fixed bottom;
	margin: 0px;
	padding: 0px;
}

/** Tag-Links *******************/

a {
	color: #4A7C35;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/** Tag-Headers *******************/

h1 {
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	margin: 0px;
	height: 60px;
	color: #F6F5EE;
}
h1 a, h1 a:visited{
	color: #F6F5EE;
	text-decoration: none;
}
h1 a:hover{
	color: #00D7EE;
	text-decoration: none;
}

h2 {
	color: #4E79A2;
	margin: 0px 0px 0px;
	border-bottom: 1px dotted #8D8D8D;
	letter-spacing: -1px;
	font: bold 21px "Trebuchet MS", Tahoma, Arial, Verdana;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #7D8092;
	text-decoration: none;
}
h2 a:hover {
	color: #4E79A2;
	text-decoration: none;
}

h3 {
	width : auto ;
	font: bold 17px "Trebuchet MS", Tahoma, Arial, Verdana;
	margin: 0px 0px 5px 0px;
	color: #4E79A2;
	border-bottom: 1px dotted #DDDDDD;
	padding-bottom : 3px;
}

h3 a, h3 a:visited {
	color: #7D8092;
	text-decoration: none;
}
h3 a:hover {
	color: #4E79A2;
	text-decoration: none;
}

h4 {
	font: bold 1.1em "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #4E79A2;
	margin: 10px 0px 5px;
	padding-bottom : 4px;

}

/** Tag-Standards *******************/

img {
	border: none;
}

br {
	letter-spacing: 0px;
}

form {
	margin:0px;
	padding:0px;
}

code {
	background-color: #ececec;
	padding: 1px;
	border: 1px solid #cccccc;
}
blockquote {
	background: #F9F9F9;
	padding: 10px 10px 1px 10px;
	margin: 7px 10px 7px 10px;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

.alignclear {
	clear: both;
}

.more-link {
	width: 100px; 
	height: 45px; 
	background:url(images/leaf.png) no-repeat ;
	padding: 10px 50px 15px 5px
}

/*#################################################
  #
  # Page styles
  #
  # ページ全体の設定。弄ると崩れの原因に。orz
  #
  #################################################*/

#pages {
	margin: 0px auto 0px auto;
	width: 850px;
	font-size: 12px;
	line-height: 160%;
}

#wrap {
	width: 850px;
	background: #FFFFFE url(images/content-bg.gif) repeat-y;
	margin: 0px auto 0px auto;
	border-left: 2px solid #222222;
	border-right: 2px solid #222222;
	overflow: hidden;
	position:relative;
}

#wrap-gallery {
	width: 850px;
	background: #FFFFFE url(images/content2-bg.gif) repeat-y;
	margin: 0px auto 0px auto;
	border-left: 2px solid #222222;
	border-right: 2px solid #222222;
	overflow: hidden;
	position:relative;
}

/*#################################################
  #
  # Header styles
  #
  # ヘッダーページの設定。（主にレイアウト）
  #
  #################################################*/

#header {
	margin: 0 auto 0 auto;
	position: relative;
	z-index : 20;
}
#headerimg {
	background: url(images/bg_title.jpg) no-repeat left center;
	position: relative;
	width:850px;
	height:200px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	border-left: 2px solid #222222;
	border-right: 2px solid #222222;
}
#headerimg h1 {
	position: absolute;
	top : 10px;
	left : 10px;
}
#headerimg .description{
	position: absolute;
	top : 50px;
	left : 10px;
	color: #F6F5EE;
	font-size: 14px;
}
#headerimg .rss{
	position: absolute;
	bottom : 10px;
	right : 10px;
}

/*#################################################
  #
  # Header styles - Navigation Setting
  #
  # ナビゲーションメニューの設定。
  #
  #################################################*/

#navi {
	position: relative;
	width: 850px;
	height: 30px;
	margin: -30px auto;
	padding: 0px;
	border-left: 2px solid #222222;
	border-right: 2px solid #222222;
	text-align: center;
}

#navi a {
	display: block;
	text-decoration: none;
	line-height: 30px;
	color: #444444;
}

#navi a:hover {
	background: #CCCCCC url(images/bg_button.gif) no-repeat;
	filter: alpha(style=0, opacity=70);
	color: #AA4400;
}

/* 第１階層 */
#navi ul {
	margin: 0px 0px;
	padding: 0px;
}
#navi ul li {
	float: left;
	list-style-type: none;
	width: 100px;
	border-right: 1px solid #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #AAAAAA ;
}

/* 第２階層 */

/* 下層のメニューを不可視に */
#navi ul li ul {
        display: none;
        z-index: 20;
	border-top: 1px solid #444444;
}
/* 下層のメニューを表示（hover時）に */
#navi ul li:hover ul {
	position: absolute;
        display: block;
}

#navi ul li ul li{
	clear: both;
        position: relative;
	border-left: 5px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	width: 140px;
	position: relative;
	left: -1px;
}

/* カレントページ */
#navi ul li.current_page_item a {
	background: url(images/bg_button.gif) no-repeat;
}

/*#################################################
  #
  # Information (info.php) styles
  #
  # info.php 用の設定。
  #
  #################################################*/

.info{
	border : 2px solid #EEEEEE ;
	background : #F9F9F9 ;
	padding : 5px 5px 5px;
	margin-bottom: 5px;
}

.info-pic{
	text-align: center;
	background : #F9F9F9 ;
	margin-bottom: 5px;
}

.info ul {
	margin: 0px 0px;
	padding: 0px 0px;
}

.info ul li {
	list-style-type: none;
	font-size : 12px ;
}

.info-header{
	font: bold 14px "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #4E79A2;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	padding-bottom: 3px;
}

.info-contents{
	padding: 10px 10px 1px 10px;
	margin: 7px 10px 7px 10px;
}

/*#################################################
  #
  # Content styles
  #
  # コンテンツ項目用の設定。
  #
  #################################################*/

#content {
	padding: 20px 0px 10px 20px;
	float: left;
	width: 602px;
	overflow: hidden;
}

#content-gallery {
	padding: 14px 0px 10px 14px;
	float: left;
	width: 820px;
	overflow: hidden;
}

/*#################################################
  #
  # post styles
  #
  # １記事単位の表示設定
  #
  #################################################*/

.post {
	clear:both;
	padding-top: 5px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 555px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	float: left;
	padding-left: 20px;
	font-size: 10px;
}
.post-author {
	background: url(images/icon-users.gif) no-repeat left center;
	float: left;
	padding-left: 20px;
	margin-left: 10px;
	font-size: 10px;
}
.post-tag {
	float: left;
	padding-left: 20px;
	margin-left: 10px;
	font-size: 10px;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left bottom;
	float: right;
	padding-left: 20px;
	font-size: 12px;
}

.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	float: right;
	padding-left: 20px;
	font-size: 12px;
	color: #999999;
}

/******** post content ********/

.post-content {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 180%;
	letter-spacing 0px;
}
.post-content p {
	margin: 0px 0px 15px 0px;
}
.post-content img {
	border: 1px solid #C7C7C7;
	padding: 0px;
}
.post-content a:hover img {
	border: 1px solid #0000C7;
}

/******** wp image caption style ********/

.wp-caption {
	border: 0px solid #B1A79B;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(images/capbg.jpg);
	background-position: center bottom;
}
.wp-caption p.wp-caption-text {
	font-size: 8px;
	padding: 3px;
	margin: 0;
}

/******** Entry Meta(Trackback-Link & Comment-RSS) ********/

.entrymeta {
	border: 1px solid #8d8d8d;
	background-color: #f9f9f9;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 10px;
}
.entrymeta ul {
    margin: 8px auto 8px 40px;
	padding: 0px;
}
.entrymeta ul li {
  	list-style-type: none;
}
.trackback-leftalign {
	background: url(images/icon-trackback.png) no-repeat 0 50%;
	padding-left: 14px;
}
.feed-leftalign {
	background: url(images/icon-post-feed.gif) no-repeat 0 50%;
	padding-left: 14px;
}

/*#################################################
  #
  # Comment List styles
  #
  # １記事に対するコメント群表示の設定
  #
  #################################################*/

#gravatar {   /* Gravatar(http://www.gravatar.com/) */
	border: 1px solid #AAAAAA;
	padding: 5px;
	margin-right: 5px;
	padding-bottom : 5px;
	height: 32px;
	width: 32px;
	background: url(images/gravatar.png) no-repeat 5px 2px;
	display: inline;
	float: left;
}

/*** commentlist ***/

.comment-list {
	list-style: none;
	margin: 10px 0px;
	padding-left: 0px;
	line-height: 130%;
}
.comment-list li{
	margin-bottom: 6px;
	padding: 10px;
}
.comment-list .alt {
	background: #F9F9F9;
	border-radius: 3px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.comment-list cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}
.comment-list small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

.comment-list-authorname{
	color: #4E79A2;
}
.comment-list-count {
	font: bold 3em Georgia,sans-serif;
	color: #DEDEDE;
	float: right;
	margin-top: -15px;
}
.commen-list-text { /* That's the div of the text... */ 
	padding: 0px 0px 0px 50px;
	clear:both;
}

/*#################################################
  #
  # Comment Form styles
  #
  # コメント入力フォームの設定
  #
  #################################################*/

#comments, #respond {
	border-bottom: 1px dotted #8D8D8D;
	font-weight: bold;
	padding: 30px 0 5px 0;
	clear: both;
}

#commentform {
	margin-top: 10px;
}
#commentform p {
	padding: 2px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#F9F9F9;
	border: 1px dotted #8D8D8D;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 500px;
	line-height: 140%;
	font-size : 12px;
	background:#F9F9F9;
	border: 1px dotted #8D8D8D;
	margin-top: 5px;
	padding: 2px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*#################################################
  #
  # Navigation styles
  #
  # ナビゲーション関係の設定（変更の必要ない）
  #
  #################################################*/

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #4A7C35;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/*#################################################
  #
  # Sidebar styles
  #
  # サイドバー関係
  #
  #################################################*/

#sidebar {
	float: right;
	padding: 0px 10px 20px 10px;
	width: 190px;
	color: #666666;
	overflow: hidden;
}
#sidebar h2 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #4E79A2;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #8D8D8D;
}
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #135193;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #DDD;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/*#################################################
  #
  # Sidebar styles (GALLERYBAR)
  #
  # サイドバー関係
  #
  #################################################*/

#sidebar2 {
	width: 818px;
	margin: 0px;
	overflow: relative;
	background: #EEEEEE;

}

#sidebar2 .widget-ga {
	width: 184px;
	padding: 5px;
	margin: 5px;
	float: left;
}
#sidebar2 h2 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #4E79A2;
	margin: 0px 0px 2px;
	border-bottom: 1px solid #8D8D8D;
}
/*sidebar list level1 */
#sidebar2 ul {
	margin: 0;
	padding: 0;
}
#sidebar2 ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar2 ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar2 ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #DDD;
}
/*sidebar list level3 */
#sidebar2 ul li ul li{
	padding: 0;
	margin: 0;
}
#sidebar2 ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/*#################################################
  #
  # Sidebar styles
  #
  # ウィジェット関係
  #
  #################################################*/

/*blogroll */
ul.list-blogroll li, li.widget_links li {
	background: url(images/mini-blogroll.gif) no-repeat left center !important;
	padding-left: 20px !important;
}

/*category widget  */
.widget_categories li {
	background: url(images/mini-category.gif) no-repeat 0px 3px !important;
	padding-left: 20px !important;
}

/*archives widget */
ul.list-archives li, li.widget_archives li {
	background: url(images/mini-monthly-archive.gif) no-repeat left center !important;
	padding-left: 20px !important;
}

/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li {
	background: url(images/mini-page.gif) no-repeat 0px 3px !important;
	padding-left: 20px !important;
}

/*sub-pages 
ul.list-page li ul li, li.widget_pages li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}*/

/*recent comments widget */
ul.recent-comments li, li.widget_recent_comments li {
	background: url(images/mini-recent-comments.gif) no-repeat 0px 4px !important;
	padding-left: 20px !important;
	list-style: none;
	color: #5A6695;
}

/*greeting widget */
.widget_greeting li {
	background: url(images/meta_comments.gif) no-repeat 3px 6px !important;
	padding-left: 20px !important;
	list-style: none;
	color: #5A6695;
}

/********* calendar ********/
.widget_calendar table {
    width: 100%;
	font-size: 95%;
}
.widget_calendar table td {
	width: auto;
	text-align: center;
	border: 1px solid #CCC;
}
.widget_calendar table td a {
    display:block;
	background: #CCC;
}
.widget_calendar table td a:hover {
    display:block;
	background: #F6F6F6;
}
.widget_calendar table td#today, .widget_calendar table td#today a:hover {
    background: #F6F6F6;
    color: #135193;
}
.widget_calendar table td#today a {
    background: #4E79A2;
	color: #F6F6F6;
} 

/*** links/meta ***/
.widget_meta li {
	background: url(images/link.gif) no-repeat 0px 3px !important;
	padding-left: 20px !important;
}
/*** feeds ***/
ul.list-feeds li a {
    display: block;
	background: url(images/icon-feed-orange.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
ul.list-feeds li a:hover {
	background: url(images/icon-feed-blue.gif) no-repeat left center !important;
	padding-left: 20px !important;
} 
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*** tag cloud ***/
.widget_tag_cloud {
	line-height: 180%;
}

/*search form */
#searchform {
	margin: 20px 0 10px 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 102px;
	height: 20px;
	padding: 4px 19px 0px 4px;
	border: 1px solid #8D8D8D;
	background: #FEFEFE url(images/search-icon.gif) right center no-repeat;
	color: #333333;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 48px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FEFEFE;
	vertical-align: middle;
}

/*#################################################
  #
  # Search view styles
  #
  # 検索画面関係
  #
  #################################################*/

.searchresult {
	margin-bottom: 5px;
}

.searchresult h3{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.searchresult .metadata{
	color: #AAAAAA;
	border-left: 10px solid #EEEEEE;
	padding-left: 10px;
}

.search-char{
	float: right;
	text-align: right;
	font-weight: bold;
	overflow: hidden;
	color: #AAAAAA;
	padding: 4px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*#################################################
  #
  # Footer styles
  #
  # フッター関係
  #
  #################################################*/

#footer {
	width: 850px;
	height: 30px;
	clear: both;
	background: url(images/blanc.gif) #cccccc;
	margin: 0px auto 0px auto;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 2px solid #222222;
	border-right: 2px solid #222222;
	text-align: right;
}

#footer p {
    margin: 10px 5px 5px 3px;
    font-family: Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-size: 95%;
}

#footer p a {
	color: #FFFFFF;
}

#return-back {
	position : fixed ;
	right : 10px;
	bottom : 10px;
}

/*#################################################
  #
  # その他（プラグイン関係）
  #
  #################################################*/

#download-monitor {
	text-align: center;
	border: 1px solid #c7c7c7;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
}

#download-monitor img {
	border: none;
}
