@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.4
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-color: #fdfdfd;
	margin: 0;
	padding: 25px 0 60px 40px;
	text-rendering: optimizeLegibility;

}

a {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	color: #000000;
}
a img {
	border: none;
}


h1 {
	color: #919191;
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	text-rendering: optimizeLegibility;
}

h1 a{
	text-decoration: none;
	color: #000;
	
}


h2,
h3,
h6 {
	word-spacing: 0.1em;
	padding-bottom: 3px;
	font: bold 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

h4 {
	word-spacing: 0.1em;
	font: bold 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding-top: 0;
	margin: 0 0 30px;
	color: #3f3f3f;
}

h5 {
	word-spacing: 0.1em;
	font: bold 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding-top: 20px;
	color: #3f3f3f;
	        border-top:1px solid #DDD;
	margin: 0 0 30px;
}

h0 {
	word-spacing: 0.1em;
	font: 11px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

h3 {
	word-spacing: 0.1em;
	letter-spacing: 0.08em;
	font-size: 1.1em;
	padding-bottom: 3px;
}

blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #F6F6F6;
	color: #666666;
}

pre {
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
	color: #666666;
}

fieldset {
	border: 1px solid #999999;
	padding: 10px;
}

table {
	margin: 1em 0;
	border: 1px solid #999999;
}
th, td {
	padding: 2px 4px;
	/*border: 1px solid #e9e9e9;*/
}
th {
	background-color: #71747f;
	font-weight: normal;
}
td {
	background-color: #7b7f8b;
}

/* ---------- 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 {
}

.wp-caption-text {
	margin: 0 0 5px;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

/* ---------- Layout ---------- */

#top-container {
	margin: 0;
	padding: 5px;
	background: white;
}

#container {
	margin: 0;
	padding: 0 10px 0 10px;
        width:930px !important;
}

	#header {
width:930px;
		margin: 0;
padding:0 10px 0 10px;
	}

	
	#header p {
		margin: 0;
	}

	#grid-wrapper {
                width:930px !important;
		margin: 30px 0 0 0;
		padding: 0;
		padding-top: 1000px; /* Prevent flicker in grid area. Check header.php. */
                clear:both;
	}

	#single-wrapper {
		width:930px !important;
		margin: 20px 0 0;
		padding: 0;
		padding-top: 1000px; /* for single-page effect */
                clear:both;
}

#bottom-container {
	clear: both;
	width: 910px;
	margin: 0 0 0 20px;
	border-top:1px solid #DDD;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-right: 0;
}

	#footer-wrapper {
		background: none;
			font: 11px/14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #5e5e5e;
}

	#footer {
		margin: 0;
	height: 20px;
	display: block;
}
	#footer p {
		margin: 0;
		padding: 0;
	}

/* ---------- 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.single-item {
    width:910px !important;
	overflow: hidden;
	margin: 0 10px -10px;
    border-bottom:1px solid #DDD;
	padding: 0;
	font: 11px/14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #5e5e5e;
}

div.single-item img {
	margin-top: 0;
	margin-right: 0;
}

.gi_title {margin: 0;}

.si_info {width:290px !important; margin-right: 20px;
	float: left;
}
.si_title {width:290px !important;
	float: left;
	padding-bottom: 30px;
	margin-right: 20px;
	margin-top: 0;
	margin-left: 0;
}
.si_body { width:290px;
	margin-right: 20px;
	float: left;
	clear: both;
}
.si_pics {width: 600px; float:right;
	margin-bottom: 30px;
}

.si_page {width: 600px; float:right;
	height: auto;
}


.f_body { width:290px !important;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}



div.grid-item {
	overflow: hidden;
	margin: 0 10px 20px;
	padding: 0;
	border: 0;
	font: 11px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

div.grid-item div.grid-image {
	margin-bottom: 8px;
}


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 p.post-meta { width:290px; float:left; margin: 0 2px 0 0;font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

div.grid-item p.post-meta {width:290px; float:left; margin: 0;font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;

	
}

div.grid-item p.post-meta a{color: #656566; font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;

}

div.grid-item p.post-meta a:hover{color: #313131; font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.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 #979aa3;
}

.comment-list ul.children {
	list-style: none;
}
.comment-list ul.children li {
	border-left: 5px solid #979aa3;
	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 ---------- */



