@charset "utf-8";
/*
Theme Name: tanzaku
Theme URI: http://www.tripleships.com/sample/
Description: Variable grid layout, easing effect on window resizing.
Author: TRIPLESHIPS Inc.
Version: 1.1.1


Index:
  - Basic Elements
  - Basic Styling
  - Layout
  - Grid Items, Single Item and Comments
  - Navigation and Sidebar Widget
  - Form Elements

*/



/* ---------- Basic Elements ---------- */

body {
	background-color: #96BABC;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8e8), to(#ccccac)) fixed;
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #f8f8e8, #ccccac) fixed;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf8f8e8, endColorstr=#FFccccac);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf8f8e8, endColorstr=#FFccccac)";

	margin: 0;
	padding: 0;
	color: #333333;
	font-size: .75em;
	line-height: 1.5;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

a {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	color: #000000;
}
a img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
}
h1 {
	font-size: 28px;
	font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	margin-top: 2em;
	padding-left: 5px;
	/*border-left: 5px solid #c4c4c4;*/
}

blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #f9f9f9;
	color: #666666;
}

pre {
	overflow: auto;
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
	color: #666666;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
}

table {
	margin: 1em 0;
	/*border: 1px solid #999999;*/
}
th, td {
	padding: 2px 4px;
	/*border: 1px solid #e9e9e9;*/
}
th {
	/*background-color: #d9d9d9;*/
	font-weight: normal;
}
td {
	/*background-color: #d9d9d9;*/
}

/* ---------- Basic Styling ---------- */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
}

.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #cc0000;
}
noscript .caution {
	margin: 0;
}

.wp-caption {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
}
.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

code strong {
	color: #cc3366;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.noborder {
	border: none		!important;
}

.clearboth {
	clear: both;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

/* clearfix */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*------------------------------------------------------------
padding
------------------------------------------------------------*/

.pt0   {padding-top: 0	!important}
.pt5   {padding-top: 5px   !important}
.pt10  {padding-top: 10px  !important}
.pt15  {padding-top: 15px  !important}
.pt20  {padding-top: 20px  !important}
.pt25  {padding-top: 25px  !important}
.pt30  {padding-top: 30px  !important}
.pt35  {padding-top: 35px  !important}
.pt40  {padding-top: 40px  !important}
.pt50  {padding-top: 50px  !important}


.pr0   {padding-right: 0	!important}
.pr5   {padding-right: 5px   !important}
.pr10  {padding-right: 10px  !important}
.pr15  {padding-right: 15px  !important}
.pr20  {padding-right: 20px  !important}
.pr25  {padding-right: 25px  !important}
.pr30  {padding-right: 30px  !important}
.pr35  {padding-right: 35px  !important}
.pr40  {padding-right: 40px  !important}
.pr50  {padding-right: 50px  !important}


.pb0   {padding-bottom: 0	!important}
.pb5   {padding-bottom: 5px   !important}
.pb10  {padding-bottom: 10px  !important}
.pb15  {padding-bottom: 15px  !important}
.pb20  {padding-bottom: 20px  !important}
.pb25  {padding-bottom: 25px  !important}
.pb30  {padding-bottom: 30px  !important}
.pb35  {padding-bottom: 35px  !important}
.pb40  {padding-bottom: 40px  !important}


.pl0   {padding-left: 0	!important}
.pl5   {padding-left: 5px   !important}
.pl10  {padding-left: 10px  !important}
.pl15  {padding-left: 15px  !important}
.pl20  {padding-left: 20px  !important}
.pl25  {padding-left: 25px  !important}
.pl30  {padding-left: 30px  !important}
.pl35  {padding-left: 35px  !important}
.pl40  {padding-left: 40px  !important}


/*------------------------------------------------------------
margin
------------------------------------------------------------*/

.mt0   {margin-top: 0	!important}
.mt5   {margin-top: 5px   !important}
.mt10  {margin-top: 10px  !important}
.mt15  {margin-top: 15px  !important}
.mt20  {margin-top: 20px  !important}
.mt25  {margin-top: 25px  !important}
.mt30  {margin-top: 30px  !important}
.mt35  {margin-top: 35px  !important}
.mt40  {margin-top: 40px  !important}
.mt50  {margin-top: 50px  !important}
.mt60  {margin-top: 60px  !important}

.mr0   {margin-right: 0	!important}
.mr5   {margin-right: 5px   !important}
.mr10  {margin-right: 10px  !important}
.mr15  {margin-right: 15px  !important}
.mr18  {margin-right: 16px  !important}
.mr20  {margin-right: 20px  !important}
.mr25  {margin-right: 25px  !important}
.mr30  {margin-right: 30px  !important}
.mr35  {margin-right: 35px  !important}
.mr40  {margin-right: 40px  !important}


.mb0   {margin-bottom: 0	!important}
.mb5   {margin-bottom: 5px   !important}
.mb10  {margin-bottom: 10px  !important}
.mb15  {margin-bottom: 15px  !important}
.mb20  {margin-bottom: 20px  !important}
.mb25  {margin-bottom: 25px  !important}
.mb30  {margin-bottom: 30px  !important}
.mb35  {margin-bottom: 35px  !important}
.mb40  {margin-bottom: 40px  !important}
.mb50  {margin-bottom: 50px  !important}
.mb55  {margin-bottom: 55px  !important}

.ml0   {margin-left: 0	!important}
.ml5   {margin-left: 5px   !important}
.ml10  {margin-left: 10px  !important}
.ml15  {margin-left: 15px  !important}
.ml20  {margin-left: 20px  !important}
.ml25  {margin-left: 25px  !important}
.ml30  {margin-left: 30px  !important}
.ml35  {margin-left: 35px  !important}
.ml40  {margin-left: 40px  !important}
.ml70  {margin-left: 70px  !important}
.ml80  {margin-left: 80px  !important}

/* ---------- Layout ---------- */

#top-container {
	margin: 0 auto;
	padding: 5px;
	background: white;
}

