﻿/*
Theme Name: Julia Tripke
Theme URI: http://www.wabnitz.it
Description: The layout.
Version: 1.0
Author: Frank Eberlein
Author URI: http://www.wabnitz.it
*/

body {
	background: #ccc;
	font: 12px Verdana, Arial, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
	color: #000;
	padding: 20px 0 40px
}


/* `Links
----------------------------------------------------------------------------------------------------*/

a {
	color: #5991cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 23px;
	font-weight: bold;
	color: #5991cc;
	padding-top: 5px;
}

h2 {
	font-size: 17px;
	border-bottom: 1px solid #cacaca;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

/* `Lists
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
	list-style-image: url(images/list-icon.gif);
}

li {
	margin-left: 30px;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Wrapper
----------------------------------------------------------------------------------------------------*/

#header,
#nav,
#main,
#sidebar,
#infobox,
#footer
{
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 836px;
	background-color: #fff;
}


/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
	width: 816px;
	height: 97px;
	margin-top: 10px;
	background: url(images/header.png);
}

.header_img {
	position: relative;
	top: 30px;
	left: 20px;
}


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

#nav {
	width: 816px;
	height: 33px;
	background: url(images/farbverlauf-menue.png);
}

#nav ul {
	list-style: none;
	display: inline;
}

#nav li {
	display: block;
	float: left;
	margin: 0;
}

#nav a {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0 7px;
	background: none;
	color: #000;
	font-weight: bold;
}

#nav .current_page_item a {
	background: url(images/menue-aktiv.png);
}

#nav a:hover, #nav a:active {
	background: url(images/menue-aktiv.png);
	text-decoration: none;
}

#nav .seperator {
	background: url(images/menue-sep.png);
	margin-top: 1px;
	display: block;
	float: left;
	height: 32px;
	width: 2px;
}

.nav_triathletin {
	position: relative;
	top: 4px;
	left: 8px;
}


/* `Content
----------------------------------------------------------------------------------------------------*/
#main {
	width: 580px;
	height: 100%;
	padding: 10px;
	margin-top: 10px;
	text-align:left;
	line-height:18px;
}

.main_home {
	background-color: #000 !important;
	height: 320px !important;
	margin-right: 0 !important;
	padding: 0 !important;
	width: 600px !important;
}


.main_noside {
	margin-right: 0 !important;
	padding: 0 !important;
	width: 816px !important;
}

/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {
	margin: 10px 0 10px 0;
	width: 206px;
	overflow: hidden;
}

.sidebar_home {
	background-color: #000;
	height: 320px;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	width: 216px !important;
	text-align: center;
}


/* `Slideshow
----------------------------------------------------------------------------------------------------*/

.slideshow { 
}

.slideshow img {
}

.slideshow_hide { 
	display: none; 
}

.slideshow_nav {
	position: relative;
	top: 5px;
}

.slideshow_arrow {
	display: none;
	cursor: pointer;
}


/* `News Box
----------------------------------------------------------------------------------------------------*/

#infobox {
	width: 216px;
	height: 184px;
	margin: 10px 0 10px 0;
	background: url(images/news.png);
}

#infobox .newsbox {
	position: relative;
	top: 30px;
	height: 135px;
	overflow: hidden;
	margin: 12px;
	color: #fff;
	font-size: 10px;
}

.widgettitle {
	display: none;
}

#infobox li  {
	list-style: none;
	padding: 0;
	margin: 0;
}

#infobox a {
	color: #fff;
	font-size: 10px;
}



/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	width: 600px;
	height: 184px;
	margin: 10px 0 10px 10px;
	padding: 0px;
	background: url(images/sponsoren.png);
}

#footer .partner {
	position: relative;
	top: 140px;
	height: 44px;
	width: 570px;
}

#footer .partner_inner {
	height: 34px;
	width: 100%;
	overflow: hidden;
	margin: 3px;
}

.partner_img {
	padding-right: 30px;
	padding-left: 0px;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}


/* `Right Floated Thumb Image Box
----------------------------------------------------------------------------------------------------*/

div.rightThumb {
	border-width:0.5em 0 0.8em 1.4em;
	clear:right;
	float:right;
	border-color:white;
	border-style:solid;
	margin-bottom:0.5em;
	width:auto;
	height: auto;
}