/* 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 10px 0 10px;
        clear:both;
        width:910px !important;
        border-top:1px solid #DDD;
	padding: 20px 0;
}



.textwidget {width:930px !important;  padding:0 0 30px 0; margin:0;}

#sidebar2 .textwidget {width:290px !important;  padding:0 !important; margin:0 20px 0 0 !important;}

.titlestuff {width:450px; float:left; padding:0 0 60px 0;}
.contactstuff {width:145px; float:right;}

#sidebar2 {
	list-style: none;
	list-style-type: none;
        margin:0 10px 0 10px;
        padding: 0;
        clear:both;
        width:910px !important;
        border-top:1px solid #DDD;
}

#sidebar3 {
	list-style: none;
	list-style-type: none;
        width:920px !important;
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar3 ul {
	list-style: none;
	margin: 0;
	padding: 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;
}

li.current-cat {
	text-decoration: underline;
}

#sidebar2 li.widget {
	display: inline;
	overflow: hidden;
	float: left;
	margin:0 20px 0 0;
	width: 290px;
	padding: 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	color: #fff;
	background-color: #7b7f8b;
	padding-left: 10px;
	padding-right: 10px;
}

#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;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	bottom: -22px;
}

.nivo-caption p {
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left: 5px;
}
.nivo-nextNav {
	right: 5px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom: -20px;
	right: 0;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background: url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

#slider {
	position:relative;
	margin-bottom: -10px;
	font: bold 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;

}

#slider a{
	display:block;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/* horizontal nav */

.navl {
	word-spacing: 0.1em;
	font: 11px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	float: left;
	margin: 0 0 5px 10px;
	padding: 0;
}


ul.nav li {
list-style:none;
	margin-right: 10px;
	float: right;
}

ul.navl li {
list-style:none;
	float: left;
}

.navr {
	word-spacing: 0.1em;
	font: 11px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	float: right;
	margin-top: 0;
	margin-bottom: 5px;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
}

ul.navr li {
list-style:none;
float: right;
	margin-right: 10px;
}

.navl a:hover{
	color: #ff4765;
}

.navr a:hover{
	color: #ff4765;
}

.navr a:current{
	text-decoration: underline;
}



/* boxes */

.b1, .b2, .b3 {
		color: #3f3f3f;

}

.b1 {
	width: 290px;
	margin-right: 20px;
	float: left;
	margin-top: 0;
	margin-bottom: 10px;
}

.b1:hover {
	color: #000;
}

.b1:hover h4{
	color: #ff4765;
}

.b1:hover h5{
	color: #ff4765;
}

.b1:hover strong{
	color: #ff4765;
}


.b2 {
	width: 290px;
	margin-right: 20px;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	height: auto;
}

.b2:hover {
	color: #000;
}

.b2:hover h4{
	color: #ff4765;
}

.b2:hover h5{
	color: #ff4765;
}

.b2:hover strong{
	color: #ff4765;
}


.b3 {
	width: 290px;
	margin-right: 0;
	float: right;
	margin-top: 0;
	margin-bottom: 20px;
	height: auto;
}


.b3:hover {
	color: #000;
}

.b3:hover h4{
	color: #ff4765;
}

.b3:hover h5{
	color: #ff4765;
}

.b3:hover strong{
	color: #ff4765;
}

.b4 {
	width: 290px;
	margin-right: 0;
	float: right;
	margin-top: 0;
	margin-bottom: 20px;
	height: auto;
}


.b4:hover {
	color: #000;
}

.b4:hover h4{
	color: #ff4765;
}

.b4:hover h5{
	color: #ff4765;
}

.b4:hover strong{
	color: #ff4765;
}

.b4:hover a{
	color: #ff4765;
}


.twitter{
	float: left;
	padding-right: 20px;
	background: url(http://graphicid.de/twitter.png) no-repeat;
	width: 88px;
	height: 88px;
}

.b4:hover .twitter{
	background: url(http://graphicid.de/twitter2.png) no-repeat;
}

#sign{
	float: left;
	padding-right: 20px;
	background: url(images/sign.png) no-repeat 0 -40px;
	width: 88px;
	height: 88px;
}

.aktt_tweet_time {
	font-style: italic;
}

.liner {
	width: 910px;
	height: 300px;
	background-color: #98f0ff;
	z-index: 1;
	margin-bottom: 20px;
}

