/* @override 
	http://fjallstugan.se/content/css/layout.css
	http://www.fjallstugan.se/content/css/layout.css */

/* Layout */
body {
	background: url('../layout/background-wood-black.jpg') repeat top center;
}
#wrapper-outer {
	background: url('../layout/background-wood-white.jpg') repeat top center;
}
#wrapper-inner {
	background: url('../layout/line-bottom.png') repeat-x bottom center;
}
#wrapper-footer {
	width:982px;
	margin:0 auto;
}
#wrapper {
	padding-bottom: 30px;
}

/*#main .inside {
	padding-right: 10px;
}*/
#right .inside {
	padding-left: 10px;
}
#right h1 {
	border-bottom: 1px solid #e1e1e1;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 22px;
	color: #555;
}

#line-top {
	background: url('../layout/line-top.png') repeat-x;
	height: 7px;
	font-size: 0.1px; /* IE6 fix */
}
#header {
	background: url('../layout/background-header.png') no-repeat;
}

#header #header-logo {
	position: absolute;
	top: 33px;
	left: 38px;
}
#header #search-form {
	position: absolute;
	overflow: hidden;
	z-index: 800;
	top: 151px;
	left: 730px;
	background: url('../layout/background-search.png') top left no-repeat;
}
#header #search-form form {
	margin: 0;
	padding: 0;
}
#header #search-form input {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 162px;
	padding: 4px 25px 4px 10px;
	margin: 0;
	background: transparent;
}
#header #search-form p.error {
	display: none;
}
#banner {
	overflow: hidden;
	height: 323px;
	background: url('../layout/background-banner.png') no-repeat;
	margin-top: 20px;
}
#banner .inside {
	height: 320px;
	overflow: hidden;
	padding: 1px 1px 2px 1px;	
}
#banner .layout_full {
	position: absolute;
	width: 980px;
	height: 320px;
	background: url('../layout/background-banner-default.png') no-repeat;
}
#banner h1 {
	font-size: 24px;
	color: white;
	margin-bottom: 5px;
}
#banner h1 a {
	color: white;
}
#banner h2 {
	font-size: 15px;
	color: white;
	margin-top: 0px;
	margin-bottom: 1em;
}
#banner h3 {
	color: white;
}
#banner h4 {
	font-size: 10px;
	color: #ddd;
	text-transform: uppercase;
	margin-bottom: 3px;
	margin-top: 12px;
}
#banner p.more {
	margin-top: 12px;
	margin-left: 0px;
}
#banner p.more a {
	background: #eee;
	padding: 4px 12px;
	text-decoration: none;
	font-size: 10px;
	color: #000;
	
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	        
	-webkit-box-shadow: 0px 1px 2px #000;
	   -moz-box-shadow: 0px 1px 2px #000;
	        box-shadow: 0px 1px 2px #000;
	        	
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	
	position: relative;
	left: px;
	text-shadow: 0px 1px 0px #fff;
	
}
#banner p.more a:hover {
	background: #ddd;
	color: #333;
	text-decoration: none;
}
#banner p.more a:active {
	background: #ccc;
	color: #333;
	top: 1px;
	
	-webkit-box-shadow: 0px 0px 2px #000;
	   -moz-box-shadow: 0px 0px 2px #000;
	        box-shadow: 0px 0px 2px #000;
}
#banner #banner-buttons {
	position: absolute;
	z-index: 110;
	top: 300px;
	left: 665px;
}
#banner #banner-buttons span {
	float: left;
	width: 10px;
	height: 10px;
	background: url('../layout/button-off.png') no-repeat center;
	cursor: pointer;
}
#banner #banner-buttons span:hover {
	background: url('../layout/button-hover.png') no-repeat center;
}
#banner #banner-buttons span.active {
	background: url('../layout/button-on.png') no-repeat center;
}

#banner .banner_container {
	position: relative;
}
#banner .image_container {
	position: absolute;
}

#banner .text_container {
	position: absolute;
	top: 0px;
	left: 660px;
	width: 300px;
	padding-top: 20px;
}

