/* @group Reset */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Syntax highlighter */

/* @group Core */

/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
 
.syntaxhighlighter,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody
{
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	background: none !important;
	text-align: left !important;
	float: none !important;
	vertical-align: baseline !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	height: auto !important;
	width: auto !important;
	line-height: 16px !important;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 12px !important;
	min-height: inherit !important; /* For IE8, FF & WebKit */
	min-height: auto !important; /* For IE7 */
}

.syntaxhighlighter
{
	width: 99% !important; /* 99% fixes IE8 horizontal scrollbar */
	/*margin: 1em 0 1em 0 !important; *DEFAULT* */
	position: relative !important;
}

.syntaxhighlighter .bold 
{
	font-weight: bold !important;
}

.syntaxhighlighter .italic 
{
	font-style: italic !important;
}

.syntaxhighlighter .line
{
}

.syntaxhighlighter .no-wrap .line .content
{
	white-space: pre !important;
}

.syntaxhighlighter .line table 
{
	border-collapse: collapse !important;
}

.syntaxhighlighter .line td
{
	vertical-align: top !important;
}

.syntaxhighlighter .line .number
{
	width: 3em !important;
}

.syntaxhighlighter .line .number code
{
	width: 2.7em !important;
	padding-right: .3em !important;
	text-align: right !important;
	display: block !important;
}

.syntaxhighlighter .line .content
{
	padding-left: .5em !important;
}

.syntaxhighlighter .line .spaces
{
}

/* Disable border and margin on the lines when no gutter option is set */
.syntaxhighlighter.nogutter .line .content
{
	border-left: none !important;
}

.syntaxhighlighter .bar
{
	display: none !important;
}

.syntaxhighlighter .bar.show 
{
	display: block !important;
}

.syntaxhighlighter.collapsed .bar
{
	display: block !important;
}

/* Adjust some properties when collapsed */

.syntaxhighlighter.collapsed .lines
{
	display: none !important;
}

.syntaxhighlighter .lines.no-wrap
{
	overflow: auto !important;
	overflow-y: hidden !important;
}

/* Styles for the toolbar */

.syntaxhighlighter .toolbar
{
	position: absolute !important;
	right: 0px !important;
	top: 0px !important;
	font-size: 1px !important;
	padding: 8px 8px 8px 0 !important; /* in px because images don't scale with ems */
}

.syntaxhighlighter.collapsed .toolbar
{
	font-size: 80% !important;
	padding: .2em 0 .5em .5em !important;
	position: static !important;
}

.syntaxhighlighter .toolbar a.item,
.syntaxhighlighter .toolbar .item
{
	display: block !important;
	float: left !important;
	margin-left: 8px !important;
	background-repeat: no-repeat !important;
	overflow: hidden !important;
	text-indent: -5000px !important;
}

.syntaxhighlighter.collapsed .toolbar .item
{
	display: none !important;
}

.syntaxhighlighter.collapsed .toolbar .item.expandSource
{
	background-image: url(magnifier.png) !important;
	display: inline !important;
	text-indent: 0 !important;
	width: auto !important;
	float: none !important;
	height: 16px !important;
	padding-left: 20px !important;
}

.syntaxhighlighter .toolbar .item.viewSource
{
	background-image: url(page_white_code.png) !important;
}

.syntaxhighlighter .toolbar .item.printSource
{
	background-image: url(printer.png) !important;
}

.syntaxhighlighter .toolbar .item.copyToClipboard
{
	text-indent: 0 !important;
	background: none !important;
	overflow: visible !important;
}

.syntaxhighlighter .toolbar .item.about
{
	background-image: url(help.png) !important;
}

/** 
 * Print view.
 * Colors are based on the default theme without background.
 */

.syntaxhighlighter.printing,
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content,
{
	background: none !important;
}

/* Gutter line numbers */
.syntaxhighlighter.printing .line .number
{
	color: #bbb !important;
}

/* Add border to the lines */
.syntaxhighlighter.printing .line .content
{
	color: #000 !important;
}

