/*
Theme Name: Jever SUP
Description: Jever SUP Theme
Author: Pascal Jeschke
*/

/*//////reset by Eric Meyer*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*//////structure*/

html {
	height: 100%;
	font-size: 75%;
	background: #003D0F url('images/bg-content.jpg') repeat-y center top;
	}

body {
	
	font: 1em "Trebuchet MS", Arial, Helvetica, "Helvetica Neue", Sans-Serif;
	color: #7C7C7C;
	line-height: 1.5em;
	background: transparent url('images/bg-top.jpg') no-repeat center top;
	}

#bgWrapper {
	background: transparent url('images/bg-bottom.jpg') no-repeat center bottom;
	}

#wrapper {
	width: 970px;
	margin: 0 auto;
	}

#content {
	overflow: auto;
	padding: 20px 60px 150px 60px;
	}


/*//////header*/

#header {
	position: relative;
	}

#header h1, #header h2 {
	height: 1px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
#header h1 a {
	width: 325px;
	height: 185px;
	top: 30px;
	left: 0;
	position: absolute;
	}

/*nav*/

#header ul#nav {height: 25px; width: 940px; margin: 328px 0 0 35px;}
#header ul#nav li {float: left; margin: 0; padding: 0;}
#header ul#nav li a {display: block; height: 25px; margin-right: 40px; background: transparent url(images/nav.jpg) no-repeat 0 0; text-indent:-9999px;}
#header ul#nav li#nav1 a {width: 48px; background-position: 0 0;}
#header ul#nav li#nav1 a:hover, #header ul#nav li#nav1 #aktiv {background-position: 0 -24px;}
#header ul#nav li#nav2 a {width: 72px; margin-left: 2px; background-position: -48px 0;}
#header ul#nav li#nav2 a:hover, #header ul#nav li#nav2 #aktiv {background-position: -48px -24px;}
#header ul#nav li#nav3 a {width: 57px; background-position: -120px 0;}
#header ul#nav li#nav3 a:hover, #header ul#nav li#nav3 #aktiv {background-position: -120px -24px;}
#header ul#nav li#nav4 a {width: 82px; margin-left: 8px; background-position: -177px 0;}
#header ul#nav li#nav4 a:hover, #header ul#nav li#nav4 #aktiv {background-position: -177px -24px;}
#header ul#nav li#nav5 a {width: 55px; margin-left: 150px; background-position: -278px 0;}
#header ul#nav li#nav5 a:hover, #header ul#nav li#nav5 #aktiv {background-position: -278px -24px;}
#header ul#nav li#nav6 a {width: 110px; margin-left: 14px; background-position: -333px 0;}
#header ul#nav li#nav6 a:hover, #header ul#nav li#nav6 #aktiv {background-position: -333px -24px;}
#header ul#nav li#nav7 a {width: 50px; margin-left: 10px; background-position: -443px 0;}
#header ul#nav li#nav7 a:hover, #header ul#nav li#nav7 #aktiv {background-position: -443px -24px;}

/*Partner-Links*/

#header a {
	height: 1px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
#teaser {
	width: 140px;
	height: 100px; 
	top: 183px;
	left: 820px;
	position: absolute;
	}


/*//////post*/

#main {
	width: 480px;
	padding-bottom: 150px;
	float: left;
	}

.post {
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #7C7C7C;
	}

#main h2, .post h2 {
	margin: 60px 0 30px 0;
	padding-bottom: 15px;
	font-size: 1.60em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: transparent url(images/border.jpg) no-repeat left bottom;
	}

#main h2#gallery {
	height: 0;
	margin: 60px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	background-image: none;
	}

.post h3 {
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #4A4A4A;
    margin-top: 25px;
	}

.post h3 a {
	color: #4A4A4A;
	text-decoration: none;
	}
	
.post small {
	margin-bottom: 10px;
	display: block;
	color: #4A4A4A;
	}

#main p {
	margin-top: 10px;
	}

.post a {
	text-decoration: underline;
	}
	
.post a:hover {
	text-decoration: none;
	}
	
.post strong {
	font-weight: bold;
	}
	
.post em {
	font-style: italic;
	}

.post ul {
	margin: 10px 0 10px 20px;
	list-style-type: disc;
	}
	
