/*
Theme Name: ADSimple
Theme URI: http://dimox.name/
Description: Simple Wordpress theme based on HTML5 using red, black & white colors.
Version: 1.2.1
Author: Dimox
Author URI: http://dimox.name/
Tags: red, brown, white, black, silver, three-columns, right-sidebar, fixed-width, threaded-comments
License: GNU General Public License
License URI: GPL_license.txt
*/

* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
body {
	font: 13px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #444;
  background: #F8F8F8;
}
a {
	color: #E60000;
}
a:hover {
	color: #AA0001;
}
p {margin: 0 0 18px;}
img {border: 0}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	border-left: 3px solid #DE8D8D;
	background: #F2F2F2;
	height: 1%;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.aligncenter {margin: 0 auto}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 5px 10px 10px 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
table {
	width: 99%;
	margin: 0 0 20px 3px;
	border-collapse: collapse;
}
th, td {
  border: 1px solid #CCC;
	padding: 4px 8px;
}
th {
  text-align: left;
	background: #F3F3F3;
}
pre {
	margin: 0 0 20px;
}

#wrapper {
	width: 978px;
	margin: 0 auto;
	padding: 0 10px;
	background: #FFF;
  border: 1px solid #DDD;
  border-width: 0 1px;
	border-top: 5px solid #EEE;
  border-bottom: 1px solid #FFF;
}



/* Header
-----------------------------------------------------------------------------*/
header {
	height: 137px;
	border-bottom: 3px solid #EAEAEA;
	margin-bottom: 28px;
	position: relative;
}

#logo {
	position: absolute;
	top: 8px;
	left: 25px;
	color: #808080;
	line-height: 1;
	font-size: 33px;
	text-shadow: 2px 2px 1px #DDD;
}
#logo a {
  text-decoration: none;
}
#logo span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0 0;
	text-shadow: none;
}

#ticker {
	position: absolute;
	top: 67px;
	left: 25px;
}

#nav {
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
	height: 24px;
	padding: 7px 0 0 0;
	clear: both;
	background: url(i/smalldot.gif) repeat-x;
	border-bottom: 1px solid #CCC;
	position: relative;
}
#nav li {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
}
#nav li a {
	float: left;
	margin: 0 20px 0 10px;
	color: #808080;
  text-decoration: none;
}
#nav li a:hover {
	color: #444;
	text-decoration: underline;
}
#nav li.current_page_item {
	background: url(i/arrow.gif) 0 7px no-repeat;
}
#nav li.current_page_item a {
	color: #444;
}

#search {
	position: absolute;
	top: 34px;
	right: 0;
}
#search input {
	font: 11px "Trebuchet MS", Arial, Sans-Serif;
	float: left;
}
#s {
	width: 175px;
	padding: 3px 6px;
	border: 1px solid #CCC;
	margin-right: 5px;
}
#s:hover {
	border-color: #AAA;
}
#s:focus {
	border-color: #E60000;
}
#searchsubmit {
	background: #E60000;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}
#searchsubmit:hover {
	background: #AA0001;
}


