/*
	Current version: 1.0
	
	Site: Svenska Kyrkan Hägersten
	www: hagersten.org
	Author: Robert Hedman, robert.hedman@atrox.se	
	Notes: Modules
*/

.submit{cursor:pointer;}

/* SEARCH */
#SearchForm
{
	float:right;
	display:inline;
	margin:10px 8px 0 0;
	font-size:11px;
	width:222px;
}

	#searchInput{margin:0 10px 0 0;float:left;display:inline;width:150px;height:23px;background:url(../images/search-input-bg.gif) no-repeat;} 
		#searchString{width:142px;float:left;display:inline;border:0;margin:5px 0 0 3px;}
	#searchSubmit, .submit{width:60px;float:left;}
	
		#searchSubmit .submit{padding-top:0;background:url(../images/btn-global-search.gif) no-repeat;border:0;height:22px;}
		
/* SEARCH RESULT */

.searchResultDivider
{
	clear:both;
	float:none;
	height:0;
	font-size:0;
}

.resultGroup{font-weight:bold;color:#353535 !important;}
	.Kalender{display:block;background:url(../images/icon-calendar.png) no-repeat left center;padding-left:20px;height:20px;line-height:20px;}
	.Artikelpublicering{display:block;background:url(../images/icon_article.png) no-repeat left center;padding-left:20px;height:20px;line-height:20px;}

.searchResultCategory
{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:20px 0 0 0;
	display:block;
	color:#353535 !important;
}

.searchResultItem
{
	width:460px;
	float:left;
	margin:0;
	padding-top:10px;
	position:relative;
	border-bottom:1px solid #d5cdaa;
}

	.searchResultItem .articleLink
	{
		font-weight:bold;
		background:url(../images/article-link-bg.gif) center right no-repeat;
		padding:0 17px 0 0;
		width:443px;
		margin:10px 0;
		text-align:right;
		position:static;
		float:left;
		display:block;
}

.searchResultItem img
{
	width:200px;
	height:auto;
	float:right;
	margin:0 0 20px 20px;
}



.searchResultItem h2 a{color:#A91E2B;font-weight:normal;}
		
		
/* CAROUSEL */
#browsable br{ 
	display: none;
} 

div.scrollable { 
 
    position:relative; 
    overflow:hidden; 
    width: 700px;
	height: 224px; 
	margin:0 0 20px 0;
} 
 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000px; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float:left; 
} 
 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff;  
}


/* NAVIGATION */	
	
.navi {
	margin-left:610px;
	width:200px;
	height:20px;
	position: absolute;
	top: 200px;
	z-index: 999;
	text-align:right; 
}

.navi a {
	width:18px;
	height:18px;
	margin: 0 3px 0 0;
	background: url(../images/navigator.png) no-repeat;
	display:block;
	float:left;
	font-size:0;
	color:transparent;
	cursor: pointer;
	text-indent:-9999px;
}

.navi a.activeSlide {
	background: url(../images/navigator-active.png) no-repeat;  
}		


#left{ float: left; }
#right{ float: right; }		

