/*
=====================================
Leggero CSS Styles
=====================================
Name: xubox
Author: zeuder
Version: 1.0
Module: style.css

Modified by Torsten Kelsch, 2009-2010
-------------------------------------
*/

/*== GENERAL TAGS ==*/
* { 
  margin: 0; padding: 0; /* reset all tags */
} 
html { 
  font-size: 100%; 
}
html, body {
  background-color: #5c6880;
	color: #666;
	font-family: Georgia, Tahoma,'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	font-size: 1em;
  width: 100%;  
}
hr { 
  display: none;
}
p { 
  margin: 0 0 1.5em 0; 
  line-height: 1.5em; 
}
img { 
  border: none; 
  margin-right: 5px;
  margin-bottom: 5px;
}
blockquote {
	border-left: 5px solid #bbb;
	color: #888;
	margin: 0.5em;
	padding: 0 0 0 0.312em;
	width: 90%;
}
pre, code {
	font-family: 'Lucida Console', Monaco, monospace;
	font-size: 90%;
}
pre {
	background: #ededed;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 1em;
	overflow: auto;
	padding: 0.416em 0.833em;
	width: 90%;
	/* fix overflow in IE */
	height: auto !important; 
	height: 40px; 
	min-height: 40px;	
}
.small {
  font-size: 0.94em;
  line-height: 1em;
}

/* === FORMS === */
form { margin: 1em 0 }
fieldset {
	border: 1px solid #DDD;
	margin: 0 0 1em 0;
	padding: .5em;
}
legend {
	color: #333;
	font-style: oblique;
}
input, textarea, select {
	font-family: Georgia;
	background: #fff;
	border: 1px solid #DDD;
	padding: .2em;
}

input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #DDD;}

textarea {
	margin: 0.2em 0 1em 0;
	width: 90%;
}
/* ===== LINKS GENERAL ===== */
a {
  color: #99CC00; 
  text-decoration: none;
}
a:hover {
  color: #000;
}

/* ===== HEADERS TAGS ===== */
h1,h2,h3,h4,h5,h6 {
	line-height: 1.5em;
}
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; } 
h5, h6 { font-size: 1em; }


/*== WOLKEN ==*/
div.wolkelinks {
  height: 320px;
  overflow: hidden;
  position: absolute; left: 0; top: 0;
  width: 512px;
}
div.wolkerechts {
  height: 320px;
  overflow: hidden;
  position: absolute; right: 0; top: 0;
  width: 512px;
}


/*== CONTAINER ==*/
#container{
 	background: #fff url(../imgs/bgc.jpg) no-repeat -20px 0;
  margin: 0 auto;
	padding: 0 1.25em;
	position: relative;
  text-align: left;
	width: 720px;
}


/*== GALLERY ==*/
div.gallery {
  margin-bottom: 3em;
	position: relative;
}


/*== HEADER ==*/
#header{
	height: 50px;
	padding-top: 1.25em; /*1.25em*/
	width: 720px;
}
#header h1 { padding: 0; }
#header a:hover { color:#fff; }


/*== MENU ==*/
#menu {
	height: 30px;
	width: 720px;
}
#menu ul { list-style: none; }
#menu li { display: inline; }
#menu li a {
	background: url(../imgs/bgm.gif) no-repeat left center;
	color: #fff;
	display: block;
	float: left;
	font-size: 0.69em; /* 11px */
	padding: .594em 1.25em; /* 9px 20px*/
}
#menu li a:hover { 
  color:#fff;	
  text-decoration: underline;
}


