/* @override http://www.janvillwock.com/css/framework.css */

/**
 * janvillwock.de CSS
 *  
 * design: Tony Hartzer (http://upstruct.com/)
 * coding: Øystein Riiser Gundersen (http://upstruct.com/) 
 **/

@import url(reset.css);

html, body { height: 100%; }

body {
	background: #fff;
	/*background: transparent url(../images/background-tile.png) repeat fixed 0 0;*/
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #4D4D4D;	
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
}

.clearer {
	clear: both;
}

#outer-container {
	width: 1024px;
	height: 300px;
	margin: 0 auto;
	
}

#container {
	width: 920px;
	height: 300px;
	position: relative;
	left: 52px;
}

header {
	height: 265px;
}

header h1 {
	display: none;
}

#logo {
	position: absolute;
	top: 70px;
	left: 40px;
	z-index: 100 !important;
}


#header-images {
	position: relative;
	z-index: 40 !important; 
}

#header-images iframe {
	position: relative;
	height: 265px;
	z-index: 0 !important;
}

#header-images img {
	z-index: 40;
	position: absolute;
	top: 0;
	left: 0;
}

#content-container {
	margin-bottom: 40px;
	min-height: 300px;
	background: transparent url(../images/content-background-trans.png) no-repeat scroll bottom left;
}

#content {
	width: 660px;
	position: relative;
	float: left;
	left: 40px;
	top: 34px;
	padding-bottom: 73px;
}

#sidebar {
	width: 141px;
	position: relative;
	float: left;
	left: 80px;
	top: 33px;
}



/** MENUBAR WITH CHANGING BACKGROUND POSITION CRAZYNESS **/
nav {
	height: 54px;
	background: transparent url(../images/menubar-background-trans.png) no-repeat scroll 0 0;
	position: relative;
	z-index: 60;
}

nav ul {
	list-style-type: none;
	position: absolute;
	top: 17px;
	left: 40px;
}

nav li { float: left; }

nav li a {
	display: block;
	height: 20px;
	text-decoration: none;
	background: transparent url(../images/menutext-2012-1.png) no-repeat scroll 0 0;

}

nav li a#nav-item-1 { width: 159px; }
nav li a#nav-item-1:hover,
nav li a#nav-item-1.active { background-position: 0 -20px; }


nav li a#nav-item-2 {
	width: 158px;
	background-position: -159px 0;
}
nav li a#nav-item-2:hover,
nav li a#nav-item-2.active { background-position: -159px -40px; }


nav li a#nav-item-3 {
	width: 173px;
	background-position: -317px 0;
}
nav li a#nav-item-3:hover,
nav li a#nav-item-3.active { background-position: -317px -60px; }


nav li a#nav-item-4 {
	width: 126px;
	background-position: -490px 0;
}
nav li a#nav-item-4:hover,
nav li a#nav-item-4.active { background-position: -490px -80px; }


nav li a#nav-item-5 {
	width: 121px;
	background-position: -616px 0;
}
nav li a#nav-item-5:hover,
nav li a#nav-item-5.active { background-position: -616px -100px; }


nav li a#nav-item-6 {
	width: 65px;
	background-position:-737px 0;
}
nav li a#nav-item-6:hover,
nav li a#nav-item-6.active { background-position: -737px -120px; }


nav li a span { visibility: hidden; }


/** SIDEBAR **/
#sidebar ul { list-style-type: none; }
#sidebar li { margin-bottom: 9px; }
#sidebar li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 39px; /* background image height */
	text-decoration: none;
}

#sidebar li a.xing           { background-image: url(../images/socialnetwork/xing-trans.png); }
#sidebar li a.xing:hover     { background-image: url(../images/socialnetwork/xing-active-trans.png); }
#sidebar li a.twitter        { background-image: url(../images/socialnetwork/twitter-trans.png); }
#sidebar li a.twitter:hover  { background-image: url(../images/socialnetwork/twitter-active-trans.png); }
#sidebar li a.facebook       { background-image: url(../images/socialnetwork/facebook-trans.png); }
#sidebar li a.facebook:hover { background-image: url(../images/socialnetwork/facebook-active-trans.png); }

#sidebar li a span { visibility: hidden; }

/* rounded corner at the top */
.content-top {
	margin-top: 15px;
	height: 7px;
	background: transparent url(../images/content-top-trans.png) no-repeat scroll 0 0;
}


/** COLOPHON **/
.info-header {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	
	padding: 12px 0 12px 0;
	margin-bottom: 49px;
}

.info-header h2, h3 {
	font-size: 14px !important;	
	margin-bottom: 0;
	float: left;
	font-weight: normal;
	
}

.info-header h3 {
	margin-left: 1em;
	color: #808080;
	font-weight: normal;
}


/** BODY TEXT BASE STYLES **/
.body {
	padding-bottom: 30px;
	border-bottom: 1px solid #808080;
}

.body a, .body a:link, .body a:visited {
	color: #808080;
	text-decoration: none;
/*	border-bottom: 1px solid #808080;*/
}

.body a:hover {
	color: inherit !important;
}

.body p, .body ul {
	line-height: 18px;
	margin-bottom: 15px;
}

.body ul {
	padding-left: 0;
	margin-left: 0;
}

.page-id-5 .body ul {
	margin-bottom: 15px; /* hack */
}

.page-id-33 .body p:last-child {
	padding-top: 30px;  /* hack */
}

.body li {
	margin-left: 16px;
	margin-bottom: 9px;
	padding-left: 30px;
}

.body h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.body blockquote {
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 40px;
	font-style: italic;
	padding: 40px 0 40px 0;
	margin: 0 0 9px 0;
	
}

.body blockquote p {
	line-height: 50px !important;
	margin-bottom: 0;
}

.body cite {
	font-size: 14px;
	display: block;
}

.body img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
}

.home .body { border-bottom: none; } /* frontpage without border at the bottom */

#content del { 
	text-decoration: line-through;
	color: #B3B3B3; 
}

/* "Blessed are the cheesemakers." */
