/*
Theme Name: ERSO
Theme URI: http://www.erso.ee
Description: Wordpress theme customized for ERSO.
Author: 3d Kuvaja
Version: 1.0
Tags: white, two-columns, 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;
}

.with_thumbnail h2 {
	clear: none;
	text-align: left;
}

.with_thumbnail .post_thumbnail {
	margin-top: 70px;
}

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;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

body {
	background: #fafafa;
}
#wrapper {
	margin: 0 auto;
	width: 896px;
	background: #fff;
	margin-top: 23px;
	padding: 0 27px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	position: relative;
	padding: 0;
	height: 100px;
}

#logo {
	float: left;
	width: 216px;
	height: 75px;
}

#logo img {
	display: block;
}

#principal {
	position: absolute;
	top: 69px;
	left: 19px;
/* 	text-transform: uppercase; */
}

/* Language Select */
#language_list{
	font-size: 10px;
	width: 664px;
	height: 41px;
	text-align: right;
	float: right;
	text-transform: uppercase;
	color: #aaa;
}

#language_list ul {
  list-style: none;
  margin: 21px 0 0;
  padding:0;
}

#language_list ul li {
  display: inline;
  margin:0 0 0 10px;
  padding:0;
}

#language_list ul li a, #language_list ul li a:visited {
  color: #37282b;
  text-decoration: none;
  padding: 5px;
}

#language_list ul li a:hover, #language_list ul li a:active {
	color: #aaa;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

/* Main Menu */

#main_menu {
	position: absolute;
	display: block;
	right: 0;
	width: auto;
	text-transform: uppercase;
	z-index: 1000;
	top: 64px;
}

.header_eng #main_menu {
	top: 75px;
}

#main_menu * {
	z-index: 1000;
}

#main_menu .menu-header ul {
	list-style: none;
	margin: 0 -10px 0 0;
}

#main_menu .menu-header li {
	float: left;
	position: relative;
	width: auto;
}

#main_menu a {
	color: #37282b;
	display: block;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
}

#main_menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	float: left;
	width: 140px;
	text-transform: none;
	border: 1px solid #f4f4f4;
}

#main_menu ul ul li {
	min-width: 140px;
}

#main_menu ul ul ul {
	left: -100%;
	top: 0;
}

#main_menu ul ul a {
	background: #fff;
	line-height: 1em;
	padding: 10px;
	width: 120px;
	height: auto;
}

#main_menu li:hover > a,
#main_menu ul ul :hover > a {
	color: #aaa;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
#main_menu ul li:hover > ul {
	display: block;
}

#main_menu ul li.current_page_item > a,
#main_menu ul li.current-menu-ancestor > a,
#main_menuul li.current-menu-item > a,
#main_menu ul li.current-menu-parent > a {
	color: #aaa;
}

* html #main_menu ul li.current_page_item a,
* html #main_menu ul li.current-menu-ancestor a,
* html #main_menu ul li.current-menu-item a,
* html #main_menu ul li.current-menu-parent a,
* html #main_menu ul li a:hover {
	color: #aaa;
}

#main_menu .menu-header li.home_link a, #main_menu .menu-header li.home_link a:hover {
	background-image: url('images/home.png');
	background-repeat: no-repeat;
	background-position: 7px 5px;
	color: transparent;
}

/* End of Header */


#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 668px;
}

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}

#main.header_eng {
	margin-top: 11px
}


/* Content */
#content {
	margin-bottom: 25px;
	text-align: justify;
	position: relative;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	font-family: Georgia, Arial, sans-serif;
	text-align: left;
}


#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	font-family: Georgia, Arial, sans-serif !important;
	/*font-family: 'Cantarell', Georgia, Arial, sans-serif;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/hIEfix.png,sizingMethod=crop);
	zoom:1;*/
}

#content h3,
#content h4,
#content h5,
#content h6 {
	font-weight: bold;
	clear: none;
	color: #3a3a3a;
	font-family: Arial, sans-serif;
}

#content h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #7f7f7f;
}

#content .entry-content h1{
	border-bottom: 1px solid #e7e7e7;
	margin: 30px 0 15px 0;
}

#content h1.section_month {
	border-top: 1px solid #e7e7e7;
	margin: 0 0 5px 0;
	padding: 20px 0 0;
}

#content h1.section_month_first {
	border-top: none;
	margin: 0 0 5px 0;
	padding: 10px 0 0;
}

#content h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 5px 0;
}

#content h3 {
	font-size: 14px;
	margin: 5px 0;
}

#content h4 {
	font-size: 13px;
}

#content .page-title {
	background: transparent url('images/h1_bg.jpg') repeat-x;
	border: 1px solid #eaeaea;
	border-left: 3px solid #7f7f7f;
	height: 32px;
	padding: 8px 20px 0;
	margin-bottom: 4px;
}

