
/*
Theme Name: Olifant Eleven
Description: Child theme for the Twenty Eleven 1.3 theme 
Author: OlifantMedia
Author URI: http://olifantmedia.se
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");



/* =Structure
----------------------------------------------- */
#page {
	max-width: 1000px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	opacity:0.85;
  filter:alpha(opacity=85);
}


/* =Global
----------------------------------------------- */
/* Headings */
h1,h2,h4,h5,h6 {
	clear: none;
}



/* =Header
----------------------------------------------- */
#branding {border:none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;	

}

#branding img {
margin-bottom: -7px;
	width: 100%;
	background-color: #FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;

}



/* =Menu
-------------------------------------------------------------- */
#access ul {
	font-size: 15px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.entry-content h1,
.comment-content h1{
	color: #333;
	font-weight: bold;
	margin: 0 0 .8em;
	font-size: 120%;
}


.entry-content h2,
.comment-content h2 {
	color: #333;
	font-weight: bold;
	margin: 0 0 .8em;
}

.entry-content h3,
.comment-content h3 {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	font-weight: bold;
}



/* =Widgets
----------------------------------------------- */
.widget-title {
	color: #666;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #000000;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	margin-top: 2em;
}

/* Intro */
/* Ändrad bakrundsfärg och marginal botten på innehållet på showcase-sidor */
article.intro {
	background-color: #fff;
	margin-top: 0em;
	margin-right: -8.9%;
	margin-bottom: 0em;
	margin-left: -8.9%;
	padding-top: 0;
	padding-right: 8.9%;
	padding-bottom: 0;
	padding-left: 8.9%;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #F60;