/*
Theme Name: Antiigiveeb
Theme URI: antiigiveeb
Description: Antiigiveeb Wordpress
Version: 1.0
Author: Ülikool
*/

/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/******* Custom stlyes *************************/
/*
	COLORS:
		headings: 	#5F1700
		menu items: #F2B832
*/

html {
	height: 100%;
	width: 100%;
}

body {
	background: #E2E2E2;
	background-image: none !important;
	font: 15px arial ,sans-serif;
	height: 100%;
	width: 100%;
}

.container {
	margin: 0 auto;
	position: relative;
	width: 1130px;
	min-width: 1000px;
}

p {
	margin-bottom: 10px;
	line-height: 1.4;
}

strong {
	font-weight: bold;
}	

h1 {
	color: #5F1700;
	font-family: arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px;
}

h2 {
	color: #5F1700;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
}

/******* Main header *************************/

header.main {
	background-color: #441701;
	height: 111px;
	margin-bottom: 10px;
	position: relative;
	width: 1150px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	background-image: url(./images/antiigiveeb_banner.png);
	background-repeat: no-repeat;
}

.language-wrapper {
	width: 60px;
	position: absolute;
	left: 350px;
	top: 22px;
}

.one-language img{
	width: 24px;
	margin-left: 2px;
}

.admin-bar header.main {
	margin-top: 0;
}

.antiigiveeb-logo {
	position: absolute;
	left: 35px;
	top: 23px;
}

span.banner-text {
	position: absolute;
	top: 49px;
	left: 30px;
	color: rgb(207, 138, 33);
	width: 350px;
	font-family: georgia;
}

#banner-wrapper {
	position: absolute;
	left: 1000px;
	margin-left: 10px;
	width: 120px;	
	height: 100%;
}

#banners {
	position: absolute;
	top: 0;
	margin-top: 10px;
	max-width: 105px !important;
}

#banners.fixed {
  /*
position: fixed;
  top: 0;
*/
}

.admin-bar #banners.fixed {
	top: 28px;
}

.banner-image {
	margin-bottom: 8px;
	    max-width: 100%;
}

#top-wrapper {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	margin: 0 0 10px 0;
	position: relative;
	width: 1150px;
}
#top-menu {
	display: inline-block;
}

#top-menu ul {
	font-size: 0; /* deletes space between li-s */
	text-align: left;
}

#top-menu ul li {
	display: inline-block;
	border-right: 1px solid #222;
}

#top-menu ul li a{
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 14px;
	text-decoration: none;
}

#top-menu ul li a:hover {
	background: #561302; /* Old browsers */
	background: -moz-linear-gradient(top,  #561302 0%, #561300 7%, #5f1603 17%, #611900 24%, #832c01 62%, #8a2f00 72%, #8c3200 79%, #8c3200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#561302), color-stop(7%,#561300), color-stop(17%,#5f1603), color-stop(24%,#611900), color-stop(62%,#832c01), color-stop(72%,#8a2f00), color-stop(79%,#8c3200), color-stop(100%,#8c3200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#561302', endColorstr='#8c3200',GradientType=0 ); /* IE6-9 */
	color: #F2B832;
}

#top-menu ul li.current-menu-item a{
	background: #561302; /* Old browsers */
	background: -moz-linear-gradient(top,  #561302 0%, #561300 7%, #5f1603 17%, #611900 24%, #832c01 62%, #8a2f00 72%, #8c3200 79%, #8c3200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#561302), color-stop(7%,#561300), color-stop(17%,#5f1603), color-stop(24%,#611900), color-stop(62%,#832c01), color-stop(72%,#8a2f00), color-stop(79%,#8c3200), color-stop(100%,#8c3200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#561302', endColorstr='#8c3200',GradientType=0 ); /* IE6-9 */
	color: #F2B832;
}

#top-menu ul li.current-page-ancestor a{
	background: #561302; /* Old browsers */
	background: -moz-linear-gradient(top,  #561302 0%, #561300 7%, #5f1603 17%, #611900 24%, #832c01 62%, #8a2f00 72%, #8c3200 79%, #8c3200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#561302), color-stop(7%,#561300), color-stop(17%,#5f1603), color-stop(24%,#611900), color-stop(62%,#832c01), color-stop(72%,#8a2f00), color-stop(79%,#8c3200), color-stop(100%,#8c3200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#561302', endColorstr='#8c3200',GradientType=0 ); /* IE6-9 */
	color: #F2B832;
}

input.submit-button::-moz-focus-inner { 
	border: 0; padding: 0; margin:0; 
}

form input[type="submit"] { /* more specific to override webkit */ 
   -webkit-appearance:none;
   margin:0;  
}

