
@charset "utf-8";
/* CSS Document */
 

/* Google-Fonts einbinden */
@import url("http://fonts.googleapis.com/css?family=Cabin");


/* STYLESHEETS */


/********************************************
			allgemeine Definitionen
********************************************/

* html {
 	margin: 0;
	padding: 0;
}

body {
	background: url(background.jpg) repeat-x top center #012c4a;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', 'Tahoma';
	font-size: 14px;
	color: #333;
	line-height: 140%;
}

h1, h2 {
	margin: 0;
	font-size: 25px;
	color: #ee8400;
	line-height: 30px;
}

h1.underline, h2.underline {
	border-bottom: 1px solid #f7f4e3;
	padding-bottom: 17px;
}

a, a:HOVER {
	text-decoration: none;
	color: #ee8400;
}

a:HOVER {
	text-decoration: underline;
}

/* CLEAR FLOATING ELEMENTS */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.hidden {
	display: none;
}

.noborder {
	border: 0;
}

/********************************************
				H E A D E R
********************************************/

#header {
	width: 100%;
	background: url(header.jpg) repeat-x top center #012c4a;
	height: 249px;
	margin: 0;
}

#header #header-inner {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	height: 100%;
}

#header #header-inner #header-left {
	width: 210px;
	background: url(logo.png) #094d7c;
	height: 100%;
	float: left;
}

#header #header-inner #header-right {
	width: 750px;
	background: #999;
	height: 100%;
	float: left;
	position: relative;
}

#header #header-inner #header-right .gallink-bg {
	background: #f7f4e3;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	float: right;
	padding: 5px 9px;
	position: relative;
	right: 15px;
	bottom: 234px;
	width: 122px;
	height: 19px;
	z-index: 101;
}

#header #header-inner #header-right .gallink {
	background: none;
	float: right;
	font-size: 12px;
	padding: 5px 9px;
	position: relative;
	right: -125px;
	bottom: 234px;	
	wdith: 122px;
	height: 19px;
	color: #ee8400;
	z-index: 102;
}

#header #header-inner #header-right .gallink a {
	text-decoration: none;
	color: #094d7c;
}


/********************************************
			   C O N T E N T
********************************************/

#sandybox {
	width: 100%;
	background: #f7f4e3;
	margin: 0;
	min-height: 646px;
}

#container {
	width: 960px;
	background: url(cntbackground.jpg) repeat-y top left #f7f4e3;
	margin: 0 auto;
	min-height: 646px;
}

#container #menu {
	width: 710px;
	background: #ee8400;
	margin: 0 0 35px 0;
	padding: 5px 20px;
	height: 29px;
	float: left;
	position: relative;
	font-size: 13px;
}

#container #menu ul {
	padding: 0;
	margin: 1px 0 0 5px;
	list-style: none;
	height: 29px;
}

#container #menu ul li {
	padding: 0 23px 0 0;
	margin: 0;
	list-style: none;
	float: left;
}

#container #menu ul li:before {
	content: url(menuarrow.png);
	position: relative;
	top: 5px;
	right: 7px;
}

#container #menu ul li a {
	color: #fff;
}

#container #menu .facebook {
	float: right;
	margin: 5px 7px 5px 20px;
	background: url(facebook.png);
	height: 30px;
	width: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#container #content {
	width: 460px;
	margin: 0;
	padding: 5px 20px 50px 20px;
	float: left;
}

#container #content #blog .post {
	text-align: blockquote;
	margin-bottom: 30px;
}

#container #content #blog .post p.meta {
	display: block;
	background: #eff4f8;
	padding: 4px 6px;
	font-size: 12px;
	color: #92b7d2;
}

#container #content #blog .post p.meta2:before {
	content: "\00BB";
	font-size: 18px;
	color: #ee8400;
	margin: 0 5px 0 0;
}

#container #content #blog .post p.meta2:after {
	content: "\00AB";
	font-size: 18px;
	color: #ee8400;
	margin: 0 0 0 5px;
}

#container #content #blog .post p.meta2 {
	background: #f7f4e3;
	color: #111;
}

#container #content #blog .post h2 {
	font-size: 19px;
	margin-top: 7px;
	color: #333;
}

#container #content #blog ul {
	margin: 0;
	padding: 0;
	list-style: none:
}

#container #content #blog ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#container #content #blog ul li a {
	padding-right: 30px;
	width: 340px;
	display: inline-block;
}

#container #content #blog .catdesc {
	margin-bottom: 30px;
	font-style: italic;
}

#container #content #blog .post.archive {
	border-bottom: 1px solid #e6ebf4;
	padding-top: 9px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 100px;
}

