@charset "utf-8";
/*
Theme Name: tanzaku
Theme URI: http://www.tripleships.com/sample/
Description: Variable grid layout, easing effect on window resizing.
Version: 1.1.1
Author: TRIPLESHIPS Inc.
Author URI: http://www.tripleships.com/
Tags: silver, light, 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 {
	margin: 0;
	padding: 0;
	color: #333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	background:#fff url(images/pat.gif) repeat
}

a {
	text-decoration: none;
	color: #EC165B;
}
a:hover {
	color: #333;
}
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: 12px;
	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;
}


/* ---------- Layout ---------- */

#top-container {
	margin: 0 auto;
	padding: 5px;
	background: white;
}

#container {
	margin: 0 auto;
	padding: 0;
	min-width:980px
}

#header-wrapper{ border-bottom:1px solid #C3C3C3; padding:20px 0; margin:30px 0}

	#header {
		width:250px; 
		float:left
	}
	#header h1 {
		margin: 0;
		color: #333;
	}
	#header h1 a{
		margin: 0;
		color: #333;
	}
	#header p {
		margin: 0;
		font-size:12px;
		color:#EC165B
	}

	#grid-wrapper {
		margin: 0;
		padding: 0;
		clear:both;
		 /*padding-top: 1000px; Prevent flicker in grid area. Check header.php. */
	}

	#single-wrapper {			
		margin: 0 auto;
		padding: 0;
		width:980px;
		clear:both;
		/*padding-top: 1000px;  for single-page effect */
	}
#custom-comment{ float:left; background-color:#D9D9D9;-moz-border-radius:0 20px; border-radius:0 20px; margin-bottom:20px}
#custom-comment .single-item{ background:none}
#bottom-container {
	clear: both;
	margin: 0 auto 30px;
	background-color:#D9D9D9;
	-moz-border-radius:0 0 0 20px; border-radius:0 0 0 20px
}

	#footer-wrapper {
		background: none;
	}

	#footer {
		margin: 0 auto;
	}
	#footer p {
		margin: 0;
		padding: 10px;
		text-align:center;
	}
	
	
	

/* ---------- 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; } Gozde*/
.x1 { width:  320px; }
.x2 { width:  615px; }
.x3 { width:  940px; }
.x4 { width: 1265px; }

.grid-item,
.single-item {
	overflow: hidden;
	margin: 0 5px 20px 0;
	/*padding: 15px 15px 30px 15px; Gozde*/
	border: 0;
	background-color: #d9d9d9;
	-moz-border-radius:0 20px; border-radius:0 20px
	
}
.grid-item{ padding:0}
.single-item {width:600px; float:left }

#custom-comment div.single-item {clear:left; padding:15px; width:270px; }
.grid-item h2.post-title,
.single-item h2.post-title {
	margin: 0;
	/*padding-left: 0; Gozde*/
	border-left: 0;
	font-size:18px
}
/*Colorful boxes*/
.post{-moz-border-radius:0 20px; border-radius:0 20px }