.search-field-wrapper {
	display: inline-block;
	background: #383838; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #383838 0%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #383838 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #383838 0%,#212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #383838 0%,#212121 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #383838 0%,#212121 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#212121',GradientType=0 ); /* IE6-8 */

	height: 46px;
	padding-left: 9px;
	position: absolute;
	right: 0;
	top: 0;
	width: 239px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

/******* Search *************************/

input.submit-button {
	background-color: #8A3114;
	cursor: pointer;
	border: 0;
	width: 56px;
	height: 35px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin-left: -3px !important;
	color: #fff;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 0px 4px 4px 0px;
border-radius: 0px 4px 4px 0px;
}

input.search-field {
	background-color: #E2E2E2;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	color: #634706;
	font-size: 14px;
	height: 33px;
	width: 165px;
	margin-left: 2px;
	margin-top: 5px;
	padding-left: 5px;
	border: none;
}

#search-results-wrapper {
	background-color: #fff;
	padding: 25px;
}

.search-title {
	color: #5F1700;
	font-size: 16px;
}

a.search-title:hover {
	text-decoration: none;
}

/******* Events *************************/

.one-year-evt {
	margin-top: 10px;
	margin-bottom: 30px;
}

p.event {
	font-size: 14px;
	margin-left: 4px;	
	padding-bottom: 5px;
	margin-bottom: 0;
}

p.event-odd {
	background-color: #eeeeee;
}

.event-title {
	font-weight: 600;
	font-size: 15px;
}

.event-title:hover {
	color: blue;
}

.event-desc {
	color: gray;
	font-style: italic;
}
.event-date {
	display: inline-block;
	/*width: 104px;*/
	padding-right: 4px;
	text-align: right;
	min-width: 100px;
}

/******* Main stlyes *************************/

#main-wrapper {
	background-color: #fff;
	position: relative;
	width: 1150px;
	overflow: visible;
}

#main-inner-wrapper {
	overflow: hidden;
}

#left-sidebar {
	background-color: #0A0A0A;
	float: left; 
	width: 225px;
}

#right-sidebar{
	overflow: hidden;
	float: right;
	width: 246px;
}

#right-inner-sidebar-wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	border-left: 1px solid #929292;	
	
	/* Fix */
	padding-bottom: 999em;
	margin-bottom: -999em;
}

#right-sidebar input.search-field {
	margin-top: 8px;
	margin-left: 9px;
}

#right-sidebar #searchform {
	background: #383838; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #383838 0%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #383838 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #383838 0%,#212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #383838 0%,#212121 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #383838 0%,#212121 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#212121',GradientType=0 ); /* IE6-8 */
	
	margin-left: -4px;
	margin-top: -4px;
	width: 247px;
	height: 52px;
	margin-bottom: -4px;
}

.right-sidebar-widget {
	padding: 4px;
	border-bottom: 1px solid #929292;	
}

.right-sidebar-widget h2.right-widget-title {
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
}

.right-sidebar-widget .textwidget {
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 4px;
	line-height: 1.4;
}

.right-sidebar-widget a.bbp-forum-title {
	padding-left: 4px;
	margin-bottom: 5px;	
	display: block;
}

.right-sidebar-widget ul {
	border: 4px solid #8c3200;
	padding-top: 5px;
}

.right-sidebar-widget a.calendar-link {
	display: block;
	margin-top: 8px;
	margin-left: 42px;
	background-color: #8A3114;
	cursor: pointer;
	border: 0;
	width: 145px;
	height: 31px;
	color: #F2B832 !important;
	font-size: 20px;
	padding-top: 8px;
	color: white;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	text-decoration: none;
	text-align: center;	
}

.right-sidebar-widget #calendar_wrap {
	border: 4px solid #8c3200;
}

.right-sidebar-widget #wp-calendar {
	width: 197px;
	margin-left: 17px;
	text-align: center;
	margin-bottom: -10px;
}

.right-sidebar-widget #wp-calendar tr {
	display: table-row;
	height: 23px;
}
.right-sidebar-widget #wp-calendar td {
	padding-top: 3px;
	height: 19px;
	width: 22px;
	font-size: 13px;
}

.right-sidebar-widget #wp-calendar caption {
	margin-top: 10px;
	margin-bottom: 8px;
	font-weight: bold;
}
.right-sidebar-widget #wp-calendar thead tr{
	font-weight: bold;
	height: 7px;
	font-size: 16px;
}

.right-sidebar-widget #wp-calendar #with-event a {
	width: 18px;
	height: 18px;
	color: #5F1700;
	font-weight: bold;
	padding: 4px;
}

.right-sidebar-widget #wp-calendar #with-event {
	background-color: #F2B832;
	border: none
}

.right-sidebar-widget #wp-calendar td.today{
	font-weight: bold;
	background-color: #8c3200 !important;
	color: #F2B832;
}
	
