/*
	Current version: 1.1
	
	Site: Svenska Kyrkan Hagersten
	www: hagersten.org
	Author: Max Karevall, max@atrox.se
	Notes: This file contains the rules of custom element of the site.
	------------------------------------------------------------------

	Version: 1.1
	
	Notes: Minor fixes and imporoved structure.
*/


/* Exclusive to start page*/
#startPage #flash
{
	margin: 20px 0 10px 0;
	background: url(../images/common/temp-flash.jpg) no-repeat;
	height: 300px;
	width: 960px;
}
#startPage .teaser
{
	width: 172px;
	float: left;
	height: 215px;
	padding: 0 10px;
}
#startPage #teaser4
{
	width: 364px;
}
#startPage #news .newsReadMore a
{
	background: url(../images/common/las-vidare_button.gif) no-repeat;
	height: 30px;
	width: 86px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 13px 0 0 0;
	float: right;
}
#startPage .dateToday, #live
{
	margin: 0 0 -12px 0;
	font-size: .916em;
}
#startPage .eventContainer h2
{
	display: block;
	/*height: 64px;*/
	margin: 5px 0 10px 0;
}
#startPage .newsBoxContainer h2
{
	/*height: 72px;*/
	display: block;
	margin: 17px 0 10px 0 !important;
}
#startPage .eventContainer small
{
	font-size: .94em;
}

/* Used if no calendar event can be found */
#startPage .teaserType
{
	display: block;
	height: 14px;
	margin: 0;
	padding: 0;
}
#startPage .teaserHeader
{
	height: 45px;
	display: block;
}
#startPage .teaserContent
{
	height: 100px;
	overflow: hidden;
	display: block;
}


/* Column 2 */
#meta
{
	float: none;
	clear: both;
	width: 420px;
	height: 21px;
	padding: 16px 0 0 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cd0014;
	font-size: .916em;
}
	#meta span
	{
		float: left;
		color: #9f9f9f;
		margin: 2px 0 0 0;
	}
	#meta .left
	{
		width: 200px;
	}
#recommendLink
{
	background: url(../images/common/icon_email.gif) no-repeat;
	display: block;
	height: 15px;
	padding: 2px 0 0 30px;
}
#text-small, #text-medium, #text-large
{
	width: 15px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}
#text-small {
	background: url(../images/common/text-small.gif) no-repeat;
	margin: 0 5px;
}
#text-medium {
	background: url(../images/common/text-medium.gif) no-repeat;
	margin: 0 5px 0 0;
} 
#text-large {
	background: url(../images/common/text-large.gif) no-repeat;
}
#text-small:hover, #text-medium:hover, #text-large:hover
{
	background-position: 0 -15px;
}

/* Calendar details */
.eventSpan
{
	background: url(../images/common/calendar_icon.gif) no-repeat;
	height: 20px;
	padding: 5px 0 23px 40px;
	font-size: .83em;
}

/* Search results */
.searchResultItem
{
	padding: 10px 0;
	background: url(../images/common/hr_dotted.gif) bottom repeat-x;
}

/* Newsletter */
#newsletterSubscribe .left
{
	width: 215px;
	float: left;
}
#newsletterSubscribe .right
{
	width: 205px;
	float: left;
}
#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
	{
		background-image: url(../images/common/newsletter_submit.gif);
		width: 78px;
	}

#subscriberData input
{
	width: 197px;
}

#SiteSubscribeForm
{
	background: url(../images/common/hr_dotted.gif) bottom repeat-x;
	padding: 0 0 10px 0;
	margin: 0 0 23px 0;
}
.subscriptionType ul
{
	display: block;
	clear: both;
	float: none;
}
.subscriptionType label
{
	top: 1px;
}

#cancelSubscription input
{
	width: 197px;
}
#cancelSubscription li
{
	float: left;
}
#unSubscribeSubmit
{
	float: none;
	clear: both;
	margin: 5px 0 0 342px;
}
	#unSubscribeSubmit input
	{
		background-image: url(../images/common/newsletter_submit2.gif);
		width: 78px;
	}

/* Contact form */
#contactEmail ul
{
	margin: 0;
	padding: 0;
}
#contactEmail li
{
	list-style: none;
}
#contactEmail input
{
	width: 197px;
}
#contactEmail em
{
	color: #cd0014;
}

#contactEmail #subject, #contactEmail #message
{
	width: 412px;
}
#contactEmail #message
{
	height: 80px;
}