/* Toolbar when visible */
.syntaxhighlighter.printing .toolbar
{
	display: none !important;
}

.syntaxhighlighter.printing a
{
	text-decoration: none !important;
}

.syntaxhighlighter.printing .plain,
.syntaxhighlighter.printing .plain a
{ 
	color: #000 !important;
}

.syntaxhighlighter.printing .comments,
.syntaxhighlighter.printing .comments a
{ 
	color: #008200 !important;
}

.syntaxhighlighter.printing .string,
.syntaxhighlighter.printing .string a
{
	color: blue !important; 
}

.syntaxhighlighter.printing .keyword
{ 
	color: #069 !important; 
	font-weight: bold !important; 
}

.syntaxhighlighter.printing .preprocessor 
{ 
	color: gray !important; 
}

.syntaxhighlighter.printing .variable 
{ 
	color: #a70 !important; 
}

.syntaxhighlighter.printing .value
{ 
	color: #090 !important; 
}

.syntaxhighlighter.printing .functions
{ 
	color: #ff1493 !important; 
}

.syntaxhighlighter.printing .constants
{ 
	color: #0066CC !important; 
}

.syntaxhighlighter.printing .script
{
	font-weight: bold !important;
}

.syntaxhighlighter.printing .color1,
.syntaxhighlighter.printing .color1 a
{ 
	color: #808080 !important; 
}

.syntaxhighlighter.printing .color2,
.syntaxhighlighter.printing .color2 a
{ 
	color: #ff1493 !important; 
}

.syntaxhighlighter.printing .color3,
.syntaxhighlighter.printing .color3 a
{ 
	color: red !important; 
}

/* @end */

/* @group Theme */

/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
/************************************
 * Default Syntax Highlighter theme.
 * 
 * Interface elements.
 ************************************/

.syntaxhighlighter
{
	background-color: #fff !important;
}

/* Highlighed line number */
.syntaxhighlighter .line.highlighted .number
{
	color: black !important;
}

/* Highlighed line */
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2
{
	background-color: #e0e0e0 !important;
}

/* Gutter line numbers */
.syntaxhighlighter .line .number
{
	color: #afafaf !important;
}

/* Add border to the lines */
.syntaxhighlighter .line .content
{
	border-left: 3px solid #6CE26C !important;
	color: #000 !important;
}

.syntaxhighlighter.printing .line .content 
{
	border: 0 !important;
}

/* First line */
.syntaxhighlighter .line.alt1
{
	background-color: #f5f5f5 !important;
	/*background-color: #fff !important;*/
}

/* Second line */
.syntaxhighlighter .line.alt2
{
	background-color: #f5f5f5 !important;
	/*background-color: #F8F8F8 !important;*/
}

.syntaxhighlighter .toolbar
{
	background-color: #F8F8F8 !important;
	border: #E7E5DC solid 1px !important;
}

.syntaxhighlighter .toolbar a
{
	color: #a0a0a0 !important;
}

.syntaxhighlighter .toolbar a:hover
{
	color: red !important;
}

/************************************
 * Actual syntax highlighter colors.
 ************************************/
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a
{ 
	color: #000 !important;
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a
{ 
	color: #008200 !important;
}

.syntaxhighlighter .string,
.syntaxhighlighter .string a
{
	color: blue !important; 
}

.syntaxhighlighter .keyword
{ 
	color: #069 !important; 
	font-weight: bold !important; 
}

.syntaxhighlighter .preprocessor 
{ 
	color: gray !important; 
}

.syntaxhighlighter .variable 
{ 
	color: #a70 !important; 
}

.syntaxhighlighter .value
{ 
	color: #090 !important; 
}

.syntaxhighlighter .functions
{ 
	color: #3875a5 !important;
}

.syntaxhighlighter .constants
{ 
	color: #0066CC !important; 
}

.syntaxhighlighter .script
{ 
	background-color: yellow !important;
}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a
{ 
	color: #808080 !important; 
}

.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a
{ 
	color: #ff1493 !important; 
}

.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a
{ 
	color: red !important; 
}

/* @end */

/* @end */

.clear {
  clear: both;
}

a {
  color: #3875a5;
  border-bottom: #3875a5 1px dotted;
  padding: 0;
  text-decoration: none;
}

body {
  background: transparent url(/images/background.png) repeat 0 0;
  font: 12px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#body {
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

div#body_wrapper {
  background-color: #fff;
  margin: 0 auto;
}

hr {
  display: none;
}

/* @group Navigation */

div#navigation_wrapper {
  background: #444 url(/images/background_head_foot.png) repeat-x 0 bottom;
  height: 260px;
}

