/*
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, media, css3, html5
*/

/* 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: #fff;
}
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: 960px;
}

#content input, #content select, #content textarea {
	width: 600px;
}

#content, .form_submit {
	width: 620px !important;
	float: left;
	margin-right: 90px;
}

#sidebar, #sidebar select {
	width: 250px;
	float: left;
}

#sidebar input {
	width: 230px;
}

#masthead {
	margin: 30px 0 45px 0;
}

#comments  h3 {
	margin-top: 15px;
	margin-bottom: 7px;
}

.entry p, .entry, .entry-title, blockquote, .entry ol, .entry ul, .add-comment, .entry li {
	margin-bottom: 1em;
}

#nav {
	height: 28px;
}

.post, #nav, .widget, .commentlist, #comments {
	margin-bottom: 45px;
}

ol ul, ul ol {
	margin-left: 30px;
}

.entry-title {
	line-height: 1;
}

.first-title {
	margin-bottom: 4px;
}

.second-entry {
	height: 150px;
	width: 450px;
	float: left;
}

.first-img {
	width: 620px;
	height: 250px;
	border-top-right-radius: 45px;
	-moz-border-radius-topright: 45px;
	-webkit-border-top-right-radius: 45px;
}

.second-img {
	float: right;
	width: 150px;
	height: 150px;
	border-top-right-radius: 30px !important;
	-moz-border-radius-topright: 30px !important;
	-webkit-border-top-right-radius: 30px !important;
}

.next a, .previous a {
	width: 136px;
	display: block;
}

.next {
	float: right;
}

.previous {
	float: left;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

/* fonts and stuff */
@font-face {
    font-family: 'DeliciousRoman';
    src: url('font-delicious/delicious-roman-webfont.eot');
    src: url('font-delicious/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-delicious/delicious-roman-webfont.woff') format('woff'),
         url('font-delicious/delicious-roman-webfont.ttf') format('truetype'),
         url('font-delicious/delicious-roman-webfont.svg#DeliciousRoman') format('svg');
    font-weight: normal;
    font-style: normal;
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
}

body, input, select, textarea {
	font-family: 'DeliciousRoman', 'Lucida Grande', 'Myriad Pro', 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, .next, .previous {
	font-size: 1.2em;
}

.comment-wrapper .entry {
	font-size: 1.0em;
}

blockquote:before {
	content:  "„";
	margin-right: 7px;
	font: normal 150%/1 bold sans-serif;
	color: #aaa;
}
blockquote:after {
	content: "“";
	margin-left: 7px;
	font: normal 150%/1 bold sans-serif;
	color: #aaa;
}

q:before {
	content: "„";
}
q:after {
	content: "“";
}

blockquote, q {
	quotes: "„" "“" "‚" "‘";
}

blockquote em {
	font-style: normal;
}

code {
	font-family: Consolas, monospace;
}

/* All Links */
a {
	text-decoration: none;
	color: #000;
	background: #ddd;
	padding: 0 4px;
	border: thin solid #ddd;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

a:hover, a:active {
	border: thin solid #aaa;
}

a>img, #masthead a, .first a, .addthis_toolbox a {
	padding: 0;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.addthis_toolbox a {
	background: none;
}

.widget a {
	display: block;
}

.first a:hover {
	background: #333;
	color: #fff;
}

.first a {
	background: none;
	color: #fff;
}

a.second {
	background: none;
	color: #000;

}

a.second:hover{
	background: #333;
	color: #fff;
}

.previous a, .next a {
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}

.previous a {
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

.next a {
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}


/* 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;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

.first {
	margin-bottom: 45px;
	line-height: 1.25;
}

.first-inner {
	position: relative;
	padding: 7px;
	top: 120px;
	height: 116px;
	background: url(http://cdn1.itst.net/themes/itst.net/images/entryback.png);
	color: #fff;
}

.first-date, .entry-date {
	padding-bottom: 4px;
	margin-bottom: 2px;
}

.first-date {
	border-bottom: 1px solid #ddd;
}

blockquote {
	margin: 15px 30px;
	font-style: italic;
	padding: 7px;
	color: #333;
}

.comment-wrapper {
	padding: 7px;
}

.even, .entry blockquote {
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

.even {
 	background-color: #efefef;
}

.poco {
	margin-left: 7px;
}

img {
	vertical-align: sub;
}

img.aligncenter {
	text-align: center;
}

img.alignright {
	float: right;
	margin-left: 15px;
}

img.alignleft {
	float: left;
	margin-right: 15px;
        margin-bottom: 15px;
}

/* Forms */
input, select, textarea {
	border: medium solid #ddd;
	padding: 0 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
}
.add-comment label {
	display: block;
	float: left;
	width: 175px;
}

.print {
	display: none;
}
	
/* Style for screens in portrait-mode */
@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: 250px; }
	.widget:nth-child(even) { margin-left: 45px; float: right; }
}

/* Style for screens smaller than 960px */
@media screen and (max-width:960px) {
	#container { width: 620px; }
	.tools { display: block; margin-bottom: 30px;}
	#content { float: none; margin-right: 0px; }
	#sidebar { margin-top: 30px; width: 620px; }
	.widget { width: 250px; }
	.widget:nth-child(even) { margin-left: 45px; float: right; }
}

/* 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; }
	.print { display: block; }
	#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/"; }
}