#content h1.concerts {
	color: #4088b6;
	border-left: 3px solid #4088b6;
}

#content a.concerts {
	color: #4088b6;
}

#content h1.news {
	color: #db3939;
	border-left: 3px solid #db3939;
}

#content a.news {
	color: #db3939;
}

#content h1.records {
	color: #86ac50;
	border-left: 3px solid #86ac50;
}

#content a.records {
	color: #86ac50;
}

#content .page_title_additional_link {
	display: block;
	position: absolute;
	right: 11px;
	top: 12px;
	font-size: 11px;
	text-decoration: none;
}

#content .page_title_additional_link:hover {
	text-decoration: underline;
}


.container_relative {
	position: relative;
	clear: both;
}

#content .group_title_link {
	position: absolute;
	right: 11px;
	top: 12px;
	font-size: 11px;
}

#content .group_title_link {
	color: #db3939;
	text-decoration: none;
}

#content .group_title_link:hover {
	text-decoration: underline;
}

#content .link_01 {
	top: 2px;
}

#content .link_02 {
	top: 18px;
}

#content input#s {
	height: 20px;
}

#content #searchsubmit {
	position: absolute;
	background: #efefef;
	padding: 3px;
	border: 1px solid #e3e3e3;
	
}

#content table.twocol {
	width: 550px;
	margin-left: 25px;
}

#content table.twocol td {
	width: 50%;
}

#content #photos {
	position: absolute;
	right: 23px;
	top: 360px;
	width: 250px;
	padding: 15px;
	background-color: #f7f6f4;
	border: 1px solid #dcdcdc;
}

.hentry {

}

.hentry:last-child  .entry-summary {
	border-bottom: 1px solid #eaeae9;
}

.hentry .last_row {
	border-bottom: 1px solid #eaeae9;
}

.hentry .even_row {
	background: #f7f7f7
}

.hentry .post_info {
	width: 395px;
	margin-left: 245px;
	min-height: 142px;
	padding: 14px 0
}

.hentry .post_info_wide {
	width: 450px;
	margin-left: 190px;
	min-height: 142px;
	padding: 14px 0
}

.hentry .post_info_full {
	padding: 14px 20px
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 20px 24px;
	border-bottom: none;
}

.entry-summary {
	line-height: 18px;
	border: 1px solid #eaeae9;
	border-bottom: none;
	margin: 0;
	padding: 10px 20px;
	position: relative;
}

.entry-summary .post_thumbnail_wide {
	width: 205px;
	position: absolute;
	float: left;
	padding: 10px 0 0 15px;
}

.entry-summary .post_thumbnail{
	width: 150px;
	position: absolute;
	float: left;
	padding: 10px 0 0 15px;
}

.entry-summary p {
	margin: 8px 0;
}

.entry-summary .edit-link {
	position: absolute;
	right:0;
	margin: 10px 10px 0 0;
}

.entry-summary .edit-link a {
	color: #db3939 !important;
	text-decoration: none !important;
}

.summary_list{
	padding: 0;
}

.entry-content {
	line-height: 22px;
	background: transparent url('images/entry_bg.jpg') no-repeat;
}

.entry-content p {
	margin: 0 0 10px 0;
}

.entry-content .post_thumbnail {
	text-align: right;
	float: right;
	margin-left: 24px;
	margin-bottom: 10px;
}

.four_col_list, .three_col_list {
	clear: both;
}

.four_col_list h2, .three_col_list h2 {
	font-weight: normal !important;
	font-size: 18px !important;
	line-height: 22px !important;
}

.four_col_list h2, .three_col_list h2 {
	font-weight: normal !important;
	/*font-family: 'Cantarell' !important;*/
	font-family: Georgia, Arial, sans-serif !important;
	font-size: 18px !important;
	line-height: 22px !important;
}

.four_col_list img, .three_col_list {
	display: block;
	margin: 0 auto;
	padding: 0 0 5px;
}

.four_col_list .four_col {
	background: transparent url('images/four_col_bg.jpg') no-repeat top left;
	width: 150px;
	min-height: 210px;
	padding: 9px 8px 15px 9px;
	text-align: left;
	float: left;
}

.four_col_list .people {
	background: transparent url('images/four_col_bg.jpg') no-repeat top left;
	width: 150px;
	min-height: 180px;
	padding: 9px 8px 15px 9px;
	text-align: left;
	float: left;
}

.four_col_list .center {
	text-align: center;
}

.four_col_list .center h2 {
	font-size: 14px !important;
	line-height: 18px !important;
}

.four_col_list .first {
	background: transparent url('images/four_col_bg_first.jpg') no-repeat top left;
}

