/*   
Theme Name: P3
Theme URI: http://www.pollas.dk
Description: Personal blog theme
Author: Anders Pollas
Author URI: http://www.pollas.dk
Version: 1.0
*/



/* @group Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  padding: 0;
  margin: 0;
}

fieldset, img { 
  border: 0;
}

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

ol, ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-weight: normal;
  font-size: 100%;
}

h1, h2 {
}

abbr, acronym { 
  border: 0;
}

/* @end */

/* @group Basics */

html {
/*  background: url(irmahoene.jpg);*/
background: #FFF;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #444444;
   vertical-align: baseline;
}

h1 {
  line-height: 40px;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: -0.04em;
  text-align: center;
}

h2,
h2 a {
  font-size: 28px;
  line-height: 40px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.8);
}

h2 a:hover {
  border-bottom: 1px solid;
}

h2 .timestamp {
  color: #999;
  color: rgba(255, 0, 0, 0.9);
  color: #999;
  font-weight: normal;

}

#header h2,
#sidebar h3 {
  font-size: 40px;
  margin: 20px 0;
  letter-spacing: -0.04em;
  line-height: 44px;    
}

h3 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}

a {
  color: #333;
}

em {
  font-style: italic;  
}

blockquote {
  background: url(blockquote.png) no-repeat left top;
  color: #666;
  line-height: 1.3;
  margin: 1em 30px 1em 1em;
  padding-left: 30px;  
  clear: both;
  display: none;
}

/* @end */

/* @group Layout */

#container {
  width: 900px;
  margin: 100px auto;
  background: url(hoene.png) no-repeat;
  padding-top: 120px;
}

#container .inner {
  float: left;
  width: 900px;
/*  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;  	
  background: rgba(255,255,255,0.9);*/
  padding-top: 50px;
}


#footer {
	color: #FFF;
	clear: both;
	width: 860px;
	float: left;
	margin-top: 20px;
	min-height: 100px;
}

#footer h3 {
  color: #ffde2f;
}

#footer a {
  color: #999;
}

.footerinner {
	border-top: 1px solid #666;	
	margin: 0 5px;
	text-align: right;
	padding: 20px 0;
}


/* @end */

#elapsedTime {
  font-size: 20px;
  font-weight: bold;
  clear: both;
  float: left;
  margin: 2em 0;
  width: 900px;
  text-align: center;
  color: #999;
}

.eggs {
  color: orangered;
}

.via {
  text-align: right;
  display: none;
}