/* Content
-----------------------------------------------------------------------------*/
section {
	width: 100%;
	overflow: hidden;
	background: url(i/dots.gif) 550px 0 repeat-y;
	margin-bottom: 10px;
}
#content {
	width: 540px;
	float: left;
	padding: 0 0 20px 0;
	overflow: hidden;
}
#content h2 {
	font: 23px/24px "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 6px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 12px;
	text-shadow: 2px 2px 1px #DDD;
}
#content h2 a {
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
	font: normal 20px/1.5 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
	margin-bottom: 18px;
	border-bottom: 1px solid #E5E5E5;
	text-shadow: 2px 2px 1px #DDD;
}
#content .post {
	margin: 0 0 45px;
}
#content .post h2,
#content .post h3 {
	font-size: 23px;
	margin: 0 0 18px;
}
.pmeta {
	font-size: 12px;
  line-height: 16px;
	margin: -13px 0 15px;
	color: #888;
}
.pmeta span {
  margin: 0 3px;
}
.pmeta a,
.ptags a {
	color: #888;
	text-decoration: underline;
}
.pmeta a:hover,
.ptags a:hover {
	color: #AA0001;
}
.entry {
  text-align: justify;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: normal 23px/1.4 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 4px;
	margin: 25px 0 18px;
	text-shadow: 2px 2px 1px #DDD;
  background: url(i/smalldot.gif) 0 100% repeat-x;
	border: none;
}
#content .entry h3 {font-size: 20px}
#content .entry h4 {font-size: 18px}
#content .entry h5 {font-size: 17px}
#content .entry h6 {font-size: 15px}
.ptags {
	font-size: 12px;
  	line-height: 16px;
	color: #999;
	padding: 8px 5px;
	overflow: hidden;
	height: 1%;
	clear: left;
}
.comments {
	float: right;
	margin: 0 0 0 34px;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.post ol {
	margin: -4px 0 18px 35px;
}
.post ul {
	margin: -4px 0 18px 18px;
}
.post li {
	padding: 3px 0 4px;
  border-bottom: 1px solid #EEE;
}
.post ul li {
	list-style: none;
	background: url(i/arrow.gif) 0 11px no-repeat;
	padding: 3px 0 4px 12px;
}
.post li ul {
	margin: 4px 0 -5px;
  border-top: 1px solid #EEE;
}
.post li ol {
	margin: 4px 0 -5px 18px;
  border-top: 1px solid #EEE;
}

div.pagetitle {
	font: normal 19px "Trebuchet MS", Arial, Sans-Serif;
	padding: 3px 0 4px;
	margin-bottom: 30px;
	border: 1px solid #E5E5E5;
	text-shadow: 1px 1px 0 #FFF;
  text-align: center;
	background: #F4F4F4;
}

.commentlist {
	margin: 18px 0 0;
}
.commentlist li {
	list-style: none;
}
.commentlist li .commentdiv {
	margin: 0 0 25px;
	height: 1%;
}
li.bypostauthor .commentdiv {
	padding: 3px 3px 7px;
	border: 1px solid #AAA;
}
.commentlist ul.children {
	margin: 13px 0 0 18px;
}
.comment-author {
	background: #F2F2F2;
	border: 1px solid #E9E9E9;
	padding: 4px 4px 3px 4px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.avatar {
	border: 1px solid #DDD;
	padding: 2px;
	float: left;
	background: #FFF;
	margin: 0 5px 0 0;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	padding: 3px 0 0;
}
.commentmetadata a {
	color: #888;
  text-decoration: none;
}
.commentmetadata a:hover {
	color: #AA0001;
  text-decoration: underline;
}
.ctext {
	padding: 10px 7px 0;
}
.reply {
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
	margin: -3px 0 0 7px;
}
.reply a {
	background: #F4F4F4;
	float: left;
	color: #AA0001;
	text-decoration: none;
	padding: 0 6px 2px;
	border: 1px solid #CCC;
	font-size: 13px;
	line-height: 16px;
}
.reply a:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}
#cancel-comment-reply {
	float: right;
	position: relative;
	top: -43px;
}
#cancel-comment-reply small {
	font-size: 13px;
}

#respond h3 {
  margin-top: 35px;
}

#commentform {
	padding: 0 0 20px;
}
#commentform p {
	margin: 0 0 7px;
	white-space: nowrap;
}
#author, #email, #url, #comment, #submit {
	font: 13px "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
#comment {
	width: 97%;
	height: 150px;
}
#submit {
	width: 128px;
	height: 26px;
	padding: 0;
	background: #E60000;
	cursor: pointer;
	border: none;
	color: #FFF;
  font-weight: bold;
}
#submit:hover {
	background: #AA0001;
}

.navigation {
  background: url(i/smalldot.gif) repeat-x;
	padding: 15px 0 0;
}
.navigation a {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  border: 1px solid #C01D36;
	color: #C01D36;
  text-decoration: none;
  text-align: center;
}
.navigation a:hover {
  border: 1px solid #4A4A4A;
	color: #4A4A4A;
	background: #EEE;
}
.navigation span {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  text-align: center;
}
.navigation span.pages {
  margin-right: 10px;
	width: auto;
}
.navigation span.current {
  border: 1px solid #4A4A4A;
	background: #888;
	color: #FFF;
}
.navigation.first {
	background: none;
	padding: 0;
}
.navigation.com a {
	margin: 0 -2px 0 0;
}
.navigation.com span.dots {
	margin: 0 -4px 0 0;
}
.navigation.com span.current {
	margin: 0 -2px 0 0;
}