#container {
	margin: 0 auto;
	padding: 0;
}

	#header {
		margin: 20px auto 10px auto;
                width: 970px;
                visibility: hidden;
	}
	#header-left {
		width: 441px;
		float:left;
	}
	#header-right{
		width: 390px;
		float:right;
		text-align:right;
	}
	#header-right li a {
	        border-bottom: 1px dotted #666;
	}
        #header-right .cat-item-1 {
	        background:url(images/ico_zakka.png) no-repeat left center;
	        padding: 10px 0 10px 35px;
        }

        #header-right .cat-item-1 a{
	        background:#C1BDDF;
        }
        #header-right .cat-item-3 {
	        background:url(images/ico_gallery.png) no-repeat left center;
	        padding: 10px 0 10px 35px;
        }

        #header-right .cat-item-3 a{
	        background:#B5DECC;
        }
        #header-right .cat-item-4 {
	        background:url(images/ico_cafe.png) no-repeat left center;
	        padding: 10px 0 10px 35px;
        }
        #header-right .cat-item-4 a{
	        background:#F2C1B4;
        }
        #header-right .cat-item-5 {
	        background:url(images/ico_people.png) no-repeat left center;
	        padding: 10px 0 10px 35px;
                clear:both;
        }
        #header-right .cat-item-5 a{
	        background:#EBD5D7;
        }
        #header-right .cat-item-6 {
	        background:url(images/ico_news.png) no-repeat left center;
	        padding: 10px 0 10px 30px;
        }
        #header-right .cat-item-6 a{
	        background:#CEAFD1;
        }

.cate-zakka a {
    background:#C1BDDF;
}

.cate-gallery a {
    background:#B5DECC;
}

.cate-cafe a {
    background:#F2C1B4;
}

.cate-people a {
    background:#EBD5D7;
}

.cate-news a {
    background:#CEAFD1;
}


	#header h1 {
		margin: 0;
		color: #000000;
	}
	#header h1 a {
		margin: 0;
		color: #000000;
	}

	#header p {
		margin: 5px 0 0 25px;
	}

	#grid-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* Prevent flicker in grid area. Check header.php. */
	}

        .post-body a {
	    text-decoration: underline;
	    color: #00ccff;
        }

        .grid-item .post-body a {
            color: #3f3f3f;
	    text-decoration: none;
        }

        .grid-item .post-body a:hover {
	    text-decoration: underline;
        }

	#single-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* for single-page effect */
	}

#sidebar2 li {
margin-bottom: .2em;
}

#sidebar2 li a {
border-bottom: 1px dotted #666;
}

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
}

	#footer-wrapper {
		background: none;
                font-size: .75em;
	}

	#footer {
		margin: 0 auto;
	}
	#footer p {
		margin: 0;
		padding: 10px;
	}
	
	
	

/* ---------- Grid Items, Single Item and Comments ---------- */

/* value = (width * n) + (15+15+5) * (n-1). 
 * ex.
 * width=200 : 200, 425, 650, 875
 * width=250 : 250, 525, 800, 1075
 * width=290 : 290, 615, 940, 1265
 */
div.x1 { width:  290px; }
div.x2 { width:  615px; }
div.x3 { width:  940px; }
div.x4 { width: 1265px; }

div.grid-item,
div.single-item {
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 15px 15px 15px 15px;
	border: 0;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #aaaaaa;
	-webkit-box-shadow: 0 1px 2px #aaaaaa;
	box-shadow: 0 1px 2px #aaaaaa;

}

