/*
Theme Name: ambu-alternativ.de
Theme URI: http://www.ambu-alternativ.de/
Description: Tested on WP2.8
Version: 0.1
Author: Ambu
Author URI: http://www.ambu-alternativ.de/
*/

/*
ambu-alternativ Farben
Hyperlink color : #937598;
Dunkle Violett  : #937598;
Mittel-Violett  : #bf88cc;
Helles Violett  : #e5c7eb;
*/

@import "../../res/styles.css";

* {
	font-family: Verdana,Georgia,Times New Roman, sans-serif;
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	
}
body {
	background: #937598;
	font-size: 12px;
	color: #635821;
}
h1, h2, h3 {
	font-weight: normal;
	color: #5e510e;
}
h1 {
	letter-spacing: -1px;
	font-size: 32px;
}
h2 {
	font-size: 23px;
}
code, pre {
	clear: both;
	margin: 15px auto 5px 5px;
	width: 90%;
	overflow: auto;
	font: bold 1em/1.5em "Courier New", Courier, monospace;
}
pre {
	padding: 8px;
	background: url(img/pre-code.gif) repeat 8px;
	color: #282c53;
}
p, ul, ol {
	margin:0px 0px 2em 0px;
}
a:link {
	color: #937598;
}
a:hover, a:active {
	text-decoration: none;
	color: #937598;
}
a:visited {
	color: #937598;
}

/* Begin Images */
img {
	border:none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}
/* End Images */

/* Begin Form */

input, textarea, select {
	padding:2px;
	font-size: 11px;
	border:1px solid #ccc;
  color:#64286f;
	background: url(img/textfield.gif) repeat-x;
}
.textbox {
	background: url(img/textfield.gif) repeat-x;
}

/* +++++++++ */
/*   Header  */
/* +++++++++ */

#header {
	width: 999px;
	height: 145px;
	background: url(img/header.jpg) no-repeat;
	margin:auto;
}
#header #logo {
	margin-left: 77px;
	margin-top: 55px;
	float: left;
	width: 85px;
}
#header #east {
  white-space:nowrap;
	float: right;
	padding-top: 58px;
	margin-right: 65px;
}
#header #east #title {
  text-align: right;
	line-height:25px;
  font-size: 20px;
	color: #4c4d4c;
  text-align: right;
}
#header #east #title a {
	color: #4c4c4c;
	text-decoration: none;
}
#header #east #subtitle {
	line-height:12px;
	font-size: 12px;
  text-align: right;
  padding:8px 5px 0px 0px;
}

/* +++++++++ */
/*    Menu   */
/* +++++++++ */

#header #east #menu {
	float:left;
}
#header #east #menu ul {
	list-style: none;
}
#header #east #menu li {
	list-style: none;
	float:left;
}
#header #east #menu li a {
 padding-top: 8px;
 width: 115px;
 height: 39px;
 font-size: 12px;
 display: block;
 text-align: center;
 color: #4c4c4c;
 text-decoration: none;
 background: url(img/menu-off.jpg) no-repeat;
}
#header #east #menu li a:hover {
	background: url(img/menu-on.jpg) no-repeat;
	text-decoration: underline;
	height: 39px;
}
#header #east #menu .current_page_item a {
	background: url(img/menu-on.jpg) no-repeat;
	height: 39px;
}

/* +++++++++ */
/*    Page   */
/* +++++++++ */

#page {
	width: 999px;
	margin: auto;
	background: url(img/page.jpg) repeat-y;
}
#radius {
	width: 999px;
	margin: auto;
	background: url(img/radius.jpg) no-repeat;
}

/* +++++++++ */
/*  Content  ‚*/
/* +++++++++ */

#content {
	float: right;
	width: 560px;
	padding-right: 85px;
}

/* +++++++++ */
/*    Post   */
/* +++++++++ */

.post {
	padding:0px 0px 10px 0px;
	border-bottom:#937598 1px dashed;
}

/** Post::Header **/

.post .postHeader {
	padding: 20px 0px 35px 0px;
}

/*Das Tages Icon, Ecke oben links bei jedem Artikel */
.post .postHeader .calendar {
	margin-right:20px;
  float:left;
  width: 60px;
	height: 58px;
	text-align: center;
	color: #999;
	font-size: 1.4em;
	background: url(img/bg-cal.png) no-repeat top;
}
.post .postHeader .calendar .monat {
  line-height: 2px;
	font-size: 0.6em;
}
.post .postHeader h2 {
	font-size: 1.4em;
	font-weight: normal;
}
.post .postHeader p.desc {
	font-size: 0.9em;
	margin: 5px 0px 0px 0px;
}
.post .postHeader p.desc span.autor {
	padding: 2px 0px 2px 17px;
	background: url(img/ico-autor.png) no-repeat left center;
}
.post .postHeader p.desc span.cat {
	padding: 2px 0px 2px 17px;
	background: url(img/ico-category.png) no-repeat left center;
}

/** Post::Body **/

