/*   
Theme Name: Mein HSV Moment
Theme URI: http://www.kaliber5.de
Description: A search engine optimized website framework for WordPress.
Author: Marlon Hänsdieke
Author URI: http://www.kaliber5.de
Version: 1.0
Tags: Fussball, HSV, Momente
.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; !important;
	color: #4f4f4f;
}

p {
	margin: 0 0 12px 0;
	font-size: 18px;
}

a:focus {
	outline: none;
}

a.ang {
	font-weight: bold;
}

a img {
	border: none;
}

#page {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#balken {
	display: none;
	width: 100%;
	height: 57px;
	position: absolute;
	top: 76px;
	left: 0;
	background: #000000;
}

#head {
	display: none;
	height: 247px;
	width: 950px;
	padding: 0 0 0 25px;	
	position: relative;
	
	background: url(img/head.png) no-repeat;
}


* html #head {
	background: url(img/head.gif) no-repeat;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://mein-hsv-moment.de/wp-content/themes/mein-hsv-moment/img/head.png');*/
}



#meta {
	position: absolute;
	width: 292px;
	height: 16px;
	top: 25px;
	top: 133px;
	right: 0;
/*	background: #ffffff;*/
	line-height: 11px;
	padding: 3px 10px 0 10px;
}

ul.meta li {
	float: left;
	margin-left: 10px;
}

#meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#meta ul li a {
	font-size: 10px;
	color: #000000;
}

#meta ul.left {
	float: left;
}

#meta ul.right {
	float: right;
}

#quote {
	position: absolute;
	right: 313px;
	top: 16px;
	width: 275px;
	font-size: 15px;
	color: #ffffff;
}

#info {
	position: absolute;
	top: 84px;
	right: 0;
	width: 170px;
	line-height: 13px;
}

#info a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

span.red {
	color: #e20000;
}

#navigation {
	position: absolute;
	bottom: 36px;
	height: 60px;
	width: 100%;
}

* html #navigation {
	bottom: 33px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 60px;
}

#navigation ul li {
	float: left;
	height: 60px;
	width: 182px;
	margin: 0 7px 0 0;

	font-size: 20px;
	text-align: center;
	color: #ffffff;
}

#navigation ul li.act {
	background: #ffffff;
}

#navigation ul li a {
	text-decoration: none;
	display: block;
	height: 40px;
	padding: 20px 0 0 0;	
	text-indent: -10000px;
	overflow: visible;
}

#navigation ul li.act a {
	color: #000000;
}


#navigation ul li.button-1 {
	background: url(img/sprite-hsv-momente.gif) no-repeat;
}

#navigation ul li.page-item-3 {
	background: url(img/sprite-mein-moment.gif) no-repeat;
	width: 186px;
}
#navigation ul li.page-item-20 {
	background: url(img/sprite-das-buch.gif) no-repeat;
	width: 186px;
}
* html #navigation ul li.page-item-3, * html #navigation ul li.page-item-20 {
	width: 182px;
}

#navigation ul li.current_page_item {
	background-position: 0 -60px;
}

#navigation ul li.search, #navigation ul li.search-act {
	padding: 16px 0 0 0;
	height: 43px;
	width: 383px;
	margin: 0;
	background: url(img/sprite-suche.gif) no-repeat;
}

#navigation ul li.search-act {
	background-position: 0 -60px;	
}

#navigation ul li.search-act input.search {
	background: #f6f6f6;
}

input.search {
	width: 210px;
	margin: 0 7px 0 50px;
	border: none;
	padding: 4px;
}

#sortbox {
	height: 25px;
	width: 935px;
	position: absolute;
	bottom: 0;
	background: #ffffff;
	padding: 11px 0 0 15px;
	border-bottom: 1px #0f39b8 dashed;	
}

span.left {
	float: left;
}
span.right {
	float: right;
}
span.admin {
	margin: 0 15px 0 0;
}

#sortbox a {
	color: #000000;
}

#sortbox span.selected {
	font-weight: bold;
	color: #e20000;
}

#content-container {
	margin: 0 25px;
	background: #ffffff;
	overflow: visible;
	width: 950px;
}

* html #content-container {
	margin-top: -2px;
}

#content-main {
	width: 100%;
	float: none;
	margin: 15px;
}

#comments {
	display: none;
}

#content-teaser {
	display: none;
	margin: 23px 0;
	float: left;
}

#sidebar {
	width: 355px;
}

.comment, .entry {
	border: none;
}

.entry {
	padding: 0 0 11px 0;
	overflow: visible;
}

.entry img {
	margin: 3px 10px 8px 0;
	float: left;
}

.story .entry img.story-img {
	width: 230px;
}

.ratings img {
	float: none;
	margin: 0;
}

/*
.entry p img {
	margin: 0 0 10px 0;
}
*/

.comment {
	padding: 0 0 10px;
}
/*
.topstory a, .story a, .story-detail a {
	color: #000000;
	text-decoration: none;
}
*/

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


