/*   
Theme Name: Limmat-Nixen
Theme URI: http://www.limmat-nixen.ch/
Description: Default layout for limmat-nixen.ch
Author: Chris Palatinus
Author URI: http://www.design42.ch/
Version: 1.0
*/
body{
	background-color: #c2d5e4;
	margin: 0;
	padding: 0;
	font: normal 12px Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
}
a{
	color: #2e61a5;
	text-decoration: underline;
	position: relative;
}
a:link{color: #2e61a5;}
a:visited{color: #6698c3;}
a:hover{color: #c2d5e4;}
a:active{color: #0c5d7e;}

img{border: none;}
li{list-style: none;}
hr{clear: both;}

h3{
	margin: 0;
	padding: 0;
}
.entryDate{
	display: block;
	font-size: .75em;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* ----- LAYOUT: ----- */
#container{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#header{
	background: transparent url(img/header.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 180px;	
}
h1{text-indent: -12000px;margin:0;padding:0;height:0;}
#ancMail{
	position: absolute;
	top: 12px;
	left: 125px;
	display: block;
	width: 427px;
	line-height: 12px;
	text-decoration: none;
}

#mainNav{
	width: 100%;
	position: relative;
	top: 138px;
	text-align:left;
	height: 34px;
}
html>/**/body #mainNav{top: 138px;}		/* FF only */
* html #mainNav{top: 100px;}				/* IE6 only */
#mainNav ul{
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	width: 100%;
}
#mainNav li{
	display: inline;
	margin: 0;
	padding: 0;
}
#mainNav li a{
	float: left;
	margin: 0 5px;
	padding: 0 8px;
	height: 27px;
	text-decoration: none;
	font: bold 14px Arial,Helvetica,sans-serif;
	color: #244970;
	border-top: 8px solid #fff;
}
#mainNav li a:link,
#mainNav li a:visited{line-height: 30px;}
* html #mainNav li a:link,
* html #mainNav li a:visited{line-height: 20px;}
#mainNav li a:hover,
#mainNav li.current_page_item a,
#mainNav li.current_page_parent a{
	border-top: 8px solid #2e61a5;
	background-color: #a7b3d6;
}

#mainContent{
	background: #6698c3 url(img/bg_main.jpg) 0 0 no-repeat;
	text-align: left;
	padding-top: 80px;
}

.post{
	float: left;
	margin: 0 0 0 131px;
	width: 711px;
	display: inline;
}

.post div.postHead{
	background: transparent url(img/bg_content_top.png) 0 0 repeat-y;
	height: 28px;
	margin: 0;
	padding: 0;
}
.post span.footBG{
	background: transparent url(img/bg_content_bot.png) 0 0 no-repeat;
	height: 26px;
	display: block;
	margin-bottom: 10px;
}

.entry,
.storycontent{
	background: transparent url(img/bg_content.png) 0 0 repeat-y;
	padding: 50px 25px 0 25px;
}

.entry p{
	position: relative;
}
h2{
	position: relative;
	top: 20px;
	margin: 0 25px 20px 25px;
}

.entry ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry ul li{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #000;
}

.meta{
	font-size: .85em;
}

#sponsors{
	margin: 75px 0 0 7px;
	padding: 0;
	width: 124px;
	float: left;
	color: #fff;
}

#footer{
	width: 674px;
	font-size: .75em;
	padding: 10px 0 15px 0;
	margin: 0 0 0 151px;
	color: #fff;
}
#footer a{color: #fff;}

#sidebar{
	margin: 70px 0 0 -838px;
	padding: 0;
	width: 124px;
	float: left;
}
#sidebar h2{display: none;}

#sidebar ul{
	margin: 0 0 20px 0;
	padding: 0;
}
#sidebar ul ul{margin-bottom: 0;display:block;}			/* FIRST LEVEL */
#sidebar ul ul ul{display:none;}						/* SECOND LEVEL */
#sidebar ul ul li.current_page_ancestor ul,
#sidebar ul ul li.current_page_item ul{display:block;}	/* SECOND LEVEL */
#sidebar ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li a{
	display: block;
	margin: 0;
	padding: 2px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-size: .9em;
}
* html #sidebar ul li a{width: 114px;}
#sidebar ul li a:hover,
#sidebar ul li.current_page_item a{
	background-color: #fff;
	color: #6698c3;
	border-bottom: 1px solid #6698C3;
}
#sidebar ul li.current_page_item ul li a{
	background-color: #6698c3;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#sidebar ul li.current_page_item ul li a:hover{
	background-color: #fff;
	color: #6698c3;
}
#sidebar ul ul ul li a{padding-left: 12px;}
* html #sidebar ul ul ul li a{width: 94px;}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}