@import url('reset.css');

body {
	/*background: url('img/big_blue_border.png') repeat-x 0 132px;*/
	font-family: Arial, Sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 1.7;
}

div.site-bg {
	background: url('img/big_blue_border.png') repeat-x;
	height: 300px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 132px;
	z-index: 0;
}

a {
	color: #458bc7;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {margin: 0.75em 0;}
strong {font-weight: bold;}
em {font-style: italic;}
h2 {
	font-size: 20px;
	color: #448AC9;
	-moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	-ms-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

h3 {
	font-size: 18px;
	-moz-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
	-ms-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
	text-shadow: 1px 0 1px rgba(0,0,0,0.5);
}

.alignright {float:right;}
.alignleft {float:left;}

.alert,
.error,
.success {
	text-align: center;
	padding: 2px 10px;
}

.alert,
.error {
	background: #F8BDA9;
    border-bottom: 2px solid #FF0000;
    border-top: 2px solid #FF0000;
	color: #57060A;
}

.success {
	background: #dbfccb;
    border-bottom: 2px solid #75d047;
    border-top: 2px solid #75d047;
	color: #0f3611;
}

a.readmore {
	background: #448ac9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0 8px;
	color: #fff;
	margin: 10px 0 0;
	display: inline-block;
	width: auto;
}

a:hover.readmore {
	color: #333;
	background: #b4d0e9;
}

.regular-text {
	width: 280px;
}

.small-text {
	width: 100px;
}

#ie_warning {
	background: #F8BDA9;
    border: 2px solid #FF0000;
	color: #57060A;
	padding: 0 10px;
	text-align: center;
	margin: 15px 0;
	line-height: 1.35;
}

	#ie_warning h2 {
		font-size: 20px;
		font-weight: bold;
		color: #cc0000;
		-moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
		-webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
		-ms-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
		margin: 0;
	}

header#site_top {
	width: 962px;
	margin: 0 auto;
	position: relative;
}

	header h1 {
		font-size: 72px;
		color: #458bc7;
		padding: 0 0 0 6px;
		margin-top: -15px;
	}

	header #logo {
		position: absolute;
		top: 15px;
		right: 20px;
	}

	nav ul#mainnav {
		height: 35px;
		font-size: 20px;
		margin-top: -10px;
		line-height: 1.3;
	}

		nav ul#mainnav li {
			float: left;
		}

		nav ul#mainnav li a {
			color: #444;
			padding: 0px 10px;
			display: block;
			-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
			-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
			-ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
			text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		}

		nav ul#mainnav li a:hover {
			background: #458bc7;
			color: #fff;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			-ms-border-radius: 20px;
			border-radius: 20px;
		}

		nav ul#mainnav li a.active {
			background: #458bc7;
			color: #fff;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			-ms-border-radius: 20px;
			border-radius: 20px;
		}

#slides {
	clear: both;
	height: 300px;
	width: 100%;
	color: #fff;
	position: relative;
}

	#slides .slides-overflow-fix {
		/* width: 940px; */
		height: 300px;
		margin: 0 auto;
		overflow: visible;

	}

	#slides .slides_container {
		width: 1035px;
		height: 300px;
		margin: 0 auto;
		display: none;
		
	}
	
		#slides .slides_container div {
			width: 1035px;
			height: 300px;
			display: block;
		}

		#slides .slides_container h2 {
			font-size: 30px;
		}

		
