﻿/*
Theme Name: ivd
Description: Das offizielle WordPress Thema für den Intercrosse Verband Deutschlands.
Version: 2.0
Author: Bendix Kemmann
Author URI: http://www.bendix-kemmann.de
*/


/* ALLGEMEINES */

* {
	margin:0;
	padding:0;
	outline:none;
	border:none;
}

body {
	background:url('img/background.png') repeat-x;
	font-family:Arial, Helvetica, Sans-Serif;
}

.hr {
	background: url(img/hr.png) repeat-x left bottom;
	height:1px;
	width:1000px;
	margin-top:450px;
}

.clear {
	clear: both;
	float: none;
}

/* CONTAINER */

#container {
	margin:0 auto;
	width:1050px;
	height:auto;
}

/* HEADER */

#header {
	background:url('img/sprite.png') 0 -425px;
	height:75px;
	width:100%;
}

#header h1 a {
	background:url('img/sprite.png') no-repeat 0 0;
	text-indent:-9999px;
	height:55px;
	width:240px;
	position:absolute;
	margin:10px 0 0 10px;
}

#header h1 a:hover {
	background:url('img/sprite.png') no-repeat 0 -60px;
}

#header h1 a:active {
	margin-top:11px;
}

/* NAVIGATION HEADER */

#header-nav {
	margin:42px 10px 0 275px;
	float:right;
}

#header-nav li {
	display:inline;
	float:left;
}

#header-nav a {
	letter-spacing:1px;
	text-decoration:none;
	color:#1F1F1F;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	padding:0 5px 0 5px;
}

#header-nav a:hover {
	color:#800000;
	text-decoration:underline;
}

#header-nav a:active {
	color:#CCCCCC;
}

/* HAUPT-NAVIGATION */

#menu {
	width:1050px;
	height:30px;
	float:left;
	margin:3px 0 0 0;
	background:url('img/sprite.png') no-repeat 0 -120px;
}

#main-nav {
	list-style-type:none;
	margin-left:50px;
}

#main-nav li ul {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	width:150px;
	position:absolute;
	z-index:100;
	border-left:1px black solid;
	border-right:1px black solid;
	border-bottom:1px black solid;
}

#main-nav li {
	display:inline;
	float:left;
}

#main-nav a {
    display:block;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	height:18px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
}

#main-nav ul li a {
	height:auto;
	width:125px;
	color:#400000;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	border-bottom:1px #808080 groove;
	background:url('img/sprite.png') -350px 0;
	padding:5px 0 5px 25px;
}

#main-nav ul li a:hover {
	color:#800000;
	background:url('img/sprite.png') -505px 0;
	text-decoration:underline;
}

#main-nav ul li a:active {
	color:#CC0000;
	margin:0 0 0 1px;
}


#main-nav a:hover {
	text-decoration:underline;
}

#main-nav a:active {
	margin-top:1px;
	color:#CCCCCC;
}

#main-nav li:hover ul {
	 display:block;
}

/* TEASER */

#teaser {
	height:380px;
	float:left;
	position: relative;
	margin:20px 10px 26px;
}

.teaser-image {
	position: absolute;
	height:370px;
	width:650px;
	border:1px #333333 solid;
}

.teaser-image h2 a {
	background:url('img/sprite.png') 0 -150px;
	display:block;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin:290px 0 0;
	padding:8px 19px 10px 20px;
	position: absolute;
	color:#FFFFFF;
	text-decoration:none;
}

.teaser-image h2 a:active {
	color:#808080;
}

.teaser-image h3 {
	background:url('img/sprite.png') 0 -150px;
	color:#E5E5E5;
	display:block;
	float:left;
	font-size:10px;
	margin:332px 0 0;
	padding:5px 19px 5px 20px;
	position: absolute;
	text-decoration:none;
}

.teaser-image h3 a:hover {
	color:#999999;
}

.teaser-image h3 a:active {
	color:#808080;
}

.teaser-image a {
	color:#E5E5E5;
}