.post .postBody p {
}
.post .postBody blockquote {
	text-transform: uppercase;
	color: #999999;
	margin: 15px 0px 0px 20px;
}
.post .postBody p blockquote {
	text-transform: uppercase;
	font-style: italic;
	margin: 15px 0px 0px 20px;
}

/* PostFooter  */

.post .postFooter {
  padding: 0px 0px 20px 0px;
}
.post .postFooter .postComm {
	float: right;
}
.post .postFooter .postComm a {
}

.sya_container a {
	font-weight: normal !important;
}
.post ul,
.postBody ul,
.sya_container ul {
	padding: 0px 0px 10px 20px;
}

/* +++++++++ */
/*  Sidebar  */
/* +++++++++ */

#sidebar {
	float: left;
	font-size: 0.88em;
	padding-left: 70px;
}

/* CTC: Configurable Tag Cloud */
#sidebar .ctc a {
	display: inline;
	background: none;
}

/* ++++++++++++++ */
/* Sidebar::Widget */
/* ++++++++++++++ */

#sidebar * {
	list-style-type: none;
}
#sidebar .widget ul,
#sidebar .widget div {
 padding: 0px 20px 0px 20px;
}

/* Blogroll */
#sidebar .widget .blogroll a {
	background: none;
	line-height: 18px;
}
#sidebar .widget {
	width: 240px;
	background: url(img/widget-mid.jpg) repeat-y;
}
#sidebar .widget-top {
  padding: 0px !important;
	width: 240px;
	height: 50px;
	background: url(img/widget-top.jpg) no-repeat top;
}
#sidebar .widget-top h3 {
	font-size: 1.2em;
  color: #5e510e;
  height:24px;
	padding: 20px 0px 0px 40px;
  margin: 8px 0px 0px 10px;
	background: url(img/ginkgo20.png) no-repeat;
	background-position: 10px 20px;
}
#sidebar .widget-bottom {
	width: 240px;
	height: 17px;
	background: url(img/widget-bot.jpg) no-repeat top;
  padding: 0px !important;
  margin: 0px !important;
}
#sidebar .widget div.textwidget p {
	margin: 0px;
}

/* Search */
#s {
  font-size: 11px;
	width: 155px;
	padding: 4px;
  color:#64286f;
	border: 2px ridge #fff;
	background: #e9e9e9;
}

/* Footer */
#footer {
	width: 999px;
	height: 134px;
	min-height: 130px;
	background: url(img/footer.jpg) no-repeat;
	margin: auto;
	padding: 15px 0px 0px 0px;
}
#legal {
	clear: both;
	padding-top: 30px;
	padding-right: 80px;
	text-align: right;
	font-size: 10px;
	color: #5e510e;
}
#legal a {
	color: #4c4d4c;
}
#comment {
	width: 500px;
	height: 100px;
}

/* Specials */
li #recentcomments a,#wp-calendar a {
	background: none !important;
	padding: 0px !important;
}

/* Event Calendar */
#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.2em Arial,Verdana,Helvetica;
	text-align: center;
  white-space: nowrap;
}

#wp-calendar .ec3_eventday,
#wp-calendar .eventday,
#wp-calendar .eventday:link,
#wp-calendar .eventday:visited,
#wp-calendar .eventday:hover,
#wp-calendar .eventday:active {
	background: #e5c7eb !important;
	color: #4c4d4c !important;
}
table.ec3_schedule {
  display:block;
	padding: 10px !important;
	border: solid 1px #4c4d4c !important;
  background-color:#ffffcc;
  float:left;
}


/* Begin NextGEN Gallery */
.ngg-gallery-thumbnail img {
	background-color: #fff;
	border: 1px solid #e5c7eb !important;
	padding: 3px !important;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #bf88cc !important;
}
/* End NextGEN Gallery */


/*Linie zum Debuggen*/
.dashed {
 border: 1px dashed #ff0000;
}

/*
 Das Offset drückt die Tageszahl nach unten, ohne störenden unteren Abstand.
 Diese Lösung wurde gewählt, da hier das normale padding/margin nicht funktionierte
*/
.offset {
  visibility:hidden;
	display:block;
}

/* Begin Styles aus dem WYSIWYG Editor */

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* End Styles aus dem WYSIWYG Editor */


.ambu_links ul {
	padding: 0px !important;
}
.ambu_links li {
	white-space:nowrap;
}

.postBody div.ec3-box {
 padding:0px 0px 0px 10px;
 float:right;
 display:inline;
}
.postBody div.ec3-box ul {
 padding:5px 10px 5px 30px;
 background-color:#f6f4d4;
 float:right;
 border: 1px solid #9a976b;
 display:inline;
}
.postBody li.ec3-future {
  line-height:13px;
	list-style-image: url(img/ec3-future.png) !important;
}
.postBody li.ec3-past {
 text-decoration:line-through;
 line-height:13px;
 list-style-image: url(img/ec3-past.png) !important;
}


/* All done:) */