.three_col_list .three_col  {
	background: transparent url('images/three_col_bg.jpg') no-repeat top left;
	width: 205px;
	min-height: 225px;
	padding: 9px 8px 15px 9px;
	text-align: left;
	float: left;
}

.three_col_list   .first {
	background: transparent url('images/three_col_bg_first.jpg') no-repeat top left;
	padding: 9px 9px 15px 9px;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

body .edit-link, body .edit-link-higher {
	clear: both;
	display: block;
	text-transform: uppercase;
}

a.buy_ticket, a.read_post {
	text-transform: uppercase;
	margin-right: 5px;
	font-size: 10px;
	text-decoration: none !important;
}

a.read_post, a.read_post_carousel {
	color: #db3939 !important;
}

a.read_post:hover, a.read_post_carousel:hover {
	color: #e38181 !important;
}

.important_color {
	color: #d16363;
}

.date_meta {
	color: #d16363;
	margin: -3px 0 5px !important;
	text-align: left;
}

#nav-below {
	border-top: 1px solid #e7e7e7;
	padding-top: 10px;
	height: 40px;
	clear: both;
}

#nav-above {
	padding-top: 10px;
	height: 30px;
	clear: both;
}

.navigation {
	font-size: 18px;
	font-family: Arial, sans-serif !important;
}

.navigation {
	font-size: 18px;
	font-family: Georgia, Arial, sans-serif !important;
	/*font-family: 'Cantarell', Arial, sans-serif !important;*/
}

.navigation a {
	
}

.navigation div {
	width: 30%;
}

.navigation .nav-left {
	float: left;
	padding-left: 10px;
}

.navigation .nav-right {
	float: right;
	text-align: right;
	padding-right: 10px;
}

.nav-left a, .nav-right  a{
	text-decoration: none !important;
}

/* EOF Content */

/* Sidebars */
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 217px;
}
#secondary {
	clear: right;
}

/* Widget Areas */

#meie_inimesed {
	border: none !important;
}

#meie_inimesed li.cat-post-item_title {
	border: 1px solid #dcdcdc;
	border-left: 3px solid #db3939;
	background-image: url("images/h1_bg.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding-top: 12px !important;
}

#meie_inimesed li.cat-post-item_title a {
	color: #db3939;
}

#meie_inimesed li.cat-post-item_title a:hover {
	color: #7f7f7f;
}

#meie_inimesed li {
	border: 1px solid #dcdcdc;
	border-top: 0;
	background-image: url('images/meie_inimesed_bg.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.widget-area ul {
	list-style: none;
}

.widget-area ul>li {
	padding: 0;

}

.widget-area ul ul {
	list-style: none;
}

.widget-area ul ul li.cat-post-item {
	border-top: 1px solid #dcdcdc;
}


.widget-area ul ul li.cat-post-item_no_border {
	border: none;
	padding-top: 0 !important;
}

.widget_search {
	height: 36px;
}

.widget_search div {
	
	position: relative;
}
.widget_search div.search_field {
	position: absolute;
	background-color: #efefef;
	width: 136px;
	height: 25px;
	right: 0;
	top: 3px;
	padding: 1px 0 4px 2px;

}

.widget_search #s {
	position: absolute;
	width: 82px;
	border-right: 3px solid #db3939;
	height: 13px;
	line-height: 11px;
	right: 41px;
	top: 5px
}

.widget_search #searchsubmit {
	position: absolute;
	top: 5px;
	right: 5px;
}

.hide_title h3 {
	display: none;
}

.widget_search label {
	display: none;
}
.widget-container, .widget-container_static {
	margin: 0 0 10px 0;
}

.widget-container_static .link_button {
	height: 23px;
	width: 210x;
	text-align: left;
	padding-top: 10px;
	padding-left:20px;
	background-color: #f7f6f4
}

.widget-container img, .widget-container_static img {
	display: block;
	vertical-align: bottom;
}

.widget-container {
	background-color: #f7f6f4;
	padding: 8px 11px;
}

#mailinglist form {
	margin: 8px 0 0;
}

#mailinglist .dominant {
	color: #db3939;
}

#mailinglist div {
	text-align: right;
	margin-top: 2px;
	font-size: 10px;
	text-transform: uppercase;
}

#mailinglist div.buttons {
	margin-top: 8px;
}

#mailinglist input.textfield {
	width: 130px;
	height: 12px;
	line-height: 10px;
}

#mailinglist .unsubscribe {
	background-color: #a6a6a6;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	height: 20px;
	width: 93px;
	padding: 0;
}

#mailinglist .subscribe {
	float: left;
	margin-right: 7px;
	background-color: #a4131a;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	height: 20px;
	width: 93px;
	padding: 0;
}