.teaser-image .comments {
	background:url('img/sprite.png') -240px 0;
	color:#E5E5E5;
	padding:0 0 0 20px;
}

.teaser-image .comments:hover {
	background:url('img/sprite.png') -240px -14px;
	padding:0 0 0 20px;
}

.teaser-image img {
	position: absolute;
	height:370px;
	width:650px;
}

#articlebox {
	position:absolute;
	left:651px;
	top:0;
}

#teaser .article {
	float: left;
	background: #292929;
	height: 111px;
	color: #c0c0c0;
	padding: 12px 20px 0 20px;
	width: 335px;
	border-bottom:1px #333333 solid;
	border-right:1px #333333 solid;
}

#teaser .article h2 a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}

#teaser .article p {
	font-size: 11px;
	color: #CCCCCC;
}

#teaser .article a.readon {
	background: #8b0e13;
	padding: 2px 6px;
	border-bottom: 1px solid #1e1e1e;
	color: #e5e5e5;
	text-decoration: none;
	margin: 7px 0 0;
	display: block;
	float: left;
}

#teaser .article a.readon:hover {
	color: #fff;
	background: #c70911;
}

#teaser .article a.readon:active {
	margin:8px 0 0;
}

#teaser .article.active {
	background: url(img/sprite.png) -600px -150px no-repeat;
}

/* SECTION */

#section {
	width:750px;
	margin-top:25px;
	float:left;
}

#section .article {
	margin:15px 20px 15px 0;
}

#section .article h1 {
	padding-bottom:5px;
	font-size:22px;
	color:#333333;
	border-bottom:1px #E5E5E5 solid;
	margin-top:20px;
}

#section .article h1 a {
	font-size:22px;
	color:#333333;
	text-decoration:none;
}

#section .article h2 {
	padding-bottom:5px;
	font-size:20px;
	color:#333333;
	border-bottom:1px #E5E5E5 solid;
}

#section .article h2 a {
	font-size:20px;
	color:#333333;
	text-decoration:none;
}

#section .article h3 {
	padding-bottom:5px;
	font-size:20px;
	color:#333333;
	margin-top:20px;
}

#section .article h3 a {
	font-size:20px;
	color:#333333;
}

#section .article h4 {
	padding-bottom:5px;
	font-size:18px;
	color:#333333;
	margin-top:20px;
}

#section .article h4 a {
	font-size:18px;
	color:#333333;
}

#section .article h5 {
	padding-bottom:5px;
	font-size:14px;
	color:#333333;
	margin-top:10px;
}

#section .article h5 a {
	font-size:14px;
	color:#333333;
}

#section .article h6 {
	padding-bottom:5px;
	font-size:12px;
	color:#333333;
	margin-top:10px;
}

#section .article h6 a {
	font-size:12px;
	color:#333333;
}

#section .article p {
	margin:20px 0 10px 0;
	font-size:14px;
	line-height:20px;
	color:#111111;
}

#section .article p.meta {
	margin:20px 0 10px 0;
	font-size:11px;
	color:#444444;
}

#section .article p.meta a {
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

#section .article a {
	color:#300808;
}

#section .article img {
	border:none;
}

#section .article .wp-caption-text {
	font-size:10px;
	color:#333333;
	margin-top:5px;
	text-align:center;
}

#section .article ul {
	margin:10px 0 10px 25px;
}

#section .article li {
	font-size:14px;
	line-height:20px;
	color:#111111;
}

/* SIDEBAR */

#aside {
	width:260px;
	margin-top:25px;
	float:left;
	border-left:1px #D7D7D7 solid;
}

#aside li {
	list-style-type:none;
}

#aside .widget {
	margin:0 0 20px 20px;
	color:#666666;
	font-size:12px;
	line-height:20px;
}

.widget h4 {
	margin:0 0 10px 0;
	font-size:16px;
	color:#333333;
	padding:5px 10px 10px 0;
}

.widget a {
	color:#300808;
}

.widget_search input {
	border:1px #DDDDDD solid;
	color:#000000;
	font-style:italic;
	font: inherit;
	margin:0 3px 0 0;
	padding:2px;
	width:100px;
}

