@charset "UTF-8";

/*
Theme Name: Chacco
Description: chacco.jp 専用テーマ
Theme URI: http://chacco.jp/
Author: ShowG
Author URI: http://showg.net/
Version: 1.0
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, two-columns, fixed-width, right-sidebar, custom-header
*/

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0px;
	padding: 0px;
}

body, input, textarea {
	color: #332200;
	font-size: small;
	line-height: 150%;
}

img {
	border-style: none;
}

p {
	margin: 10px 0px;
}

cite {
	font-style: normal;
}


/****************************************

          Font Family

*****************************************/

body, input, textarea {
	font-family:
		'HiraKakuProN-W3',
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'Meiryo UI',
		'メイリオ',
		'Osaka',
		'ＭＳ　Ｐゴシック',
		Sans-Serif;
}

.post-header .post-date,
.post-meta .category,
.comment-num,
.commentmetadata,
#sidebar h2,
table#wp-calendar th,
table#wp-calendar td,
.kpg-summary,
p#rss-feed-link,
div.fb-share,
div.highslide-wrapper div.highslide-caption {
	font-family:
		'Special Elite',
		'HiraKakuProN-W3',
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'Meiryo UI',
		'メイリオ',
		'Osaka',
		'ＭＳ　Ｐゴシック',
		Sans-Serif;
}

/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	font-size: medium;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: medium;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #dddddd;
}


/****************************************

          List

*****************************************/

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/****************************************

          Link

*****************************************/

a {
	text-decoration:underline;
	color: #330000;
}

a:hover {
	text-decoration:underline;
	color: #cc0000;
}

a img {
	border-style: none;
	text-decoration: none;
}

a > img:hover {
	border-style: none;
	text-decoration: none;
}

/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0px auto;
	width: 940px;
}

#header {
	margin-bottom: 20px;
	padding-top: 40px;
}

#header .alignleft,
#header .alignright {
	width: auto;
}

#contents {
	margin: 0px auto;
	width: 700px;
}

#main {
	float: left;
	width: 500px;
}

#sidebar-container {
	float: right;
	width: 180px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#logo {
	margin: 0px;
	padding: 0px;
}

#logo a {
	border: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 93px;
	text-decoration: none;
}

#logo span {
	display: none;
}

#description {
	margin-top: 0px;
	color: #777777;
}

#searchform{
	position: relative;
	margin-top: 45px;
}
#s{
	padding: 6px 20% 6px 5%;
	width: 75%;
	border-radius: 25px; 
	-o-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-size: small;
}
#searchsubmit{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 26px;
	border: none;
}

#toppagephotos {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#border_header {
	margin: 20px 0px;
}

/****************************************

          Navigation

*****************************************/

#header .menu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0px;
}
#header div.menu > ul,
#header ul.menu{
	text-align: right;
}

#header div.menu > ul > li,
#header ul.menu > li {
	display: inline;
	padding-right:10px;
}

#header .menu li {
	position: relative;
}
#header .menu li a {
	padding: .5em 1em;
	border-style: none;
}

#header div.menu > ul > li.current_page_item,
#header ul.menu > li.current_page_item{
}

#header ul.sub-menu,
#header ul.children{
	position: absolute;
	left:-1px;
	display: none;
	margin-left: 0px;
	width: auto;
	width: 150px;
	background-color: #eeeeee;
}
#header .sub-menu li,
#header .children li{
	position: relative;
}

#header ul.sub-menu ul,
#header ul.children ul {
	top:-1px;
	left:150px;
}
#header .menu li:hover > ul{
	display: block;
}

#header .topmenu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 20px;
}
#header div.topmenu > ul,
#header ul.topmenu{
	text-align: center;
}

#header div.topmenu > ul > li,
#header ul.topmenu > li{
	display: inline;
	padding-right:10px;
}

#header .topmenu li{
	position: relative;
}
#header .topmenu li a{
	padding: .5em 1em;
	border-style: none;
}
#header div.topmenu > ul > li.current_page_item,
#header ul.topmenu > li.current_page_item{
}

/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/

#main h2 {
	background: url('images/under_border.png') repeat-x left bottom;
	margin: 0px 0px 10px;
	padding: 0px 0px 6px;
}

#main .post h2 {
	margin-top: 20px;
}

#main h2 a {
	text-decoration: none;
}

#main .page-top {
	width:500px;
	height:0px;
	margin: 0px;
}

#main .post-top {
	width:500px;
	height:20px;
	margin: 10px 0px 0px;
	padding: 0px;
	background: url('images/border_item_top.png') no-repeat left bottom;
}

#main .page {
	border-style: none;
	margin: 0px;
	padding: 20px 30px 50px;
}

#main .post {
	border-style: none;
	margin: 0px;
	padding: 0px 30px;
	background: url('images/border_item_body.png') repeat-y left bottom;
	padding: 0px 30px 20px;
}

