/*
Theme Name: Gasthaus zur ROSE
Theme URI: https://www.dierose.de
Author: Gasthaus zur ROSE
Author URI: https://www.dierose.de
Description: Custom Theme
Tags: theme
Version: 1.1.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: N/A
License URI: N/A
Text Domain: dierose
*/

body {
	background: #504b8c none repeat scroll 0%;
	border:0px solid #FFFFFF;
	color:#FFFFFF;
	font-family: Arial;
	font-size: 13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:20px auto 20px;
	text-align:left;
	width:990px;
	--tec-color-text-primary: #fff;
	--tec-color-text-secondary: #fff;
}

.tribe-events-c-view-selector__button-icon {
    display: none;
}

.tribe-events-c-subscribe-dropdown {
    display: none;
}

.slideshowheader
{
	height: 121px;
    position: absolute;
    right: 15px;
    top: 16px;
    width: 336px;
}

#js_error {
	border: 1px dashed #FFFFFF;
	width: 100%;
	background-color:  #FF0000;
	padding: 5px;
}

#map {
	color: #000000;
}

.printLink {
	font-size: 11pt;
	font-weight: normal;
}

#page {
	border: 4px #F3D55D solid; 
	background: #353570 url('./images/sidebarbg.jpg') repeat-y;
	background-position: left;
	margin-left: 0px;
}

/* define sidebar bg only for ie6 */
* html #page {
  background: #353570 url('./images/sidebarbg_ie.jpg') repeat-y;
}

/* define sidebar bg only for ie7 */
*+html #page {
  background: #353570 url('./images/sidebarbg_ie.jpg') repeat-y;
}

#header {
	background: url('./images/header.jpg');
	width: 981px;
	height: 145px;
	position: relative;
}

#sidebar {
	background: url('./images/sidebar.jpg') no-repeat;
	display:block;
	float:left;
	font-size:11pt;
	line-height:20px;
	width: 171px;
	margin-top: 0px;
	padding-top: 0px;
}

#sidebarbg {
position: absolute;
}

#newsletter
{
	border-top:1px solid #F3D55D;
	font-size:10pt;
	margin-top:20px;
	padding:9px;
	width:150px;
}

#newsletter input
{
	padding: 2px;
}

#content {
	float:left;
	font-size:14px;
	line-height:20px;
	padding:0px 0px 0px 47px;
	width:700px;
	min-height: 500px;
}

a {
	color: #f3d55d;
	text-decoration: underline;
	font-size: 11pt;
}

#footer {
	background: url('./images/footer.jpg') no-repeat;
	height: 26px;
	clear:both;
	color:#333333;
	font-size:0.9em;
	margin:0px 0pt 0pt;
	text-align:center;
}

#sidebar ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 22px;
	list-style-image: url("./images/navicon.jpg");
}

#sidebar ul li {
	padding-top: 2px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sidebar li {
	list-style-type: none;
}

/*#sidebar li a:before {
	content: url('images/navicon.jpg')" ";
}*/

#sidebar li a {
	color: #f3d55d;
	text-decoration: none;
	font-size: 11pt;
}

#sidebar li a:hover {
	color: #ffe164;
}

textarea {
	width: 400px;
	height: 175px;
	background: #504b8c;
	border: 1px #F3D55D solid; 
	font-family: Arial;
	color: #FFFFFF;
	padding: 5px;
	font-size: 10pt;
}

input {
	background: #504b8c;
	border: 1px #F3D55D solid; 
	color: #FFFFFF;
	padding: 5px;
	font-size: 10pt;
}

input#submit {
	background: #504b8c;
	border: 1px #F3D55D solid; 
	color: #F3D55D;
	font-family: Arial;
	font-size: 10pt;
	padding: 2px;
}

#calendar_year_chooser
{
	border-bottom:1px solid #F3D55D;
	margin-bottom:20px;
	padding-bottom:20px;
	padding-top:10px;
}

.calendar_year_a
{
	cursor: pointer;
	margin-left:10px;
	padding:5px 15px;
	color: #F3D55D;
}

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