#mailinglist .subscribe_btn {
	background-color: #a4131a;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 60px;
	width: 134px;
	margin-top: 5px;
}

#mailinglist .subscribe_btn:hover {
	background-color: #b8262d;
}

#mailinglist .mailinglist_label {
	width: auto;
	display: inline
}

.widget-title {
	color: #3f3f3f;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	font-family: Georgia, Arial, sans-serif !important;
}

.widget-title {
	color: #3f3f3f;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	font-family: Georgia, Arial, sans-serif !important;
	/*font-family: 'Cantarell', Georgia, Arial, sans-serif !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/hIEfix.png,sizingMethod=crop);
	zoom:1;*/
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}

#main .widget-area ul ul>li { 
	padding: 6px 12px;
}

#main .widget-area>ul>li {
	border: 1px solid #dcdcdc;
}
#main .widget-area>ul>li.no-border {
	border: none;
}
#main .widget-area>ul>li.no-border .blog {
	display: inline-block;
	border: 1px solid #dcdcdc;
}

#main .widget-area>ul>li.no-border .paype {
	float: right;
}

/* Footer */
#footer {
	display: relative;
	clear: both;
	width: 100%;
	margin-bottom: 0;
	background-color: #eeeeee;
	width: 950px;
	margin: 0 auto 25px;
	height: 41px;
}
#footer img {
	display: block;
	float: left;
}

#footer_info {
	float: right;
	text-align: right;
	margin: 11px 27px 0 0;
}

#footer_info .item {
	margin: 0 0 0 15px;
}

/* EOF Footer */

/* =Images
-------------------------------------------------------------- */

#content img {
	max-width: 668px;
}

#content img.margin_bottom {
	margin-bottom: 20px;
}

#content .attachment img {
	max-width: 900px;
}

#content .attachment-concert-thumbnail {
	width: 205px;
}

#content .attachment-medium {
	max-width: 300px;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	text-align: right;
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
	zoom: 1; 
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .post_thumbnail p.wp-caption-text {
	width: 300px;
}

#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	clear: both;
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

a, a:hover, a:visited {
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin: 25px 0;
}

/* Text elements */
p {

}
ul {
	list-style: none;
	margin: 0 0 18px 10px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

#content ul li {
	background-image: url('images/dot_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
}

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	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: #db3939;*/
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:active,
a:hover {
	color: #f68888;
}

a.different_color {
	color: #0275bf;
}


a.different_color:hover {
	color: #59a7da !important;
}


/* Frontpage specific styles */

#frontpage_slideshow {
	margin-bottom: 10px;
}

#frontpage_slideshow ul {
	list-style: none;
}

.carousel_comp {
	position: relative;
	width: 896px;
}

.carousel_comp .banner_image {
	position: absolute;
}

.carousel-control {
	position: absolute;
	right: 240px;
	bottom: 5px;
	z-index: 10;
}

.carousel-control a {
	padding: 3px 7px;
	color: #ffffff;
}

.carousel-control a:hover {
	background-color: grey;
}

.carousel_info {
	float: right;
	width: 187px;
	height: 231px;
	margin: 0;
	background-image: url('images/carousel_info_bg.jpg');
	background-repeat: no-repeat;
	padding: 25px 15px 15px 25px;
	line-height: 17px;
	overflow: hidden;
	background-color: #f4f4f4;
}

.carousel_info p {
	margin-bottom: 5px;
}

.carousel_info h2 {
	margin-bottom: 10px;
	font-size: 18px !important;
}

a.read_post_carousel, a.buy_ticket_carousel {

}

a.read_post_carousel {
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

a.buy_ticket_carousel {
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.post-edit-link {
	color: #db3939 !important;
	text-decoration: none !important;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	.entry-content {

	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#header,
	#footer {
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}

	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

#footer_sidebar {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 950px;
	background-color: #eeeeee;
	top: -20px;
	height: 225px;
}

#footer_sidebar img {
	display: inline;
	margin: 0;
	line-height: 0
}

#kuldsponsor {
	position: absolute;
	right: 137px;
	top: 13px;
}

#cboxTitle{
	position:absolute !important;
	bottom:28px !important;
	left:0 !important;
	text-align:center !important;
	width: 90% !important;
	height: auto !important;
	color:#000000 !important;
	background: rgb(255, 255, 255) !important;
	background: rgba(255, 255, 255, 0.6) !important;
	padding: 5px 5% !important;
}

.inline_ticket_link {
	text-transform: uppercase;
	text-decoration: none !important;
	color: #0275bf;
}

.inline_ticket_link a {
	text-decoration: none !important;
	color: #0275bf;
}

.inline_ticket_link a:hover {
	text-decoration: none !important;
	color: #6bb3e1;
}