/*===========*/
/* Frontpage */
/*===========*/
#frontpage_info {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

	#frontpage_info #main {
		width: 600px;
		float: left;
		padding: 0 20px 0 0;
	}
	
		#frontpage_info .newspost {
			padding: 0 0 10px 0;
			border-bottom: 2px solid #eee;
		}
		
			#frontpage_info .newspost .news-headline h2 a {
				font-size: 30px;
				color: #448ac9;
				-moz-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-webkit-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-ms-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				text-shadow: 1px 0 1px rgba(0,0,0,0.5);
			}
			
			#frontpage_info .newspost .news-headline h2 a:hover {
				color: #666;
				text-decoration: underline;
			}
			
			#frontpage_info .newspost .news-meta {
				font-size: 11px;
				color: #999;
				font-style: italic;
				margin-top: -5px;
			}

	#frontpage_info #sidebar {
		width: 300px;
		float: left;
	}
	
		#frontpage_info #sidebar .widget {
			padding: 0 0 25px;
		}
		
			#frontpage_info #sidebar .widget .widget-header h3 {
				font-size: 22px;
				color: #448ac9;
				-moz-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-webkit-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-ms-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				border-bottom: 1px solid #ccc;
			}
			
			#frontpage_info #sidebar .widget .widget-content img {
				padding: 5px 0 5px 5px;
			}
			
			/*#frontpage_info #sidebar .widget .widget-bottom a {
				background: #448ac9;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				-ms-border-radius: 10px;
				border-radius: 10px;
				padding: 0 8px;
				color: #fff;
				margin: 10px 0 0;
				display: inline-block;
				width: auto;
			}*/
			
			/*#frontpage_info #sidebar .widget .widget-bottom a:hover {
				background: #fff;
				color: #333;
				background: #b4d0e9;
			}*/

			#frontpage_info #partners .partner-header h3 {
				font-size: 20px;
				color: #448ac9;
				-moz-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-webkit-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-ms-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				border-bottom: 1px solid #ccc;
				padding: 20px 0 0 0;
			}

			#frontpage_info #sidebar .partners-content {
				text-align: center;
			}

				#frontpage_info #sidebar .partners-content img {
					padding: 10px 0;
				}

/*=======*/
/* Pages */
/* ======*/
#page_content {
	width: 940px;
	margin: 25px auto 0;
	position: relative;
}