.post0 { background-color:#FFAFCB}
.post1 { background-color:#f7d325}
.post2 { background-color:#95DEEF}
.post3 { background-color:#C795EF}
.post4 { background-color:#E4EF68}
.post5 { background-color:#e98723}
.post6 { background-color:#FFF55F}
.post7 { background-color:#37B3DF}
.post8 { background-color:#ACCD37}
.post9 { background-color:#DBAFFF}

.post0 a{ color:#EC165B}
.post1 a{ color:#F69322}
.post2 a{ color:#1A9AC9}
.post3 a{ color:#662D91}
.post4 a{ color:#798F2C}
.post5 a{ color:#E7212A}
.post6 a{ color:#EF870E}
.post7 a{ color:#0F6888}
.post8 a{ color:#687F17}
.post9 a{ color:#662D91}

.post0 h2,.post0 h3,.post0 h4,.post0 h5{ border-color:#EC165B}
.post1 h2,.post1 h3,.post1 h4,.post1 h5{ border-color:#F69322}
.post2 h2,.post2 h3,.post2 h4,.post2 h5{ border-color:#1A9AC9}
.post3 h2,.post3 h3,.post3 h4,.post3 h5{ border-color:#662D91}
.post4 h2,.post4 h3,.post4 h4,.post4 h5{ border-color:#798F2C}
.post5 h2,.post5 h3,.post5 h4,.post5 h5{ border-color:#E7212A}
.post6 h2,.post6 h3,.post6 h4,.post6 h5{ border-color:#EC165B}
.post7 h2,.post7 h3,.post7 h4,.post7 h5{ border-color:#1A9AC9}
.post8 h2,.post8 h3,.post8 h4,.post8 h5{ border-color:#E7212A}
.post9 h2,.post9 h3,.post9 h4,.post9 h5{ border-color:#662D91}


h2.post-title{ background-repeat:repeat; padding:10px 15px; -moz-border-radius:0 20px; border-radius:0 20px;margin-bottom:16px; background-image:url(images/stripe/gray.png); color:#fff; padding-left:14px; font-weight:bold }
.post h2.post-title a{ color:#fff; font-weight:bold; font-size:16px }
.post0 h2.post-title{ background-image:url(images/stripe/pink.png) }
.post1 h2.post-title{ background-image:url(images/stripe/dark-yellow.png) }
.post2 h2.post-title{ background-image:url(images/stripe/blue.png) }
.post3 h2.post-title{ background-image:url(images/stripe/dark-purple.png) }
.post4 h2.post-title{ background-image:url(images/stripe/green.png) }
.post5 h2.post-title{ background-image:url(images/stripe/red.png) }
.post6 h2.post-title{ background-image:url(images/stripe/yellow.png) }
.post7 h2.post-title{ background-image:url(images/stripe/dark-blue.png) }
.post8 h2.post-title{ background-image:url(images/stripe/dark-green.png) }
.post9 h2.post-title{ background-image:url(images/stripe/purple.png) }


.grid-item .grid-image {
	margin-bottom: 1em;
}

.grid-item .wp-caption {
	display: none;
}

.post-body p,
.comment-body p {
	font-size: 12px;
}

.post-body p img,
.post-body p object {
	max-width: 100%;
	padding: 0;
}

p.post-meta,
p.comment-meta {
	margin-bottom: 0	
}

.post-meta,.post-body,.grid-image{padding:0px 15px 15px 15px; clear:both; font-size:12px} /*Gozde*/

.post-body ul{ padding-left:16px; margin-left:0}
.post-body li{ font-size:inherit}

.comment-list .navigation {
	margin: 10px 0;
}
.comment-list .navigation a {
	margin-right: 10px;
}

.comment-list ul {
	margin: 0 0 10px 0;
	padding:0
}
.comment-list ul li{ list-style-type:none}

.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: 12px;
	text-align:center;
	background:#D9D9D9;
	padding:10px;
	border-bottom:1px solid #c3c3c3;
	-moz-border-radius:0 20px 0 0; border-radius:0 20px 0 0
}
.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;
	font-size:24px
}
/* 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;
	padding-left: 0;
	width:522px;
	*width:526px;
	float:right;
}
#sidebar2-wrapper{ width:100%; background-color:#D9D9D9; border-top:1px solid #ebebeb; padding-top:20px}
#sidebar2 {
	list-style: none;
	list-style-type: none;
	padding-left: 0;
	width:710px;
	margin:0 auto
}

#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: 230px;
	height:390px;
	border: 0;
	background-color:#CFCFCF;
	-moz-border-radius:0 10px 0 20px; border-radius:0 10px 0 20px;	
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #333333;
	background-color: #C4C4C4;
	background-position: 97% 50%; 
	background-repeat:no-repeat;
	height:32px; 
	line-height:32px;
	-moz-border-radius:0 10px; border-radius:0 10px;
	border:0
}

#sidebar2 li.widget #ff-activity,#sidebar2 li.widget #flickr,#sidebar2 li.widget #vimeo-badge-widget-3,#sidebar2 li.widget #lastfm-1 {
	/*padding: 0 10px;
	font-size: 12px;*/
	padding:0 10px 10px 10px
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul li {
	list-style: none;
	text-align:center
}
#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: 250px;
}
#searchform div {
	padding: 0;
	font-size: 12px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit,#submit {
	display: inline;
	background-color:#AFAFAF;
	height:22px;
	line-height:22px;
	color:#fff;
	border:0;
	-moz-border-radius:0 6px; border-radius:0 6px;
		
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 0;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*widgets*/
#sidebar2 #ffactivity h2.widgettitle{ background-image: url(images/icon/friendfeed.png)}
#sidebar2 #flickr h2.widgettitle{ background-image: url(images/icon/flickr.png)}
#sidebar2 #vimeo-badge-widget-3 h2.widgettitle{ background-image: url(images/icon/vimeo.png)}
#sidebar2 #lastfm-1 h2.widgettitle{ background-image:url(images/icon/lastfm.png)}

h2.widgettitle a{ display:block; }
#sidebar2 h2.widgettitle a{ color:#666}
#sidebar2 h2.widgettitle a:hover{ color:#EC165B}


.widget_search{ float:left; padding-left:40px}
.widget_pages{float:left}
.widget_pages a{ font-size:14px;}


/*extra*/
.comment-author-morzrompet{ background-color:#f1f1f1}
#sidebar2 li.widget ul li.lastfm-item{ text-align:left; padding-bottom:5px}


/*comment*/
#commnent{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
#error {
	color:red;
	font-size:10px;
	display:none;
}
.needsfilled {
	background:#EC165B;
	color:white;
}

.page-template #custom-comment{ display:none}
.page-template .single-item{ width:900px}

#loader{width:100%; font-size:20px; text-align:center; margin-top:100px}