#contactEmail .left
{
	clear: left;
	width: 215px;
}
#contactEmail .right
{
	width: 205px;
}
.contactEmailSubmit
{
	background-image: url(../images/common/button_recommend.gif);
	width: 53px !important;
	margin: 5px 0 0 367px;
}

/* News Archive */
#newsArchiveFormFrom, #calendararchiveFormFrom
{
	width: 100px;
	float: left;
	margin: 0 5px 0 0;
}
#newsArchiveFormTo, #calendararchiveFormTo
{
	width: 100px;
	float: left;
}
#newsArchiveFormCollections ul, #calendararchiveFormGroups ul, #calendararchiveFormCategorys ul
{
	margin: 0;
	padding: 0;
}
#newsArchiveFormCollections li, #calendararchiveFormGroups li, #calendararchiveFormCategorys li
{
	list-style: none;
}
#newsArchiveFormFrom #fromDate, #newsArchiveFormTo #toDate, #calendararchiveFormFrom #fromDate, #calendararchiveFormTo #toDate
{
	width: 92px;
}
#newsArchiveSearchString, #calendararchiveSearchString
{
	width: 197px;
	margin: 0 0 10px 0;
}
#newsArchiveFilterLeft, #calendararchiveFilterLeft
{
	float: left;
	width: 215px;
}
#newsArchiveFilterRight, #calendararchiveFilterRight
{
	float: left;
	width: 205px;
	margin: 13px 0 0 0;
}
#newsArchiveFormSearch input
{
	background-image: url(../images/common/button_recommend.gif);
	width: 53px;
	margin: 5px 0 0 152px;
}
#calendarArchiveFormSearch input
{
	background-image: url(../images/common/button_recommend.gif);
	width: 53px;
	margin: 5px 6px 0 0;
	float: right;
}
html>body #calendarArchiveFormSearch input
{
	margin: 5px 10px 0 0;
}
#filterOptions
{
	margin: 0 0 23px 0;
	background: url(../images/common/hr_dotted.gif) bottom repeat-x;
	padding: 0 0 10px 0;
}
#filteredResults h2
{
	margin: 0;
}

/* Recommend */	
#recommend
{
	border-top: 1px solid #ececec;
	padding: 10px 0 0 0;
	margin: 23px 0 0 0;
	float: none;
	clear: both;
}
	#recommend dl
	{
		margin: 0;
		padding: 0;
	}
	#recommend dd
	{
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
	}
	#recommend dt
	{
		font-weight: bold;
		margin: 0 0 5px 0;
		color: #333;
	}
	#recommend .input
	{
		background: url(../images/common/input_bg.gif) no-repeat;
		height: 21px;
		width: 134px;
		padding: 1px 0 0 2px;
	}
	#recommend input
	{
		width: 124px;
		border: 0;
	}
	#recommend #recommendSubmit
	{
		background-image: url(../images/common/button_recommend.gif);
		width: 53px;
		margin: 15px 0 0 0;
	}


/* Column 3 */
#defaultPage #col3 .col3SectionHeader
{
	background: url(../images/common/col3SectionHeader2_bg.gif) bottom repeat-x;
	display: block;
	font-size: 1.4em;
	padding: 30px 0 0 0;
	margin: 0;
	height: 46px;
}
	#defaultPage #col3 #sideCalendar .col3SectionHeader
	{
		background: url(../images/common/col3SectionHeader_bg.gif) bottom repeat-x;
		padding: 0 0 4px 0;
		display: block;
		font-size: 1.4em;
		margin: 15px 0 10px 0;
		height: 20px;
	}
	#defaultPage #col3 #pollContainer .col3SectionHeader
	{
		background: url(../images/common/col3SectionHeader3_bg.gif) bottom repeat-x;
		display: block;
		font-size: 1.4em;
		padding: 30px 0 0 0;
		margin: 0 0 23px 0;
		height: 46px;
	}
		#defaultPage #col3 #pollContainer .col3SectionHeader span
		{
			background: url(../images/common/col3SectionHeader3_hr.gif) bottom repeat-x;
			display: block;
			padding: 0 0 7px 0;
		}

/* Poll */
#pollContent
{
	margin: 0 0 23px 0;
	font-size: .94em;
}
	#pollContent ul
	{
		margin: 0;
		padding: 0;
	}
		#pollContent ul li
		{
			list-style: none;
			background: url(../images/common/hr_dotted.gif) bottom repeat-x;
			padding: 0 0 5px 0;
		}
	#pollContent #submitButton
	{
		background-image: url(../images/common/button_vote.gif);
		width: 53px;
		float: right;
		margin: 5px 0 0 0;
	}

