/*  
Theme Name: SO - KS Wil - Design
Theme URI: http://we-design.ch
Description: A theme for the "SO" of the "Kanti Wil". Usage only allowed for the site of this "SO", Design Copyright by Michael Eugster. Contact: michael.eugster@gmail.com
Version: (0.8 pre-release)
Author: Michael Eugster / weDesign
Author URI: http://we-design.ch

*/

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

body{
	background: #204d17;
	text-align: left;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 0.9em;
	color: black;
}

h1,h2,h3,h4,h5,h6{
	margin-bottom: 20px;
	color: #14300f;
	border-bottom: 1px #14300f solid;
}

p{
	margin-bottom: 8px;
}

img{
	border: none;
}


a{
	color: #14300f;
	text-decoration: none;
}

a:hover{
	color: #0a1908;
}

a:visited{
	color: #000;
}

a.title{
	text-decoration: none;
	color: #14300f;
}

#all{
	width: 900px;
	/*border: 1px #0e2509 solid;*/
}

#header{
	background: url(images/design_pre_01.png) no-repeat;
	width: 900px;
	height: 177px;
	text-align: left;
}

#menu{
	background-color: #5fb046;
	width: 890px;
	height: 30px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

#menu:hover{
	background-color: #4fa834;
}

#inhalt{
	background-color: #3e9f20;
	width: 880px;
	padding: 10px;
	min-height: 200px;										/* <-- uhm, just fur fun... xD */
	text-align: left;
}

#inhalt a{
	color: #14300f;
	text-decoration: none;
	border-bottom: 1px #14300f solid;
}

#inhalt a.mitbild{
	font-family: Verdana;
	font-size: 0.96em;
	color: black;
	text-decoration: none;
	border-bottom: 0px black dotted;
}

#footer{
	background-color: #309610;
	width: 880px;
	padding: 10px;
	height: 20px;
	text-align: left;
	margin-bottom: 40px;
}


/* ############ comment-kram ################### */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

ul{
	margin-left: 35px;
	margin-bottom: 10px;
}

/* ############ menu-kram ################### */


/*
-----------------------------------------------
Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */
ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
  position:relative;
  background:#5fb046;
  max-width:100%;
  height:2.5em;
  font-size: 0.9em;
  }
ul.nav li {
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
}
ul.nav li ul {
	cursor:default;
	width:100%;
	max-width:100%;
	position:absolute;
	height:auto;
	top:2.5em;
	background-position:0 0 !important;
	left:-9000px;
}
ul.nav li ul li {
	padding:0;
	border:none;
	width:auto;
	max-width:none;
}
ul.nav li a {
	color:#111;
	background:#5fb046;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 1em;
	height:2.4em;
	line-height:2.5em;
}
ul.nav li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:2em;
	height:2em;
	font-weight:normal;
	color:#5fb046;
	background-position:0 50% !important;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color:#000; background:#ccc;}
ul.nav li a:active {color:#5fb046; background:#111;}
ul.nav li:hover ul {left:0;z-index:10}
ul.nav li ul,
ul.nav li {background:#ccc !important}
ul.nav li:hover ul li a {color:#46952e;}
ul.nav li:hover ul li a:hover {color:#000; background:#111;}
ul.nav li:hover ul li a:active {color:#5fb046; background:#111;}

ul.nav li.current a {color:#5fb046; background:#111; cursor:default; font-weight:bold;}
ul.nav li.current ul {left:0;z-index:5}
ul.nav li.current ul,
ul.nav li.current {background:#ccc !important}
ul.nav li.current ul li a {color:#46952e; background:#ccc; font-weight:normal;}
ul.nav li.current ul li a:hover {color:#000; background:#111;}
ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active {color:#5fb046; background:#111;}


/* navigation (vertical subnavigation)
----------------------------------------------- */
ul.nav {
  background:#5fb046;
}
ul.main li {
  position:relative;
  top:0;
  left:0;
}
ul.main li ul {
  border-top:0;
}
ul.main li ul li {
  float:left;
}
ul.main li a {
	height:2.5em;
	line-height:2.5em;
	border:0;
	color:#111;
	background:#5fb046;
}
ul.main li ul li a {
  width:12em;
  line-height:2em;
  height:2em;
  text-align:left;
  color:#111;
  border-top:1px solid #46952e;
  background:#46952e;
}
ul.main li a:focus {color:#111; background:#5fb046;}
ul.main li ul li a:hover {
  color:#111;
  background:#4fa834;
}
ul.main li:hover a {
  color:#111;
  background:#4fa834;
}
ul.main li:hover ul li a {color:#111;}
ul.main li:hover ul li a:hover {color:#111; background:#46952e;}
ul.main li:hover a:active {background:#46952e;}
ul.main li:hover ul li a:active {color:#111; background:#222;}


/* secondary list
----------------------------------------------- */
ul.nav li.secondary {
	float:right;
	color:#cde;
	background:transparent !important;
}
ul.nav li.secondary span.status {
	float:left;
	padding:0 1em;
	line-height:2.77em;
	height:2.77em;
  font-size:0.9em;
}
ul.nav li.secondary span.status a {
	float:none;
	display:inline;
	padding:0;
	height:auto;
	line-height:auto;
	color:#cde;
	background:transparent;
}
ul.nav li.secondary span.status a:hover {
	color:#111;
	background:transparent;
}
ul.nav li.secondary span.status span {
	text-transform:capitalize;
}
ul.nav li.secondary:hover a {
	color:#111;
	background:#5fb046;
}
ul.nav li.secondary:hover a:hover {
	background:#4fa834;
}
ul.nav li.secondary:hover a:active {background:#46952e;}

