@charset "utf-8";
/*
Theme Name: tanzaku
Theme URI: http://www.tripleships.com/sample/
Description: Variable grid layout, easing effect on window resizing.
Version: 1.0.5
Author: TRIPLESHIPS Inc.
Author URI: http://www.tripleships.com/
Tags: silver, dark, flexible-width, threaded-comments


Index:
  - Basic Elements
  - Basic Styling
  - Layout
  - Grid Items, Single Item and Comments
  - Navigation and Sidebar Widget
  - Form Elements

*/






/* ---------- Basic Elements ---------- */

body {
	/*background-image: url(images/chmai.jpg);*/
	background-color: #000;
	padding: 0;
	color: #111;
	font-family: "Helvetica Neue", Arial, Helvetica;
	font-size: 10px;
	line-height: 1.5;
	margin: 0;
}

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

a:hover {
	color: #ef292c;
}
a img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	font-weight: normal;
}
h1{
	font-size: 50px;
	font-family: Georgia;
}
h2,
h3 {
	font-size: 12px;
}
h4,
h5,
h6 {
	font-size: 11px;
	padding-left: 5px;
	border-left: 5px solid #c4c4c4;
}

blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #f9f9f9;
	color: #666666;
}

pre {
	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;
}

p img {
	max-width: 100%;
	padding: 0;
}

.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;
}

/* ---------- Layout ---------- */

#top-container {
	margin: 0 auto;
	padding: 5px;
	background: white;
}

#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 10;
	/*border: solid thin red;*/
	/*background-color: #222;*/
}

	#header {
		margin: 0;
		padding: 0 0 0 0;
		background: transparent url(images/logo1.png) no-repeat 0 10px;
		/*background-color: turquoise;*/
		height: 200px;
		/*text-indent: -9999px;*/
	}
	#header h1 {
		margin: 0;
		color: #000000;
	}

	#header h1 a {
		text-decoration: none;
	}

	#header h1 a:hover {
		color: #fff;
	}

	#header a{
		margin: 0;
		color: #444;
		text-decoration: underline;
	}
	
	#header a:hover{
	color: #ccc;
	}

	
	#header p {
		margin: 95px 0 0 0;
		font-family: Georgia;
		font-style: italic;
		font-size: 16px;
	}
	
		}


	#grid-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* Prevent flicker in grid area. Check header.php. */
	}

	#single-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* for single-page effect */
	}

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
}

	#footer-wrapper {
		background: none;
	}

	#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;
	padding: 0 15px 0 15px;
	background: transparent url(images/rule-white.gif) no-repeat 0 0;
	/*border-top: 1px solid #050505;*/
	/*background-color: #050505;*/
}



div.grid-item div.grid-image {
	margin-bottom: 1em;
}

div.grid-item div.wp-caption {
	display: none;
}

div.grid-item h2,
div.single-item h2 {
	margin: 0;
	display: none;
}

div.grid-item div.post-body,
div.single-item div.post-body,
div.single-item .comment-body p {
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
	color: #111;
 
}

p.post-meta,
p.comment-meta {
	margin-bottom: 0;
	display: none;
}

.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;
}

h2.comment-title {
	text-indent: -9999;	
}




/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */
.pagination {
	margin: 50px 0 0;
	font-size: 12px;
}
.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: #d9d9d9;
}
/* page-numbers hover color */
a.page-numbers:hover {
	color: #333333;
	background-color: #eeeeee;
}
#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 16px;
	padding-left: 0;
	display: none;
}
/*This shows the filters at the bottom of page*/
#sidebar2 {
	display: none;
	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: inline;
	padding-right: 5px;
}

li.current-cat {
	text-decoration: underline;
}

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	font-family: Georgia;
	float: left;
	margin: 0 5px 5px 0;
	width: 320px;
	padding: 5px 0 5px 0;
	background: transparent url(images/rule.gif) no-repeat 0 0;
	/*border-top: 1px solid #050505;*/
	/*background-color: #050505;*/
	/*display: none;*/
	font-style: italic;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #333333;
	background-color: #d9d9d9;
	/*display: none;*/
}

#sidebar2 li.widget div {
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 11px;
}

#sidebar2 li.widget ul li {
	list-style: none;
	float: left;
	padding-right: 8px;
	color: #333;
}

#sidebar2 li.widget ul li a{
	color: #050505;
	text-decoration: underline;
}

#sidebar2 li.widget ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

#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;
	display: none;
}

#commentform {
	margin: 0;
	padding: 0;
}
#commentform textarea {
	width: 99%;
	max-width: 640px;
}

/* for sidebar widget */

#searchform {
    width: 300px;
}
#searchform div {
	padding: 0;
	font-size: 12px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 0;
}

#respond {
	text-indent: -9999px;
	padding-top: 47px;
}

/* Top Nav */


