/* GENERAL */
body {
	background:#17293d url('assets/backgrounds/background-colour.png') repeat;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}

/* PAGE CONTAINER */
#page_container {
	width:1038px;
	margin:10px auto 10px auto;
	position:relative;
}

.wrapper {
	width:1038px;
	margin:0 auto;
	position:relative;
	display:block;
}
a:link, a:visited {
	color:#316594;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#222;
	text-decoration:underline;
}

em {
	font-style: italic;
}

table {
	margin:0 auto;
}
table, tr, td {
	border:#7ab0d4 solid 1px;
}
td {
	padding: 2px 50px 2px 20px;
}

/* HEADER */
.header {
	height:80px;
}

header {
	height:120px;
}

/* HEADER: logo */
header #logo * {
	position:absolute;
	font-size:36px;
	font-weight:bold;
	font-style:normal;
	line-hright:28.8px;
	white-space:nowrap;
	color:#fff;
}
header #logo a:link, 
header #logo a:visited, 
header #logo a:hover, 
header #logo a:focus {
	text-decoration:none;
}
#logo a {
	top:20px;
	left:0;
}
#logo img {
	top:0px;
	left:870px;
}

/* HEADER: navigation */
header nav {
	line-height:40px;
}
header nav ul {
	list-style:none;	
	float:left;
}	
header nav li {
	display:block;
	float:left;
	margin-right:5px;
	border-color:rgb(51,51,51);
}
header nav li a {
	display:block;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	color:#FFF;
	padding:0 10px;
	background:#1100f3;
	background: -moz-linear-gradient(top, #7ab0d4 0%, #1100f3 40%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ab0d4), color-stop(40%,#1100f3));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab0d4', endColorstr='#1100f3',GradientType=0 ); 
}
header nav li a:link, 
header nav li a:visited {
	color:#fff;
	text-decoration:none;
}	
header nav li.current a {
	color:#FFF;
	background:rgba(255,255,255,.2);
	text-decoration:none;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	margin-top:-10px;
	padding:5px 10px 5px 10px;
	background:#0c00ab;
	background: -moz-linear-gradient(top, #5f9ac7 0%, #0c00ab 40%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f9ac7), color-stop(40%,#0c00ab));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9ac7', endColorstr='#0c00ab',GradientType=0 ); 
}
header nav li:hover a, 
header nav li:focus a {
	color:#FFF;
	text-decoration:none;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	margin-top:-10px;
	padding:5px 10px 5px 10px;
	background:#f4d7ba;
	background: -moz-linear-gradient(top, #f4d7ba 0%, #f97e05 40%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4d7ba), color-stop(40%,#f97e05));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d7ba', endColorstr='#f97e05',GradientType=0 );
}

header nav ul li ul {
	display:none;
}

header nav ul li:hover ul, 
header nav ul li:focus ul {
	display:block;
	position:absolute;
	float:left;
	z-index:999;
	background:#fff;
	border: 1px solid #f97e05;
	border-top: 10px solid #f97e05;
	border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	-khtml-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px;
}

header nav ul li ul li {
	display:block;
	float:none;
	margin:0 5px;
}

header nav ul li ul li a,
header nav ul li ul li a:link, 
header nav ul li ul li a:visited {
	color:#000;
	border:none;
	background:#fff;
	padding:0 10px;
	margin:0;
}	

header nav ul li ul li:hover a, 
header nav ul li ul li:focus a {
	color:#f97e05;
	border:none;
	padding:0 10px;
	margin:0;
}

#content_container {
/*	border:10px solid #054b81;*/
	border:10px solid #0c00ab;
	border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	-khtml-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px;
	background-color:#fff;
}

#slider {
/*	width:1018px;*/
	width:480px;
	height:320px;
/*	height:360px;*/
	
	float:right;
	margin:10px 10px 10px 30px;
}

#content_container2 {
	background-color:#fff;
	position:relative;
}