.right-sidebar-widget #wp-calendar td.today a{
	color: #F2B832 !important;
}

.header-sidebar-widget {
	width: 200px;
	position: absolute;
	right: 14px;
	top: 14px;
	text-align: right;
}

.header-sidebar-widget li.menu-item {
	margin-bottom: 6px;
}

.header-sidebar-widget li.menu-item a {
	color: #F2B832;
}

#main-content {
	float:left;
	line-height: 1.2;
	padding: 15px;
	width: 723px;

}

/* If there is sibling sidebar */
section#left-sidebar + section#main-content {
	width: 498px;
}

footer {
	padding: 6px 0 5px;
	width: 1150px;
	text-align: center;
}

.clear {
	clear: both;
}

/******* Left side menu *************************/

#side-menu {
	background: #0a0a0a;
	padding-bottom: 999em;
	margin-bottom: -999em;
}

#side-menu ul li{
	display: block;
}

#side-menu ul a{
	text-decoration: none;
}

#side-menu ul li a, a.right-sidebar-custom-link {
	background: #061302; /* Old browsers */
	background: -moz-linear-gradient(top,  #561302 0%, #561300 7%, #5f1603 17%, #611900 24%, #832c01 62%, #8a2f00 72%, #8c3200 79%, #8c3200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#561302), color-stop(7%,#000000), color-stop(17%,#00000), color-stop(24%,#00000), color-stop(62%,#832c01), color-stop(72%,#8a2f00), color-stop(79%,#8c3200), color-stop(100%,#00328C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #561302 0%,#561300 7%,#00000 17%,#000000 24%,#832c01 62%,#8a2f00 72%,#00000 79%,#00328C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#561302', endColorstr='#8c3200',GradientType=0 ); /* IE6-9 */
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 10px 0 10px 10px;
	text-decoration: none;
}

a.right-sidebar-custom-link {
	margin-left: -3px;
	margin-top: -3px;
	margin-bottom: -9px;
}

a.right-sidebar-custom-link:hover {
	color: #F2B832;
}

#side-menu ul ul li a{
	background: none;
	border-bottom: 1px solid #8c3200;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #f1f1f1;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0 0 0 15px;
	padding: 9px 0 9px 14px;	
}

#side-menu ul ul li:last-child a {
	border-bottom: 1px solid transparent;
}

#side-menu ul ul ul li:last-child a{
	border-bottom: 1px solid #8c3200;
}

#side-menu li a:hover {
	background: #561302; /* Old browsers */
	background: -moz-linear-gradient(top,  #561302 0%, #561300 7%, #5f1603 17%, #611900 24%, #832c01 62%, #8a2f00 72%, #8c3200 79%, #8c3200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#561302), color-stop(7%,#561300), color-stop(17%,#5f1603), color-stop(24%,#611900), color-stop(62%,#832c01), color-stop(72%,#8a2f00), color-stop(79%,#8c3200), color-stop(100%,#8c3200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#561302', endColorstr='#8c3200',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	color: #F2B832;
}

#side-menu li a.active {
	background: #561302; /* Old browsers */
	background: -moz-linear-gradient(top,  #561302 0%, #561300 7%, #5f1603 17%, #611900 24%, #832c01 62%, #8a2f00 72%, #8c3200 79%, #8c3200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#561302), color-stop(7%,#561300), color-stop(17%,#5f1603), color-stop(24%,#611900), color-stop(62%,#832c01), color-stop(72%,#8a2f00), color-stop(79%,#8c3200), color-stop(100%,#8c3200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#561302', endColorstr='#8c3200',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	color: #F2B832;
	font-weight: bold;
}

#side-menu ul ul li a.active{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#side-menu ul ul li a:hover{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#side-menu ul ul ul li a.active {
	font-weight: normal;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#side-menu ul ul ul li{
	margin-left: 25px;
}

#side-menu ul ul ul li a{
	font-weight: normal;
	padding: 7px 0 7px 14px;
}

#side-menu ul ul ul li a:hover {
	font-weight: normal;
}

/******* Forum  *************************/

li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
	float: right;
	text-align: center;
	width: 12%;
}

li.bbp-topic-freshness {
	float: right;
	text-align: center;
	width: 17%;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	background: #561302; /* Old browsers */
	background: -moz-linear-gradient(top,  #561302 0%, #561300 7%, #5f1603 17%, #611900 24%, #832c01 62%, #8a2f00 72%, #8c3200 79%, #8c3200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#561302), color-stop(7%,#561300), color-stop(17%,#5f1603), color-stop(24%,#611900), color-stop(62%,#832c01), color-stop(72%,#8a2f00), color-stop(79%,#8c3200), color-stop(100%,#8c3200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #561302 0%,#561300 7%,#5f1603 17%,#611900 24%,#832c01 62%,#8a2f00 72%,#8c3200 79%,#8c3200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#561302', endColorstr='#8c3200',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
	color: #F2B832;
	font-weight: normal;
	height: 17px;
	font-size: 15px;
}

ul#forum-titles li.bbp-topic-title, ul#forum-titles  li.bbp-topic-freshness,ul#forum-titles  li.bbp-topic-reply-count {
	font-size: 16px;
}