/* ARTICLES */
.mainArticle
{
	width:460px;
	height:205px;
	overflow:hidden;
	margin:10px 0 0 10px;
	position:relative;
	float:left;
	display:inline;
}

	.mainArticle a img{width:210px;height:auto;float:left;margin-right:10px;}
	a.head, .newsBoxContainer h2 a{color:#a91e2b;font-size:14px;margin:2px 10px 5px 0;display:block;font-weight:normal;}
	
.date{color:#000;font-size:11px;}
	.mainArticle .date, .article .date{margin:10px 0 0 0;}
.articleLink{font-weight:bold;background:url(../images/article-link-bg.gif) center right no-repeat;padding:0 17px 0 0;position:absolute;bottom:0;right:0;}
	.mainArticle .articleLink{right:10px !important}



#start .article
{
	width:210px;
	height:205px;
	overflow:hidden;
	margin:10px 0 10px 0;
	padding-left:10px;
	position:relative;
	float:left;
	display:inline;
}	

	#start .article img{width:80px;float:right;margin-left:10px;margin-bottom:10px;}
	
#article1, #article2, #article3
{
	float:left;
	display:inline;
}

#article1, #article3
{
	width:210px;
}

#article2
{
	width:230px;
	margin-left:20px; 
	display:inline;
	margin-right:0;
	padding-left:0;
}

	#article2 .article{width:220px;}

#article3
{
	float:right;
	margin-right:20px;
}

#subMain
{
	border-bottom:1px solid #d5cdaa;
	width:460px;
	float:left;
	margin-bottom:20px;
}

	#articlePage .date
	{
		text-align:right;
		font-size:12px;
		margin-bottom:2px;
	}
	
	#articlePage h1{margin-top:0;}
		.archive{margin-top:15px !important;} 
	
.col1BoxTop
{
	background:url(../images/col1-box-top.gif) no-repeat;
	width:460px;
	float:left;
	height:10px;
	font-size:0;
	margin:10px 0 0 0;
}

.col1Box
{
	background:#f7f5ee url(../images/col1-box-bottom.gif) bottom left no-repeat;
	font-size:0;
	width:460px;
	float:left;
}

#write, #read{margin:3px 10px 10px 10px;font-size:12px;}
	#write p{font-size:18px;margin-bottom:11px;padding-bottom:0;}
	
#publicationCommentForm label{font-size:14px;}
#publicationCommentForm input{margin-bottom:10px;width:220px;font-size:14px;padding:3px;}
#publicationCommentForm textarea{margin-bottom:10px;width:432px;height:138px;font-size:14px;padding:3px;}
	#publicationCommentForm .submit{margin-bottom:20px;float:right;width:60px;height:22px;background:url(../images/btn-write.gif) no-repeat;font-size:11px;border:0;padding:0;}

#read p, #read strong, #read .date
{
	display:block;
	width:300px;
	float:right;
	margin:0 80px 0 0;
	display:inline;
}

	#read p{margin-bottom:20px;}
	#read strong{font-size:14px;font-weight:normal;margin:4px 80px 5px 0;}
	#read .date{text-align:left;margin-bottom:5px;font-size:12px;}

.avatar
{
	float:left;
	margin:7px 0 0 0;
	text-indent:-9999px;
}

#start #articles{border:0;clear:both;}

#articles
{
	border-top:1px solid #d5cdaa;
	margin-top:-2px;
}

	#articlePage #articles .article, #filteredResults .newsBoxContainer
	{
		border-bottom:1px solid #d5cdaa;
		position:relative;
		width:460px;
		float:left;
		padding-bottom:20px;
	}
		#articlePage #articles .article
		{
	
		}
	
		#articlePage #articles .article img
		{
			float:left;
			width:220px;
			margin:20px 10px 10px 0;
		}
		
		#articlePage #articles .article .date, #filteredResults .newsBoxContainer .newsDate
		{
			text-align:left;
			font-size:11px;
			margin-top:20px !important;
		}
		
		#articlePage #articles .article .articleLink, .newsBoxContainer .articleLink{background:url(../images/article-link-bg.gif) center right no-repeat;padding:0 17px 0 0;display:block;position:static;clear:both;text-align:right;margin-top:10px;}
		.articleLink{color:#353535 !important;}
		
#article4 img{width:80px !important;float:right !important;margin:0 0 10px 10px !important;}		

/* CALENDAR */
#calendar{
	position: relative;	
}

#calendarCategories
{
	width:220px;
	height:29px;
	color:#fff;
	line-height:2.4;
	text-indent:10px;
	background:url(../images/calendar-category-dropbox.gif) no-repeat;
}

	/*#calendarCategories select{width:220px;height:29px;}*/
#calendarDropdownWrapper{ 
	position: absolute;
	top: 22px;
	display: none;
}
#calendarDropdown{ 
	background:url(../images/calendar-category-dropbox-expanded.png) no-repeat;
	width:220px;
	height: 87px;
	padding: 12px 0 0 0;
}
	#calendarDropdown a{ 
		display: block;
		overflow: hidden;
		position: relative;
		z-index: 99;
		pointer: arrow;
		color: #5d216a;
		font-weight: bold;
		padding: 0 0 7px 10px;
	}