div#navigation {
  margin: 0 auto;
  width: 980px;
}

div#navigation a {
  border: none;
  color: #777
}

div#navigation li {
  border-right: 1px solid #333;
  float: left;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 0 12px 0 0;
  padding: 0 15px 0 0;
  text-transform: uppercase;
}

div#navigation li.first {
  padding: 0 15px;
}

div#navigation li.current a {
  color: #3875a5;
}

div#navigation ul {
  background: transparent url(/images/background_navigation.png) repeat 0 0;
  border: 1px solid #333;
  border-top: none;
  height: 30px;
  margin: 0 0 0 320px;
  width: 658px;
}

/* @end */

/* @group Secondary */

/* @group Download */

div#secondary div#download {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #7fcb7f;
  border: 1px solid #6fb16f;
  border-radius: 10px;
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 30px 0;
  padding: 20px;
}

div#secondary div#download a {
  border-color: #009800;
  color: #009800;
}

div#secondary div#download h2 {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  background-color: #6fb16f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  margin: -20px -20px 20px -20px;
  padding: 10px 40px 0 0;
  text-align: right;
}

div#secondary div#download p {
  background: #7fcb7f url(/images/download.png) no-repeat left center;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 50px;
}

/* @end */

div#secondary {
  background: transparent url(/images/logo.png) no-repeat center 15px;
  float: left;
  margin: -245px 0 0 0;
  padding: 275px 0 0 0;
  width: 300px;
}

/* @end */

/* @group Tweets */

div#tweets {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #ebf1f6;
  border: 1px solid #d7e3ed;
  border-radius: 10px;
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 30px 0;
  padding: 20px;
}

div#tweets a.follow {
  margin: 0;
}

div#tweets h2 {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  background-color: #d7e3ed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  margin: -20px -20px 20px -20px;
  padding: 10px 40px 0 0;
  text-align: right;
}

div#tweets p {
  line-height: 16px;
  margin: 0;
  text-align: left;
}

div#tweets p.datetime {
  color: #afc8db;
  font-style: italic;
  margin: 0 0 15px 0;
}

div#tweets p.datetime a {
  border-color: #9bbad2;
  color: #9bbad2;
}

/* @end */

/* @group Primary */

div#primary_wrapper {
  background: transparent url(/images/primary_shadow.png) no-repeat 0 0;
  float: right;
  /*margin: 45px 0 0 0;*/
  margin: -200px 0 0 0;
  /*padding: 0 0 5px 0;*/
  width: 680px;
}

div#primary {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 10px;
  min-height: 400px;
  padding: 30px 30px 15px 30px;
}

div#primary code {
  background-color: #f5f5f5;
  margin: 0 0 15px 0;
  padding: 0 2px;
}

div#primary h2 {
  border-bottom: 10px solid #ebf1f6;
  color: #3875a5;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 20px -30px;
  padding: 0 0 0 30px;
  text-shadow: 2px 2px 2px #cddce8;
}

div#primary h3 {
  border-bottom: 1px solid #ebf1f6;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  margin: 0 0 15px 0;
  padding: 0 0 3px 0;
}

div#primary h4 {
  margin: 0 0 5px 0;
}

div#primary li {
  background: transparent url(/images/bullet.png) no-repeat left 5px;
  line-height: 16px;
  margin: 0 0 5px 0;
  padding: 0 0 0 12px;
}