#searchsubmit {
	border:1px solid #DDDDDD;
	cursor:pointer;
	height:21px;
	vertical-align:top;
	width:50px;
}

.avatar {
	border:1px solid #CCCCCC;
}

/* KOMMENTARE */

#comments {
	margin:60px 0 0;
}

#comments p {
	font-style:italic;
}

#respond {
	margin-top:25px;
}

#respond h3 {
	font-size:20px;
	color:#333333;
	margin-bottom:10px;
}

#respond small {
	font-size:10px;
	font-weight:normal;
}

#respond p {
	margin-left:10px;
}

#respond p.logged-in-as {
	margin-left:20px;
}

#commentform {
	background-color:#F8F8F8;
	border:1px #E4E4E4 solid;
	float:left;
	padding-bottom:30px;
	width: 720px;
	margin-bottom:60px;
}

#commentform-container {
	width:700px;
	margin:5px 0 0 20px;
}

#commentform input, #commentform textarea {
	background-color:#EFEFEF;
	border:1px #C0C0C0 solid;
	color:#333333;
	margin:5px 20px 0 20px;
	font-size:12px;
	padding:5px;
	width:315px;
}
#commentform textarea {
	font-family:inherit;
	font-size:inherit;
	height:185px;
	font-size:12px;
	margin:5px 20px 0 20px;
}
#commentform #submit {
	background-color:#69010F;
	border-bottom:1px solid #1e1e1e;
	color:#e5e5e5;
	display:block;
	float:left;
	font-family:inherit;
	font-size:12px;
	margin:10px 0 0 20px;
	padding:2px 6px;
	text-decoration:none;
	width:150px;
}
#commentform p.comment-notes {
	margin-left:20px;
}

#commentform p.form-allowed-tags {
	margin-left:20px;
	margin-right:20px;
	font-size:12px;
}

#commentform label {
	display:block;
	font-size:12px;
	margin:10px 10px 0 20px;
}
#commentform span.required {
	color:red;
	position:absolute;
	margin-left:5px;
}
#commentform fieldset {
	border:none;
	float:left;
	width:304px;
}
#comments .comment img {
	float:none;
	margin:0;
}
#comments .comment-body .rw-left {
	margin:0 0 10px 10px;
}
#section .article img.avatar {
	float:left;
	margin-right:15px;
	margin-top:-20px;
	border:0;
}
#comments ol.commentlist li.comment {
	margin:16px 0 40px 0px;
	list-style-type:none;
}
#comments ol.commentlist li.comment div {
	position:relative;
}
#comments ol.commentlist li.comment ul li{
	list-style-type:none;
}

#comments ol.commentlist li.odd .comment-body {
	background-color:#FFFFFF;
}
#comments .comment-author {
	float:left;
	width:96px;
	margin-top:20px;
	height:120px;
	background-color:#FFFFFF;
}
#comments .comment-author a.url {
	text-decoration:none;
}
#comments .comment-author h1 {
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	border:0;
}
#comments .comment-author h1 a {
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	border:0;
}

#comments .comment-author a.comment-edit-link {
	font-size:8px;
	font-style:italic;
	font-weight:normal;
	text-decoration:underline;
	color:#444444;
}

#comments .comment-body {
	background-color:#EEEEEE;
	border:1px #E4E4E4 solid;
	float:left;
	width:630px;
}
#comments .comment-body p {
	padding:0 10px 5px 10px;
}
#comments p.authorinfo {
	color:#444444;
	font-style:normal;
	font-size:11px;
}
#comments .reply {
	border-top:1px #E4E4E4 solid;
}
#comments .reply ul {
	margin-left:0;
}

#comments .reply h2 {
	font-size:8px;
	font-style:italic;
	font-weight:normal;
	color:#444444;
	margin:0 0 0 10px;
	padding-top:16px;
	border:0;
}

#comments .reply a.comment-edit-link {
	font-size:8px;
	font-style:italic;
	font-weight:normal;
	text-decoration:underline;
	color:#444444;
	border:0;
}

