/*
Theme Name: Fränkischer Sommer 2013
Theme URI: http://felixgeiger.de
Description: Default theme for http://http://fraenkischer-sommer.de/
Version: 1.0
Author: Felix Geiger Softwareentwicklung
Author URI: http://felixgeiger.de
*/

/**** GLOBALS ****/
html, body {
	margin: 0;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a, a:link, a:hover, a:visited {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
}

p {
	margin: 0;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;

}

/**** TYPO ****/
/* first for IE 4–8 */
@font-face {
  font-family: KievitWeb;
  src: url("./css/KievitWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: KievitWeb;
  src: url("./css/KievitWeb.woff") format("woff");
}

/* first for IE 4–8 */
@font-face {
  font-family: KievitWeb-Ita;
  src: url("./css/KievitWeb-Ita.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: KievitWeb-Ita;
  src: url("./css/KievitWeb-Ita.woff") format("woff");
}

/* first for IE 4–8 */
@font-face {
  font-family: KievitWeb-Bold;
  src: url("./css/KievitWeb-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: KievitWeb-Bold;
  src: url("./css/KievitWeb-Bold.woff") format("woff");
}


body {
  font-family: KievitWeb, sans-serif;
	font-size: 15px;
}

.font_regular {
	font-family: KievitWeb, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.font_small {
	font-size: 12px;
}

.font_big {
	font-size: 21px;
	line-height: 21px;
}

.font_bigger {
	font-size: 24px;
	line-height: 24px;
}

.font_red {
	color: #cc0000 !important;
}

.font_grey {
	color: #909090 !important;
}

.font_bold {
	font-family: KievitWeb-Bold, sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.font_normal {
	font-weight: normal;
}

.font_size_15 {
	font-size: 15px;
	line-height: 20px;
}

/**** PAGE ****/
#page {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}


/**** PAGE-BG ****/
#page_bg_left {
	left: -280px;
	position: absolute;
	top: 0;
}

#page_bg_right {
	position: absolute;
	right: -280px;
	top: 0;
}

/**** HEADER ****/
#header_wrapper {
	height: 135px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#header {
	background-image: url("./img/bg_header_2015.png");
	display: block;
	height: 135px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	z-index: 10;
}

#header_logo_link {
	background-color: transparent;
	color: transparent;
	font-size: 0;
	height: 54px;
	left: 28px;
	position: absolute;
	top: 43px;
	width: 290px;
}

#header_bmf_link {
background-color: transparent;
    color: transparent;
    display: block;
    height: 46px;
    position: absolute;
    right: 69px;
    top: 50px;
    width: 57px;
}

/**** COL-LAYOUT ****/
#middle_col {
	float: left;
	margin: 19px 180px 0;
	width: 640px
}

#col_wrapper:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
}

.layout_col {
	position: relative;
	z-index: 10;
}

/* fixed cols */
#fixed_col_wrapper {
	left: 0;
	position: fixed;
	top: 135px;
	width: 100%;
}

#fixed_col_inner {
	width: 1000px;
	margin: 0 auto;
}

#right_col {
	float: right;
	margin-right: 30px;
	margin-top: 19px;
	width: 135px;
}

#left_col {
	float: left;
	margin-left: 30px;
	margin-top: 19px;
	width: 135px;
}

/**** COL-WRAPPER ****/
#col_wrapper {
	background-image: url("./img/bg_main.png");
	background-position: center top;
	background-repeat: repeat-x;
	min-height: 517px;
	padding-top: 135px;
	position: relative;
	z-index: 3;
}

#col_wrapper_shadow {
height: 11px;
    left: 0;
    position: absolute;
    top: 135px;
    width: 1000px;
    z-index: 5;
}





/**** LEFT NAV ****/
#category_nav {


}

#category_nav li {
border-top: 1px solid #8B8B8B;
    font-size: 15px;
    height: 30px;
    padding-top: 0;
    position: relative;
}

#category_nav .first-menu-item {
border-top: 1px solid #8B8B8B;
    height: 31px;
}

#category_nav .menu-item:hover {
	background-image: url("img/bg_menu_item.png");
	background-repeat: no-repeat;
}