.topstory h1, .story h1, .story-detail h1 {
	margin: 9px 0 13px 0;
	font-weight: bold;
	font-size: 30px;
	color: #cc0000;	
	line-height: 25px;
}


.story h1 {
	font-size: 20px;
	margin-top: 15px;
}


#content-main h2 {
	font-size: 20px;
	color: #cc0000;
	font-weight: bold;	
	padding: 0;
	margin: 9px 0 13px 0;
	width: 560px;
}


.topstory h1 a, .story h1 a, .story-detail h1 a {
	color: #cc0000;
	text-decoration: none;
}

p.topstory-info-container {
	overflow: hidden;
	margin: 0 0 15px 0;
	width: 100%;
}

div.rate {
	overflow: visible;
	margin: 15px 0 0 0;
	padding: 11px 0 0 0;
	width: 100%;
	display: block;
	border: none;
}

span.topstory-info, span.ratings {
	float: left;
}

span.rateit {
	font-weight: bold;
}

.entry-content {
	overflow: visible;
}

div.ratings {
/*	width: 141px;*/
	font-size: 11px;
	height: 26px;
	float: left;
	font-weight: bold;
}
span.rateit {
/*	text-align: right;*/
	width: 170px;
/*	height: 26px;*/
	padding: 2px 26px 0 0;
	font-size: 11px;
	line-height: 12px;
}	

span.topstory-info a {
	color: #000000;
}

span.topstory-top100, span.rateit {
	float: right;
}

span.rating-count-label {
/*	width: 85px;*/
	float: left;
	line-height: 12px;
	margin: 11px 10px 0 0;
	font-size: 18px;
}

span.rating-count {
	font-size: 29px;
	color: #999999;
/*	width: 34px;*/
	text-align: center;
	float: left;
}

p.req {
	font-size: 10px;
	margin: 13px 0 0 7px;
	color:#999999;
}

img.story-img {
	float: left;
	margin: 0 10px 0 0;	
}

.comment p.info {
	font-weight: bold;
}

/* FORM ALLGEMEIN */
input.text {
	border: none;
	background: #f6f6f6;
	padding: 2px;
	width: 250px;
	border: 1px dashed #0F39B8;
}
.csc-form-labelcell {
	padding: 0 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 0 0;
}
input.checkbox {
	margin: 3px 0 0 0;
}

/* RATEIT FORM */
.rateit .csc-form-row {
	margin: 0 0 6px;
	overflow: visible;
}
* html .rateit .csc-form-row {
	height: 1%;
}
.rateit .button {
	margin: 30px 0 6px;
}
.rateit .csc-form-fieldcell {
	margin: 0 5px 0 0;
	padding: 2px;
}
.rateit .float-container {
	overflow: visible;
	margin: 0 0 20px 0;
}
.rateit .left {
	width: 265px;
	float: left;
}
.rateit .right {
	width: 265px;
	float: right;
}	
.rateit .xl {
	width: 460px;
}
.rateit .checklabel {
	margin: 4px 0 0 25px;
	font-weight: normal;
	font-size: 11px;
}

/* USERPOST FORM */
.userpost .csc-form-row {
	margin: 0 0 6px;
	overflow: visible;
}
* html .userpost .csc-form-row {
	height: 1%;
}
.userpost .button {
	margin: 30px 0 6px;
}
.userpost .csc-form-fieldcell {
	margin: 0 5px 0 0;
	padding: 2px;
}
.checkbox {
	width: 20px;
	float: left;
}

.userpost .float-container {
	overflow: visible;
	margin: 0 0 20px 0;
}
.userpost .left {
	float: left;
	width: 265px;
}
.userpost .right {
	float: right;
}
.userpost .xl {
	width: 460px;
}	
* html .userpost .xl, *:first-child+html .userpost .xl {
	width: 460px;
}
.userpost .checklabel {
	margin: 4px 0 0 25px;
	font-weight: normal;
	font-size: 11px;
}
.userpost textarea {
/*	width: 592px;*/
	width: 539px;
	height: 120px;
	border: none;
	background: #f6f6f6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	border: 1px dashed #0F39B8;
}
.userpost select {
	border: none;
	background: #f6f6f6;
	border: 1px dashed #0F39B8;
	height: 22px;
	width: 60px;
}
.userpost .csc-form-fieldcell input.date {
	width: 98px;
}
.userpost .smallrow {
	width: 265px;
}
span.hint {
	font-weight: normal;
	font-size: 11px;
}
div.invalid {
	border-top: 1px dashed red;
	border-bottom: 1px dashed red;
	padding: 8px 2px;
	color: red;
	margin: 0 0 23px 0;	
}
div.invalid ul {
	list-style:square;
	padding: 10px 0 6px 30px;
}

/* NICKNAME FORM */
.nickname .csc-form-labelcell {
	padding: 0 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 0 0;
}


