/*
Theme Name: Cake and More
Theme URI: http://www.applicationpark.de/
Description: The Theme for Cake and More
Author: Application Park GmbH
Version: 1.0
Tags: white, pink, fixed width
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Global Elements */
body,
input,
textarea {
    color: #585858;
    font-size: 12px;
    line-height: 18px;
    background-color: #e0e0e0;
}
hr {
    background-color: #585858;
    border: 0;
    clear: both;
    height: 1px;
    margin-bottom: 18px;
}
p {
    margin-bottom: 18px;
}
ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}
ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}
ol ol {
    list-style: upper-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}
strong {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
big {
    font-size: 131.25%;
}
input[type="text"],
textarea {
    background: #fbf2e3;
    border: 1px solid #585858;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
}
a:link {
    color: #585858;
}
a:visited {
    color: #585858;
}
a:active,
a:hover {
    color: #93117e;
}

/* =Layout */
#background {
    border: 0;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 1024px) {
    #background {
        left: 50%;
        margin-left: -512px;
    }
}
#wrapper {
    position: absolute;
    margin: -321px 0 0 -506px;
    top: 50%;
    left: 50%;
    width: 1011px;
    background: #ffffff url('./images/bg-stripes.gif') left bottom repeat-x;
}
#header,
#main,
#footer {
    width: 865px;
    margin: 0 auto;
}
#header {
    margin-top: 10px;
}
#main {
    clear: both;
    overflow: hidden;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 80px;
}
#container {
    background-color: #fbf2e3;
    border-left: 1px solid #fdf7ed;
    border-right: 1px solid #fdf7ed;
    border-bottom: 1px solid #fdf7ed;
    padding: 20px 0 0 0;
    height: 490px;
}
#sidebar {
    float: left;
    overflow: hidden;
    width: 160px;
    margin-top: 6px;
}
#content {
    margin: 0 0 10px 15px;
    float: left;
    height: 481px;
}

/* =Fonts */
body,
input,
textarea,
#access .menu,
.form-allowed-tags,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility {
    font-family: Helvetica, Verdana, Arial, sans-serif;
}
input[type=submit] {
    font-family: Helvetica, Verdana, Arial, sans-serif;
}
pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

/* =Header */
#branding {
    position: relative;
    height: 20px;
}
#branding img {
    width: 101px;
    height: 120px;
    position: absolute;
    bottom: -100px;
    right: -44px;
    z-index: 10;
}

/* =Menu */
#access .menu {
    font-size: 14px;
    font-weight: bold;
    height: 18px;
}
#access .menu ul {
    list-style: none;
    margin: 0;
}
#access .menu li {
    float: left;
    margin-right: 6px;
}
#access a {
    color: #585858;
    display: block;
    line-height: 20px;
    padding: 0 5px;
    text-decoration: none;
    outline: none;
}
#access a:hover,
#access .menu .current_page_parent a,
#access .menu li.current_page_item a {
    color: #93117e;
}

/* =Content */
#content input,
#content textarea {
    color: #585858;
    font-size: 16px;
    line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom: 5px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
    margin-bottom: 0;
}
#content dt,
#content th {
    color: #000000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #585858;
    line-height: 1.1em;
    margin: 0 0 8px 0;
}
#content h1 {
    font-size: 24px;
    font-weight: bold;
}
#content h2 {
    font-size: 24px;
}
#content h3 {
    color: #93117E;
    font-weight: bold;
}
#content table {
    border: 1px solid #777;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
#content tr th,
#content thead th {
    color: #585858;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}
#content tr td {
    border-top: 1px solid #777;
    padding: 6px 12px;
}
#content tr.odd td {
    background: #f2f7fc;
}
#content .entry-content-left,
#content .entry-content-right {
    width: 310px;
    float: left;
    padding-right: 18px;
}
#content .entry-content-right {
    padding-top: 35px;
}
#content img.rahmen {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 5px;
}
#sidebar .menu {
    font-size: 14px;
    font-weight: bold;
}