#container #content #blog .post.archive h1 {
	font-size: 18px;
	color: #53698c;
	line-height: auto;
}

#container #content #blog .attachment-archive-view {
	float: left;
	padding: 0 20px 0 0;
	height: 80px;
	width: 80px;	
}

#container #content #blog .post.archive h1 a {
	color: #818ea3;
}

#container #content #blog .post.archive p.meta {
	background: none;
	font-size: 12px;
	margin: 0;
	margin-bottom: 12px;
	padding-left: 0;
	color: #999;
}

#container #content #blog .post.archive p.meta:before {
	color: #818ea3;
}

#container #content #blog .post.archive p.meta:after {
	color: #818ea3;
}

/*** GALERIE ***/

#container #content #blog .gallerie {
	margin-bottom: 20px;
}

#container #content #blog .gallerie img {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 15px 0 0;
}

#container #content #blog .gallerie h2 {
	font-size: 22px;
	line-height: 140%;
	margin-top: 10px;
}

#container #content #blog .gallerie p {
	font-size: 14px;
}

.linklove {display: none !important;}


/********************************************
			  S I D E B A R S
********************************************/

#container #sidebar-left {
	width: 210px;
	background: #094d7c;
	height: 100%;
	min-height: 646px;
	margin: 0;
	float: left;
}

#container #sidebar-left ul {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

#container #sidebar-left ul li {
	list-style: none;
	width: 210px;
	margin: 0 0 20px 0;
}

#container #sidebar-left ul .nalani {
	background: url(nalani.png) center center no-repeat;
}

#container #sidebar-left ul .flunlo {
	background: url(flunlo.png) center center no-repeat;
}

#container #sidebar-left ul li a {
	width: 210px;
	height: 70px;
	display: block;
}

#container #sidebar-right {
	width: 210px;
	padding: 0 20px 0 20px;
	margin: 0;
	float: left;
}

#container #sidebar-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#container #sidebar-right li {
	list-style: none;
}

#container #sidebar-right .widget {
	padding-bottom: 25px;
	border-bottom: 1px solid #92b7d2;
	margin-bottom: 25px;
}

#container #sidebar-right .widget li {
	margin-bottom: 20px;
}

/* 
#container #sidebar-right .widget:last-of-type {
	border: none;
} */

#container #sidebar-right .widget h2 {
	font-size: 20px;
	color: #094d7c;
	margin-bottom: 20px;
	font-weight: 200;
	letter-spacing: 1px;
}

#container #sidebar-right .widget h2 a {
	color: #094d7c;
}

#container #sidebar-right .widget .weather {
	color: #ee8400;
	text-transform: uppercase;
	height: 50px;
	margin-bottom: 10px;
}

#container #sidebar-right .widget .weather .weathericon {
	width: 47px;
	height: 47px;
	padding: 3px;
	border: 1px solid #ee8400;
	float: left;
	margin-right: 20px;
}

#container #sidebar-right .widget .weather .temp {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}

#container #sidebar-right .widget img[class*=sidebar-view], #container #sidebar-right .widget .ngg-widget img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0;
	float: left;
}

#container #sidebar-right .widget .widget-event-title {
	font-size: 14px;
	color: #ee8400;
	font-weight: 200;
	margin: 0;
}

#container #sidebar-right .widget .widget-event-text {
	font-size: 14px;
	color: #094d7c;
	margin: 0 0 20px 0;
}

#container #sidebar-right .widget .widget-event-text.cal, #container #sidebar-right .widget .widget-event-title.cal {
	margin-left: 65px;
}

#container #sidebar-right .widget #newsletter input {
	width: 198px;
	padding: 7px 5px;
	border: 1px solid #92b7d2;
	margin: 10px 0;
}	

#container #sidebar-right .widget #newsletter input[type='submit'] {
	width: 90px;
	padding: 5px;
	border: none;
	font-size: 14px;
	color: #fff;
	margin: 0 0 20px 0;
	float: right;
	background: #ee8400;
}	



/********************************************
			    F O O T E R
********************************************/


#footer {
	width: 100%;
	background: #012c4a;
	margin: 0;
	height: 95px;
}

#footer-inner {
	width: 960px;
	background: #012c4a;
	margin: 0 auto 50px auto;
	height: 45px;
}

#footer #placer {
	width: 210px;
	margin: 0;
	min-height: 45px;
	float: left;
}

#footer #footer-right {
	background: #92b7d2;
	width: 710px;
	margin: 0;
	padding: 15px 20px;
	float: left;
}

#footer #footer-right ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
	
#footer #footer-right ul li {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	float: right;
}
	
#footer #footer-right ul li a {
	color: #094d7c;
}
