/*  
Theme Name: Bewusstseinsarbeit
Theme URI: http://www.bewusstseinsarbeit.at
Description: This Wordpress theme was created for bewusstseinsarbeit.at homepage
Version: 1
Author: Dominik Guzei
Author URI: none

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/*
div {
	border: 1px solid #FF0000;
}
span {
	border: 1px solid #FF0000;
}
*/
#index_welcome_box {
	display: block;
	width: 100%;
	height: 220px;
	margin-top: 20px;
}

#seite {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 4px;
	padding-left: 4px;
}

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #f7f4ea;
	color: #333;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 800px;
	text-align: left;
	background: url('images/bg_ltr.jpg') repeat-y top center;
	}
#header {
	background: url('images/header.jpg') no-repeat bottom center;
	background-color: #f7f4ea;
	margin: 0;
	height: 162px; 
	width: 800px;
	}
	
#headerimg {
	margin: 0;
	padding: 25px 0 0 45px;
	}
#headerimg .description {
	visibility: hidden;
	}
#headerimg h1 {
	visibility: hidden;
	}
	
#entry_preview {
	background-color: #FFF5E8;
	padding: 10px;
	border: 1px dashed #999999;
	margin-top: 20px;
	width: 535px;
}

/* Macht die Überschriften der einzelnen Artikel zu inline elementen
damit kein automatischer Abstand eingefügt wird (würde das layout stören) */
.post h2, .post h3 { 
	display: inline;
}

.entry h2, .entry h3 {
	display: block;
}

#footer {
	background: #fff url('images/footer.jpg') no-repeat top; 
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: 42px;
	clear: both;
	}
/* ist eigentlich überflüssig -> da es keine unterscheidung mehr gibt */	
#footer_single {
	background: #fff url('images/footer_single.jpg') no-repeat top; 
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: 42px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0 0 320px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/* Begin Form Elements */
input {
	margin-top: 4px;
	border: 1px #5A6470 solid;
	color:#000000;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding:1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/*############################ SIDE BAR - NAVIGATION #################################*\

	Hier sind alle Stile die mit der Sidebar und der Navigation zu tun haben

\*===================================================================================*/
#sidebar
{
	margin-left: 10px;
	width: 172px;
	/*border: 1px solid #FF0000;*/
}
/*  Navigations-Überschriften  */
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	text-indent: 10px;
	
	display: block;
	line-height: 20px;
	background-color: #fff8e6;
	
	background-color: #A21E1A;
	color: #FFFFFF;
	border-top: none;
}
/* Ende Navigation neu */
#sidebar ul {
/* standard display for all browsers */
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#sidebar ul li {
	margin-bottom: 15px;
	padding: 0;	
}
#sidebar ul li ul li { 
	margin: 0;
	padding: 0;
}
#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited{
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 25px;
	width: 99%;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	
	background-color: #FCFBF7;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #cccccc #999999 #cccccc;
}
#sidebar ul li ul li a:hover{
	background-color: #F3F3F3;
}

/*===================== Unterlinks ========================*/
#sidebar ul li ul li ul li a:link, #sidebar ul li ul li ul li a:visited{
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 45px;
	width: 99%;
	font-size: 1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
	border: none;
	background-color: #FCFBF7;
	border-bottom: #E4E4E4 solid 1px;	
}
#sidebar ul li ul li ul li a:hover{
	background-color: #F3F3F3;
}

#sidebar ul li ul .current_page_item a:link, #sidebar ul li ul .current_page_item a:visited {
	background-color: #fff8e6;
}

#sidebar ul li ul .current_page_item ul li a:link, #sidebar ul li ul .current_page_item ul li a:visited {
	background-color: #FCFBF7;
}
#sidebar ul li ul .current_page_item ul li a:hover {
	background-color: #F3F3F3;
}
/**/
/*================================== CONTENT ==========================================*\

	Hier kommen Stile die zur Formatierung von Posts dienen. Diese sind auch im Menü
	des TinyMCE Editors auswählbar und ermöglichen eine korrekte Vorschau

\*===================================================================================*/

/* standard Schriftformatierung für posts: */
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	float: right;
	width: 570px;
	margin: 0;
	padding: 10px 20px 10px 15px;
}
/* ---- standard Formatierungen ---- */
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #AC1D1F;	
	margin-top: 5px;
	margin-bottom: 5px;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #AC1D1F;	
	margin-top: 5px;
	margin-bottom: 5px;
}

#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #E69700;	
	margin-top: 5px;
	margin-bottom: 5px;
}

#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;	
	margin-top: 5px;
	margin-bottom: 5px;
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
}

#content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;	
}

#content .absatz_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;	
}

#content .clear {
	clear: both;
	height: 0px;
	width: 1px;
	display: block;
}

/* Bilder */

#content img {
	clear: both;
}

#content .Bild_links {
	float: left;
	margin-right: 5px;
}

/* ---- spezielle Formate ---- */

#content .headline_box {
	width: 550px;
	background-color: #FFF5DD;
	border: 1px solid #CCCCCC;
	padding: 6px;
	display:block;
}

#content .content_box {
	width: 550px;
	background-color: #FFF5DD;
	border: 1px solid #CCCCCC;
	padding: 6px;
	padding-top: 15px;
	display:block;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content .info_box_fragezeichen {
	display: block;
	padding: 5px;
	padding-left: 40px;
	padding-top: 9px;
	min-height: 20px; /* min height to show background img correctly */
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color: #FFF7E6;
	background-image: url(http://www.bewusstseinsarbeit.at/wp-content/themes/bewusstseinsarbeit/images/fragezeichen.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	width: 520px;
}
* html #content .info_box_fragezeichen {
	height: 20px;
}

#content .info_box_rufzeichen {
	vertical-align: middle;
	display: block;
	padding: 5px;
	padding-left: 40px;
	padding-top: 9px;
	min-height: 20px; /* min height to show background img correctly */
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF7E6;
	background-image: url(http://www.bewusstseinsarbeit.at/wp-content/themes/bewusstseinsarbeit/images/rufzeichen.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	width: 520px;
}
* html #content .info_box_rufzeichen {
	height: 20px;
}

#content .postmetadata {
	font-size: 1.1em;
}

/*================================== KOMMENTARE =====================================*\

	Design der Kommentare

\*===================================================================================*/

#comment_list { /* the comments list */
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 540px;
}
#comment_list li{ /* the comments (box)*/
	margin: 10px 0 10px 20px;
	padding: 5px;
	background-color: #FFFBF4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments_counter { /* "x Comments on POST X" - text */
	display:block;
	color: #990000;
	font-weight: bold;
	font-size: 1.3em;
}

#comment_list .author_comment { /* different style for author-comments */
	background-color: #fff4d8;
}
.comment_author_says { /* "author says:" - text */
	color: #222222;
	font-size: 1.2em;
}
.comment_approve { /* if moderation has to be done */
	color: #CC0000;
	font-weight: bold;
	font-size: 1.2em;
}
.comment_metadata { /* information about the comment */
	color: #666666;
	font-size: 1.1em;
}
#comment_write_headline {
	display:block;
	color: #990000;
	font-weight: bold;
	font-size: 1.3em;
}
#comment_list p {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#comment { /* the textarea ! */
	width: 535px;
	height: 150px;
	padding: 2px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	}

#commentform #submit {
	margin: 0;
	}

/* START PLUGINS ------------------------------------------------------------------------

/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external_01.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.png) no-repeat right;  }

/* For Pagebar plugin */
.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #0063DC; 
		border-color: #036; 
		text-decoration: none;
	}
