@charset "UTF-8";
/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/
html {
	color: white;
	background-color: #000033;
	font-family: Arial, sans-serif;

}

body {

}

p {
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 1.2em;

}

h2{
	font-size: 0.8em;
	line-height: 1.2em;
}

h3{
	line-height: 1.2em;
	font-size: 1.4em;
}

h4{
	font-size: 1em;
	text-align: center;
}

a:link, a:visited {
	color: white;
}

a:focus {
	outline: 0px;
}


/*Layout*/
#container {
	width: 900px;
	margin: auto;

}

#container #header {
	height: 122px;
	position: relative;
	margin-top: 0px;
	padding-left: 100px;
	background: transparent url("../images/header.png") top left repeat-x;
	
}

#container #content {
	top: -40px;
	width: 825px;
	margin: auto;
	margin-bottom: 30px;
}

#container #navigation {

	position: absolute;
	top: 80px;
	left: 70px;
}

#container #footer {
	height: 180px;
	margin-top: 20px;
}

/*Header*/
#header{


}

#header #title {
	top: 5px;
	left: -95px;
}

#header #title h1 {

}

/*Navigation*/
#navigation {
	padding: 16px 10px 15px 10px;
}


#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul li{
	padding: 0px 10px;
}

#navigation ul ul {
	position: absolute;
	z-index: 500;
}

#navigation li {float: left; position: relative;}


#navigation  ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}

#navigation li a {
	display: block;
	padding: 5px 5px;
	text-decoration: none;
}

#navigation ul li ul li a{
	background-color: #000033;
	color: white;
	float: left;
	width: 100px;
}

#navigation li.selected  a{
	background-color: white;
	color: #000033;
}

#navigation ul li ul li.selected a {
	background-color: white;
	color: #000033;
}


div#navigation ul li ul.selected{
	display: block;
	width:100px;
}


/*Image-Cycle*/
#image-box{
	position:relative;
	top:-120px;
	width: 900px;
	height: 600px;
	z-index: -1;
	margin-bottom:-120px;
}

#image-cycle{
	position: absolute;
	top: 0px;
	z-index: -10;
}

#image-cycle img{
	position: absolute;
	width: 900px;
	height: 600px;
	
}

#bottom-gradient{
	position:absolute;
	width:100%;
	height:290px;
	bottom:0px;
	background: transparent url("../images/image-footer.png") bottom left repeat-x;
}

#subtitle{
	top: 150px;
	padding: 8px 20px;
	background: transparent url("../images/subtitle.png") bottom left repeat-x;
}

/*Content*/
#content{
	clear: both;
}

#content #sisters{
	z-index: 100;
	width: 160px;
	float: right;
	line-height: 1.2em;
	margin: 10px 0px 10px 20px;
}

#content #sisters img{
	margin-top: 5px;
}

#content td{
	padding: 15px;
}

/*Footer*/
#footer{
	font-size: 0.8em;
	border-top: solid white;
}
#footer table{
	width:100%;
}
#footer  td{
	padding: 0px 20px;
	width: 28.5%;
	margin: auto;
}

#footer td tr img{
	margin: auto;
}

#footer th{
	margin-bottom: 20px;
}

#footer #credit{
	text-align:center;
}

#footer #map {
	text-align:center;
}

/*Admin*/
#admin_title{
	width: 500px;
}

#admin_text{
	width: 500px;
	height: 200px;
}

/*Plugins*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	margin-right:15px;
}
