@charset "utf-8";
/*
Theme Name: siderio.de based in tanzaku
Theme URI: http://www.tripleships.com/sample/
Description: Variable grid layout, easing effect on window resizing.
Version: 0.0.1
Author: Siderio.de.
Author URI: http://www.siderio.de
Tags: 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;
	font: 10px/1.3 Arial, Helvetica, sans-serif;
	color: #000;
	background: #CCC url(http://www.siderio.de/siderio/wp-content/themes/siderio.de/images/trama.png);
}
a {
	text-decoration: none;
	color: #000;
	background: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FF0;
	background: #00ACED;
}
/*h2 a {
	text-decoration: none;
	color: #FF0;
	background: #EA008A;
}
h2 a:hover {
	text-decoration: none;
	color: #FF0;
	background: #00ACED;
}*/
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 1em 0;
	font-weight: normal;
}
h1, h2, h3 {
	font-size: 12px;
}
h4, h5, h6 {
	font-size: 11px;
	padding-left: 5px;
	border-left: 5px solid #ccc;
}
h7 {
	font-size: 12px;
}
blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #f9f9f9;
}
pre {
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
}
fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
}
table {
	margin: 0;
	border: 0px;
}
th, td {
	padding: 2px;/*border: 1px solid #e9e9e9;*/
}
th {
	font-weight: normal;
}
td {
	vertical-align: top;
}
/* ---------- 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: 5px;
	color: #e9e9e9;
	text-align: center;
	background-color: #FF0899;
}
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;
}
/* ---------- Layout ---------- */

#top-container {
	margin: 20 auto;
	padding: 20px;
	background: white;
}
#container {
	margin: 20 auto;
	padding: 20px;
	background: url(http://www.siderio.de/siderio/wp-content/themes/siderio.de/images/back.png) no-repeat;
}
#header {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 16px;
	width: 310px;
	float: left;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	margin: 0;
}
#header p {
	margin: 0;
}
#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:  128px;
}
div.x2 {
	width:  256px;
}
div.x3 {
	width:  385px;
}
div.x4 {
	width: 512px;
}
div.single-item {
width: 617px;	
}
div.grid-item, div.single-item {
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 15px 15px 30px 15px;
	border: 0;
	background-color: #FF0;
}
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;/*background-image: url(http://www.siderio.de/siderio/wp-content/themes/siderio.de/images/trama.png);*/
	width: 580px;
}
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 */
.pagination {
	margin: 50px 0 0;
	font-size: 12px;
}
.pagination .page-numbers, .pagination .current {
	margin: 0 5px 0 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #000;
	background: #FF0;
}
.pagination .current {
	font-weight: bold;
	color: #00ACED;
	background: #FF0 url(http://www.siderio.de/siderio/wp-content/themes/siderio.de/images/trama.png);
}
.pagination .next, .pagination .prev {
}
/* page-numbers hover color */
a.page-numbers:hover {
	background-color: #00ACED;

}
#post-pagination {
	margin: 1em 0;
}
#post-pagination .prefix {
}
/* 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;
	background-color: #FF0;
}
#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;
}
/*_____*/
#sidebar3 {
	list-style: none;
	list-style-type: none;
	padding-left: 0;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#sidebar3 li.widget {
	display: block;
	overflow: hidden;
	/*float: left;*/
	margin: 0 5px 5px 0;
	width: 320px;
	padding: 0;
	border: 0;
}
#sidebar3 h7.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	
	font-size: 10px;
}
#sidebar3 li.widget div {
	padding: 0 10px;
}
#sidebar3 li.widget ul {
	margin: 0;
	padding: 0 10px;
}
#sidebar3 li.widget ul li {
	list-style: none;
}
#sidebar3 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: 320px;
	margin: 0px;
	padding: 0px;
}
#searchform div {
	padding: 0;
	font-size: 12px;
	left: -40px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
	border: 1px solid #ccc;
	background: #CCC url(http://www.siderio.de/siderio/wp-content/themes/siderio.de/images/trama.png);
}
#s { /* #searchform input#s */
	width: 170px;
	border: 1px solid #00ACED;
	background: #CCC;
	margin: 0;
}
