/*
Theme Name: Junior 2009
Theme URI: http://regelmann.ch/junior
Description: 
Author: Oliver Regelmann
Author URI: http://regelmann.ch


/*-----------Block Level Elements--------------*/

Body {
	background: #fff;
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font:100% verdana, helvetica, arial, sans-serif;
	color: #333;
}

#page {
   position: relative;
   margin: 0 auto; /* center on everything else */
   text-align: left;
   padding: 0px;
}

#header {
	position: relative;
	background: #fff;
	width: 100%;
	height: 6em;
}

#headerimg {
	margin: 0 auto;
	width: 900px;
	text-align: right;
	padding: 2em 0 0 0;
	}


.description {
	font-size: 0.9em;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#wrapper:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

#content {
	float:left;
	margin: 0 0 2em 0;
	padding: 2em 40px 2em 0;
	width: 650px;
	}

#nav {
	width: 100%;
	height: 1.6em;
	background: #FAFAFA;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#topbar {
	width: 900px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	height: 1.6em;
	border-style: solid;
	border-width: 0 0 0 1px;
}

#sidebar {
	margin: 0;
	padding: 2em 0;
	float: right;
	width: 190px;
	overflow:visible;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 900px;
	text-align: center;
	font-size: 50%;
	padding: 1em 0;
}

#footer p {
	margin: 0;
	padding: 0;
}

/*-------------Headings-------------*/

h1 {

}

#header h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 0.1em 0;
}
#header h1 a {
	color: #333;
	text-decoration:none;
}

#header h1 a:hover {
	border: none;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {

}

h4 {

}

h5 {

}

/*-------------General-------------*/

a {
	color: #A71D3D;
	text-decoration: none;
}

a:hover { 
	text-decoration:underline;
}

a:visited { 

}

a:visited:hover { 

}

/*-------------The Post-------------*/


.post {
	clear:both;
	color: #333;
	margin-bottom: 3em;
	line-height: 140%;
	font-size: 87.5%; 	
}

.post h2 {
	font-weight: normal;
	margin: 0 0 1em 0;
	letter-spacing: -.3px;
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
}
	
.post h2 a:hover, .post h2 a:visited, .post h2 a {
	text-decoration: none;
	color: #333;
}

.post p {

}

.post a {

}

.post a:hover { 
	
}

.post a:visited { 

}

.post a:visited:hover { 

}

.post ul {

}

.post li {

}

.entry {

}

.entry a {

}

.entry ul li {
	margin-bottom: 1em;
}

.entrytext, .postmetadata {
	margin: 0;
	color: #888;
	font-size: .9em;
	padding: 0.2em 0;
	border-top:  1px solid #eee;
	text-align: right;
	clear: both;
}

.postmetadata alt {

}

.postmetadata a {
	
}

.postmetadata .postmetadate {
	/*background: url(images/date.gif) no-repeat left;
	padding-left: 20px;*/
}


.navigation {
	margin: 2em 0;
	display: block;
	text-align: center;
}

.navigation.comments{
	margin: 1em 0;
	display: block;
	text-align: center;
}


.navigation:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.center {

}

.pagetitle {

}

blockquote {
	background: #fcfcfc;
	border: 2px solid #eee;
	margin: 1em 2em;
	padding: 0 0.5em;
	color: #555;
	display:block;
	overflow: auto;
}

cite {

}

a img {

}

a>img {
	border: none;
}

img:link {
	border: none;
	text-decoration: none;
}

acronym, abbr {

}

/*--------------Sidebar------------*/


#sidebar ul {
	font-size: .75em;
	list-style-type: none;
	margin: 0 ;
	padding: 0;
}

#sidebar a {
}

#sidebar a:hover {

}

#sidebar a:visited {

}

#sidebar p {

}

#sidebar ul h2 {
	color: #454754;
	margin: 0 0 1em 0;
	font-size: 1.3em;
	font-weight: bold;
}

#sidebar ul li {
	margin: 0 0 3em 0;
	padding: 0;

	}

#sidebar ul li ul {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#sidebar ul li ul li {
	margin: 0 0 1em 0;
	padding: 0;
}

/*--------------Topbar------------*/