#category_nav .last-menu-item {
border-bottom: 1px solid #8B8B8B;
    height: 29px;
}

#category_nav .menu-item a {
height: 25px;
    left: 0;
    line-height: 20px;
    padding-top: 6px;
    position: absolute;
    top: 0;
    width: 135px;
}

#category_nav .current-menu-item a {
	color: #000000 !important;
}

#pages_nav {
	margin-top: 8px;
}

#pages_nav li {
	display: block;
	height: 15px;
	line-height: 15px;
}

#pages_nav .current-menu-item {
	color: #000000;
}

/**** ARTICLES LIST ****/
#articles_list {

}

.article {
	border-top: 1px solid #8B8B8B;
	min-height: 127px;
}

.article .left {
	border-top: 3px solid #000000;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -1px;
	width: 130px;
}

.article .right {
	float: left;
	width: 490px;
}

.article .right h1 {
	margin-top: 21px;
}

.article .text_content {
	margin-top: 9px;
	margin-bottom: 26px;
}

.article .slide_content {
	display: none;
	margin: 0 0 17px;
	margin-top: -26px;
}

.article .read_more {
	margin-left: 3px;
}

.article .read_less {
	display: block;
	margin-top: 7px;
}

#articles_list .article:hover {
	background-image: url("img/article_hover_bg.png");
	background-repeat: no-repeat;
}

#articles_list .article {
	cursor: pointer;
}

#articles_list .open .read_more {
	display: none;
}

#articles_list .slide_content .font_red {
display: block;
    margin-left: 40px;
    padding-bottom: 7px;
    padding-top: 7px;
}

#articles_list .slide_content .font_grey {
display: block;
    padding-bottom: 7px;
	margin-left: 40px;
}

/**** EVENTS ****/
.article.event_type .left {
	width: 80px;
}

.article.event_type .left span {
	display: block;
}

.article.event_type .left .day {
	font-size: 21px;
	height: 21px;
	line-height: 21px;
	margin-top: 19px;
}

.article.event_type .left .date {
	font-size: 21px;
	height: 21px;
	line-height: 21px;
	margin-top: -1px;
}

.article.event_type .left .time {
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	margin-top: 3px;
}

.article.event_type .right {
	width: 540px;
}

.article.event_type .right .slide_content {

}

/* legacy */
.article.category-programm .left {
	width: 80px;
}

.article.category-programm .left span {
	display: block;
}

.article.category-programm .left .day {
	font-size: 21px;
	height: 21px;
	line-height: 21px;
	margin-top: 19px;
}

.article.category-programm .left .date {
	font-size: 21px;
	height: 21px;
	line-height: 21px;
	margin-top: -1px;
}

.article.category-programm .left .time {
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	margin-top: 3px;
}

.article.category-programm .right {
	width: 540px;
}

.article.category-programm .right .text_content {
	margin-top: 9px;
}

.article.category-programm .right .slide_content {

}
/* end legacy */

/* dynamic content */
.post-type-archive-event_type .dynamic_content .location_image{
	margin-bottom: 13px;
}

.post-type-archive-event_type .dynamic_content .sidebar_ticket_button {
	background-color: #CC0000;
	background-image: url("img/ticketbutton_sprite.gif");
	background-position: 0 0;
	display: block;
	height: 30px;
	margin-top: 10px;
	width: 135px;
}

.post-type-archive-event_type .dynamic_content .sidebar_ticket_button:hover {
	background-position: 0 30px;
}

.post-type-archive-event_type #side_text_wrapper .dynamic_content .location_image {
	margin: 1em 0;
}

.post-type-archive-event_type #sold_out{
	background-image: url("img/ticketbutton_sold.jpg");
	display: block;
	width: 135px;
	height: 30px;
	margin-top: 3px;
}

/**** ARTIST LIST ****/
.article.artist_type .artist_image {
	margin-top: 13px;
}

.article.artist_type .artist_more_image_wrapper {
	display: none;

}

.article.artist_type .artist_more_image_wrapper img {
	margin-top: 13px;
	margin-bottom: 13px;
}

/* dynamic content */
.post-type-archive-artist_type .artist_information a{


}


/**** LOCATIONS LIST ****/
.article.location_type .left {
	width: 130px;
}