ul#navTop{
	float:	right;
	margin:0;
	padding:18px 17px 0 0;
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
	}
ul#navTop li{
	display:inline;
	}

/* ---------- SC Player - Structure ---------- */

.sc-player{
  width: 100%;
  height: 28px;
  position: relative;
  margin: 0;
}

.sc-player ol, .sc-player li{
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* Artworks */

.sc-player .sc-artwork-list{
  display: none;
}

.sc-player .sc-artwork-list li{
  list-style-type: none;
  display: none;
}

.sc-player .sc-artwork-list li.active{
  list-style-type: none;
  display: block;
}

.sc-player .sc-artwork-list li img, .sc-player .sc-artwork-list li div{
  list-style-type: none;
  width: 100%;
  height: 100%;
}

/* controls */

.sc-player .sc-controls{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
}

.sc-player .sc-controls a{
  display: block;
  width: 20px;
  height: 20px;
}

.sc-player .sc-controls a.sc-pause{
  display: none;
}

.sc-player.playing .sc-controls a.sc-play{
  display: none;
}

.sc-player.playing .sc-controls a.sc-pause{
  display: block;
}

/* scrubber */

.sc-scrubber {
  position: absolute;
  left: -5000px;
  bottom: 0;
  height: 20px;
  width: 260px;
}

.sc-player:hover .sc-scrubber, .sc-player.playing .sc-scrubber {
  display: block;
  left: 25px;
}



.sc-scrubber .sc-time-span{
  height: 10px;
  margin: 5px;
  position: relative;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played{
  height: 10px;
  position: absolute;
  top: 0;
}

.sc-scrubber .sc-time-indicators{
  position: absolute;
  right: 0;
  top: -20px;
}

/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
  position: absolute;
  /*float: left;*/
  width: 92%;
  height: 100%;
  left: 15px;
  overflow: hidden;
}

.sc-player ol.sc-trackslist li{
  float: left;
  width: 95.5%;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  list-style: none;
}

/* Track info*/

.sc-player .sc-info{
  position: absolute;
  top: 10px;
  left: -5000px;
  width : 200px;
  padding: 5px;
  height: 450px;
  z-index: 500;
  margin-left: -40px;
}

.sc-player .sc-info.active{
  left: 25%;
  top: 5%;
}


.sc-player .sc-info-toggle{
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}

.sc-player .sc-info-toggle.active{
  left: -5000px;
}

.sc-player .sc-info-close{
  position: absolute;
  top: 10px;
  right: 20px;
}

/* utilities */

.sc-player .hidden {
  display: none;
}

.sc-player-engine-container{
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}

.sc-time-indicators{
display: none;
}


/* ---------- SC Player - Colors ---------- */

.sc-player {
  font: 12px Georgia;
  color: #111;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  margin-top: -8px;
  
}

.sc-player a {
  text-decoration: none;
  color: #DAD8D5;
}

/* scrubber */

.sc-scrubber {
  background-color: #e5e5e5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.sc-scrubber .sc-time-span {
  background-color: #e5e5e5;
}

.sc-scrubber .sc-time-span img {
  height: 10px;
  width: 100%;
  background-color: #000;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
  background-color: #e5e5e5;
  opacity: 0.4;
}

.sc-scrubber .sc-played {
  background-color: #000;
  opacity: 0.4;
}

/* controls */

.sc-player .sc-controls a {
  color: transparent;
  background: url('img/play.png');
}

.sc-player .sc-controls a:hover {
  background: url('img/play-hover.png');
}

.sc-player .sc-controls a.sc-pause {
  background: url('img/play.png');
}

.sc-player .sc-controls a.sc-pause:hover{
  background: url('img/play-hover.png');
}

.sc-player.playing .sc-controls a.sc-pause{
  background: url('img/pause.png');
}

.sc-player.playing .sc-controls a.sc-pause:hover{
  background: url('img/pause-hover.png');
}  

.sc-scrubber .sc-time-indicators{
  background: #fff;
  color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px;
  font-size: 0.4em;
  font-weight: normal;
  line-height: 12px;
}

/* Track listings*/

.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li:hover {
  padding: 7px;
  color: #000;
}

/*Player text colour*/
.sc-player ol.sc-trackslist li.active a {
  color: #666;
}

.sc-track-duration {
  text-align: right;
  float: right;
  padding: 0 5px;
  margin-left: 5px;
  display: none;
}

/* Track info*/

.sc-player .sc-info{
  background: #fff;
  opacity: 0.9;
}

.sc-player .sc-info-toggle{
  background: #fff;
  color: #003399;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 4px #ccc;
  -webkit-box-shadow: 1px 1px 4px #ccc;
  padding: 4px;
}

.sc-player .sc-info-toggle:hover{
  background: #003399;
  color: #eee;
}

.sc-player .sc-info-close{
  background: #003399;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
}

.post{
	padding: 0;
}

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}