/*
Theme Name:		itst.net 
Theme URI:		http://itst.net/
Description:	Simple black and white WordPress 3.0 theme with postthumb support, clean code and versatile css.
Version:		1.0
Author:			Sascha A. Carlin
Author URI:		http://itst.net/itst
Tags: 			white, black, two-columns, fixed-width, right-sidebar, theme-options, light, sticky-post
*/

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-size: 1em;
	line-height: 1.5;
	color: black;
	background: white;
	background-image: url(http://cdn1.itst.net/themes/itst.net/images/bg.gif);
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* */

/* margins, widths and heights */
.tools {
	display: none;
}

#container {
	margin: 0 auto;
	width: 900px;
}

#content {
	width: 620px;
	float: left;
	margin-right: 30px;
}

#sidebar {
	width: 250px;
	float: left;
}

#masthead {
	margin: 15px 0 30px 0;
}

#comments  h3{
	margin-top: 15px;
}

.entry p, .entry, blockquote, .entry ol, .entry ul {
	margin-bottom: 7px;
}

.entry p, .post .entry, .post blockquote, .entry ol, .entry ul {
	margin-bottom: 15px;
}

ol ul, ul ol {
	margin-left: 30px;
}

.entry-title {
	margin-bottom: 15px;
	line-height: 1;
}

.widget {
	margin-bottom: 30px;
}

.first-title {
	margin-bottom: 4px;
}

.second-entry {
	height: 150px;
	margin-left: 165px;
	padding-right: 15px;
}

.second-img {
	float: left;
}

.previous {
	float: left;
}

.next {
	float: right;
}

.clear {
	clear: both;
}

.depth-2 {
	margin-left: 45px;
}

/* fonts and stuff */
body, input, select {
	font-family: Calibri, sans-serif;
	color: #000;
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

#sidebar h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.8em;
}

.entry {
	font-size: 1.2em;
}

blockquote:before {
	content: open-quote;
	margin-right: 7px;
	font: normal 150%/1 bold sans-serif;
	color: #fff;
}
blockquote:after {
	content: close-quote;
	margin-left: 7px;
	font: normal 150%/1 bold sans-serif;
	color: #fff;
}

q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}

blockquote, q {
	quotes: "„" "“" "‚" "‘";
}

/* All Links */
a {
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 0 7px;
	border: thin solid #ddd;
	-moz-border-radius: 7px;
	-webkit-border-radius 7px;
	border-radius: 7px;
}

#masthead a, .first a {
	padding: 0;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius 0px;
	border-radius: 0px;
}

a:hover, a:active {
	color: #fff;
	background: #000;
}

.widget li a {
	display: block;
}

.first a:hover {
	background: #000;
	color: #fff;
}

.first a {
	background: none;
	color: #fff;
}

a.second {
	background: none;
	color: #000;
}

a.second:hover{
	background: #000;
	color: #fff;
}

/* Lists */
.entry ol {
	list-style: lower-alpha inside;
}

.entry ul {
	list-style: square inside;
}

.widget li {
	margin-bottom: 7px;
	line-height: 1.2em;
}

li.comment {
	margin-bottom: 15px;
}

/* Designs */
em {
	font-style: italic;
}

strong {
	font-weight: bolder;
}

#masthead a {
	padding: 5px;
	color: #fff;
	background: #000;
}

.first {
	margin-bottom: 45px;
	line-height: 1.25;
}

.first-inner {
	position: relative;
	padding: 7px;
	top: 125px;
	height: 111px;
	background: url(http://cdn1.itst.net/themes/itst.net/images/entryback.png);
	color: #fff;
}

.first-date {
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

blockquote {
	margin: 0 30px;
	font-style: italic;
	background: silver;
	padding: 7px;
	color: #333;
}

.odd {
	background-color: #efefef;
}

.poco {
	margin-left: 7px;
}

.bypostauthor {
	background: url(http://cdn1.itst.net/themes/itst.net/images/entryback.png);
	color: #fff;
	padding: 7px 7px 0 7px;
}

img {
	vertical-align: sub;
}

img.alignright {
	float: right;
	margin-left: 15px;
        margin-bottom: 15px;
}

img.alignleft {
	float: left;
	margin-right: 15px;
        margin-bottom: 15px;
}

/* Forms */
.add-comment label {
	display: block;
	float: left;
	width: 175px;
}

input#submit {
	margin-left: 175px;
}

.add-comment textarea {
	width: 439px;
}
	
/* Style for screens smaller than or 768px */
@media screen and (orientation:portrait) {
	#container { width: 620px; }
	.tools { display: block; margin-bottom: 30px;}
	#content { float: none; margin-right: 0px; }
	#sidebar { margin-top: 30px; width: 620px; }
	.widget { width: 300px; }
	.widget:nth-child(even) { margin-left: 20px; float: right; }
}
/* Style for pads with rotatable screens */
@media screen and (orientation:portrait) {
	
}

/* Print Style */
@media print {
	body { background: none !important; }
	#comments, .previous, .next, #sidebar, #yarpp_h, #yarpp_l { display: none; }
	body, #container, #masthead, #content_box, #content { width: 620px; clear: both; float: none; margin: 0; padding: 0; }
	#masthead { margin-bottom: 12pt; }
	#masthead h1 { padding: 0; margin: 0; }
	#container { margin: 40pt 20pt 40pt 30pt; }
	h4.first-date:after { content: " - " attr(title) ""; text-transform: lowercase; }
	.entry a:link:after, .entry a:visited:after { content: " (" attr(href) ") "; color: #333 !important; }
	.entry p { orphans: 3; widows: 3; color: #000 !important; }
	#content:after { content: "Dieser Inhalt von itst.net zu den Bedingungen einer Creative Commons-Lizenz veröffentlicht: http://creativecommons.org/licenses/by-nc-sa/3.0/de/"; }
}