/*
Theme Name: Polarblau
Theme URI: http://polarblau.com/
Description: Theme for the Polarblau Journal
Version: 0.1
Author: Florian Plank
Author URI: http://polarblau.com/
Tags: blue, polar, black

	Polarblau v0,1
	 http://polarblau.com/

	This theme was designed and built by Florian Plank,
	whose blog you will find at http://polarblau.com/

	The CSS, XHTML and design 
	-- All rights reserved, 2009, Florian Plank

*/

/*---------------------------------------------------------------------------
Collector CSS for Project
version:    1.0
date:       12/07/09
author:     Florian Plank
website:    http://www.polarblau.com			
---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------
Reset CSS
Blueprint CSS Framework 0.7.1
http://blueprintcss.googlecode.com

version:    0.7.1
date:       00/00/00
author:     Author Name
website:    http://www.fusion.fi			
---------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*---------------------------------------------------------------------------
Stylesheet for Typography / Based on blueprint
Blueprint CSS Framework 0.7.1
http://blueprintcss.googlecode.com

version:    1.0
date:       00/00/00
author:     Author Name
website:    http://www.fusion.fi			
---------------------------------------------------------------------------*/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
p.last		{ margin-bottom: 0; }
p img.first { margin-top: 0; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; padding-left: 5px; padding-right: 10px; overflow: auto;}
code 		{  }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 0; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; border-bottom:2px solid #ccc; }
th			{ padding: 3px 10px 3px 5px; }
td       	{ padding: 4px 10px 3px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }

table tbody td {
	border-bottom:1px solid #ccc;
}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* Nudging elements
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6, p, dt, dl, address, caption, li {
	padding-left:5px;
}

h1,h2,h3,h4,h5,h6,p {
	padding-right:10px;
}

/*---------------------------------------------------------------------------
 Forms CSS / Based on Blueprint CSS Framework 0.7.1
 http://blueprintcss.googlecode.com
 
 version:    0.7.1
 date:       00/00/00
 author:     Author Name
 website:    http://www.fusion.fi
 ---------------------------------------------------------------------------*/

label       { display:block; }
label span {
	color: #8a1f11;
}

fieldset    { margin: 0 0 1.5em 0; }
legend      { font-weight: bold; font-size:1.2em; padding: 0 0 1.5em 5px; margin: 0; }


/* Form fields
--------------------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.radio, input.checkbox {
	vertical-align: text-bottom;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 328px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 448px; height: 250px; padding:5px; }


/* for "js/plugins/fusion.inputToggle.js"
--------------------------------------------------------------------------- */
body.js input.labeled {
	color: #bbb;
}

/* Success, notice and error boxes
--------------------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/*---------------------------------------------------------------------------
 Fancy Type CSS "plugin" / Based on blueprint
 Blueprint CSS Framework 0.7.1
 http://blueprintcss.googlecode.com
 
 version:    1.0
 date:       00/00/00
 author:     Author Name
 website:    http://www.fusion.fi
 ---------------------------------------------------------------------------*/
/* ALTERNATIVE:
 * Indentation instead of line shifts for sibling paragraphs.
*/
.p-indent p + p {
    text-indent: 2em;
    margin-top: -1.5em;
}


/* ALTERNATIVE:
 * Ornament Indentation
*/

.p-ornament-indent p {
	margin-bottom: 0;
}

.p-ornament-indent p + p:before { 
  content: "\2767"; 
  padding-right: 0.4em;
  margin-top:0 }

.p-ornament-indent p + p {
    text-indent: 0;
}


/* ALTERNATIVE:
 * Paragraph Markers instead of linebreaks
*/
.p-markers p {
	display: inline;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

.p-markers p + p:before { 
	content: "\2761"; 
	padding-right: 0.6em;
	padding-left: 0.2em;
}

/* Nudging paragraphs with markers: */
.p-markers {
	padding-left:5px;
	padding-right:10px;
}


 /* Don't want this in forms. */
/* For great looking type, use this code instead of asdf:
 <span class="alt">asdf</span>
 Best used on prepositions and ampersands. */
 .alt, .amp {
    color: #666;
    font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
    font-style: italic;
    font-weight: normal;
}

/* For great looking quote marks in titles, replace "asdf" with:
 <span class="dquo">&#8220;</span>asdf&#8221;
 (That is, when the title starts with a quote mark).
 (You may have to change this value depending on your font size). */
 .dquo {
    margin-left: -.5em;
}

/* Reduced size type with incremental leading
 (http://www.markboulton.co.uk/journal/comments/incremental_leading/)
 
 This could be used for side notes. For smaller type, you don't necessarily want to
 follow the 1.5x vertical rhythm -- the line-height is too much.
 
 Using this class, it reduces your font size and line-height so that for
 every four lines of normal sized type, there is five lines of the sidenote. eg:
 
 New type size in em's:
 10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)
 
 New line-height value:
 12px x 1.5 = 18px (old line-height)
 18px x 4 = 72px
 72px / 5 = 14.4px (new line height)
 14.4px / 10px = 1.44 (new line height in em's) */
p.incr, .incr p {
    font-size: 10px;
    line-height: 1.44em;
    margin-bottom: 1.5em;
}

/* Surround uppercase words and abbreviations with this class.
 Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
 .caps {
    font-variant: small-caps;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-size: 1.2em;
    line-height: 1%;
    padding: 0 2px;
}

abbr {
	letter-spacing:.1em;
}

abbr:hover {
	cursor:help;
}

/* Increase consistency of spacing in a word like Washington or Toronto, where the combinations Wa and To are kerned.
 * <span class="kern">W</span>ashington
and <span class="kern">T</span>oronto
 */

.kern {
	letter-spacing:-.1em;
}

/*
 * CODE HIGHTLIGHTING
 ---------------------------------------------------------------------------*/

pre.sh_sourceCode {
  background-color: #ffffff;
  color: #401e7a;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_keyword {
  color: #ff3030;
  font-weight: bold;
  font-style: normal;
}

pre.sh_sourceCode .sh_type {
  color: #f7b92c;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_string {
  color: #1861a7;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_regexp {
  color: #1861a7;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_specialchar {
  color: #1861a7;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_comment {
  color: #38ad24;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_number {
  color: #32ba06;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_preproc {
  color: #5374b0;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_symbol {
  color: #3030ee;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_function {
  color: #d11ced;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_cbracket {
  color: #3030ee;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_url {
  color: #1861a7;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_date {
  color: #ff3030;
  font-weight: bold;
  font-style: normal;
}

pre.sh_sourceCode .sh_time {
  color: #ff3030;
  font-weight: bold;
  font-style: normal;
}

pre.sh_sourceCode .sh_file {
  color: #ff3030;
  font-weight: bold;
  font-style: normal;
}

pre.sh_sourceCode .sh_ip {
  color: #1861a7;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_name {
  color: #1861a7;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_variable {
  color: #0000ff;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_oldfile {
  color: #1861a7;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_newfile {
  color: #1861a7;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_difflines {
  color: #ff3030;
  font-weight: bold;
  font-style: normal;
}

pre.sh_sourceCode .sh_selector {
  color: #0000ff;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_property {
  color: #ff3030;
  font-weight: bold;
  font-style: normal;
}

pre.sh_sourceCode .sh_value {
  color: #1861a7;
  font-weight: normal;
  font-style: normal;
}