#topbar li {
	border: solid #333;
	border-width: 0 1px 0 0;
	float:left;
	width: 7em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6em;
	}

#topbar a {
	display: block;
	font-size: 1em;
	color: #333;
}

#topbar a:hover {
	color: #333;
	background: #e8e8e8;
	text-decoration: none;
}

#topbar a:visited {

}


#topbar p {

}




/*--------------Comments--------------*/

ol.commentlist {
	list-style-type: none;
	margin: 1em 0 2em 0;
	padding: 0;
	font-size: 87.5%;
	color: #333;
}

ol.commentlist li {
	padding: .2em 0 .2em .2em;
	margin: 0 0 2em 0;
}

ol.commentlist li.alt {

}

.commentlist li ul li { 

}

.depth-1 {
	border: 1px solid #ddd;
}

.children { padding: 0; }

ul.children {
	list-style-type:none;
}

ul.children li {
	border: solid #ddd;
	border-width: 1px 0 1px 1px;
	margin-top: 1em;
	margin-left: 1em;

	
}

.reply:before {
	content: "";
}

ol.commentlist a {

}

.comment-author {
	font-weight: bold;
}

.commentmetadata {
	margin: 0;
	padding: 0;
	color: #888;
	font-size: .8em;
}

.even, .alt {

}

#respond h3, h3#respond, h3#comments , h3.comments {
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
}

.entry-comments h3#comments {
	/*margin-top: 1em;*/
}

a.comments-open-header {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a.comments-open-hide{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

label {
	color: #888;
}

ol.commentlist .avatar {
	float: right;
	background: #fff;
	position: relative;
	top: -.2em;
}

textarea#comment {
	width:100%;
}

.entry-comments {
	margin: -3em 0 3em 0;
	padding: 0 0 0 50px;
	width: 600px;
	font-size: 87.5%;
	border: 1px solid #fff; /*Don't ask me why this is necessary*/
}

.entry-comments div {
	margin: 0;
	padding: 0;
}

.says {
	display: none;
}

#respond {
	margin-top: 1em;
}

/*--------------Search Form-------------*/

#searchform {
}

#searchform input {
	border: 1px solid #ddd;
	padding: 0.1em;
}

#searchform #s {
	size: 10;
}

#searchform  #searchsubmit {
	color: #333;
	background: #eee;
	font-size: 0.9em;
}

/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}


/*-------------Oliver------------------*/


.via {
	margin-top: 30px;
	font-size: 0.9em;
	}		
	



/*flickr "blog this" feature */
.flickr-photo { border: solid 1px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


.floatimg {
	border: 1px solid #433836;
	float:left; 
	margin: 0 5px 5px 0;
}


	/* Tooltips */
	/* from SantaKlauss: http://www.madaboutstyle.com/tooltip2.html */
	
	a.fuss{
    position:relative; /*this is the key*/
    z-index:24; 
	border-bottom: 1px dashed #433836; 
    text-decoration:none;
	margin-right: 1px;
	}

	a.fuss:hover {
		z-index:25;
		border-bottom: 1px dashed #433836;
		cursor: help;
		margin-right: 1px;
	}

	a.fuss span {display: none}

	a.fuss:hover span{ /*the span will display just on :hover state*/
    	display:block;
		z-index: 100;
	    position:absolute;
	    top:2em; left:-7em; width:15em;
		background: #eee;
		color:#433836;
	    text-align: center;
		padding: 4px;
		border: 1px solid #433836;
	}

	/* Eof Tooltips */
	
code {
	margin: 0 3em;
	display:block;
	border: 2px solid #eee;
	padding: 1em 1em;
	color: #555;
	overflow: auto;
}

#twitter_list {
	width: 900px;
	margin: 0.2em auto 0;
	font-size: 1.75em;
	height: 1em;
	color: #ddd;
	text-align: justify;
}


#werbung {
	margin: 0 0 3em 0;
}

/* AJAX Edit Comments*/
.edit-comment-admin-links {
	margin: .5em 0;
}


/*-------------Oliver:Archive------------------*/

#archivelist {
list-style-type: none; 
padding: 0;
}

#archivelist li {
margin: 0.5em 0;
}