#main .page-bottom {
	width:500px;
	height:0px;
	margin: 0px;
	padding: 0px;
}

#main .post-bottom {
	width:500px;
	height:20px;
	margin: 0px 0px 10px;
	padding: 0px;
	background: url('images/border_item_bottom.png') no-repeat left bottom;
	clear: both;
}

#main div.post-content {
	text-align: center;
}

div#contents.gallery-page
{
	width: 900px;
}

div#main.gallery-page,
div#main.gallery-page .page-top,
div#main.gallery-page .page,
div#main.gallery-page .page-bottom
{
	width: 700px;
}

*html #main hr {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url('images/under_border.png') inside;
}

#main hr {
   border:0;
   height: 5px;
   background: url('images/under_border.png') repeat-y left bottom;
}

.sticky{
}
.post-header .post-date {
	font-size: large;
}

.post-meta .category {
	font-size: x-small;
	float: right;
}
.comment-num {
	white-space: nowrap;
	font-size: x-small;
	float: right;
}

.more-link {
	float: right;
}

.navigation {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.navigation > div {
	width: 50%;
}

.navigation .alignright{
	text-align: right;
}

.navigation a{
	display: block;
	padding: 10px;
	border: none;
	text-decoration: none;
}

.footer-post-meta{
	text-align: right;
	clear: both;
}
.post-author{
	padding-left: 1em;
}

.page-link{
	margin: 3em 0px;
}
.comment-page-link{
	margin: 0px 0px 10px;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
	display: inline-block;
	margin-right: 3px;
	padding: 5px 8px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
}

.page-link a span,
.comment-page-link a{
	background-color: white;
}

.page-link a{
	border-bottom: none;
	color: #332200;
}

.page-link a span:hover,
.comment-page-link a:hover{
	background-color: #ffeff7;
	color: #332200;
}


/****************************************

          Comments Area

*****************************************/

#comment-area-top {
	width:500px;
	height:20px;
	background: url('images/border_item_top.png') no-repeat left bottom;
	margin: 10px 0px 0px;
	padding: 0px;
	clear: both;
}

#comment-area {
	overflow: hidden;
	border-style: none;
	background: url('images/border_item_body.png') repeat-y left bottom;
	margin: 0px;
	padding: 0px 30px;
}

#comment-area-bottom {
	width:500px;
	height:20px;
	background: url('images/border_item_bottom.png') no-repeat left bottom;
	margin: 0px 0px 10px;
	padding: 0px;
}

#comment-area h3{
	font-size: small;
	padding-bottom: 4px;
	background: url('images/under_border.png') repeat-x left bottom;
}

#comment-open-link {
}

#comment-form form {
	margin-left: 10px;
}

#comment-form label {
	display: block;
	width: 100px;
	float: left;
	clear: both;
}

#comment-form input[type="text"],
#comment-form input[type="password"],
#comment-form input[type="email"],
#comment-form input[type="search"] {
	display: block;
	float: left;
}

.comment-form-description {
	font-size: x-small;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
}

ol.commets-list {
}

ol.commets-list li.comment {
	padding: 20px 20px;
}

.commets-list li,
.trackback-list li{
	overflow: hidden;
	margin-top: -1px;
	width: 100%;
	border-bottom: 1px solid transparent;
}

.trackback-list li {
	padding: 20px 0px 0px;
}

.commets-list .avatar{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
	font-size: small;
}

.commentmetadata {
	float: right;
	margin-right: 20px;
}

.comment-header {
	background: url('images/under_border.png') repeat-x left bottom;
	padding-bottom: 4px;
}

.form-allowed-tags{
}

.comment-body p{
	clear: both;
}

.reply{
	text-align: right;
}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

#respond{
	margin-bottom: 40px;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0px;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar-top {
	width:180px;
	height:20px;
	margin: 10px 0px 0px;
	padding: 0px;
}

#sidebar {
	font-size: x-small;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#sidebar-bottom {
	width:180px;
	height:20px;
	margin: 0px 0px 10px;
	padding: 0px;
}

#sidebar h2 {
	font-size: small;
	background: url('images/under_border.png') repeat-x left bottom;
	margin: 4px 0px 4px;
	padding: 0px 0px 2px;
}

.widget {
	padding-bottom: 30px;
}

#sidebar .widget ul,
#sidebar .widget ul.children {
	list-style-position: outside;
	list-style-type: disc;
}

#sidebar .widget ul li,
#sidebar .widget ul.children li {
	line-height: 200%;
	padding-left: 20px;
	background: url('/wp-content/themes/Chacco/images/li.png') no-repeat 0px 3px;
	list-style: none;
}

#sidebar .widget ul li a,
#sidebar .widget ul.children li a {
	text-decoration: none;
}

#sidebar .widget ul li a:hover,
#sidebar .widget ul.children li a:hover {
	text-decoration: underline;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0px;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}