.content-dummy {
	width: 356px;
/*	width: 300px;*/
/*	height: 203px;*/
	background: url(img/content-dummy-bg.gif);
	margin: 0 0 15px 0;
}

li.widget_tag_cloud a {
	text-decoration: none;
	color: #333333;
}

li.widget_tag_cloud a:hover {
	text-decoration: underline;
}


#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li h2 {
	color: #0f39b8;
	font-size: 12px;
	font-weight: bold;
}

/* Countdown */
.countdown-container {
	width: 100%;
	height: 100%;
	position: absolute;
}


#countdown {
	position: absolute;
	left: 25px;
	top: 0;
	width: 217px;
}

#countdown ul {	
	list-style: none;
	margin: 0;
	padding: 0;
}

#countdown ul li {	
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #0f39b8;
	height: 33px;
}

#countdown ul li.first {	
	padding-left: 0;
}

#countdown ul li.last {	
	border-right: none;
}

#countdown ul img.first_digit {
	margin: 0 1px 0 0;
}

#countdown img.days {
	position: absolute;
	bottom: 0;
	left: 0;	
}

#countdown img.hours {
	position: absolute;
	bottom: 3px;	
	left: 92px;
}

#countdown img.minutes {
	position: absolute;
	bottom: 3px;	
	left: 161px;
}

.navigation {
	margin-top: 15px;
}

h1.rateit {
	font-size: 14px;
	margin: 0 0 5px 0;
	font-style: italic;
}

a.get-nickname {
	font-size: 11px;
}

a.more-link {
	display: none;
	font-weight: bold;
}

a.buch_vorbestellen {
	overflow: visible;
	text-indent: -1500px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/teaser/hsv-teaser-buch-sprite.gif) no-repeat;
}
a.mach_mit {
	overflow: visible;
	text-indent: -1500px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/teaser/hsv-teaser-machmit-sprite.gif) no-repeat;
}

a.buch_vorbestellen:hover, a.mach_mit:hover {
	background-position: 0 -150px;
}

a.uwe_seeler {
	overflow: visible;
	text-indent: -1500px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/teaser/uwe-seeler-moment.gif) no-repeat;
}
a.uwe_seeler:hover {
	background-position: 0 -250px;
}

.teaser-item {
	width: 355px;
	height: 150px;
	margin:0 0 15px;
}

.teaser-item-large {
	width: 355px;
	height: 250px;
	margin:0 0 15px;
}

a.header-link {
	position: absolute;
	width: 569px;
	height: 57px;
	text-indent: -1500px;
	overflow: visible;
	top: 76px;
	left: 25px;
}

ol {
	list-style: none;
	background: #f2f2f2;
	border: 1px solid #cccccc;
	width: 275px;
	margin: 17px 0 0 139px;
}

ol li {
	padding: 15px 0 0 47px;
	background: url(img/shoppingbasket.gif) no-repeat 8px center;
	height: 29px;
}

ol li a {
	font-weight: bold;
}

#alternativ-counter {
	width: 450px;
	height: 70px;
	background: url(img/alternativ_counter8.png);
}

* html #alternativ-counter {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://mein-hsv-moment.de/wp-content/themes/mein-hsv-moment/img/alternativ_counter8.png');
}

a.rateit-button {
	width: 186px;
	height: 35px;	
	overflow: visible;
	display: block;
	text-indent: -1500px;	
	background: url(img/rateit-button.gif) no-repeat;
}
a.rateit-button:hover {
	background-position: 0 -35px;
}

div.twitter-box {
	float: right;
	padding: 0 15px 0 0;
}
* html div.twitter-box {
	padding: 0;
}
div.twitter-box a {
	background: url(img/twitter.png) no-repeat right 0;
	padding: 1px 22px 0 0;
	font-weight: bold;
}

li.widget_tag_cloud {
	margin: 0 0 15px 0;
}

/* Promi Momente */
#vim {
	width: 353px;
	border: 1px solid #000000;
	margin: 0 0 15px 0;
}
#vim .vim-button {
	height: 156px;
}
#vim .vim-button a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
	background-repeat: no-repeat;
}
#vim .vim-button a:hover {
	background-position: 0 -156px;
}
#vim .vim-list {
	background: #010165;
	height: 100%;
}
#vim .vim-list h2 {
	margin: 0;
	padding: 0;
}
#vim .vim-list ul {
	list-style: none;
	padding: 0 10px 10px 10px;
	margin: 0;	
}
#vim .vim-list ul li {
	height: 25px;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	background: #ffffff url(img/vim/vim-arrow.gif) no-repeat 320px center;
}
#vim .vim-list ul li a {
	display: block;
	width: 100%;
	height: 20px;
	text-decoration: none;
	padding: 5px 0 0 0;
}
#vim span.vim-author, #vim span.vim-title {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
#vim span.vim-author {
	color: #000000;
	margin-right: 4px;
}
#vim span.vim-title {
	color: #cc0000;
}