/*
** This skin style sheet is based on:
**   PlanetPlanet SharpWired skin style sheet for CSS2-capable browsers.
** License: GPL
*/

html,body {
	background: url("img/bg.png") repeat-x top;
	margin: 0;
	padding: 0;
	font-size: medium;
	background-color: #eee;
	color: #444444;
}
html>body {
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: luxi serif, georgia, times new roman, times, serif;
	color: red;
	background: none;
	padding: 0;
	margin: 1.75em 0 0 0;
	line-height: 1.1em;
}

h1 { 
	text-align: center;
	color: #555;
	padding: 0 0 0.5em;
	margin: 0.75em 0 0;
	font-size: 220%; 
}

h2 {
	color: #7f9151;
	overflow: visible;
	min-height: 28px;
	font-size: 160%; 
}

h3 { 
	font-size: 120%; 
	color: #7f9151;
}

h4 { 
	font-size: 100%; 
	color: #7f9151;
}

h5 { 
	font-size: 80%; 
	color: #7f9151;
}

h6 { 
	font-size: 70%; 
	color: #7f9151; 
}

a {
	text-decoration: none;
	color: #7f9151;
	background: none;
}

a:visited { 
	color: #E03628; 
}

a:active { 
	color: #E03628; 
}

a:hover { 
	color: #E03628;
	text-decoration: underline;
}

hr {
	height: 1px;
	color: #444;
	background-color: #444;
	border: 0;
	margin: 0.5em 0 0.5em 0;
}

ul { 
	margin: 0.3em 0 0 18pt;
	padding:0;
}

.daygroup ul { 
	list-style-type: square;
	margin: 0.3em 0 0 18pt;
	padding:0;
	list-style-image: url("img/bullet.gif");
}

ol {
	margin: 0.3em 0 0 3.2em;
	padding:0;
	list-style-image: none;
}

li { 
	margin: 0 0 0.5em 0; 
}

/* === Header === */
#header{
	border-bottom: 6px solid #7f9151;
	height: 90px;
	margin-top: 0px;
}

#header h1 { /*TODO*/
	padding: 0;
	margin: 0;
	padding-top: 25px;
	color: black;
	float: left;
	margin-left: 55px;
}

/* === Content area === */

#outerWrapper {
  background-color: #EEE;
  width: 100%;
  float: left;
  padding-top: 20px;
}

#contentWrapper {
	margin: 0;
	padding: 0;
	width:670px;
	margin-top: 0;
	padding-left: 55px;
	float: left;
}

#sidebarWrapper {
  width: 950px;
  float: left;
}

/* === Blog posts === */

.entryWrapper {
  float: left;
  background-color: #f6f6f6;
  margin-top: 10px;
  border-bottom: 2px solid #ddd;
}

.entryHeaderWrapper {
  background-color: #ddd;
  float: left;
  width: 659px;
  padding: 5px;
  background: url("img/bgHeader.png") repeat-x top;
}

.titleDateWrapper {
  float: left;
  padding-left: 10px;
  margin-top: auto;
  margin-bottom: 0;
}

.entryHeaderWrapper img.face {
  float: left;
}

.entryHeaderWrapper h2 {
  margin: 0;
  padding: 0;
  float: left;
  width: 500px;
  margin-bottom: 0.7em;
}

.entryHeaderWrapper h4 {
  margin: 0;
  padding: 0;
  float: left;
  width: 500px;
}

.entryHeaderWrapper .author {
  float: left;
  width: 500px;
  margin: 0;
}

.content {
  padding-top: 0;
  margin-top:0;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.content p {
}

.content img {
  padding: 5px;
  border: none;
  border:1px solid #e6e6e6;
    -moz-border-radius: 2.5px;
  margin: 5px 0;
}

/* === Sidebar === */

.sidebar {
	text-align: left;	
	float: right;
	width: 180px;
	padding: 0.75em;
	font-size: 90%;
	border:1px solid #ccc;
    -moz-border-radius: 2.5px;
	
	background-color: #f6f6f6;
	line-height: normal;
	margin-top: 10px;
}

.sidebar h2 {
  margin: 0;
}

/* Groups the information containing the subscriptions in a div */
.sidebar #subscriptions {
}

#subscriptions ul {
   list-style-type: none;
   margin-left: 10pt;
}

.sidebar img {
  border: 0px;
}

/* Groups the information containing the subscriptions in a div */
.sidebar #lastUpdated {
}


/* Text to display if the subscribe-RSS-link-image is not shown */
.sidebar #poweredBy {
}

/* === Footer === */
#footer {
  width: 100%;
  height: 50px;
  background-color: #7f9151;
  border-top: 15px solid #ddd;
  margin-top: 20px;
  float: left;
  
  color: #c2c887;
	font-size: x-small;
	text-align: center;
	/*margin: 2em 0;*/
	
	padding: 0;
	padding-top: 20px;
}

#footerListWrapper {
  margin-left: 45px;
	float: left;
	margin-top: 5px;
}

#footer ul {
  float: left;
	padding: 0;
	text-align: center;
	margin: 0 auto;
}

#footer li {
  float: left;
	display: inline;
	margin: 0 1.3em;
}

#f-poweredbyico {
  float: right;
  margin-right: 20px;
  margin-top: 0;
}

/* === CSS Fixes === */

body {
	font-size: small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: medium;
}

html>body { /* be nice to Opera */
	font-size: medium;
}