/*
Theme Name: Sagbruksmuseum v2
Theme URI: http://smartmedia.no/
Description: Tema utviklet for Museet Midt av Smart Media AS
Author: Smart Media AS
Template: museetmidt-avd-v2
*/

@import url(../museetmidt-avd-v2/style.css);


/*
Main color: #731e13;
Second color: #47130c;
*/

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

a{
	color: #731e13; /* Profil */
}

#page{
	background-image: url('images/page_bg.jpg'); /* Profil */
}

.site-logo#museetmidt{ display: none; }
.site-logo#sagbruksmuseet{ display: block; }

#endelav.green{ display: none !important; }
#endelav1.dark{ display: block !important; }

#access li.current-menu-item a, #access li.current-menu-ancestor a{
	color: #47130c; /* PROFIL */
}
#access ul ul.sub-menu li a{
	color: #731e13; /* PROFIL */
	border-bottom-color: #731e13; /* PROFIL */
}
#access ul ul.sub-menu ul.sub-menu li a{
	color: #731e13; /* PROFIL */
}
#access ul ul.sub-menu ul.sub-menu ul.sub-menu li a{
	color: #731e13; /* PROFIL */
}

.postlist span,
.post-single .entry-meta{
	color: #731e13; /* PROFIL */
}

.button{

	background: #731e13; /* PROFIL */
}

#main .widget-area ul li a{
	background-image: url('images/widget-menu_arrow.png');
}
#main .widget-area ul li a:hover {
	color: #47130c; /* PROFIL */
}

.widget-area .smart-calendar-upcoming .event-item .date-day{
	background: #731e13;
}
.widget-area .smart-calendar-upcoming .event-item .date-month{
	background: #47130c;
}

#main #searchform #searchsubmit{
	background: #731e13; /* PROFIL */
	border-color: #47130c; /* PROFIL */
}
#main #searchform #searchsubmit:hover{
	background: #47130c; /* PROFIL */
}
#colophon{
	background-image: url('images/footer_bg.jpg'); /* PROFIL */
}
.pagination .current,
.pagination a:hover{
	background: #731e13;
}

#main .widget-area{
	overflow: visible !important;
}


/* Calendar */

.large-12.columns{
	width: 100% !important;
}
.smart-calendar-events-sidebar img{
	max-width: 100%;
	height: auto;
}

.smart-calendar-upcoming .event-item {
  position: relative;
  zoom: 1;
  padding-bottom: 10px;
}
.smart-calendar-upcoming .event-item:before,
.smart-calendar-upcoming .event-item:after {
  content: "";
  display: table;
}
.smart-calendar-upcoming .event-item:after {
  clear: both;
}
.smart-calendar-upcoming .event-item .date-icon {
  height: auto !important;
  width: 50px !important;
  border-radius: 50px !important;
  float: left !important;
  position: relative !important;
  overflow: hidden !important;
  color: #000!important;
  display: inline-block !important;
  margin: 0 10px 10px 0 !important;
  text-decoration: none;
  border: 0 !important;
}
.smart-calendar-upcoming .event-item .date-icon:hover {
  text-decoration: none;
}
.smart-calendar-upcoming .event-item .date-day {
  background: #731e13 !important;
  color: #fff;
  font-size: 24px !important;
  line-height: 29px !important;
  padding-top: 2px !important;
  font-weight: 600 !important;
  text-align: center !important;
  width: 100% !important;
  position: static !important;
}
.smart-calendar-upcoming .event-item .date-month {		
  background: #47130c !important;
  color: #fff;
  text-transform: uppercase;
  width: 100% !important;
  font-size: 11px !important;
  line-height: 18px;
  padding-bottom: 2px;
  font-weight: 600;
  text-align: center !important;
  position: static !important;
}
.smart-calendar-upcoming .event-item .date-year {
	display: none;
}	
.smart-calendar-upcoming .event-item .event-title {
  padding: 0;
  margin: 0;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: none !important;
}
.smart-calendar-upcoming .event-item .event-date {
  font-size: 12px !important;
  color: #444 !important;
  line-height: 16px !important;
  text-transform: uppercase;
}