/* Sidebars
-----------------------------------------------------------------------------*/
aside {
	float: right;
	width: 427px;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 0 0;
}

#sidebar1 {
	float: left;
	width: 228px;
	padding: 0 10px;
}
#sidebar2 {
	float: left;
	width: 168px;
	padding: 0 0 0 11px;
}

#sidebar2 img {
	max-width: 168px;
}

.section {
	margin: 0 0 25px;
}
aside ul {
	margin: 0 0 15px;
}
aside li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px 4px 12px;
	margin: 0;
	background: url(i/arrow.gif) 3px 9px no-repeat;
}
aside li ul {
  margin: 0 0 2px;
}
aside li li {
  padding: 3px 0 0 12px;
	border: none;
}
aside a {
	color: #808080;
  text-decoration: none;
}
aside a:hover {
  text-decoration: underline;
}
aside h3 {
	font: 17px/1 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 6px;
	margin: 0 0 10px;
	border-bottom: 1px solid #E5E5E5;
	text-shadow: 1px 2px 1px #DDD;
}

#tagCloud a,
.widget_tag_cloud a {
	margin: 0 4px 0 0;
  line-height: 24px;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
footer {
	padding: 7px 10px;
	margin: 0 0 8px;
	font-size: 11px;
	line-height: 16px;
	height: 16px;
	color: #666;
	background: #EEE;
}

/* Shopping-Cart
-----------------------------------------------------------------------------*/
div.shoppingCart {
	clear: left;
	border-top: 1px solid #E60000;
	border-bottom: 1px solid #E60000;
	margin: 1px 0 5px 0;
}

div.shoppingCart a.txt {
	text-decoration: none;
	position: relative;
	top: -12px;
	color: #E60000;
}


/* Miscellaneous
-----------------------------------------------------------------------------*/
div#social-ads-top {
	float: right;
	position: relative;
	margin: 80px 0 0 0;
}

/* sociable */
div.copy {
	float: left;
	dispaly: inline;
	width: 144px;
}

div.sociable {
	float: right;
	dispaly: inline;
}

/* das team */
div.team-item {
	min-height: 250px;
	display: block;
	clear: left;
	border-bottom: 1px solid #ccc;
	margin: 0 0 13px 0;
	padding: 0 0 5px 0;
}

/* Bewerberform
-----------------------------------------------------------------------------*/
#content .entry div.wpcf7 form div.bewerber-form-wrapper h3.bewerber-form-section {
	font-size: 17px;
	margin-top: 34px;
}

div.form-item-left {
	float: left;
	width: 260px;
}

div.form-item-right {
	float: right;
	width: 260px;
}

div.form-item-left input,
div.form-item-right input {
	width: 230px;
}

/* Therapeutensuche
-----------------------------------------------------------------------------*/
form#thp_searchform {
	margin: 21px 0px 34px 0px;
	padding: 5px;
	border: 1px solid #ddd;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

form#thp_searchform div.label {
	width: 130px;
	float: left;
	clear: left;
	margin: 0 0 8px 0;
}

form#thp_searchform .input {
	width: 233px;
	padding: 1px;
	margin: 0 0 8px 0;
	border: 1px solid #CCC;
}
form#thp_searchform .input:hover {
	border-color: #AAA;
}
form#thp_searchform .input:focus {
	border-color: #E60000;
}

#thp_searchsubmit {
	background: #E60000;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}
.thp_browser_button {
	background: #E60000;
	border: 0;
	padding: 5px 5px 0px 5px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 19px;
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
	line-height: 16px;
}
#thp_searchsubmit:hover,
.thp_browser_button:hover {
	background: #AA0001;
	color: #fff;
}

.thp_browser_button {
	float: right;
}

/* Therapeuten - Single view */
div.thp_cat {
	border: 1px solid #ddd;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 21px 0 0 0;
	padding: 5px;
	background-color: #fcfcfc;
}

div.thp_entry {
	margin: 34px 0 34px 0;
}

div.further_information {
	margin: 0 0 0 0;
}

div.further_information div.location {
	width: 47%;
	float: left;
	display: inline;
	border: 1px solid #ddd;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	min-height: 100px;
	background-color: #fcfcfc;
}

div.further_information div.contact {
	width: 47%;
	float: right;
	display: inline;
	border: 1px solid #ddd;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	min-height: 100px;
	padding: 5px;
	background-color: #fcfcfc;
}

