﻿@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* Misc Styles */

/* Photomodule - thumbnail.cfm & thumnail_list.cfm
---------------------------------------------------*/
.thumbborder {
	border: 1px solid #CCC;
	padding: 4px;
	width: 150px;
	height: 100px;
	}
.thumbborder:hover  {
	border: 1px solid #000;
	padding: 4px;
	width: 150px;
	height: 100px;
	}
.thumbnail_list img {
	width: 150px;
	height: 100px;
	border: 1px solid #CCC;
	}
.thumbnail_list img:hover {
	border:1px solid #000;
	}

/* Congregation (used in master.cfm)
---------------------------------------- */
.congregation {
	margin-top: 30px;
	color: #444;
	}
.congregation ul {
	list-style: none;
	font-size: 0.8em;
	}
.congregation ul li {
	margin: 5px 0;
	padding: 0;
	background: none;
	}
.congregation li>#SokTxt {
	margin-bottom: 5px;
	}
.congregation li>#find {
	margin-top: 5px;
	}
.congregation input {
	border: 1px solid #eeeee9;
	}
.congregation input:hover,
.congregation input:focus {
	border: 1px solid #b5d4e6;
	}
	
/* Breadcrumbs (used in master.cfm)
---------------------------------------- */
#breadcrumbs {
	float: left;
	width: 100%;
	height: 20px;
	margin: 0 15px 15px 0;
	font-weight: normal;
	}
#breadcrumbs a:first-child {
	font-weight: 700;
	}
	
/* LineBreak (used in incBottom.cfm and incBottomWIDE.cfm)
---------------------------------------- */
#lineBreak {
	margin: 15px 15px 0 0;
	border: 2px solid #b7d5e6;
	border-right: none;
	border-left: none;
	padding: 5px 0;
	}
	#lineBreak p {
		margin: 0;
		}
		
/* NewsBox (used in incBottom.cfm and newsArchive.cfm)
---------------------------------------- */
.newsBox {
	margin: 15px 0 15px 0;
	border-bottom: 2px solid #b7d5e6;
	padding: 0 0 15px 0;
	}
	.newsImage {
		float: left;
		width: 100px;
		overflow: hidden;
		margin: 0 10px 0 0;
		background: #eee;
		}
	.newsImage img {
		width: 100px;
		border: none;
		}
		.newsImage img a { border: none;}
	.newsBox h1 {
		margin: 0;
		}
	.newsBox h1 a {
		color: #444;
		font-size: 0.8em;
		}

/* ActivityBox (included in incBottom.cfm used in activityList.cfm)
---------------------------------------- */
div.activity {
	padding: 0;
	}
.actDate {
	margin: 0;
	font-weight: 700;
	}
.actHeading a {
	color: #444;
	}
.actMore {
	font-size: 0.9em;
	}
/* Activities (used in activities.cfm and activity.cfm)
---------------------------------------- */
#activities,
#actDetail {
	margin: 0 15px 0 0;
	}
	#activities h1,
	#actDetail h1 {
		margin: 15px 0 0 0;
		border-bottom: 2px solid #b7d5e6;
		padding: 0 0 15px 0;
		}
	#activities h2 {
		margin: 15px 0 0 0;
		font-size: 1.2em;
		}
		#activities h2 a {
			color: #444;
			}
	#activities p {
		font-size: 0.8em;
		}
	#activities p.ingress {
		font-size: 1em;
		font-weight: 400;
		}
		

	#activities p.actDate,
	#actDetail p.actDate {
		float: left;
		}
	#actDetail p.actDate {
		padding: 5px 0;
		font-weight: 400;
		}

/* Subscribe (Abonner nyhetsbrev - Used on fancybox popup)
---------------------------------------- */
#formWrap { display: none;}
	#formPopup {
		 width: 305px;
		 height: 120px;
		 overflow:hidden;
		 padding: 15px;
		 background: url(../gfx/fancyBg.jpg) repeat-x left top;
		}
	#formPopup h1 { font-size: 16px;}
/* myFancyForm
------------------------------------------*/
.myFancyForm ul {
	padding: 0;
	list-style: none;
}
.myFancyForm li {
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	display: inline-block;
	background: none;
	line-height: 22px;
}
/*Using Top-positioned Text Labels*/
.myFancyForm label {
	display: block
}
/*Left-aligning Text Labels*/
.myFancyForm label {
	float: left;
	width: 75px;
	margin-right: 1em;
}
.myFancyForm input {
	width: 200px;
	height: 22px;
	border: 1px solid #b5d4e6;
	background: #eeede8;
	vertical-align: middle;
	}
	.myFancyForm input:hover,
	.myFancyForm input:focus {
		border-color: #177ca6;
		}
.myFancyForm #regabb,
.myFancyForm #avbestill {
	width: 100px;
	}
	.myFancyForm input#regabb:hover,
	.myFancyForm input#regabb:focus,
	.myFancyForm input#avbestill:hover,
	.myFancyForm input#avbestill:focus {
		color: #666;
		text-decoration: none;
		border-color: #177ca6;
		}
	.myFancyForm .button {
	border: 1px solid #b5d4e6;
		}
	
	
	
/* TOOLBOX/FIXES (Handy stuff for optimized code)
---------------------------------------- */
.wrapper {/*(used in topsection of all Wides for right margin)*/
	margin: 0 15px 0 0;
	}
.justClearMe {
     clear:	both; 
     height: 0; 
     margin: 0;
     font-size: 1px;
     line-height: 0px;
	 }