/* Calendar */
/*
#defaultPage .eventContainer
{
	margin: 0 0 18px 0;
	background: url(../images/common/hr_dotted.gif)  bottom repeat-x;
	padding: 0 0 5px 0;
}
.eventContainer h2 a
{
	color: #333;
	text-decoration: none;
}
	.eventContainer h2 a:hover
		{
			color: #a91e2b;
		}

#defaultPage #calendar h2
{
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0 10px 0;
	padding: 0;
}
#defaultPage #calendar .date
{
	margin: 0;
	font-size: .916em;
	color: #9b9b9b;
}
#calendar .dateToday, #live
{
	font-size: .83em;
	text-transform: uppercase;
	color: #a91e2b;
}*/

/*
	CALENDAR 2.0	###################
*/

#calendar
{
}
#calendar #nav
{
	background: url(../images/custom/calendar-nav-bg.gif) repeat-x;
	height: 27px;
	margin: 0;
	padding: 0 10px;
}
#calendar #nav li
{
	display: block;
	height: 22px;
	float: left;
	margin: 0 7px 0 0;
	padding: 5px 6px 0 12px;
}
	
	#calendar #nav li a
	{
		font-size: .916em;
		color: #353535;
		font-weight: bold;
	}
	#calendar #nav .active a
	{
		color: black;
	}
#calendar #nav .active
{
	background: url(../images/custom/calendar-nav-tab-bg.gif) left top no-repeat;
	display: block;
	height: 27px;
	float: left;
	padding: 0 0 0 12px;
	margin: 0;
}
#calendar #nav .active a
{
	background: url(../images/custom/calendar-nav-tab-right-bg.gif) right top no-repeat;
	display: block;
	height: 21px;
	float: left;
	padding: 6px 12px 0 0;
}

#calendar .content
{
	border-width: 0 1px 1px 1px;
	border-color: #e9e9e9;
	border-style: solid;
	background: #f9f9f9;
}
#calendar dl
{
	margin: 0;
	padding: 0 10px 10px 10px;
}
#calendar dt
{
	background: url(../images/custom/calendar-arrow.gif) 0 22px no-repeat;
	padding: 20px 0 0 10px;
	margin: 0;
	height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .916em;
	line-height: 1em;
	display: block;
}
#calendar dt a
{
	background: url(../images/custom/calendar-view-control.gif) 0 0 no-repeat;
	width: 11px;
	height: 11px;
	display: block;
	text-indent: -9999px;
	float: right;
	position: relative;
	top: -11px;
	overflow: hidden;
}
.minimized a
{
	background: url(../images/custom/calendar-view-control.gif) 0 -11px no-repeat !important;
} 
#calendar dd
{
	padding: 12px 0 0 0;
	margin: 0;
	display: block;
	/*height: 30px;*/
	line-height: 1em;
}
#calendar dd small
{
	display: block;
	color: #353535;
}
#calendar dd a
{
	color: black;
	font-size: .916em;
}























/* News */
#defaultPage .newsBoxContainer
{
	margin: 0 0 18px 0;
	background: url(../images/common/hr_dotted.gif)  bottom repeat-x;
	padding: 0 0 5px 0;
}
#defaultPage .newsBoxContainer h2
{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 3px 0 !important;
	padding: 0;
}
	.newsBoxContainer h2 a 
	{
		color: #333;
		text-decoration: none;
	}
		.newsBoxContainer h2 a:hover
		{
			color: #a91e2b;
		}
.newsDate
{
	font-size: .915em;
	color: #9b9b9b;
}

/* mp3 player */
#flashcontent
{
	margin: 20px 0 0 0;
}

/* Buttons */
#calendarArchiveButton, #newsArchiveButton
{
	height: 30px;
	width: 125px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	margin: 0;
}
#calendarArchiveButton
{
	background: url(../images/common/se-alla-aktiviteter.gif) no-repeat;
}
#newsArchiveButton
{
	background: url(../images/common/se-alla-nyheter.gif) no-repeat;
}

#protectedSitesLogin
{
	margin: 10px;
	overflow: hidden;
}
#protectedSitesLogin legend
{
	font-size: .94em;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
	color: black !important;
}
#protectedSitesLogin select
{
	display: none;
}
#protectedSitesLogin input
{
	width: 122px;
	margin: 0 0 5px 0;
}
#protectedSitesLogin #submit
{
	width: 72px;
	background-image: url(../images/common/button_login.gif);
	float: right;
}