/* therapeuten - browser */
div.thp_browser .thp_nav {
	margin: 0;
}

div.thp_browser .thp_nav li {
	display: inline;
	
	padding: 2px 3px 2px 3px;
}

div.thp_browser .thp_nav li.thp_selected {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}


/* events calendar */
div#tec-content {
	margin: 0 0 0 0;
	font: 13px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #444;
}

div#tec-events-calendar-header {
	margin: 0 0 21px 0;
	padding-bottom: 8px;
	border-bottom: 1px dashed #ddd;
	
}

div.tec-calendar-buttons {
	position: relative;
	float: right;
	text-align: right;
	margin: 0;
	top: 0;
	width: 250px;
}

div.tec-calendar-links {
	float: left;
	width: 250px;
	padding: 8px 0 0 0;
}

div.tec-calendar-buttons a {
	margin: 5px 5px 13px 5px;
}

.upcoming a.tec-button-on,
.grid a.tec-button-on {
	background:#999;
	border: 1px solid #f00;
}
.upcoming a.tec-button-off,
.grid a.tec-button-off {
	background:#999;
}

div#tec-events-calendar-header div#cal-nav { 
	clear: both;
	margin: 0 0 0 34px;
}

div#tec-events-calendar-header div#cal-nav div.tec-prev-month,
div#tec-events-calendar-header div#cal-nav div.tec-next-month {
	width: 120px;
	float: left;
	text-align: center;
}

div#tec-events-calendar-header div#cal-nav select#tec-events-month,
div#tec-events-calendar-header div#cal-nav select#tec-events-year { margin: 0 6px 0 6px; width: 100px; float: left; }

div#tec-events-calendar-header div#cal-nav div a {
	font-size: 11px;
}

/* single view */
#tec-content .single-view-top-links a.ical {
	float: right;
}

#tec-content div.tec-event-list-meta {
	float: none;
	border: 0;
}

.tec-event-meta {
	border-bottom: 1px solid #aaa;
	margin: 8px 0 18px;
	padding: 3px 0 2px;
	overflow:hidden;
	clear:both;
	font-size: 12px;
}

.tec-event-meta .column {
	float:left;
	width:45%;
	padding:0 4% 0 0;
	text-align:left;
	margin:0;
}
.tec-event-meta dt {
	float:left;
	clear:left;
	font-weight:bold;
	width:70px;
}
.tec-event-meta dd {
	padding:0;
	margin-left:70px;
	margin-bottom: 10px;
}

.more-link {
	text-align: right;
}

/* calendar & list view */
div#calendar-grid-wrapper {
	width: 350px;
	float: left;
}

table.tec-calendar {
}

div#calendar-list-wrapper {
	width: 185px;
	float: right;
}

div#calendar-list-wrapper {
	font-size: 11px;
}
div#calendar-list-wrapper h4.headline {
	margin: 18px 0 8px 0;
	font-size: 12px;
}
div#calendar-list-wrapper div.list-item {
	margin: 3px 0 8px 0;
}
div#calendar-list-wrapper a {
	text-decoration: none;
	color: #666;
}
div#calendar-list-wrapper a:hover {
	text-decoration: none;
	color: #AA0001;
}


.tec-list-tooltip {
    z-index: 1001;	
	line-height: 1.4;
	color: #333;
	display: block;
	position: absolute;
	width: 320px;
	margin: 20px 0 0 0;
	background-color: #F9F9F9;
    border: 1px solid #666;
}
.tec-list-tooltip .tec-event-title {
    background-color: #E60000;
    color: #FFFFFF;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 6px;
}
.tec-list-tooltip .tec-event-body {
    padding: 3px 6px 6px;
}

.tec-tooltip .tec-event-title,
.tec-calendar td.tec-present .daynum {
    background-color: #E60000;
}

.tec-calendar td {
	height: 48px;
	max-height: 48px;
	min-height: 48px;
	width: 48px;
	max-width: 48px;
	min-width: 48px;
}

a.event-marker {
	display: block;
	background-color: #FF6F6F;
	width: 100%;
	height: 100%;
	text-decoration: none;
}


/* Presse / Aktuelles
-----------------------------------------------------------------------------*/
img.article-thumb {
	float: left;
	margin: 0 13px 13px 0;
}