div.thumbInner {
	background-color:#F9F9F9;
	border:1px solid #cacaca;
	font-size:10px;
	overflow:hidden;
	padding:3px !important;
	text-align:center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.thumbText {
	text-align:left;
}
.thumbInner p {
	display: none;
}


/* `Quotes
----------------------------------------------------------------------------------------------------*/

blockquote {
    color: #777;
    font-style: italic;
	font-size: 12px;
}

blockquote div:before {
    content: '"'; 
	color: #5991cc;
	font-size:20px;
}

blockquote div:after {
    content: '"'; 
	color: #5991cc;
	font-size:20px;
}


/* `Impressum
----------------------------------------------------------------------------------------------------*/

.imprint_container {
	margin-left: auto;
	margin-right: auto;
	width: 836px;
	background-color: transparent;
	text-align: right;
}

.imprint_button {	
	background-color: #fff;
	padding: 4px 10px;
	font-size: 10px;
}


/* `Gallery
----------------------------------------------------------------------------------------------------*/

#TB_prev, #TB_next {
	font-weight: bold;
	font-size: 14px;
}


/* `News
----------------------------------------------------------------------------------------------------*/

.news_title {
	font-weight: bold;
	font-size: 12px;
	display: inline;
	border-bottom: 1px solid #cacaca;
}

.news_time {
	font-weight: normal;
	font-size: 10px;
	color: #aaa;
}


/* `Profil
----------------------------------------------------------------------------------------------------*/
.profil_info {
	display: inline;
	color: #888;
	display: inline;
	display: inline-block;	/* There should be a fallback to display: inline if inline-block is not supported */
	width: 160px;
}

.profil_list {
	margin-left: 155px;
}

/* `Sponsors
----------------------------------------------------------------------------------------------------*/
div.sponsor_item {
	margin-bottom: 40px;
  clear:left;
}

.sponsor_item img {
	float: left;
	padding: 0 20px 10px 0;
}

/* `Events
----------------------------------------------------------------------------------------------------*/

.event_entry {
	margin-bottom: 20px;
}

.event_date {
	display: inline;
	border-bottom: 1px solid #cacaca;
}

.event_title {
	font-weight: bold;
	display: inline;
	border-bottom: 1px solid #cacaca;
}

.event_desc {
	padding-left: 10px;
}

.event_link {
	padding-left: 10px;
}

/* `Pagination
----------------------------------------------------------------------------------------------------*/

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #fff;
}
#wp_page_numbers ul {
	border-top: 1px solid #ccc;
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: Arial;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: #5991cc;
	border-top: 2px solid #5991cc;
	border-bottom: 2px solid #f1f1f1;
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #fff;
	background: #5991cc;
	border-top: 2px solid #5991cc;
	border-bottom: 2px solid #5991cc;
	
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
	border-top: 2px solid #5991cc;
	border-bottom: 2px solid #5991cc;
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* `Other Stuff
----------------------------------------------------------------------------------------------------*/

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


/* `Formulare
----------------------------------------------------------------------------------------------------*/
input, select, textarea, submit {
	border: 1px solid #cacaca;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input:focus , select:focus , textarea:focus , submit:focus  {
	border: 1px solid #5991cc;
}

input[type=submit] {
	background-color: #5991cc;
	color: #fff;
	font-weight: bold;
}


fieldset{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff url(images/verlauf_600.png);
	background-repeat: repeat-x;
	border: 1px solid #acacac;
	padding: 5px;
}

legend {
	padding: 0 5px;
	font-weight: bold;
	font-size: 12px;
	color: #5991cc;
}


/* `Contact Form
----------------------------------------------------------------------------------------------------*/

form.wpcf7-form {
	width: 570px;
	font-size: 1.1em;
	color: #333;
	text-align:left;
	}
	
form.wpcf7-form legend { padding-left: 0; }
	
form.wpcf7-form label { color: #333; }

form.wpcf7-form fieldset {
	border: 1px solid #acacac;
	}
	
form.wpcf7-form fieldset fieldset { background: none; }
	
form.wpcf7-form fieldset li {
	padding: 5px 10px 7px;
}
	
form.wpcf7-form fieldset { margin-bottom: 10px; }
	
form.wpcf7-form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.wpcf7-form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.wpcf7-form fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.wpcf7-form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.wpcf7-form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.wpcf7-form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.wpcf7-form fieldset fieldset label {
	display: block;
	width: auto;
	}

form.wpcf7-form em {
	font-weight: bold;
	font-style: normal;
	color: #d00;
	}

form.wpcf7-form label { width: 120px; } /* Width of labels */
form.wpcf7-form fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.wpcf7-form legend { display: inline-block; } /* IE Mac legend fix */