#sidebar .menu ul {
    list-style-type: none;
    margin: 0;
}
#sidebar a {
    color: #585858;
    display: block;
    line-height: 26px;
    padding: 2px 10px;
    text-decoration: none;
    border: 1px solid #FBF2E3;
}
#sidebar a:hover,
#sidebar .menu li.current_page_item a {
    background: #93117e;
    color: #ffffff;
    border: 1px solid #ae1295;
}
#fotogalerie .thumbnails {
    float: left;
    width: 243px;
    height: 460px;
    position: relative;
}
#fotogalerie .thb_control {
    margin: 410px 5px 0 0;
    height: 33px;
    clear: both;
}
#fotogalerie .thb_control a {
    height: 33px;
    width: 34px;
    display: block;
    float: right;
    background-position: left top;
    background-repeat: no-repeat;
}
#fotogalerie .thb_control a:hover {
    background-position: left -33px;
}
#fotogalerie ul {
    list-style: none;
    margin: 0;
    width: 243px;
    position: absolute;
    top: 0;
    left; 0;
    z-index: 0;
}
#fotogalerie ul li {
    margin: 5px;
    padding: 0;
    float: left;
    width: 71px;
    height: 71px;
    background: #fff url('./images/indicator.gif') center center no-repeat;
    position: relative;
}
#fotogalerie .thumb {
    width: 60px; height: 60px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 5px;
    position: absolute;
    left: 0; top: 0;
    display: none;
}
#fotogalerie .view {
    float: left;
    margin: 5px 0 0 15px;
    position: relative;
    width: 384px;
    overflow: visible;
}
#fotogalerie .view img {
    position: absolute;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 5px;
    top: 0;
    left: 0;
    z-index: 5;
}
#wpcf7-f936-p33-o1 textarea {
    width: 99%;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-form-control-wrap textarea {
    background-color: #ffffff;
}
.wpcf7 .wpcf7-mathcaptcha {
    background-color: #fff;
}
#content .fc-widget-content {
    border-color: #777;
}
#content div.fc {
    margin-left: 50px;
    width: 553px;
}
#content table.fc-header,
#content div.fc table {
    border: 0 none;
    margin: 0 auto;
}
#content table.fc-header td,
#content div.fc th {
    border: 0 none;
    padding: 4px 12px;
}
#content table.fc-header .fc-button-next {
    text-align: right;
}
#content .fc-grid td {
    border-color: #777;
}
#content .fc-content .fc-state-highlight {
    background-color: #93117E;
}
#content .fc-content .fc-state-highlight .fc-day-number {
    color: #fff;
}
#content .fc-event-hori a {
    height: 1.4em;
    line-height: 1.4em;
    font-size: 1.2em;
}
#content .fc-event-hori .fc-event-title {
   /* padding: 4px;
   display: none; */
}
#content .fc-event-hori.fc-corner-left .fc-event-title,
#content .fc-event-hori .fc-event-inner {
    display: inline;
    padding-left: 4px;
}
#content .fc-grid .fc-day-number {
    padding: 0;
    font-weight: bold;
}
#content .fc-event-skin {
    background-color: inherit;
}
#content .fc-event-inner {
    border: 0 none;
}
#content .fc-event.category-3  {
    background-color: #f00;
    border-color: #f00;
}
#content .fc-event.category-4  {
    background-color: #FCFC3A;
    border-color: #FCFC3A;
}
#content .fc-event.category-5  {
    background-color: #c0ec40;
    border-color: #c0ec40;
}
#content .fc-event.category-3 .fc-event-title,
#content .fc-event.category-4 .fc-event-title,
#content .fc-event.category-5 .fc-event-title  {
    color: #000;
}

#content .soliloquy-container {
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 10px;
}

#content .soliloquy-caption-inside {
    position: absolute;
    color: #000;
    text-shadow: none;
    background-color: #fff;
    bottom: 0px;
    padding-bottom: 0px;
}

#content .soliloquy-container .soliloquy-pager {
    bottom: 60px;
    display: none;
}

/* =Footer */
#plant-left {
    position: absolute;
    z-index: 2;
    height: 310px;
    width: 129px;
    bottom: 0;
    left: 0;
}
#plant-right {
    position: absolute;
    z-index: 2;
    height: 330px;
    width: 129px;
    bottom: 0;
    right: 0;
}

/* =Images */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
