/*  
Theme Name: nodh 2010
Theme URI: http://weblog.nodh.at/
Description: 2010
Version: 0.05
Author: Christian Kollmann
Author URI: http://weblog.nodh.at/
*/



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 {
	line-height: 1;
	color: black;
	background: white;
}
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*** Fonts ***/

body {
  font-family: FreeSans, Calibri, sans-serif;
}

code, pre {
  font-family: FreeMono, Consolas, monospace;
  font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: FreeSerif, Constantia, serif;
  font-weight: bold;
  clear: both;
}

#sidebar h2 {
  font-family: FreeSans, Calibri, sans-serif;
}






/*** Colors ***/


a, a:link {
  color: #990033;
  background-color: #fff;
}

a:visited {
  color: #660000;
  background-color: #fff;
}

a:hover, a:active, a:focus {
  background-color: #990033 !important;
  color: #fff;
}

#content {
  background-color: #fff;
}

* html div#content {
  border-color:#fff;
}

#sidebar {
  border-color: #aaccee;
}

#sidebar a {
  color: #990033;
}

#sidebar a:visited {
  color: #660000;
}

#sidebar a:hover {
  color: #fff;
}

div#topnav, div#topnav * {
  background-color: #fff;
}

div#topnav a {
  color: #000;
  background-color: #fff;
  text-decoration: underline;
}

div#topnav a:hover {
  color: #fff;
  background-color: #990033;
  text-decoration: underline;
}

div#head {
  background: #fff;
  color: #fff;
}

div#head h1, div#head h1 * {
  background-color: #336699;
  color: #fff;
}

div#head h2, div#head h2 * {
  background-color: #aaccee;
  color: #fff;
}

div#content h2 a {
  color: #000;
  text-decoration: none;
}

div#content h2 a:hover {
  text-decoration: underline;
}

div#content {
  background-color: #fff;
}

div#footer, div#footer * {
  background-color: #336699;
  color: #fff;
}

.meta .time .year {
  background: #990033;
  color: #fff;
}







/*** Positioning ***/

body {
  text-align: center;
  width: 62em;
  margin: 1em auto;
}

#content {
  text-align: left;
  width: 35em;
  float: left;
  margin-right: 2em;
}

#sidebar {
  float: right;
  width: 25em;
  padding: 1em;
  font-size: 85%;
}







div#topnav {
  margin: 1.5em 0;
}

div#topnav ul {
  
}

* html div#topnav ul {
  
}

div#topnav ul li {
  float: left;
  margin-right: 1em;
}

div#topnav .current_page_item a {
  font-weight: bold;
}

div#topnav ul li a {
  display: block;
  padding: 0.5em;
  border: 1px solid #E5E5E5;
}

div#head {
  text-align: center;
}

div#head h1 {
  padding: 0.1em;
  font-size: 6em;
  font-weight: bold;
  line-height: 1.2;
}

div#head h1 a {
  text-decoration: none;
  background-color: #336699;
}

div#head h1 a:hover {
  text-decoration: underline;
  background-color: #336699 !important;
}

div#head h2 {
  padding: 0.5em;
  font-size: 2em;
}

div.post {
  border-bottom: #e5e5e5 solid 1px;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.meta {
  padding: 0;
  font-size: 90%;
  font-style: italic;
}

.meta li {
  margin-bottom: 0.5em;
}

.meta p {
	float: left;
}
div.page h2 {
  margin-left: 0 !important;
}

div.adsense {
  margin-bottom: 2em;
  clear: both;
  text-align: center;
}

div#content h2, div#content h3#comments, h4#respond {
  font-size: 2.5em;
  margin: 0.5em 0;
}

#content h2 {
  padding-top: 0.25em;
}

div#content h3#comments {
  clear: both;
  margin-top: 1em;
}

ol.commentlist li.c {
  margin-top: 1em;
}

.commentlist blockquote {
  clear: both;
}

h4#respond {
  margin-top: 1em;
}

dl.commentform dt {
  float: left;
  width: 14%;
  clear: both;
  text-align: right;
  margin-top: 0.2em;
}

dl.commentform dd {
  float: left;
  margin-left: 2%;
  width: 78%;
  margin-bottom: 0.5em;
}

div.navigation {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-right: 1em;
}

div.navigation div.alignleft {
  float: left;
}

div.navigation div.alignright {
  float: right;
}

div#content {
  padding-top: 1em;
  padding-bottom: 2em;
}

ol.commentlist {
  margin-bottom: 1em;
}

ol.commentlist li.c {
  border-bottom: #e5e5e5 solid 1px;
}



/*** Sidebar ***/

#sidebar {
  border-style: solid;
  border-width: 0.25em;
  text-align: left;
}

#sidebar .widget {
  margin-bottom: 2em;
}

#sidebar .widget li {
  line-height: 1.7;
}

#sidebar .widget_twitter li {
  margin-bottom: 0.5em;
}

#sidebar .widget_twitter .twitter-timestamp {
  font-style: italic;
  margin-left: 1em;
  font-size: 85%;
}

#sidebar .widget_twitter .twitter-timestamp:before {
  content: "(";
}

#sidebar .widget_twitter .twitter-timestamp:after {
  content: ")";
}

#sidebar h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.5em 0;
}

#sidebar ul {
  list-style: disc none outside;
  margin-left: 1em;
  line-height: 1.4;
}

#sidebar p.top {
  margin-top: 0.2em;
  font-size: 0.8em;
}

/*** Sidebar ***/









div#bot-mid h2, div#bot-left h2 {
  margin-left: 0;
}


div#footer {
  text-align: center;
  padding: 1em;
  margin-top: 1em;
}




#content p, #content blockquote, ol.commentlist blockquote, ul.meta, div#content ul, div#content ol, .wp_likes a.like {
  line-height: 1.6;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 0.8em;
}
div.entry blockquote, q {
  font-style: italic;
}
div.entry blockquote {
  text-indent: 1em;
  margin: 0 1em;
}

div.entry h3 {
  font-size: 1.5em;
  margin: 0.5em 0;
}

div.entry h4 {
  font-size: 1.2em;
  margin: 0.5em 0;
}

div.entry p, ol.commentlist p {
  margin-bottom: 1em;
}

div.entry ul, div.entry ol  {
  list-style: disc outside;
  margin-left: 2em;
  margin-bottom: 1em;
}

div.entry ol {
  list-style: decimal outside;
}

div.entry p.postimg {
  text-align: center;
}

div.entry img.postimg {
  float: right;
  margin-left: 1em;
}





div.clear {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {*display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* the bodge for IE6 browsers */
* html div.entry {zoom: 1;}
* html div.navigation {zoom: 1;}

/* Lifestream */

table.lifestream td {
  padding-bottom: 1em !important;
}

div.lifestream_label {
  margin-bottom: 0.5em;
}