#banner .text_container {
	color: white;
}
#banner .ce_text a {
	color: #ddd;
	text-decoration: underline;
}
#banner .ce_text a:hover {
	color: white;
	text-decoration: underline;
}
#banner .enclosure a {
	color: white;
	text-decoration: none;
}
#banner .enclosure a:hover {
	text-decoration: underline;
}

#container {
	background-color: white;
	border: #c7c4c2 solid 1px;
	border-bottom: #c7c4c2 solid 2px;
	/*position: relative;
	top: 60px;
	margin-top: -40px;
	margin-bottom: 100px;*/
	margin-top: 20px;
	padding: 20px 10px;
}
#right .inside {
	border-left: #e1e1e1 solid 1px;
	/*padding-left: 10px;*/
}
#footer {
	background: url('../layout/black-40.png');
	margin-bottom: 40px;
	margin-top: 20px;
}

#footer .inside {
	padding: 20px 11px;
}



/* Huvudmeny */
#main-menu {
	position: absolute;
	overflow: visible;
	top: 145px;
	left: 35px;
	width: 910px;
	border-top: solid 1px #dadbdc;
	border-bottom: solid 1px #dadbdc;
}
#main-menu ul,
#main-menu li {
	margin: 0;
	padding: 0;
}
#main-menu li {
	float: left;
}
#main-menu li.first {
	display: none; /* G√∂m f√∂rsta menyalternativet (Hem)*/
}
#main-menu li li.first {
	display: list-item; /* F√∂rsta menyalternativet i undermenyn ska dock synas */
}
#main-menu a,
#main-menu span {
	display: block;
	padding: 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #444;
}
#main-menu a.trail {
	color: #cf0612;
}
#main-menu span.active {
	cursor: default;
	color: #cf0612;
}

#main-menu li:hover a,
#main-menu li:hover span,
#main-menu li.hover a,
#main-menu li.hover span {
	background-color: #cf0612;
	color: white;
}
#main-menu ul.level_2 {
	/*width:170px;*/
	z-index: 910;
	display: none;
	position: absolute;
	background-color: #cf0612;
	padding: 8px 0px;
	filter: alpha(opacity=85); /* internet explorer */
	-khtml-opacity: 0.85;      /* khtml, old safari */
	-moz-opacity: 0.85;       /* mozilla, netscape */
	opacity: 0.85;           /* ff, safari, opera */
}
#main-menu ul.level_2 li {
	position:relative;
	float:none;
	display: inline; /* IE6 Margin Fix */
}
#main-menu ul.level_2 a,
#main-menu ul.level_2 span {
	color: white;
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
	padding: 3px 20px;
	padding-right: 70px;
}
#main-menu ul.level_2 a:hover {
	color: white;
	background-color: black;
}
#main-menu li:hover ul.level_2,
#main-menu li.hover ul.level_2 {
	display:block;
}



/* Undermeny */
#sub-menu li {
	float: left;
	margin: 6px 5px 6px 5px;
}
#sub-menu a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	width:  184px; /* Total height: 220px */
	height: 28px; /* Total height: 54px */
	padding: 13px 18px;
	background: url('../layout/bigbutton-on-off.png') no-repeat 0px 0px;
}
#sub-menu a:hover {
	background: url('../layout/bigbutton-on-off.png') no-repeat 0px -54px;
}



/* Kalendern */
#calendar {
	background: url('../layout/calendar-background-middle.png') repeat-y top left;
}
#calendar .inside-1 {
	background: url('../layout/calendar-background-top.png') no-repeat top left;
}
#calendar .inside-2 {
	background: url('../layout/calendar-background-bottom.png') no-repeat bottom left;
	padding: 90px 32px 25px 30px;
}

