@charset "utf-8";
/*
Theme Name: tanzaku8
Theme URI: https://www.tripleships.com/sample/
Description: Variable grid layout, easing effect on window resizing.
Version: 1.1.8
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 {
	background-color: #efedea;
	margin: 0;
	padding: 24px 24px 0 24px;
	color: #222;
	font-family: Times,Georgia,Baskerville,Palatino;
	font-size: 100%;
	line-height: 1.3;
}

html { font-size:.875em;  }

*:focus { outline:0; }
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #222;
	text-decoration: none;
}
a img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
}
h1 {
	font-size: 2.333em;
	font-weight: regular;
}

h2 { font-size:1em; font-family:Times, serif; color:#333; }
#single-wrapper h2, #hotnews h2 { font-size:1.6em; font-family:Times, serif; color:#222; margin-top:-4px; }

h2 a:link { text-decoration:none; color:#222; }
h2 a:visited { text-decoration:none; color:#222; }
h2 a:hover { text-decoration:none; color:#222; }
h2 a:active { text-decoration:none; color:#222; }

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


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

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

#container {
	position:relative;
	margin: 0;
	padding: 0 0 100px 0;
	min-height:430px;
}

	#header {
		margin: 0;
		position:fixed;
		width:136px;
		background:#000;
	}
	#header h1 {
		margin: 0;
		color: #ccc;
	}
	#header h1 a{
		margin: 0;
		color: #ccc;
	}
	#header p {
		margin: 0;
	}

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

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

#bottom-container {
    position:relative; bottom:0px;
	clear: both;
	width: 100%;
}

	#footer-wrapper {
		background: none;
	}

	#footer {
		margin: 130px 0 0 0;
	}
	#footer p {
		margin: 0 0 0 137px;
		padding: 0;
		color: #666;
		font-size:1em;
	}
	
#footer p a:link, #footer p a:visited,#footer p a:hover,#footer p a:active {
		margin: 0;
		padding:0;
		color: #666;
		font-size:1em;
	}
		
hr.footerline { background-color:#444; width:135px; height:1px; border:0; float:left; }





/* ---------- 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:  280px; height:300px; }
div.x2 { width:  280px; height:300px; } /* original: 595px und ohne height!!  */
div.x3 { width:  910px; }
div.x4 { width: 1225px; }

div.grid-item  {
	/* overflow: hidden; */
	margin: 0 1px 1px 0px;
	padding: 0;
	border: 0;
	background-color: #fff;
}

div.single-item {
	/* overflow: hidden; */
	margin: 0 1px 1px 0px;
	padding: 24px;
	border: 0;
	background-color: #fff;
}



div.single-item div.post-body { width: 700px;}
/* div.single-item div.post-body *:not(.trenner) { padding-right:100px; } */


div.grid-item h2.post-title,
div.single-item h2.post-title {
	margin: 0;
	padding-left: 0;
	border-left: 0;
	font-weight: normal;
}

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

#grid-pagination {
	margin: 50px 0 0 150px;
	font-size: 1em;
}


#grid-pagination a.page-numbers {
	float:left;
	height: 31px;
	width: 41px;
	display:block;
	background:url("images/pager-inactive.png") no-repeat;
	color:#666;
	text-align:center;
	text-decoration: none;
	padding-top:12px;
	margin-right:12px;
}

#grid-pagination a.page-numbers:hover {
	height: 31px;
	width: 41px;
	display:block;
	background:url("images/pager-active.png") no-repeat;
	color:#333;
	text-align:center;
	text-decoration: none;
	padding-top:12px;
}

#grid-pagination span.current {
	float:left;
	height: 31px;
	width: 41px;
	display:block;
	background:url("images/pager-active.png") no-repeat;
	color:#333;
	text-align:center;
	padding-top:12px;
	margin-right:12px;
}


#grid-pagination a.next,  #grid-pagination a.prev {
	height: 31px;
	width: 41px;
	display:block;
	background:url("images/pager-inactive.png") no-repeat;
	color:#666;
	padding-top:12px;
}

#grid-pagination a.next:hover,  #grid-pagination a.prev:hover {
	
	background:url("images/pager-active.png") no-repeat;
	color:#333;
}





/* Sidebar */
img.navigationimage {margin-top:192px; }

li.current-cat a, li.current_page_item a  {
	border-bottom:dotted 1px #000;
	padding-bottom: 0px; 
}

ul#sidebar1 { margin:0 0 0 0;padding:0; text-align:center;font-family: Helvetica, sans-serif;text-transform:uppercase; line-height:.9em; }
ul#sidebar1 ul { margin:0;padding:0; text-align:right; font-family: Helvetica, sans-serif;}

#header ul li ul li { margin-bottom: 5px; }

ul#sidebar1 li.widget {
	display: block;
	overflow: hidden;
	width: 135px;
	padding: 0px 0 0 0;
	border: 0;
}

ul#sidebar1 li.sidebarfooter {  
list-style:none; font-size: 0.9em; line-height:1.3; height:170px;text-transform:none; margin-top:10px; }

li.mailme { text-align:right; margin-bottom:20px; }
a.maillink { font-size: 0.929em; margin-right:10px; }

ul#sidebar1 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #000;
	background-color: #d9d9d9;
}

ul#sidebar1 li.widget div {
	padding: 0 10px;
	font-size: 1em;
}

ul#sidebar1 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 0.9em;
}

ul#sidebar1 li.widget ul li {
	list-style: none;
}
ul#sidebar1 ul.children ul li {
	list-style: none;
}


hr.sidebarline { width:75%;height:1px; color: #000; background-color: #000; border:0;margin-bottom:15px; }


div#header ul li a:link, div#header ul li ul li a:link { color:#000; text-decoration:none; }
div#header ul li a:visited, div#header ul li ul li a:visited { color:#000; text-decoration:none; }
div#header ul li a:hover, div#header ul li ul li a:hover { color:#000; text-decoration:none; }
div#header ul li a:active, div#header ul li ul li a:active { color:#000; text-decoration: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;
}




/* *** Custom Styles *** */

h1.headline { text-indent:-9999px; line-height:0; margin:0; padding:0; }

div.gridheadline,div.error { padding:0px 10px 0px 24px; height:115px;}
div.gridheadline p.post-meta,div.gridheadline p.post-meta a { font-size:.917em; }
div.gridheadline h2, div.error h2 { font-size:1.357em; color:#333; padding-top: 21px;  } 
div.error { display:block; width:266px; height:280px;}
div.error:hover {background:#fff !important;cursor:default !important;}
div.grid-item:hover { background:#ddd;cursor:pointer; }
div.hotnews:hover { background:#fff !important;cursor:default !important; }

#punktestand { position:relative; width:844px; clear:both; margin-top:50px; text-align:center; font-size:1.3em; color:#808080; }
span.current_article { color:#fff; }

div.hotnews { border:24px solid #ddd; height:252px !important; width:232px !important; }

img.logo { margin-top:24px; }

hr.trenner { border:0; width:100%; height:1px; color:#000; background-color:#000; margin-left:-24px; }

#sidebar-footer { 
background-color:#000;padding-top:140px;color:#444;
font-family: Times, serif;
text-align:center; 
font-size: 1em;
}
#sidebar-footer a {color:#444;}
#sidebar-footer p {width:100%; text-align:center;}
div.galleryview { margin-top:17px;}

div.single-item div.post-body > iframe {margin-top:18px;}