.article.location_type .right {
	width: 490px;
}

.article.location_type .artist_image {
	margin-top: 13px;
}

.article.location_type .artist_more_image_wrapper {
	display: none;

}

.article.location_type .artist_more_image_wrapper img {
	margin-top: 13px;
	margin-bottom: 13px;
}

/* dynamic content */
.post-type-archive-location_type .dynamic_content .location_image{
	margin-bottom: 13px;
}

.post-type-archive-location_type .sidebar_event a{
	display: block;
}
.post-type-archive-location_type .sidebar_event .event_date{
	float: left;
}
.post-type-archive-location_type .sidebar_event .event_title{
	float: left;
    margin-left: 6px;
    width: 94px;
}



/**** SEARCH-PAGE ****/
#search_found_heading {
	margin-bottom: 21px;
}

/**** RIGHT SIDEBAR****/
#right_col {
	border-top: 1px solid #8B8B8B;
}

#search_wrapper {
	border-bottom: 1px solid #8C8C8C;
	height: 29px;
}

#search_wrapper input {
	background-color: transparent;
	background-image: url("./img/bg_search.png");
	background-position: 3px 10px;
	background-repeat: no-repeat;
	border: 0 none;
	font-size: 12px;
	height: 28px;
	margin: 0;
	padding: 1px 0 0 17px;
	width: 135px;
}

#right_col .sidebar_heading {
border-bottom: 1px solid #8E8E8E;
    display: block;
    height: 22px;
    margin-bottom: 0;
    padding-top: 6px;
}

#side_text_wrapper p {
border-bottom: 1px solid #8E8E8E;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 9px;
}

#side_text_wrapper p img {
margin-bottom: 3px;
    margin-top: 12px;
}

#right_col #sidebar_loading_placeholder {
border: 0 none;
display: none;
    margin-top: 9px;
    padding: 0;
    text-align: center;
}

#sidebar_loading_placeholder img {
	display: block;
	margin: 0 auto;
}


/***** STATIC PAGES *****/
#static_page .left {
    height: 1px;
    margin-bottom: -1px;
}

#static_page .page img.alignleft  {
	float: left;
	margin-right: 9px;
}

#static_page .right {
	width: 100%;
}

#static_page .right h1 {
	margin-bottom: 15px;
}

#static_page .right p {
	margin-bottom: 17px;
}


/**** HOME-PAGE ****/
.home_bottom_post {

}

.home_bottom_title {
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 20px;
	padding-left: 14px;
}


.closed .home_bottom_title {
	background-image: url("img/bottom_arrow_right.jpg");
}

.open .home_bottom_title {
	background-image: url("img/bottom_arrow_down.jpg");
}

.home_bottom_content {
	display: none;
}

#bottom_partners {
background-image: url("img/bg_redline.jpg");
    background-repeat: repeat-x;
    margin-top: 15px;
    padding-top: 5px;
    width: 640px;
}

#bottom_partners img {
display: block;
    margin-left: 0;
    margin-right: 91px !important;
}


/**** PARTNERS ****/
.partner_page  .redline_heading{
background-image: url("img/bg_redline.jpg");
    background-repeat: repeat-x;
    clear: both;
    color: #CC0000;
    display: block;
    margin-top: 15px;
    padding-top: 5px;
    text-align: left;
    width: 640px;
		margin-bottom: 20px;
}

.partner_page .partner_block {
	display: block;
	float: left;
}

.partner_page br {
	display: none;
}

.partner_block img {
	display: block;
}

.partner_page .text_content p {
	text-align: center;
	padding-bottom: 20px;
}

.partner_page .text_content .partner_heading {
display: block;
    margin-bottom: -20px;
    text-align: left;
}


/**** 4-COL MEDIUM GALLERY****/
#static_page .gallery-columns-4.gallery-size-medium {
    margin-top: -1em;
    width: 650px;
}
#static_page .gallery-columns-4.gallery-size-medium .gallery-item {
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
    width: 152px;
}


#static_page .gallery-columns-4.gallery-size-medium .portrait img {
    border: 0 none;
    cursor: pointer;
    display: block;
    height: auto;
    width: 100%;
}	