﻿@import url('content.css');
@import url('popup.css');

.print-only {
	display: none;
}

a img { border: none; }

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 0;
	
	background: #fff url('../../i/pix.gif') no-repeat;
    background-attachment: fixed;	
}

* html body {
	height: 100%;
}

* html #container {
	height: 100%;
	position: relative;
}

.clearing {
	clear: both;
}


#container {
}

#head-holder {
	background-color: #1A6087;
}

#head {
	position: relative;
	
	width: 100%;
	height: 140px;
	
	background: url('../../i/head-grad.gif') repeat-x left top;
}
#head-title span, #head-title a {
	position: absolute;
	display: inline;
	left: 18%;
	top: 51px;
	
	color: #fff;
	font-family: Arial;
	font-size: 1.6em;
}

#print-label {
	display: none;
}
	#logotype {
		position: absolute;
		display: block;
		
		left: 18%;
		top: 51px;
		
		width: 245px;
		height: 47px;
		
		background: url('../../i/head-text.gif') no-repeat 0px 0px;
	}
	
	#head-label {
		position: absolute;
		
		left: 5%;
		bottom: 8px;
		
		width: 135px;
		height: 123px;

		background: url('../../i/head-label2.gif') no-repeat left top;
	}
	
	#head-photo {
		position: absolute;
		
		right: 3%;
		top: -141px;
		
		width: 261px;
		height: 188px;
		
		background: url('../../i/head-frame.jpg') no-repeat left top;
	}
		#head-photo div {
			position: relative;
			
			left: 19px;
			top: 17px;
			
			width: 225px;
			height: 150px;
			
			background-repeat: no-repeat;
			background-position: left top;
		}

#body {
	position: relative;
	
	width: 100%;
	padding-bottom: 80px;
	
	background: url('../../i/content-grad.gif') repeat-x left top;
}
	.left-col {
		/*position: absolute;*/
		float: left;
		width: 24%;
		margin-bottom: 8ex;
		padding-bottom: 80px;
	}

#cellar {
	position: absolute;
	bottom: 0;
	
	width: 100%;
	height: 96px;
	
	color: #fff;
	background: #1A6087 url('../../i/cellar-grad.gif') repeat-x left 8px;
}
	#cellar-text {
		padding-top: 26px ;
		width: 60%;
		margin-left: 26%;
		padding-left: .5em;
	}
		#cellar-text span.bracket {
			margin-left: -.4em;
		}
		
	#cellar #counters {
		position: absolute;
		right: 16px;
		bottom: 16px;
	}
		#counters a {
			float: right;
		}
		
	#cellar #search-holder {
		position: absolute;
		right: 24px;
		bottom: 20px;
		width: 33%;
	}
		#cellar #search-holder label {
			display: block;
		}
		
		#cellar #search-holder .input {
			width: 60%;
		}
		

#menu {
	margin: 0;
	padding: 1em 0;

	list-style: none;
	
	border-right: solid 1px #cfcfcf;
	
	background: url('../../i/misc/a1.gif') no-repeat right top;
}
	#menu li {
		margin: 0 1em;
		border-bottom: solid 1px #cfcfcf;
	}
		#menu li a, #menu li span.link {
			display: block;
			padding: .8ex 0em;
		}
	
	#menu li.selected a, #menu li.selected span.link {
		color: #fff;
	}
		#menu li.selected a, #menu li.selected span.link,
		#menu li.pass a, #menu li.pass span.link {
			margin-left: -1em;
			padding-left: 1em;
		}
		
		#menu li.selected a, #menu li.selected span.link {
			background-color: #1A6087;
		}
		
	#menu li.pass a {
		text-decoration: none;
	}
	#menu li.pass li a {
		text-decoration: underline;
	}
	
.submenu {
	margin: 0 0 2ex 0;
	padding: 0;
	font-size: .8em;

	list-style: none;
}
	#menu .submenu li {
		border-bottom: solid 1px #fff;
	}	
	
	* html .submenu li {
		border-bottom: solid 1px #fff;
	}
	
	#menu .submenu li a, #menu .submenu li span.link {
		background-color: transparent;
		margin: 0 0 0 -1em;
		padding-right: 1em;
		color: #1A6087;
	}
	
	#menu .submenu li a:hover, #menu .submenu li.selected a, #menu .submenu li.selected span.link {
		background-color: #CEDDE5;
		color: #000;
	}
	
#content {
	position: relative;
	width: 74%;
	float: left;
	/*left: 24%;
	left: 23.9%;*/
	
	padding-bottom: 8ex;
	background-color: Transparent;
}

#index #content {
	width: 50%;
}
	#index #content .to-left {
		width: 70%;
		padding-top: 4ex;
	}
		#index #content .to-left .news {
			border-right: solid 1px #9dc6fc;
			width: 90%;
		}
	
	#index #content .to-right {
		position: absolute;
		left: 70%;
		width: 60%;
		padding-top: 4ex;
	}
	
	#index #content .wide {
		margin-top: 4ex;
		width: 130%;
		padding-top: 4ex;
	}