li.bbp-body a.bbp-forum-title,li.bbp-body li.bbp-forum-topic-count,li.bbp-body li.bbp-forum-reply-count, li.bbp-topic-title a {
	color: #5F1700;
	display: block;
	padding-bottom: 10px;
	padding-top: 3px;
	font-size: 16px;
	font-weight: bold;
}

li.bbp-topic-title a, li.bbp-body li.bbp-topic-count, li.bbp-body li.bbp-topic-reply-count {
	color: #5F1700;
	display: block;
	font-size: 16px;
	padding-bottom: 0;
	font-weight: bold;
}

ul.topic li.bbp-topic-freshness p {
	color: #5F1700;
	margin-bottom: 0;
	margin-top: 3px;
}

li.bbp-body a.bbp-forum-title:hover, li.bbp-topic-title a:hover {
	text-decoration: underline;
}

#bbpress-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies {
	margin-bottom: 0;
}

#bbpress-forums div.even, #bbpress-forums ul.even  {
	/* background-color: #F5F1E7; */
	background-color: rgba(255, 196, 47, 0.39);
}

#bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
	background-color: #F3F3F3;
}

#bbpress-forums div.even-header {
	background-color: rgba(255, 196, 47, 0.54);
}

div.bbp-breadcrumb a {
	font-weight: bold;
	font-size: 13px;
	color: #5F1700;
	text-decoration: none;
}

div.bbp-breadcrumb a:hover {
	text-decoration: underline;
}

.reply-author-name, #reply .bbp-reply-author, .reply .bbp-reply-author, .topic .bbp-reply-author {
	font-weight: bold;
	color: #5F1700;
}

.bbp-header .bbp-reply-author, .bbp-footer .bbp-reply-author {
	color: #F2B832;
}

.bbp-topic-form {
	margin-top: 20px;
}

button.submit {
	background-color: #8A3114;
	cursor: pointer;
	border: 0;
	width: 70px;
	height: 30px;
	color: white;
	font-size: 13px;
	margin-left: -3px !important;
	color: white;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

#bbpress-forums fieldset.bbp-form legend {
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #5F1700;
}

#bbpress-forums fieldset.bbp-form label {
	margin: 0;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12px;
}

#bbp_anonymous_author, #bbp_anonymous_email, #bbp_topic_title {
	font-size: 12px;
}

form#new-post {
	margin-top: 20px;
}

p.form-allowed-tags code {
	display: none !important;
}

p.form-allowed-tags label {
	font-weight: bold;
	color: #5F1700;
	font-size: 13px !important;
}

P.math-captcha-form label {
	padding-right: 10px;
}

/******* Gallery thumbnails *************************/

.ngg-gallery-thumbnail-box img:hover {
	background-color: #8C3200;
}

/******* Contact and Newsletter forms *************************/

div.wpcf7 {
	margin-left: 20px;
	margin-top: 5px;
}

input.wpcf7-submit {
	background-color: #8A3114;
	cursor: pointer;
	border: 0;
	width: 70px;
	height: 30px;
	color: white;
	font-size: 13px;
	margin-top: 10px !important;
	color: white;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

input.kontroll {
	width: 18px;
	text-align: center;
}

/* SHOPS LIST */
.single-shop {
	border: 1px solid red;
}

div.shop-desc {
	border-bottom: 1px solid #ddd;
}

#shops tr {
	border-bottom: 1px solid #ddd;
}

section#main-wrapper > div#main-inner-wrapper > section#main-content > div#primary > div#content > .entry-content > img {text-align: left !important;}

#wp-calendar > tfoot td#next {display: none !important;}


.event-title {
    font-weight: 600;
    font-size: 15px;
    color: black;
    text-decoration: none !important;
    border: none;
}

a.event-link {
	text-decoration: none !important;
}

.event-date {
    display: inline-block;
    padding-right: 4px;
    text-align: right;
    color: black;
	text-transform: capitalize;
}

i.event-place {
    color: blue;
    font-size: 12px;
}

.home h1.entry-title {
	display: none;
}

section#left-sidebar + section#main-content {
    width: 640px !important;
}

li.event {
	padding-top: 5px;
}

li.event > a {
    text-decoration: none;
}

.event-year-title {
    color: #000;
}