/* FOOTER */


#footer-container {
	background:url(img/bg-footer.png) #222222 repeat-x 0 0;
	clear:both;
	float:none;
	margin:30px 0 0;
	width:100%;
	height:325px;
}

#footer {
	color:#666666;
	line-height:18px;
	margin:0 auto;
	padding:50px 10px 60px;
	width:1050px;
}

#footer h4 {
	color:#999999;
	font-size:16px;
	line-height:20px;
	margin:0 0 10px;
}

#footer ul {
	float:left;
}
#footer li {
	list-style-type:none;
	float:left;
	margin:0 20px 0 0;
	width:305px;
}
#footer li li {
	float:none;
	margin:0;
	width:auto;
	border-bottom:1px #333 solid;
	padding:5px 0 5px 0;
}

#footer li li a {
	text-decoration:none;
	color:#555;
}

#footer li.widget {
	margin:0;
	width:200px;
	font-size:12px;
	margin-bottom:25px;
	margin-right:50px;
}
#footer li.widget a {
	color:#666666;
}
#footer li.widget a:hover {
	text-decoration:none;
}

/* ANORDNUNG CONTENT */

.align_left {
	float:left;
}

.align_right {
	float:right;
}

.alignleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.alignright {
	float:right;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}

/* CUSTOM POST TYPE: NEWS */

#news_container {
	width:730px;
	height:275px;
}

#news_container ul {
	list-style-type:none;
}

#news_container li {
	display:inline;
}

#news_container li a {
	background:url('img/sprite.png') -800px 0;
	font-size:18px;
	padding:3px 20px 3px 16px;
	color:#666666;
	text-decoration:none;
	width:100px;
}

#news_container li a:hover {
	background:url('img/sprite.png') -910px 0;
	color:#999999;
}

#news_container li.selected a {
	background:url('img/sprite.png') -660px 0;
	font-weight:bold;
	color:#FFFFFF;
	font-size:22px;
	margin-left:1px;
}

#news_container .news {
	margin:1px 0 0 1px;
	float:left;
	background:url('img/sprite.png') 0 -200px;
	border:1px #000000 solid;
	height:70px;
	width:355px;
	position:relative;
	display:block;
}

#news_container .news:hover {
	background:url('img/sprite.png') 0 -280px;
}

#news_container .post_thumbnail {
	float:left;
	border-right:1px #666666 solid;
}

#news_container .post_title {
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	float:right;
	width:275px;
	margin:8px 2px 0 0;
}

#news_container .post_title h1 a {
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}

#news_container .post_entry p {
	color:#C0C0C0;
	font-size:11px;
	width:280px;
	padding:10px 10px 0 80px;
}

#news_container .post_entry a {
	color:#C0C0C0;
	font-size:12px;
	font-weight:bold;
	padding:10 0 0 10px;
}

/* INDEX WIDGET AREA */

#index_widget_area {
	width:730px;
}

#index_widget_area .widget {
	list-style-type:none;
	font-size:12px;
	color:#666666;
	line-height:20px;
}

#index_widget_area h4 {
	margin:20px 0 10px 0;
	font-size:16px;
	color:#333333;
}

/* TABELLE SPIELERGEBNISSE CONTENT */

table.spiel {
	height:150px;
	width:350px;
	border:1px #888888 solid;
	background-image:url('img/bg-table.png');
}

table tr td.vereine {
	color:#555555;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}

table tr td.vereine a {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	text-decoration:none;
}

table tr td.viertelergebnis {
	color:#666666;
	font-size:11px;
	float:right;
	margin-right:20px;
	height:10px;
}

table tr td.ergebnis {
	color:#666666;
	font-size:16px;
	font-weight:bold;
	float:right;
	margin-right:20px;
	height:15px;
}

table tr td.schiedsrichter {
	color:#999999;
	font-size:11px;
	font-style:italic;
	float:right;
	margin-right:20px;
}

table tr td.label {
	float:left;
	margin-left:20px;
}