#content .text {
	display: block;
	margin-left: 5%;
	padding: 4ex 0em;
	width: 70%;
}

	#content .text p {
		line-height: 3ex;
	}

.left-col .text {
	padding: 2ex 2em;
}

#index #content .text {
	width: 90%;
}



#extra {
	position: absolute;
	right: 0; top: 0;
	
	width: 25%;
}
	#extra h2 {
		padding-top: .3em;
		padding-left: .1em;
		margin-top: 2ex;
		margin-bottom: 1ex;

		border-top: solid 4px #CEDDE5;
	}
	
	#extra .text {
		padding: 1ex 1em;
	}
	
	#extra p {
		margin: 2ex 0;
	}
	
	#extra #calendar {
		margin-bottom: 8ex;
	}
	
	.ad {
		background-color: #EEF3F6;
		margin: 4ex 0;
	}
	
	#extra .ad {
		margin: 0 0 2ex 0;
	}
	
#index #extra {
	top: 47px;
}

#index h2.marked {
	display: inline;
	white-space: nowrap;
	padding-right: 130px;
	background: url('../../i/idx-h1-bg.gif') no-repeat 100% 0%;
}


.news {
	list-style: none;
	margin: 3ex 0 2ex 0;
	padding: 0;
}
	.news li {
		margin: 1ex 0 1ex 2em;
	}

	.news dt {
		color: #999;
	}

	.news dd {
		margin-left: 2em;
		padding-right: 1em;
		padding-bottom: 0ex;
	}
		.news dd p {
			margin: 1ex 0;
		}
		
	.news dd.photo {
		margin-left: 0em;
		padding-left: 2em;
		
		background: url('../../i/photo.gif') no-repeat left .6ex;
	}

	.news dd.tagged {
		position: relative;
		margin-left: 0em;
		/*padding-left: 2em;*/
		/*border: solid 1px #fff;*/
	}
		.news dd.tagged .tag {
			display: block;
			position: absolute;
			left: 0;
			width: 16px;
			height: 16px;
			margin-left: 0;
			
			background-repeat: no-repeat;
			background-position: left top;
		}
		
		.news dd.tagged a {
			position: relative;
			display: block;
			padding-left: 2em;
		}
	
	span.photo-mark {
		position: absolute;
		
		display: inline;
		display: inline-block;
		
		padding: 5px 8px;
		font-size: .1em;
		height: 8px;
		
		cursor: hand; cursor: pointer;

		background: url('../../i/photo.gif') no-repeat 100% 0%;
	}
	
	li span.photo-mark {
		padding-bottom: .4ex;
	}

#index .with-photo {
	position: relative;
	width: 100%;
}

#index .with-photo a.photo {
	display: block;
	position: absolute;
	left: 72%; top: 1em;
	
	border: solid 1px #CEDDE5;
	background-color: #EEF3F6;
}
	#index .with-photo a.photo:hover {
		border-color: #1A6087;
	}
	
	#index .with-photo a.photo img {
		border: 4px solid transparent;
	}

#index .with-photo .news {
	width: 65%;
}

#search-form {
	position: relative;
	padding: 2ex 2em 2ex 1.2em;
	
	background-color: #eef3f6;
}
	#index #search-form {
		background-color: transparent;
	}

	#index #search-form {
		margin-top: 2ex;
	}
	
	#search-form .inputs-holder {
		height: 4.5ex;
	}
	
	#search-form .submit-holder {
		height: 4.5ex;
		width: 50%;
		float: left;
	}

	#search-form label {
		display: block;
		margin-bottom: 1ex;
	}
	#search-input {
		position: relative;
		width: 95%;
		clear: left;
	}
	
	#index #search-input {
		width: 95%;
	}
	
	#search-submit {
		width: 7em;
		height: 4ex;
	} 
		#index #search-submit {
			right: 0;
		}
	#search-form .smref {
		height: 4ex;
		width: 50%;
		float: left;
		clear: left;
	}
		#search-form .smref a {
			display: block;
		}
		
.ancor {
	color: #1A6087;
	text-decoration: underline;
	cursor: pointer; cursor: hand;
}
.ancor:hover {
	color: #000;
	border-color: #000;
}

.hidden {
	display: none;
}

#navi-butts {
	position: absolute;
	top: -100px;
	right: 6px;
}
	#navi-butts span, #navi-butts a {
		display: block;
		width: 24px;
		height: 24px;
		
	}

	#navi-butts a {
		background-position: 0px -24px;
	}
	
	#navi-butts a:hover, #navi-butts span {
		background-position: 0px 0px;
	}


	#navi-butts #home-butt {
		background-image: url('../../i/home.gif');
	}
	
	#navi-butts #search-butt {
		background-image: url('../../i/search.gif');
	}

	#navi-butts #feedback-butt {
		background-image: url('../../i/feedback.gif');
	}
