/*
Theme Name: Wirthsport
Theme URI: http://wordpress.org/
Description: The Wirthsport WordPress theme based on the default WordPress theme.
Version: 1.0
Author: Ivan Mele
Author URI: http://www.stereovision.ch
Tags: minimal, fixed width, one column, widgets

	This theme was built by Ivan Mele,
	whose website you will find at http://www.stereovision.ch/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Structure */
body {
	background: #FFFFFF url("http://www.wirthsportluzern.ch/wp-content/uploads/background.jpg") repeat-x top left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #708a9b;
	text-align: center;
	letter-spacing: 0.5px;
	padding:10;
	margin: 10;
	line-height: 15px;
	}
	
.page {
	width: 802px;
	margin: 28px auto;
	padding: 0;
	}
	
.header {
	width: 802px;
	height: 214px;
	}
	
.line {
	width: 800px;
	background: #fcfdfb;
	float: left;
	height: 5px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #829cab;
}
	
.box {
	width: 800px;
	background: #fcfdfb;
	float: left;
	border: 1px solid #829cab;
	text-align: left;
	}
	
.dynamicbox {
	width: 740px;
	background: #fcfdfb;
	float: left;
	border: 1px solid #829cab;
	text-align: left;
	padding: 20px 30px 100px 30px;
	}
	
.partnerbox {
	width: 740px;
	height: 355px;
	background: #fcfdfb;
	float: left;
	border: 1px solid #829cab;
	text-align: left;
	padding: 20px 30px 100px 30px;
	}

.bild {
	width: 400px;
	height: 475px;
	float: left;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #829cab;
}
	
.narrowcolumn {
	width: 395px;
	float: left;
	}

.entry {
	padding: 70px 30px 0px 30px;
	}

.pagetitle {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #829cab;
	padding-bottom: 30px;
	margin-bottom: 10px;
	}
	
.post {
	height: 100px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #829cab;
	margin-bottom: 10px;
	}

.footer {
	width: 802px;
	height: 80px;
	float: left;
	padding-bottom: 40px;
	}


/* Typography Format */

h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	text-transform: uppercase;
	}
	
a, a:visited {
	color:#849DAE;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #bd6b76;
	text-decoration: underline;
	}
li {
list-style-type: none;

}


/* Images */

a img {
	border: none;
	}
	
.partnerbox img {
	margin: 0px 30px 0px 0px;
	}

.post img {
	margin-right: 10px;
	float: left;
	vertical-align: middle;
}


/* Navigation */

ul#nav {
	width: 799px;
	background: #fcfdfb;
	margin: 0;
	padding-left: 1px;
	list-style: none;
	float: left;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #849dae;
	line-height: 0;
}

ul#nav li a, ul#nav li a:visited {
	width: 87.5px;
	padding: 9px 0px 6px 0px;
	float: left;
	text-align: center;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #829cab;
	font-size: 11px;
	text-decoration: none;
	line-height: 0.8;
}

ul#nav li a:hover, ul#nav li a.current, ul#nav li a.current:hover, ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover {
	color: #bd6b76;
	text-decoration: none;
}
ul#nav li.page-item-13 a {
	border-width: 0px;
}