div.grid-item h2.post-title,
div.single-item h2.post-title {
	margin: 0;
	padding-left: 0;
	border-left: 0;
	font-weight:bold;
        border-bottom:1px dotted activeBor;
        text-shadow:0 1px 0 #ccc;
}

div.single-item h2.post-title {
        font-size: 1.25em;
}

div.grid-item h3, div.single-item h3 {
	background:url(images/bg_h3.gif) repeat left top;
	font-size: 1.1em;
	padding: 5px;
}

div.grid-item h2.cafe, div.single-item h2.cafe {
	background:url(images/ico_cafe.png) no-repeat left center;
	padding: 20px 0 20px 45px;

}

div.grid-item h2.gallery, div.single-item h2.gallery{
	background:url(images/ico_gallery.png) no-repeat left center;
	padding: 20px 0 20px 50px;
}

div.grid-item h2.zakka, div.single-item h2.zakka{
	background:url(images/ico_zakka.png) no-repeat left center;
	padding: 20px 0 20px 50px;
}

div.grid-item h2.people, div.single-item h2.people{
	background:url(images/ico_people.png) no-repeat left center;
	padding: 20px 0 20px 45px;
}

div.grid-item h2.news, div.single-item h2.news{
	background:url(images/ico_news.png) no-repeat left center;
	padding: 20px 0 20px 45px;
}

div.grid-item h2.post-title a {
border-bottom:1px dotted #666;
}

div.grid-item div.grid-image {
	margin-bottom: 1em;
}

div.grid-item div.wp-caption {
	display: none;
}

div.post-body p,
div.comment-body p {
	font-size: 1em;
}

div.post-body p img,
div.post-body p object {
	max-width: 100%;
	padding: 0;
}

p.post-meta,
p.comment-meta {
	margin-bottom: 0;
}

.comment-list .navigation {
	margin: 10px 0;
}
.comment-list .navigation a {
	margin-right: 10px;
}

.comment-list ol li {
	margin: 10px 0;
}

.comment-list ol li.trackback {
	padding: 5px;
	border: 1px solid #c4c4c4;
}

.comment-list ul.children {
	list-style: none;
}
.comment-list ul.children li {
	border-left: 5px solid #c4c4c4;
	padding-left: 5px;
}

.comment-list li.bypostauthor {
}
.comment-list li.bypostauthor cite.fn {
	text-decoration: underline;
}

.comment-list li.comment .reply {
	margin: 10px 0 20px;
}




/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */
.pagination {
	margin: 50px 0 0;
	font-size: 1em;
}
.pagination .current {
	color: #333333;
	font-weight: bold:
}
.pagination .next, 
.pagination .prev {
}

.pagination .page-numbers,
.pagination .current {
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-decoration: none;
	background: #f8f8f8;
	-moz-box-shadow: 0 1px 2px #999999;
	-webkit-box-shadow: 0 1px 2px #999999;
	box-shadow: 0 1px 2px #999999;
}
/* page-numbers hover color */
a.page-numbers:hover {
	color: #333333;
	background-color: #ffffff;
}
#post-pagination {
	margin: 1em 0;
	color: #c4c4c4;
}
#post-pagination .prefix {
	color: #eaeaea;
}

/* Sidebar 
 * In this theme, sidebar is a horizontal line.
 * Sidebar2 is a block on the bottom.
 * See also "Form Elements" section.
 */
#sidebar{
	list-style: none;
	list-style-type: none;
	margin: 0 0 50px 0;
	padding-left: 0;
}
#sidebar2 {
	list-style: none;
	list-style-type: none;
	margin: 50px 0;
	padding-left: 0;
}
#sidebar li {
	margin: 2px 0;
}
#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li.widget ul li {
	display: block;
	width: 80px;
	float: left;
	text-align: left;
}

li.current-cat {
	font-weight: bold;
}

#sidebar li.current-cat {
	border-bottom: 2px dotted #fff;
}

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	width: 320px;
	padding: 5px 0 0 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #ffffff;
	background-color: #BDBDA5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#sidebar2 li.widget div {
	padding: 0 10px;
	font-size: 1em;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 1em;
}

#sidebar2 li.widget ul li {
	list-style: none;
}
#sidebar2 ul.children ul li {
	list-style: none;
}

#wp-calendar {
	margin: 1em 0;
	border: none;
}
#wp-calendar caption{
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
}
#wp-calendar td {
	text-align: center;
}

/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
}
#commentform textarea {
	width: 99%;
	max-width: 640px;
}

/* for sidebar widget */

#searchform {
    width: 300px;
}
#searchform div {
	padding: 0;
	font-size: 1em;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 0;
}