#page_content:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

	#page_content #subnav li {
		float: left;
	}
	
		#page_content #subnav li a {
			border-radius: 5px 5px 0 0;
			display: block;
			padding: 0 5px;
			margin: 0 5px 0 0;
			color: #fff;
		}
		
		#page_content #subnav li a:hover, #page_content #subnav li a.active {
			background: #fff;
			color: #458bc7;
		}

	#page_content #main {
		width: 599px;
		min-height: 220px;
		float: left;
		padding: 20px;
		margin-right: 1px;
		background: #fff;
		clear: both;
	}
	
		#page_content .page_heading h2 {
			font-size: 30px;
			color: #448ac9;
			-moz-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
			-webkit-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
			-ms-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
			text-shadow: 1px 0 1px rgba(0,0,0,0.5);
		}
	
		#page_content .page_text h3 {
			font-size: 18px;
			-moz-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
			-webkit-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
			-ms-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
			text-shadow: 1px 0 1px rgba(0,0,0,0.5);
		}
		
		#page_content .page_text  ul, #page_content .page_text ol {padding: 0 0 5px 25px;}		
		#page_content .page_text  ul {list-style:disc;}
		#page_content .page_text  ol {list-style:decimal;}
	
		#page_content .archivepost {
			padding: 0 0 10px 0;
			border-bottom: 2px solid #eee;
		}
		
			#page_content .archivepost .news-headline h2 a {
				font-size: 30px;
				color: #448ac9;
				-moz-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-webkit-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-ms-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				text-shadow: 1px 0 1px rgba(0,0,0,0.5);
			}
			
			#page_content .archivepost .news-headline h2 a:hover {
				color: #666;
				text-decoration: underline;
			}
			
			#page_content .newspost .news-headline h2 {
				font-size: 30px;
				-moz-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-webkit-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-ms-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				text-shadow: 1px 0 1px rgba(0,0,0,0.5);
			}		
			
			#page_content .archivepost .news-meta, #page_content .newspost .news-meta {
				font-size: 11px;
				color: #999;
				font-style: italic;
				margin-top: -5px;
			}
			
			#page_content .newspost .news-intro {
				font-weight: bold;
				padding: 0 0 15px;
			}
			
			#page_content .odd {
				clear: left;
				background: #eee;
				width: 100%;
				display: inline-block;
			}
			
			#page_content .even {
				clear: both;
				width: 100%;
				display: inline-block;
			}
			
			#page_content .ledamot {
				width: 39%;
				padding: 0 5%;
				float: left;
			}
			
		#registration {
			border-top: 1px solid #CCCCCC;
			padding: 10px 0 0;
			margin: 10px 0 0;
		}
		
			#registration  ul,
			#registration ol {
				font-size: 10px;
			}

			#registration .amount-option {
				display: none;
			}
		
			#registration .info_forms {
				clear: both;
				border-top: 1px solid #CCCCCC;
				margin: 15px 0 0;
			}
		
			#registration .info_forms h3 {
				font-size: 20px;
				font-weight: bold;
				color: #458bc7;
				padding: 0;
				margin: 5px 0 0;
			}

			#registration .form-row {
				clear: both;
				padding: 5px 0;
				overflow: hidden;
			}

				#registration .form-col {
					float: left;
					width: 47%;
				}

				#registration .form-col:first-child {
					width: 50%;
					margin-right: 2.6%;
				}
		
			#registration .info_forms input[type="text"] {
				height: 30px;
				background: none;
				border: 1px solid #ccc;
				font-size: 14px;
			}

			#registration .info_forms input[type="text"]:focus {
				-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
				-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
				-o-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
				-ms-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
				box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
			}
				
			#registration .submit {
				clear: both;
				padding: 2px 15px;
				background: #eee;
				border: 1px solid #ccc;
				border-radius: 20px;
				display: block;
				margin: 0 0 10px 0;
			}
			
				#registration .submit:hover {
					background: #ccc;
					border-color: #999;
					cursor: pointer;
				}
		
		#required_msg {
			color: #ff0000;
			font-size: 10px;
		}
		
		#page_content .gallery #album_top {
			border-bottom: 2px solid #458bc7;
			margin-bottom: 10px;
		}
		
			#page_content .gallery #album_top h2 {
				font-size: 30px;
				color: #448ac9;
				-moz-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-webkit-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-ms-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				text-align: center;
			}
			
		#page_content .gallery a.back-to-albums {
			float: left;
			display: inline;
			font-size: 10px;
			background: none repeat scroll 0 0 #448AC9;
			border-radius: 10px 10px 10px 10px;
			color: #FFFFFF;
			padding: 1px 8px 0px;
			width: auto;
			clear: both;
		}
		
		#page_content .gallery a.back-to-albums:hover {
			background: none repeat scroll 0 0 #B4D0E9;
			color: #333333;
		}
		
		#page_content .gallery ul li {float: left;}
		
			#page_content .gallery ul li a {
				display: block;
				margin: 0 3px 5px;
				padding: 5px 3px;
				overflow: hidden;
				border: 1px solid #ccc;
				width: 135px;
				background: #eee;
				color: #666;
			}
			
			#page_content .gallery ul li a:hover {
				background: #fff;
				color: #333;
			}
			
				#page_content .gallery ul li h3 {
					font-size: 12px;
					text-align: center;
				}
				
				#page_content .gallery ul li img {
					margin: 0 auto;
					display: block;
				}
				
				#page_content .gallery ul li time {
					font-size: 9px;
					text-align: center;
				}
				
				#page_content .gallery ul li.image a {
					background: #eee;
				}
				
				#page_content .gallery ul li.image a:hover {
					background: #ccc;
					border: 1px solid #ccc;
				}

	/*						*/
	/* Partners & Sponsors 	*/
	/*						*/
	#partners span {
		padding: 5px 20px;
	}
			
	/*				*/
	/* Page sidebar */
	/*				*/
	
	#page_content #sidebar {
		width: 265px;
		float: left;
		margin-left: 1px;
		padding: 0 17px;
		background: #fff;
	}
	
		#page_content #sidebar .widget {
			padding: 0 0 25px;
		}
		
			#page_content #sidebar .widget .widget-header h3 {
				font-size: 22px;
				color: #448ac9;
				-moz-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-webkit-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				-ms-text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				text-shadow: 1px 0 1px rgba(0,0,0,0.5);
				border-bottom: 1px solid #ccc;
			}
			
			#page_content #sidebar .widget .widget-content img {
				padding: 5px 0 5px 5px;
			}
			
			#page_content #sidebar .widget .widget-bottom a {
				background: #448ac9;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				-ms-border-radius: 10px;
				border-radius: 10px;
				padding: 0 8px;
				color: #fff;
				margin: 10px 0 0;
				display: inline-block;
				width: auto;
			}
			
			#page_content #sidebar .widget .widget-bottom a:hover {
				background: #fff;
				color: #333;
				background: #b4d0e9;
			}
			
#bottom {
	width: 940px;
	margin: 0 auto;
	border-top: 3px solid #9abddd;
	margin-top: 10px;
	padding: 5px 5px 20px;
	clear: both;
	color: #666;
}

	#bottom #footer_nav {
		float: left;
		width: 50%;
	}
		
		#bottom #footer_nav li {
			float: left;
			list-style: none;
			padding: 0 10px 0 0;
		}

			#bottom #footer_nav li a {
				color: #666;
			}

			#bottom #footer_nav li a:hover {
				color: #333;
			}

	#bottom #copyright {
		float: right;
		display: inline-block;
	}