#calendar td {
	border: 1px solid #dadbdc;
	height: 100px;
	width: 14%;
	padding: 3px;
}
#calendar table {
	width: 100%;
}
#calendar th.head {
	padding-bottom: 10px;
}
#calendar th.head.previous {
	text-align: left;
}
#calendar th.head.next {
	text-align: right;
}
#calendar th.head.current {
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
}
#calendar th.label {
	text-align: center;
}
#calendar td .event  {
	padding-left: 6px;
	margin-bottom: 0.5em;
	background: url('../layout/bullet.png') no-repeat 0px 5px;
	line-height: 1em;
}
#calendar td .event a {
	text-decoration: none;
	color: #111;
	font-size: 11px;
}
#calendar td.today {
	background-color: #eaeaea;
}
#calendar td .header {
	color: #555;
	text-align: right;
}
#calendar td.weekend div.header {
	color: #cf0612;
	font-weight: bold;
}



/* Sökfunktionen */
#search-results p {
	margin-bottom: 0px;
}
#search-results p.url {
	color: #828282;
}
#search-results p.context span.highlight {
	font-weight: bold;
}
#search-results div.even,
#search-results div.odd {
	margin-top: 12px;
}

/* Texter */

.ce_text ol,
.ce_text ul {
	padding-left: 25px;
}
.ce_text ol li {
	list-style-type: decimal;
}
.ce_text ul li {
	list-style-type: disc;
}

/* Andreasbladet och Pastorn's blogg */
#andreasbladet-full .layout_full .ce_text,
#pastorns-blogg-full .layout_full .ce_text {
	/*-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;*/
}
#andreasbladet-full .layout_full .ce_text p:first-child,
#pastorns-blogg-full .layout_full .ce_text p:first-child,
#aktuellt-full .layout_full .ce_text p:first-child {
	font-weight: bold;
}
#andreasbladet-full .layout_full .image_container,
#pastorns-blogg-full .layout_full .image_container,
#aktuellt-full .layout_full .image_container {
	margin-bottom: 10px;
}
#andreasbladet-full,
#pastorns-blogg-full,
#aktuellt-full {
	margin-top: 20px;
}

#andreasbladet-latest .layout_latest h3,
#pastorns-blogg-latest .layout_latest h3,
#aktuellt-latest .layout_latest h3 {
	margin-top: 0em;
	margin-bottom: 0.2em;
}

#andreasbladet-latest .layout_latest .image_container,
#pastorns-blogg-latest .layout_latest .image_container,
#aktuellt-latest .layout_latest .image_container {
	margin-bottom: 1.5em;
	min-height: 160px;
}
.layout_full .video_container {
	margin: 2em 0;
}


#aktuellt-hogerspalt .layout_latest {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
}
#aktuellt-hogerspalt h2 {
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 0px;
}
#aktuellt-hogerspalt h2 a,
#aktuellt-hogerspalt h2 {
	color: #555;
}
#aktuellt-hogerspalt p {
	font-size: 10px;
	margin-bottom: 0.5em;
}
#aktuellt-hogerspalt .image_container {
	float: left;
	margin-right: 10px;
}
#aktuellt-hogerspalt .image_container img {
	padding: 2px;
	border: 1px #ccc solid;
	-webkit-box-shadow: 0px 1px 2px #ccc;
	   -moz-box-shadow: 0px 1px 2px #ccc;
	        box-shadow: 0px 1px 2px #ccc;
}


/* Samma utseende f√∂r kommande h√§ndelser och nyhetsarkiv */
p.info,
div.date,
div.info {
	text-transform: uppercase;
	color: #828282;
	font-weight: normal;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
}
.mod_eventlist div.headline,
.mod_newslist .layout_simple div.headline {
	margin: -2px 0 -3px 0;
}
.mod_eventlist div.headline a,
.mod_newslist .layout_simple a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.mod_eventlist div.headline a:hover,
.mod_newslist .layout_simple a:hover {
	text-decoration: underline;
}
.mod_eventlist div.event,
.mod_newslist .layout_simple {
	margin-bottom: 10px;
}
.mod_newslist .layout_short h3 {
	margin-top: 0.5em;
}
.mod_newslist .layout_short {
	margin-bottom: 1em;
}