#sidebar-recent-posts h3,
#sidebar-recent-posts p,
#sidebar-popular-posts h3,
#sidebar-popular-posts p{
	margin: 0px;
}

.tagcloud a{
	white-space: nowrap;
}


/****************************************

          Footer

*****************************************/

#border_footer {
	margin: 20px 0px;
}

#copyright {
	padding: 20px 0px;
	font-size: x-small;
	text-align: right;
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
}

textarea {
	width: 400px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 1px 0px;
	padding: 2px;
	border: 1px dotted #994C00;
	line-height: normal;
	background-color: #fff9f0;
	color: #332200;
	font-size: small;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: #332200;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #994C00;
	background-color: white;
 	color: #332200;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 10px;
	border: 1px solid #994C00;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #eeddaa;
	color: #332200;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	cursor: pointer;
	font-size: small;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
		border: 1px solid #994C00;
		background-color: #ffeecc;
		color: #332200;
	}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: small;
}

.wp-caption img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.wp-caption-dd {
	margin: 0px;
	padding: 0px 4px 5px;
	font-size: small;
	line-height: 120%;
}

img.alignright {
    display: inline-block;
    margin: 0px 0px 5px 5px;
}

img.alignleft {
    display: inline-block;
    margin: 0px 5px 5px 0px;
}


/****************************************

          Calendar

*****************************************/

table#wp-calendar {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table#wp-calendar th,
table#wp-calendar td {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
}

table#wp-calendar th a,
table#wp-calendar td a {
	text-decoration: none;
}

table#wp-calendar th#prev_month,
table#wp-calendar th#this_month,
table#wp-calendar th#next_month {
	font-size: small;
}

table#wp-calendar thead th.weekday {
	background: url('images/under_border.png') no-repeat left bottom;
}

table#wp-calendar tbody tr {
	background: url('images/under_border.png') no-repeat left bottom;
}

table#wp-calendar tbody td {
	width: 26px;
}

table#wp-calendar tbody td a {
	transition: background-color ease-out 0.5s;
	-o-transition: background-color ease-out 0.5s;
	-moz-transition: background-color ease-out 0.5s;
	-webkit-transition: background-color ease-out 0.5s;
	background-color: #E1C59B;
	padding: 2px 3px 0px;
	border: 1px solid transparent;
	border-radius: 10px / 5px;
	-o-border-radius: 10px / 5px;
	-moz-border-radius: 10px / 5px;
	-webkit-border-radius: 10px / 5px;
}

table#wp-calendar tbody td a:hover {
	transition: background-color ease-out 0.5s;
	-o-transition: background-color ease-out 0.5s;
	-moz-transition: background-color ease-out 0.5s;
	-webkit-transition: background-color ease-out 0.5s;
	background-color: #9BB7E1;
}

table#wp-calendar tbody td#today {
	font-weight: bold;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: " ";
	font-size: 0px;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}


/****************************************

          kPicasa Gallery Plugin

*****************************************/

div#kpg-album-description {
	display: none;
}

table#kpg-pictures td a img.kpg-thumb {
	border: 1px solid silver;
	background-color: white;
	padding: 4px;
}

#main .highslide img,
#main .highslide:hover img {
	border: 1px solid transparent;
}


/****************************************

          Shashin Plugin

*****************************************/

#contents #main .page div.shashinPhotoGroups div.shashinThumbnailsTable {
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none;
}

#contents #main .page div.shashinPhotoGroups div.shashinThumbnailsTable div.shashinTableRow {
	border-style: none;
	padding: 0px;
	margin: 0px;
	padding: 0px 1px;
	overflow: hidden;
}

#contents #main .page div.shashinPhotoGroups div.shashinThumbnailsTable div.shashinTableRow div.shashinTableCell {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#contents #main .page div.shashinPhotoGroups div.shashinThumbnailsTable div.shashinTableRow div.shashinTableCell div.shashinThumbnailWrapper,
#contents #main .page div.shashinPhotoGroups div.shashinThumbnailsTable div.shashinTableRow div.shashinTableCell div.shashinThumbnailWrapper a,
#contents #main .page div.shashinPhotoGroups div.shashinThumbnailsTable div.shashinTableRow div.shashinTableCell div.shashinThumbnailWrapper a img {
	border-style: none;
	margin: 1px;
	padding: 0px;
}


/****************************************

          facebook Link Button

*****************************************/

div.fb-like {
	float:left;
}

div.fb-share {
	font-size: x-small;
	float:left;
	margin-right: 6px;
	padding: 0px 4px;
	height: 18px;
	overflow: hidden;
	border: 1px solid #CAD4E7;
	background-color: #ECEEF5;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.fb-share a {
	text-decoration: none;
	color: #4D68A2;
}

/****************************************

          Uploaded image style

*****************************************/

img.uploaded-image {
	-webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
	margin-bottom: 1ex;
}
