/*  
Theme Name: altes-kind.de
Description: Based on huddletogether.com
Author: Matthias Hueller
Author URI: http://altes-kind.de

Table of Contents:
		layout
		typography
		forms
		sidebar
		blog posts
		comments
		search
		lightbox
*/





/* layout
----------------------------------------------- */

*{ margin: 0; padding:0; }

body{
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #666;
	background-color: #eee;
	}

#header{
	position: absolute; left: 45px; padding: 5px; color: #f63; font-weight: bold;
	background-color: #fff; border: 1px solid #ced4ca; border-bottom: 3px solid #ced4ca; border-right: 3px solid #ced4ca;
	}
#quick-nav { width: 20px; position:fixed; top: 40px; left:20px;}
#quick-nav img{	padding-bottom: 3px; }
* html div#quick-nav  { width: 20px; top: 38px; left:20px; position:absolute; }

#wrapper { padding: 15px 0 0 40px;}

.box{
	float: left;
	margin: 5px;
	padding: 20px; 
	background-color: #fff;
	border: 1px solid #ced4ca;
	border-bottom: 3px solid #ced4ca;
	border-right: 3px solid #ced4ca;
	font-size: 0.9em;
	}

#content {
	padding-top: 0;
	\width: 474px;	/* IE5Win */
	w\idth: 420px;	/* Others */
	font-size: 1.0em;
	} 
			 /* IE5Win */	/* Others */
#sidebar-1 { \width: 220px;	w\idth: 170px; } 
#sidebar-2 { \width: 220px;	w\idth: 170px; } 
#sidebar-3 { \width: 160px;	w\idth: 110px; } 

#logo-sub{ padding: 6px 0 0 2px; }


/* typography
----------------------------------------------- */

h1,
h2,
h3{	font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }

xh1 { text-indent: -9000px; margin: 0; display: none;}
h2 { margin-top: 25px; margin-bottom: 0; font-size: 16px; }
h2 a { color: #63b4cd; }
h3 { font-size: 14px; color: #666; }

p {	line-height: 1.5em;	margin: 0.5em 0 1.5em 0; }

ol, ul { line-height: 1.5em; margin: 1.2em 0 1.2em 2em;	}

ul li,
ol li{ margin-bottom: 0.2em; }

img, a img{ border:0px;}

a, a:hover { color: #8ab459; text-decoration: none; }
a:hover { color: #777; }

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	}

pre{
	display: block;
	margin: 0.75em 1.5em 2.2em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #efefef;
	overflow: auto;
	}

code{font-family: monospace;  font-size: 11px; color: #555; background-color: #efefef;}
pre code{ line-height: 1.3em;}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

del, del * { text-decoration: line-through; }

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

.small { font-size: 0.9em;	}

.navigation { padding-top: 12px; padding-bottom: 10px; }

.next { float: right; }

.previous { float: left; }


/* forms
----------------------------------------------- */

input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #555;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	}


/* sidebars
----------------------------------------------- */

.sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #63b4cd;
	background: url(../images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.sidebar ul ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 1px solid #dee4da;
	}
.sidebar ul ul li {
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #dee4da;
	}
.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 2px 10px;
	} 
.sidebar ul ul li a:hover {
	background-color: #f3f3f3;
	}

.loaderright {
	float: right;
	height: 100%;
	text-align: right;
	vertical-align: top;
	}

.loaderleft {
	height: 100%;
	text-align: left;
	width: 50%;
	}

/* blog posts
----------------------------------------------- */

.post {	border-bottom: 1px solid #dee4da; }
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
	}

.postentry img {
	border: 0px;
	padding: 3px;
	margin: 0 0 0 0;
	}
.postentry a img{
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 0px 5px 10px 8px;
	}
.postentry .icon{
	display: inline; 
	margin: 0;
	padding: 0;
	padding-right: 6px;
	border: none;
	}
	
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(../images/permalink.gif) no-repeat center left;
	}
.commentslink {
	padding: 0 0 0 17px;
	background: url(../images/x_comment.gif) no-repeat center left;
	}
.teaserlink {
	padding: 0 0 0 17px;
	font-weight: bold;
	}


/* comments
----------------------------------------------- */

#comment { width: 98%;}

h2#comments{
	font-size: 12px;
	}
#commentlist {
	margin: 1.2em 0;
	padding: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
	}
#commentlist li {
	border: 1px solid #E8E7D0;
	padding: 0 20px;
	background-color: #f3f3f3;
	margin: 12px 0;
	}
#commentlist li:hover{ background-color: #fff; }

#commentlist li.authorcomment{
	border-left: 5px solid #88887f;
	}

h3.commenttitle{ padding-top: 12px;	}

p.commentmeta {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	}


/* search
----------------------------------------------- */

#search-wrapper{ padding-top: 10px;	}
ul#livesearch-results{	margin-top: 0; }