.post ol {
	margin: 10px 0 10px 20px;
	list-style-type: decimal;
	}

.post a {
	color: #7C7C7C;
	}

.post a:hover {
	text-decoration: none;
	}
	
.post .alignleft {
	float: left;
	margin: 10px 10px 10px 0;
	}
	
.post .alignright {
	float: right;
	margin: 10px 0 10px 10px;
	}

.pdfLink {
	height: 26px;
	padding: 5px 0 0 35px;
	font-size: 1.25em;
	background: url('images/pdf.jpg') no-repeat 0 0;
	}
	
.pdfLink a {
	color: #7C7C7C;
	text-decoration: none;
	}
	
.pdfLink a:hover {
	text-decoration: underline;
	}


/*//////sidebar*/

#sidebar {
	margin: 60px 0 0 555px;
	width: 280px;
	}

/*timetable*/

#sidebar caption {
	padding: 6px 20px;
	font-size: 1.60em;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background: url('images/bg-sidebar.jpg') repeat-y;
	}
	
#sidebar td {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #E4DDCA;
	}

.time {
	width: 100px;
	font-size: 1.10em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	}
	
#sidebar .time img {
	margin: 0;
	}

#sidebar img {
	margin: 10px 0 40px 75px;
	}


/*//////footer*/
	
#footer {
	clear: both;
	text-align: center;
	}

/*nav*/

#footer ul {
	margin-top: 20px;
	padding-bottom: 70px;
	}

#footer ul li {
	display: inline;
	line-height: 1em;
	}

#footer ul li+li {
	border-left: 1px solid #3C9347;
	}
	
* html #footer ul li {
	border-left: 1px solid #3C9347;
	}

#footer ul li a {
	padding: 0 5px 0 8px;
	font-size: 1.25em;
	color: #3C9347;
	text-decoration: none;
	}

#footer ul li a:hover {
	text-decoration: underline;
	}


/*//////Navigation*/

.navigation .alignleft {
	float: left;
	}
	
.navigation .alignright {
	float: right;
	}

.navigation a {
	font-size: 1.25em;
	color: #4A4A4A;
	text-decoration: none;
	}
	
.navigation a:hover {
	text-decoration: underline;
	}	


/*//////Forms*/

.wpcf7 {
	margin-top: 20px;
	font-style: italic;
	}

textarea {
	width: 474px;
	padding: 2px;
	background-color: #FFF;
	border: 2px solid #CCC;
	}

.textfield {
	width: 200px;
	height: 18px;
	margin-right: 5px;
	padding: 2px;
	background-color: #FFF;
	border: 2px solid #CCC;
	}

/*checkbox, radiobutton*/
.wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio, .your-sex {
	height: auto;
	margin: 0 5px 0 0;
	}

.wpcf7-list-item-label {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	}

#submit {
	width: 206px;
	height: 24px;
	margin: 20px 0;
	background-color: #CCC;
	border: 2px solid #CCC;
	}

.wpcf7-mail-sent-ok {
	color: #3C9347;
	}

.wpcf7-mail-sent-ng {
	color: #B73123;
	}


/*//////Slideshow*/

#slideshow {
	position: relative;
	}

#slidesContainer {
	margin: 0 auto;
	width: 480px;
	height: 350px;
	overflow: auto; /* allow scrollbar */
	}
	
#slideshow #slidesContainer .slide {
	margin: 0 auto;
	width: 460px; /* reduce by 20 pixels to avoid horizontal scroll */
	height: 350px;
	}
	
/*Slideshow controls*/

.control {
	display: block;
	width: 230px;
	height: 263px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
}

.slide {
	overflow:hidden;
}

#leftControl {
	top: 33px;
	left: 0;
	background: transparent url(images/control-left.gif) no-repeat left top;
	}
	
#leftControl:hover {
	top: 33px;
	left: 0;
	background: transparent url(images/control-left-hover.gif) no-repeat left top;
	}

#rightControl {
	top: 33px;
	right: 0;
	background: transparent url(images/control-right.gif) no-repeat right top;
	}
	
#rightControl:hover {
	top: 33px;
	right: 0;
	background: transparent url(images/control-right-hover.gif) no-repeat right top;
	}