/**
 * rastersysteme.de Stylesheet
 *
 * Standard Print Layout
 *
 * @author  Stephan Zavodny
 * @link    http://www.rastersysteme.de/
 * @media   print
 * @site    rastersysteme.de
 * @version 1.0
 */


/**
 * Globaler Reset
 * 
 * @section reset
 * @see     Resetting Again,
 *          http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**
 * Elemente ausblenden
 * 
 * @section hide elements
 */

#login, #weblog-sidebar, #weblog-artikel-sidebar, #weblog-suchergebnisse-sidebar,
.mod_navigation, .mod_customnav, .mod_glossaryMenu,
.form, .img_author, .back, .backtotop, .toplink, .invisible, .noprint {
	display: none;
}


/**
 * Elemente auf die naechste Seite umbrechen
 * 
 * @section page break
 */

#projekte-grafikdesign, #comments {
	page-break-before: always;
}


/**
 * Allgemeine Textformatierungen
 * 
 * @section text basics
 */

body {
	font-family: georgia, times, serif;
	color: #000;
	background-color: #fff;
}

p, address {
	margin-bottom: 16pt;
	font-size: 11pt;
	line-height: 16pt;
	font-style: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	padding-left: 11pt;
	list-style: circle outside;
}

ol {
	padding-left: 15pt;
	list-style: decimal outside;
}

ol, ul, dl dd, .comment_default {
	margin-bottom: 16pt;
}

ol li, ul li, dl dt, dl dd, .comment, .comment_author span  {
	font-size: 11pt;
	line-height: 16pt;
}

blockquote {
	margin: 0 48pt 16pt 32pt;
	padding: 8pt;
	border-top: 1pt dotted #000;
	border-bottom: 1pt dotted #000;
}

blockquote h3 {
	text-indent: -4pt;
	line-height: 24pt;
}

cite {
	margin: 12pt 0 4pt;
	font-style: normal;
	font-size: 11pt;
	line-height: 16pt;
	text-align: right;
	display: block;
}

pre, code {
	font-family: consolas, "lucida console", "courier new", monospace;
	font-size: 11pt;
	line-height: 16pt;
}

pre {
	margin: 0 0 16pt 32pt;
}

p code {
	font-weight: bold;
}

.copyright p {
	font-size: 9pt;
	line-height: 16pt;
}

.dt_ext {
	font-family: calibri, helvetica, arial, sans-serif;
	font-size: 12.5pt;
	font-style: normal;
	font-weight: normal;
	line-height: 16pt;
}


/**
 * Formatierungen fuer Ueberschriften
 * 
 * @section headlines
 */

h1, h2, h3, h4 {
	font-family: calibri, helvetica, arial, sans-serif;
}

h1 {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	line-height: 20pt;
}

.h1_head {
	margin-bottom: 4pt;
}

h2 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16pt;
}

.h2_head {
	margin-bottom: 32pt;
	font-family: georgia, times, serif;
	font-weight: normal;
	text-align: right;
}

h3 {
	font-size: 12.5pt;
	font-style: italic;
	font-weight: normal;
	line-height: 16pt;
}

.h3_weblog {
	padding: 4pt 0 12pt;
}

h4 {
	font-size: 12.5pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16pt;
}


/**
 * Allgemeine Formatierungen fuer Links
 * 
 * @section links
 */

a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: #000;
}

a[href^="mailto:"]:after {
	content: " (" attr(title) ") ";
	font-family: consolas, "lucida console", "courier new", monospace;
	font-size: 9pt;
	line-height: 16pt;
}

a[href^="http:"]:after {
	content: " (" attr(href) ") ";
	font-family: consolas, "lucida console", "courier new", monospace;
	font-size: 9pt;
	line-height: 16pt;
}


/**
 * Formatierungen fuer Bilder
 * 
 * @section images
 */

.img_projects {
	margin: 8pt 0;
}

.img_fleft {
	width: auto;
	float: left;
}

.img_fright {
	width: auto;
	float: right;
}

.img_left {
	margin-right: 12pt;
}

.img_center {
	margin: 8pt 0;
}

.img_right {
	margin-left: 12pt;
}

.img_mtop {
	margin-top: 2pt;
}

.img_mbottom {
	margin-bottom: 12pt;
}

.icon {
	position: relative;
	top: 2pt;
	margin-right: 4pt;
	display: inline;
}


/**
 * Formatierungen fuers Gesamtlayout
 * 
 * @section framework
 */
 
#wrapper {
	position: relative;
	margin: 0 1cm 0 1cm;
}

#header {
	margin-bottom: 32pt;
}

#footer {
	margin-top: 32pt;
	border-top: 1pt dotted #000;
}


/**
 * Formatierungen fuer die Profilseite
 * 
 * @section layout profile
 */

#profil {
	clear: left;
}

#profil .image_container {
	margin: 4pt 0;
}

#kontakt address {
	width: 5cm;
	float: left;
}

#kontakt address + address {
	width: auto;
}


/**
 * Formatierungen fuer die Projekteseite
 * 
 * @section layout projects
 */

.projects .date {
	width: auto;
	float: right;
}

.projects .ce_text {
	margin-bottom: 32pt;
}


/**
 * Formatierungen fuer die Weblog-Uebersichtseite
 * 
 * @section layout weblog-teaser
 */

.layout_short .date {
	margin-right: 8pt;
}

.commentcount {
	margin-bottom: 32pt;
}


/**
 * Formatierungen fuer die einzelnen Weblog-Artikel
 * 
 * @section layout weblog-article
 */

.info {
	font-size: 9pt;
	line-height: 16pt;
}

#comments {
	margin-bottom: 8pt;
}

.comment_author h4 {
	display: inline;
}

.comment_author .date {
	width: auto;
	float: right;
	text-align: right;
}


/**
 * Formatierungen fuer die Weblog-Schlagwoerter
 * 
 * @section layout weblog-tags
 */

.tag-chain dt, .tag-chain dd  {
	padding-right: 8pt;
	display: inline;
}


/**
 * Formatierungen fuer die Weblog-Suche
 * 
 * @section layout weblog-search
 */

.context {
	margin-bottom: 0;
}

.highlight {
	font-style: italic;
}

.mod_search .url {
	font-size: 9pt;
	line-height: 16pt;
}