/* BODY CONTENT */
article {
	width:1016px;
	min-height:500px;
	background:#fff;
	border-bottom:1px solid #c8c8c8;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #c8c8c8;
	-moz-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	-webkit-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	box-shadow: 2px 1px 10px rgba(0,0,0, .07);
}
#with-sidebar {
	width:690px;
}
article h1 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 30px 0;
	color: #275176;
	font-size:37px;
}
article h2 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #222222;
	font-size:30px;
}
article h3 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 15px 0;
	color: #275176;
	font-size:25px;
}
article h4 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #555;
	font-size:20px;
	font-weight:100;
}
article h5 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #333;
	font-size:15px;
}
article h6 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #666;
	font-size:14px;
}
article section {
	padding:30px 40px 15px 40px;
	line-height:22px;
	font-size:14px;
	color:#333;	
}
article section p {
	margin:0 0 15px 0;
}
article section ul, 
article section ol {
	margin:0 0 25px 30px;
}
article section ul ul, 
article section ol ol,
article section ul ol, 
article section ol ul {
	margin:0 0 0 25px;
}
article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
	border:none;
	background:none;
	padding:none;
}
article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}
article section img {
	margin:0 20px 0 20px;
}

/* SIDEBAR */
aside {
/*	float:right;*/
	position:absolute;
	top:10px;
	right:14px;
	width:280px;
	margin:20px;
}
aside .section {
	padding:0 0 0 30px;	
	margin:0 0 20px 0;
	font-size:11px;
	line-height:16px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
}
aside .section p {
	margin:0 11px 15px -21px;
}

aside .section form {
	margin:0 26px 15px -21px;
}

aside .section ul, 
aside .section ol {
	margin:0 0 15px 20px;
}
aside .section h2 {
	border-top:1px solid rgba(255,255,255,.4);
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	text-transform:uppercase;
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	font-weight:100;
	color:#fff;
	font-size:19px;
	line-height:19px;
	margin:0 0 10px -31px;
	padding:5px 0 7px 25px;
	border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	background:#7ab0d4;
	background: -moz-linear-gradient(top, #7ab0d4 0%, #156aa3 40%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ab0d4), color-stop(40%,#156aa3));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab0d4', endColorstr='#156aa3',GradientType=0 ); 
}

/* SIDEBAR: socialmedia */
aside #socialmedia {
	position:relative;
}
aside #socialmedia h2 {
	width:65px;
	background: #316594;
	background: -moz-linear-gradient(top, #316594 0%, #2C5983 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316594), color-stop(100%,#2C5983));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316594', endColorstr='#2C5983',GradientType=0 ); 
}
aside #socialmedia .icons {
	position:absolute;
	top:3px;
	left:100px;
}
aside #socialmedia .icons a{
	margin:0 2px;
}

/* FOOTER */
footer {
	padding:10px 0;
	color:#888;
	font-size:12px;
}
footer .left {
	float:left;
	width:40%;
	text-align:left;
}
footer .right {
	float:right;
	width:60%;
	text-align:right;
}
footer a:link, footer a:visited {
	color:#888;
	text-decoration:none;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:none;
}


.component {
	width: 33%;
	float:right;

	margin:0 0 10px 10px;
	padding:6px 6px 1px 6px;
	border: 5px solid #7ab0d4;
	border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
}
.comp-left {
	float:left;	
	margin:0 10px 10px 0;
}

.pad-right {
	margin:0 10px 0 0;	
}

#map {
	width:400px;
}
#calendar {
	width:915px;
	float:none;
	margin-left:0;
}
#contactform {
	width:260px;
}
#hallcontact {
	width:300px;
}
#notice {
	width:425px;
	margin:0 10px 10px 0;
	font-size:12px;
	text-align:center;
}
#notice img {
	float:left;
	margin:0;
	padding:20px 0 20px 0;
}
#services {
	width: 500px;
	float:none;
	margin:0 auto;
	font-size:12px;
	text-align:center;
}
#under_construction {
	width:500px;
	float:none;
	margin:0 auto;
	text-align:center;
}
#under_construction img {
	float:left;
	margin:0;
	padding:20px 10px;
}
#developed {
}

.field,
input,
textarea,
select {
	width:99%;
}
.submit {
	width:100px;
	color:black;
	margin:10px 0 10px 10px;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	background:#7ab0d4;
	background: -moz-linear-gradient(top, #7ab0d4 0%, #156aa3 40%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ab0d4), color-stop(40%,#156aa3));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab0d4', endColorstr='#156aa3',GradientType=0 ); 
}
.submit:hover, .submit:focus{
	background:#f4d7ba;
	background: -moz-linear-gradient(top, #f4d7ba 0%, #f97e05 40%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4d7ba), color-stop(40%,#f97e05));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d7ba', endColorstr='#f97e05',GradientType=0 ); 
}

/* Other overrides */
.nivo-controlNav {
	display:none; 
}

#memorial h1,
#memorial h2 {
	text-align: center;
	margin:0 0 20px 0;
	color: #275176;
}