/* Kalender tooltip */
.tip {
	color: #fff;
	width: 200px;
	z-index: 9999;
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	filter: alpha(opacity=80);  /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* ff, safari, opera */
}
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color:  white;
	padding: 8px 8px 4px 8px;
}
.tip-text {
	font-size: 11px;
	padding: 0px 8px 8px 8px;
	margin: 0;
	color:  white;
}



/* Sidfot */
#footer #sitemap {
	width: 640px;
	display: inline;
	float: left;
}
#footer #sitemap a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
}
#footer #sitemap ul.level_2 a {
	color: #aaa;
	text-transform: none;
	font-weight: normal;
}
#footer #sitemap ul {
	margin: 0;
}
#footer #sitemap li {
	display: inline; /* IE6 Margin Fix */
}
#footer #sitemap a {
	display: block;
	margin-bottom: 10px;
}
#footer #sitemap a:hover {
	text-decoration: underline;
}

#footer p {
	color: #aaa;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.9em;
}
#footer .vision p.quote {
	font-size: 16px;
	font-style: italic;
	line-height: 2em;
	color: #ddd;
}
#footer .vision {
	margin-bottom: 30px;
}
#footer p.title {
	color: #ddd;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
}
#footer .contact a {
	text-decoration: none;
	color: #aaa;
}
#footer .logo {
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer .notes a {
	text-decoration: none;
	color: #ddd;
}
#footer .contact a:hover,
#footer .notes a:hover {
	text-decoration: underline;
}
#footer .notes p {
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	-webkit-text-size-adjust: none; /* Fix f√∂r iPhone  */
}


/* Pagination */
.pagination {
	margin-top: 2em;
}
.pagination li {
	float: left;
	margin-right: 0.5em;
}
.pagination span,
.pagination a {
	display: block;
	padding: 1px 5px;
	border: 1px solid #ccc;
	font-size: 10px;
	text-decoration: none;
	background-color: #fff;
}
.pagination span,
.pagination a:hover {
	color: #fff;
	background-color: #cf0612;
	border: 1px solid #cf0612;
}

/* Comment forms */
.ce_comments .comment-top {
	height: 42px;
	background: url('../layout/comment-top.png') no-repeat;
}
.ce_comments .comment {
	background: url('../layout/comment-middle.png') repeat-y;
	padding: 0px 35px 0px 25px;
	overflow: auto;
}
.ce_comments .comment-bottom {
	height: 38px;
	background: url('../layout/comment-bottom.png') no-repeat;
}
.ce_comments .comment-top .info {
	padding: 2px 0px 0px 70px;
	font-weight: bold;
	text-transform: none;
}
.ce_comments .comment-top .date {
	font-weight: normal;
	padding-left: 0.5em;
}
.ce_comments p {
	font-size: 11px;
}
.ce_comments .comment p {
	font-size: 11px;
	margin-left: 47px;
	margin-bottom: 0;
	padding-bottom: 0.8125em;
}
.ce_comments .comment p:last-child {
	padding-bottom: 0em;
}
.ce_comments .comment img.gravatar {
	padding: 2px;
	border: 1px solid #ddd;
	float: left;
}
.ce_comments .form {
	margin-top: 1em;
}
.ce_comments form input[type=text],
.ce_comments form textarea {
	width: 200px;
	border: 1px #c7c4c2 solid;
	margin-bottom: 0.5em;
	margin-right: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 7px 10px;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.ce_comments form textarea {
	width: 400px;
	height: 120px;
}
.ce_comments form label {
	color: #555;
	font-size: 11px;
}
.ce_comments form p.error {
	color: #cf0612;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0.5em;
}

/* Fix for IE and it's z-index issue */
#header .inside { 
	z-index: 1000;
}




#kampanj {
	position: absolute;
	top: -13px;
	left: 842px;
}





/* Formulär */

.ce_form td {
	padding: 0.3em 1em 0.3em 0;
}
.ce_form input[type=text],
.ce_form textarea {
	border: 1px solid #555;
	padding: 4px;
}
.ce_form .error {
	color: red;
}