/*== MAIN ==*/
#main {
 	float: left;
	font-size: 0.88em; /* 14px */
	margin-top: 16em;
	position: relative;
	text-align: justify;
	width: 520px;
}
#main h3 { 
  margin-bottom: 2em;
}
#main h3.title { 
  margin-bottom: 2em; 
  padding-left: 3.5em;
}
#main.entry { 
  margin: 0 0 2.5em 0; 
  overflow: auto; /* floating images fix IE<7*/
}
#main.entry {	
  overflow: hidden; /* rest of the world :) */
}
#main .date { 
  font-style: oblique; 
  font-size: 90%;
}
#main img { 
  margin: 0 5px 5px 0;
}
#main ul, #main ol, #main dl { 
  list-style: none;
  list-style-position: inside; 
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-left: 0;
}
#main li {
  margin-bottom: 5px;
}
#main ul.cal {
	background: #fff url(../imgs/cal.png);
	float: left;
	font-family: Verdana, Arial;
	list-style: none outside;
	margin: 0;
	height: 49px;
	text-align: center;
	text-transform: uppercase;
	width: 50px;	
}
#main ul.cal li { 
  margin: 0.1em;
  padding: 0;
}
#main ul.cal li.year { 
  color:#fff; 
  font-size: 0.63em; /* 10px */ 
}
#main ul.cal li.month { 
  font-size: 0.63em; /* 10px */ 
}
#main ul.cal li.day { 
	font-size: 0.88em; /* 14px */
	font-style: oblique;
	font-weight: bold;
}
#main ul.info {
	clear: both;
	text-align: right;
	list-style-type: none;
	/*text-align: left;*/
}
#main ul.info li.comments {
	background: url(../imgs/comment.png) no-repeat right center;
	padding: .167em 1.667em .167em 0;
}
#main ul.info li.author {
	background: url(../imgs/author.png) no-repeat right center;
	padding: .167em 1.667em .167em 0;
}

 
/*== Google Maps ==*/
#map_canvas {
  height: 300px;
  width: 678px;
}
#message {
  color: #822;
}


/*== SIDEBAR ==*/
#sidebar {
	float: right;
	font-size: 0.75em; /* 12px */
	margin-top: 16em;
	width: 180px;	
}
#sidebar h4 {
	border-bottom: 1px solid #DDD;
	color: #000;
}
#sidebar div { width: 175px; }
#sidebar a { color: #808080; }
#sidebar a:hover { color: #000; }
#sidebar ul {
	list-style-type: none;
	margin-bottom: 1.5em;
	padding-left: .5em;
}
#sidebar li {
  margin-bottom: 5px;
}

	
/*== FOOTER ==*/
#footer {
	background: url(../../imgs/foot.png) bottom no-repeat;
	clear: both;
	font-size: 60%;
	padding: 1em 0;
	text-align: center;
}


/*== Comments ==*/
#main ol #comments li { 
	background: #fdfdfd;
	border-top: 1px solid #eee;
	padding: .5em;
	margin-bottom: 1em;
}


/*== NOTIFICATION ==*/
#main ul.msgs, ul.msgs { 
  margin-top: 1em; margin-left: 0em; 
  padding: 1em 2em;
}
.errors { 
  background: #ffdddd; 
  border-top: 1px solid; border-bottom: 1px solid; 
  border-color: #ffbbbb; 
  color: #901d1d;
}
.errors a { 
  color: #901d1d; 
  font-weight: normal; 
  text-decoration: underline;
}
.notifications,.enabled { 
  background: #ddffdd; 
  border-top: 1px solid #bbffbb; border-bottom: 1px solid #bbffbb; 
  color: #1d901d;
}
.warnings { 
  background: #fffdd5; 
  border-top: 1px solid; border-bottom: 1px solid; 
  border-color: #f8e674; 
  color: #8a7802;
}
.field-error { 
  background: #fdd;	
  border: red 1px solid;
}

 
/*== MISC ==*/
#widget-searchbox input { 
  width: 80%; 
}
.admincontrols { 
  font-size: 75%; 
  text-align: left; 
}
.buttonbar { 
  text-align: left; 
  clear: both; 
}
.buttonbar input { 
  margin: 0 1em 0 0; 
  padding: 0.2em 1.2em; 
  text-align: center;
}
.navigation { 
  font-size: 90%; 
  margin-bottom: 5em;
}
.alignleft { float: left; }
.alignright { float: right; }
.clearl { clear: left; }
.clearr { clear: right; }
.clear { clear: both; }