div#primary ol {
  list-style-position: inside;
  list-style-type: decimal;
}

div#primary p {
  line-height: 16px;
  margin: 0 0 15px 0;
}

div#primary pre {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  margin: 0 0 15px 0;
  padding: 5px;
}

div#primary ul {
  list-style: none;
  margin: 0 0 15px 0;
}

/* @end */

/* @group Comments */

div#comments_wrapper {
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  padding: 30px 0 0 0;
}

div#comments {
  margin: 0 auto;
  width: 1000px;
}

div#comments h2 {
  border-bottom: 1px solid #eee;
  color: #ccc;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 40px 30px 0;
  padding: 0 0 5px 0;
}

div#comments div.comment {
  background: transparent url(/images/border_comment.png) repeat-y 330px 0;
  clear: both;
  margin: 0 0 30px 0;
}

div#comments div.comment div.content {
  float: right;
  margin: -15px 0 0 0;
  width: 640px;
}

div#comments div.comment div.content p {
  margin: 15px 0 0 0;
}

div#comments div.comment div.meta {
  float: left;
  text-align: right;
  width: 300px;
}

div#comments div.comment div.meta h3 {
  margin: 0 0 5px 0;
}

div#comments div.comment div.meta p {
  color: #ccc;
  font-size: 10px;
}

/* @end */

/* @group Comment form */

div#comment_form {
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 1000px;
}

div#comment_form em {
  color: #ccc;
  font-style: normal;
}

div#comment_form em.error {
  color: #cb0003;
}

div#comment_form h2 {
  border-bottom: 1px solid #eee;
  color: #ccc;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 40px 30px 0;
  padding: 0 0 5px 0;
}

div#comment_form input.error {
  background-color: #ff7f7f;
  border-color: #cb0003 !important;
  color: #cb0003;
}

div#comment_form textarea.error {
  background-color: #ff7f7f;
  border-color: #cb0003;
  color: #cb0003;
}

div#comment_form p.javascript_warning {
  background-color: #ff7f7f;
  border: 1px solid #cb0003;
  color: #cb0003;
  padding: 10px;
}

div#comment_form p.notice {
  color: #ccc;
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 10px 0;
}

div#comment_form input {
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  margin: 0 0 0 360px;
}

div#comment_form textarea {
  border: 1px solid #ccc;
  margin: 5px 0 15px 0;
  padding: 5px;
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#comment_form div.content {
  float: right;
  width: 640px;
}

div#comment_form div.meta {
  float: left;
  text-align: right;
  width: 300px
}

div#comment_form div.meta input {
  border: 1px solid #ccc;
  margin: 5px 0 15px 0;
  padding: 5px;
  width: 250px;
}

/* @end */

/* @group Foot */

div#foot {
  background: #444 url(/images/background_head_foot.png) repeat-x 0 0;
  clear: both;
  color: #777;
  padding: 0 0 20px 0;
}

div#foot p {
  padding: 20px 0 0 0;
  text-align: center;
}

/* @end */

/* @group Special Pages */

/* @group Front */

body.front div#primary p {
  font-size: 20px;
  line-height: 40px;
  margin: 100px 100px 0 100px;
}

body.front div#primary span.kreativ {
  color: #3875a5;
}

body.front div#primary span.relativ {
  color: #aaa;
}

/* @end */

/* @end */

/* @group Flash */

div#flash {
  border-style: solid;
  border-width: 1px;
  margin: 0 0 30px 0;
  padding: 10px;
}

div#flash p {
  font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
}

div#flash.error {
  background-color: #ff7f7f;
  border-color: #cb0003;
  color: #cb0003;
}

div#flash.notice {
  background-color: #eee;
  border-color: #aaa;
  color: #aaa;
}

div#flash.success {
  background-color: #7fcb7f;
  border-color: #009800;
  color: #009800;
}

div#flash.warning {
  background-color: #efef63;
  border-color: #990;
  color: #990;
}

/* @end */