.calendarPuff
{
	margin:10px 0 0 0;
	width:220px;
	float:left;
	background:#f6eff3 url(../images/calendar-puff-top.gif) no-repeat;
}

	.calendarPuff a
	{
		display:block;
		height:21px;
		text-align:justify;
		padding:16px 20px 0 0;
		margin:0 0 10px 10px;
		color:#7b2058;
		font-size:14px;
		background:url(../images/calendar-puff-link-bg.gif) bottom left no-repeat;
	}
	
		.calendarPuff p, .calendarPuff strong, .calendarPuff em
		{
			margin-left:10px;
			margin-right:10px;
			display:block;
		}
		
			.calendarPuff strong, .calendarPuff em
			{
				margin-bottom:2px;
			}
			
			.boxLink
			{
				display:block;
				width:220px;
				height:32px;
				background:url(../images/boxlink.gif) no-repeat;
				font-size:16px;
				text-align:center;
				font-weight:bold;
				color:#000;
				float:left;
				line-height:2;
				margin:10px 0 0 0;
			}
			
				.boxLink:hover{color:#a91e2b;}
				
				.articlesLink
				{
					width:122px;
					float:right;
					background:url(../images/boxlink-articles.gif) no-repeat;
				}

.calendarPuffBottom
{
	background:#f6eff3 url(../images/calendar-puff-bottom.gif) no-repeat;
	height:10px;
	width:220px;
	float:left;
	font-size:0;
	line-height:0;
	margin:0;
}

#calendarCategoryId{background:#fff;}

/* calendar archive */

#calendararchiveFilterLeft
{
	width:460px;
	float:left;
	overflow:hidden;
}

	#calendararchiveFilterLeft label
	{
		display:block;
	}

#calendararchiveFilterRight
{
	width:460px;
	float:left;
	overflow:hidden;
}

#calendararchiveSearchString
{
	width:450px;
	padding:2px;
	margin-bottom:10px;
}

#calendararchiveFormFrom
{
	width:190px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
}

#calendararchiveFormTo
{
	width:180px;
	float:left;
	overflow:hidden;
	margin:0 0 10px 15px;
}

	#calendararchiveFormFrom input, #calendararchiveFormTo input
	{
		width:170px;
		padding:2px;
	}
	
#calendararchiveFormGroups, #calendararchiveFormCategorys
{
	width:190px;
	float:left;
	margin:15px 0 0 0;
}

#calendararchiveFormCategorys{margin:15px 0 0 15px;}
	
#calendararchiveFormGroups ul, #calendararchiveFormCategorys ul
{
	list-style:none;
	margin:7px 0 15px 0;
	padding:0;
}

#filteredResults
{
	border-bottom:1px solid #D5CDAA;
}

#filteredResults .newsBoxContainer
{
	margin:20px 0 0 0;
	padding-bottom:0;
}

#calendarArchiveFormSearch
{
	width:60px;
	float:right;
}

#calendarArchiveFormSearch .submit{position:relative;top:13px;font-size:11px;width:60px;float:right;padding-top:0;background:url(../images/btn-calendar-search.gif) no-repeat;border:0;height:22px;}

.newsBoxContainer .articleLink
{
	margin-bottom:10px;
}

.noEvent
{
	margin:10px;
}

/* SHARE */ 

.col0BoxTop
{
	width:220px;
	height:10px;
	font-size:0;
	float:left;
	background:url(../images/share-top.gif) no-repeat;
}

.col0Box
{
	width:220px;
	float:left;
	padding-bottom:10px;
	margin:0 0 10px 0;
	background:#f7f5ee url(../images/share-bottom.gif) bottom left no-repeat;
}
	.col0Box strong{display:block;font-size:14px;margin:0 10px;}
	.col0Box p{width:auto;float:left;display:inline;margin:5px 0 0 10px;}
	.col0Box div{float:right;width:109px;margin:0 10px 0 0;}
	
	.col0Box a{display:block;width:16px;height:16px;text-indent:-9999px;float:left;margin:7px 0 0 5px;display:inline;}
		#facebook{background:url(../images/facebook.gif) no-repeat;}
		#twitter{background:url(../images/twitter.gif) no-repeat;}
		#pusha{background:url(../images/pusha.gif) no-repeat;}
		#bloggy{background:url(../images/bloggy.gif) no-repeat;}
		#e-mail{background:url(../images/email.gif) no-repeat;margin-top:8px;}
		#rss{color:#005ccd;font-weight:bold;width:auto;background:url(../images/rss.gif) no-repeat;margin:0 0 0 10px;text-indent:0;padding:0 0 0 20px;}
		
	.col0Box dl{width:190px;float:left;display:inline;margin:0 10px 2px 10px;padding:0;}
	.col0Box dt{color:#353535;font-weight:bold;font-size:14px;margin:0 0 8px 0;}
	.col0Box dd{display:block;clear:both;margin:0;padding:0;}
		.col0Box dd a{padding:3px 0;text-indent:0;width:auto;height:auto !important;margin:0;color:#005ccd;font-weight:bold;}

#categoryListBox
{
	background:url(../images/submenu-bottom.gif) bottom left no-repeat;
	padding-bottom:2px;
	margin-bottom:20px;
}

.articleCategoryMenu
{
	background:url(../images/submenu-top.gif) no-repeat;
	list-style:none;
	margin:0 0 7px 0;
	padding:10px 0 0 0;
}

		.articleCategoryMenu  li{padding:0;margin:0;border-bottom:1px solid #d5cdaa;}
		.articleCategoryMenu  li a{line-height:2.2;font-size:14px;font-weight:bold;margin:0 10px;}
			.articleCategoryMenu  li a:hover{color:#a91e2b;}
			.articleCategoryMenu .end{border:0 !important;}


		
/* text size */

#textsize
{
	width:460px;
	float:left;
	border-top:1px solid #d5cdaa;
	padding-top:9px;
}


	
	#textsize p{float:left;margin-bottom:8px;}

#text-small, #text-large
{
	display:block;
	float:left;
	width:13px;
	height:13px;
	text-indent:-9999px;
	background:url(../images/text-minus.gif) no-repeat;
	margin:3px 0 0 5px;
}

#text-large{background:url(../images/text-plus.gif) no-repeat !important;}

#print{height:16px;display:block;width:auto;float:right;background:url(../images/print.gif) right -1px no-repeat;padding-right:20px;}

/* PAGING */
.pagination
{
	width:460px;
	float:left;
	margin:20px 0;
	padding:0;
}

	.pagination li{
		line-height:1.3;
		text-align:center;
		display:block;
		width:20px;
		height:16px;
		float:left;
		display:inline;
		margin:0 5px 0 0;
		cursor:pointer;
		background:url(../images/paging-page.gif) no-repeat;
	}
	
	.pagination a{color:#353535 !important;}

	.paginationPrevious a
	{
		text-indent:-9999px;
		display:block;
		width:20px;
		height:16px;
	}
	
	.paginationNext a
	{
		text-indent:-9999px;
		display:block;
		width:20px;
		height:16px;
	}

	.paginationPrevious
	{
		background:url(../images/paging-previous.gif) no-repeat !important;
		font-size:0;
		letter-spacing:-100px;
		
	}
	
	.paginationNext
	{
		background:url(../images/paging-next.gif) no-repeat !important;
		font-size:0;
		letter-spacing:-100px;
		
	}
	
	.activePage
	{
		background:url(../images/paging-active-page.gif) no-repeat !important;
		font-weight:bold;
	}
	
	
/* CALENDAR */

.calendarH1{display:none;}

.calendar
{
	clear:both;
}

.calendarPagination
{
	width:220px;
	height:29px;
	background:url(../images/small-calendar-top.gif) no-repeat;
}

	.calendarPagination:first-letter, .calendarPagination h3 a:first-letter, .calendarPagination h3:first-letter
	{
		text-transform:uppercase !important;
		zoom:100%;
	}

	#previousMonth
	{
		width:29px;
		height:29px;
		float:left;
		text-indent:-9999px;
	}
	
	#nextMonth
	{
		width:29px;
		height:29px;
		float:right;
		text-indent:-9999px;
	}
	
	.calendarPagination h3{width:160px;float:left;text-align:center;line-height:1.7;color:#fff;}
		.calendarPagination h3 a{color:#fff;}
		
.calendarPaginationBig
{
	width:460px;
	height:29px;
	float:left;
	display:inline;
	background:url(../images/big-calendar-top.gif) no-repeat;
	margin-bottom:10px;
}

	#previousWeek
	{
		width:29px;
		height:29px;
		float:left;
		text-indent:-9999px;
	}
	
	#nextWeek
	{
		width:29px;
		height:29px;
		float:right;
		text-indent:-9999px;
	}
	
	.calendarPaginationBig h2{font-size:12px;width:400px;float:left;text-align:center;line-height:2.4;color:#fff;}
		
#calendarContent
{
	font-weight:bold;
}	

	#calendarTable
	{
		width:220px;
		clear:both;
	}
	
		#calendarTable td, #calendarTable th
		{
			width:26px;
			height:26px;
			text-align:center;
			vertical-align:center;
		}
		
		.week
		{
			background:url(../images/week.gif) no-repeat;
		}
		
		.weekDayLastMonth
		{
			background:url(../images/last-month.gif) no-repeat;
		}
		
		.weekDayActiveMonth, .saturday, .sunday
		{
			background:url(../images/current-month.gif) no-repeat;
		}
		
		.currentDay, .event
		{
			background:url(../images/current-day.gif) no-repeat; 
		}
		
			.currentDay a, .event a{color:#fff;}
			#calendarTable td.currentDay{color:#fff !important;}
			.currentDay span{color:#fff !important;} 
			
#calendarTableWeek
{
	width:460px;
}

	.emptyRow
	{
		font-size:0;height:10px;
	}	


	.calendarTimeStamp{background:#e2ccdb;width:60px;text-align:center;vertical-align:top;font-size:14px;}
		.calendarTimeStamp a{color:#7d2057 !important;display:inline-block;width:50px;overflow:hidden;}
	.calendarEventContainer{background:#f6f0f4;vertical-align:top;}
		.calendarEventContainer .marginContainer{margin:0 20px 10px 20px;font-size:14px;}
		.calendarEventContainer h2, .calendarEventContainer h1{color:#7d2057;font-size:30px;font-weight:normal;}
		.calendarEventContainer a, .calendarEventContainer span{margin:10px 0;display:block;}
		.calendarEventContainer a{color:#353535;font-size:18px;}
		.calendarEventContainer .date{color:#7d2057;font-size:14px;display:block;margin-bottom:0;}
	.top{font-size:0;line-height:0;width:460px;height:10px;background:url(../images/day-list-top.gif) no-repeat;}
	.bottom{font-size:0;line-height:0;width:460px;height:10px;background:url(../images/day-list-bottom.gif) no-repeat;}
	.top1{font-size:0;line-height:0;width:60px;height:10px;background:url(../images/week-list-top1.gif) no-repeat;}
	.top2{font-size:0;line-height:0;width:380px;height:10px;background:url(../images/week-list-top2.gif) no-repeat;}
	.bottom1{font-size:0;line-height:0;width:60px;height:10px;background:url(../images/week-list-bottom1.gif) no-repeat;}
	.bottom2{font-size:0;line-height:0;width:380px;height:10px;background:url(../images/week-list-bottom2.gif) no-repeat;}
	.spacer{width:20px;font-size:0;line-height:0;}
		.spacer2{height:10px !important;}
		
/* Newsletter */
#newsletterSubscribe .left
{
	width: 215px;
	float: left;
}
#newsletterSubscribe .right
{
	width: 215px;
	float: right;
}
#newsletterSubscribe ul
{
	margin: 0;
	padding: 0;
}
	#newsletterSubscribe li
	{
		list-style: none;
	}
#newsletterSubscribe strong
{
	margin: 10px 0 5px 0;
	display: block;
}
#emailSubscribeSubmit
{
	float: none;
	clear: both;
	margin: 5px 0 0 342px;
}
	#emailSubscribeSubmit input
	{
		margin-bottom:20px;float:right;width:60px;height:22px;background:url(../images/btn-write.gif) no-repeat;font-size:11px;border:0;padding:0;cursor:pointer;
	}

#firstName, #lastName, #email, #cellPhone
{
	width: 200px;
	padding:3px 3px 2px 3px;
}

#SiteSubscribeForm
{
	padding: 0 0 10px 0;
	margin: 0 0 23px 0;
	border-bottom:1px solid #d5cdaa;
}

	#SiteSubscribeForm .checkBox
	{
		position:relative;
		top:3px;
	}
	
.subscriptionType ul
{
	display: block;
	clear: both;
	float: none;
}
.subscriptionType label
{

}

#cancelSubscription input
{
	width: 200px;
	padding:3px 3px 2px 3px;
}
#cancelSubscription li
{
	float: left;
}
#unSubscribeSubmit
{
	float: none;
	clear: both;
	margin: 5px 0 0 342px;
}
	#unSubscribeSubmit input
	{
		margin-bottom:20px;float:right;width:75px;height:22px;background:url(../images/btn-unsubscribe.gif) no-repeat;font-size:11px;border:0;padding:0;cursor:pointer;
	}
	
/* ADVANCED FORM */ 

.advForm , .advForm p
{
	width:460px;
}

.advForm
{
	padding-bottom:20px;
}

.advForm .advFormLeft
{
	width:220px;
	float:left; 
	clear:left;
}

	.advForm .advFormLeft input, .advForm .advFormRight input, .advForm .advFormLeft select, .advForm .advFormRight select
	{
		width:213px;
		padding-top:3px;padding-bottom:3px;
	}

.advForm .advFormRight
{
	float:right;
	width:220px;
}

.advForm label
{
	display:inline-block;
	width:auto !important;
	font-size:11px;
	font-weight:bold;
}

.advForm label .mandatory
{
	color:red;
	float:right;
	display:inline-block;
	margin-left:4px;
}



.advFormLeft, .advFormRight, .advFormFull
{
	margin:0 0 10px 0;
}

.radioValue, .checkboxValue{position:relative;top:-2px;}

.advFormAmount label, .interest{text-transform:uppercase;font-size:14px;font-weight:bold;display:block;margin-bottom:5px;color:#2b2f33;}

.advFormAmount  .checkboxValue{display:inline-block;width:480px;}

.advFormFull
{
	clear:both;
	float:none;
}

	.advFormFull .select
	{
		width:100%;
	}
	
.textarea, #orderFormMail textarea
{
	height:140px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}

.checkbox
{
	clear:both; 
}
	
	.advFormFull .textarea, .advFormFull .text
	{
		width:98%;
		padding: 2px;
	}
	
.advForm .submit{margin-bottom:20px;float:right;width:60px;height:22px;background:url(../images/btn-write.gif) no-repeat;font-size:11px;border:0;padding:0;cursor:pointer;}
	
.submitContainer
{
	clear:both;
	float:none;
	text-align:right;
}

option.odd{background:#eeeeee}
option.even{background:silver}
.option4{background:red !important;}

/* RECOMMEND */

#recommend
{
	width:200px;
	display:none;
	clear:both !important;
}

	#RecommendForm{margin-top:15px;}
	#RecommendForm label{display:block;font-weight:bold;}
	#fromName, #fromEmail, #toEmail{padding:3px;width:190px;margin-bottom:5px;}
	
	#RecommendForm dl, #RecommendForm dd, #RecommendForm div{margin:0;padding:0;float:none !important;}
	
	#recommendSubmit{float:right;width:60px;height:22px;background:url(../images/btn-write.gif) no-repeat;font-size:11px;border:0;padding:0;cursor:pointer;}
	
#mess .errorFieldset{width:420px;position:absolute;top:190px;left:250px;}
#mess .errorFieldset p{display:block;clear:both;}
		