@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: #fff;
	margin: 0;
	padding: 0;
	color: #333;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 1.5em;
	overflow-x: hidden;
}

::selection {
	background: #efefef; /* Safari */
	}
::-moz-selection {
	background: #efefef; /* Firefox */
}


.bgtop {position: fixed; top: 0; left: 0; z-index: -1;}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
a:hover {
	color: #999;
		text-decoration: none;


}
a img {
	border: none;
}

.grid-image{	
margin-top: 20px;
	margin-bottom: 20px;}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	font-weight: normal;
}
h1{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h2,
h3 {
	font-size: 22px;
}

h2 a:hover, h3 a:hover{background: #efefef;color: #111;}


.titlebig{position: fixed; right:  -50px; top: -30px; width: 940px;text-align: right;z-index: 0;}
.titlebig h2{font-size: 300px; line-height: 0.3em; color: #efefef; margin: 0;}


h4,
h5,
h6 {
	font-size: 11px;
	padding-left: 5px;
	border-left: 5px solid #c4c4c4;
}

blockquote {
	margin: 0;
	padding: 10px;
	border-left: 1px solid #efefef;
	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-left: 25px;
	padding: 0;
	margin-bottom: 150px;
	margin-top: 60px;

}

	#header {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99;
		padding: 25px 0 15px 35px;
		width: 100%;
		background: #fff;
		border-top: 1px dotted #999;
		overflow: hidden;
	}
	#header h1 {
		margin: 0;
		color: #000000;
	}
	#header h1 a{
		margin: 0;
		color: #000000;
	}
	#header h1 a:hover{
		margin: 0;
		color: #000000;
		background: #efefef;
	}
	#header p {
		margin: 0;
	}
	
	#header img.logosmall{float: left;margin-right: 10px; margin-top: -5px;}
	

	.mainnav{position: absolute; top: 0; left: 335px; height: 50px;text-transform: uppercase;}
	.mainnav ul{list-style: none;float: left;color: #777;}
	.mainnav ul a{color: #777;}
	.mainnav ul a:hover, .mainnav ul a.active{color: #000;}
	

	.catnav{position: absolute; top: 25px; right: 75px; height: 55px;text-transform: uppercase;}


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

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

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0px 0 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 15px 15px 0;
	padding: 15px 15px 15px 15px;
	border: 0;
	background:transparent;
}

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

div.grid-item div.post-body,
div.single-item div.post-body,
div.single-item .comment-body p {
	font-size: 12px;
}

div.single-item .post-body p:first-child {  
}

.firstpost{}


div.single-item{width: 470px;z-index: 9;position: relative;}

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

.post-meta{
font-size: 12px;
line-height: 15px;
color: #777;

}

.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 */

#grid-pagination{margin-left: 15px;}

.pagination {
	margin: 50px 0 0;
	font-size: 12px;
		font-weight: bold:

}
.pagination .current {
	color: #111;
	font-weight: bold:
	background-color: #333;
}
.pagination .next, 
.pagination .prev {
}

.pagination .page-numbers{
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-decoration: none;
	background: #efefef;
}
/* page-numbers hover color */
a.page-numbers{
color: #777;
}

a.page-numbers:hover {
	color: #333333;
	background-color: #ededed;
}
#post-pagination {
	margin: 1em 0;
	color: #777;
}
#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: 50px 0 50px 16px;
	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: inline;
	padding-right: 5px;
}

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

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	width: 320px;
	padding: 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #333333;
}

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

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

#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: 12px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
}

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


/* ---------- jScrollPane ---------- */


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


.breadcrumb{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		padding: 10px 0 10px 40px;
		width: 100%;
		background: #ededed;
		-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;
		border-bottom: 1px dotted #999;
		overflow: hidden;
		}
		
		
.about-box{position: static; float: right; top:15px; right: 15px; width: 275px; height: 300px; background: transparent; padding-left: 10px;}
		
		
.secondary{position: absolute; left: 575px; top: 65px; text-align: left; }

