/*
Theme Name: Markus' Soccer-Theme
Theme URI: http://markuszipfel.de/
Description: Custom WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Markus Zipfel
Author URI: http://markuszipfel.de/
Tags: blue, fixed width, two columns, widgets

	Markus' Theme v1.0
	 http://markuszipfel.de/

	This theme was designed and built by Markus Zipfel,
	whose blog you will find at http://blog.markuszipfel.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


* {
	margin: 0;
	padding: 0;
}

body {
	background: #68d -moz-linear-gradient(#15f, #6bf) no-repeat fixed top;
	background: #68d -webkit-gradient(linear, left top, left bottom, from(#15f), to(#6bf)) no-repeat fixed top;
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#15f, endColorstr=#6bf);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#15f, endColorstr=#6bf)";
	
	color: #333;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
}
	
h1, h2, h3, h4, p, li, th, td {
	font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	text-align: left;
}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
}

p.headline {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	font-size: 4em;
	font-weight: bold;
	line-height: 0.7em;
	padding-top: 7px;
	text-align: center;
}

p.headline a,
h1 a,
h2 a {
	color: #fff;
	text-decoration: none;
}

p.headline a:hover {
	text-shadow: #fff 0px 0px 4px;
}

p, li, th, td {
	font-size: 13px;
	line-height: 1.3em;
}

p, ul, ol, table{
	margin: 10px 0;
}

li, th, td {
	padding: 3px 3px 3px 0;
}

small,
small a{
	color: #999;
	font-size: 0.9em;
}

blockquote {
	background: url(images/background_blockquote.png) no-repeat top left;
	font-style: italic;
	margin: 15px 30px 15px 0;
	padding: 0 10px 0 50px;
}

hr {
	display: none;
}

a img {
	border: none;
}

code {
	background-color: #eee;
	display: block;
	font: 'Courier New', Courier, Fixed;
	overflow: auto;
	padding: 5px;
	white-space: nowrap;
}


/* --- PAGE --- */

#page {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
	padding-bottom: 140px;
	width: 960px;
}


/* --- HEADER --- */

#header {
	margin-bottom: 20px;
	padding: 20px 0;
	width: 960px;
}

#headerimg 	{
	background: url(images/background_header.png) repeat-x;
	border: 1px solid #000;
	margin: 0 29px;
	height: 60px;
	width: 900px;
}

#headerimg .description {
	display: none;
	text-align: center;
}


/* --- CONTENT --- */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 30px;
	margin: 0px 0 0;
	width: 620px;
}

.widecolumn {
	line-height: 1.6em;
	margin: 5px 0 0 58px;
	padding: 10px 0 20px 0;
	width: 850px;
}

.post {
	margin-bottom: 10px;
}

.post h1,
.post h2,
.post h3 {
	border-bottom: 1px solid #9fb4cc;
	color: #9fb4cc;
	font-size: 1.8em;
	line-height: 1.4em;
	padding: 3px 2px 0 2px;
}

.post h1 a,
.post h2 a,
.post h3 a {
	border-bottom: none;
	color: #9fb4cc;
}

.post h1 a:hover,
.post h2 a:hover,
.post h3 a:hover {
	background-color: transparent;
	color: #69c;
	text-decoration: none;
}

.post ul,
.post ol {
	background-color: #ddd;
	border: 2px solid #ccc;
	list-style-type: square;
	margin: 0 20px;
	padding: 5px 20px;
}

.post ol {
	list-style-type: decimal;
	padding: 5px 30px;
}

.post a {
	color: #000;
	border-bottom: 1px solid #69c;
	padding: 0 2px;
	text-decoration: none;
}

.post a:hover {
	background-color: #69c;
	border-bottom: none;
	color: #fff;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.post .entry p {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.6em;
	padding-bottom: 15px;
	word-spacing: 2px;
}

.post .wp-caption a {
	border-bottom: none;
}

.post .wp-caption a:hover {
	background-color: transparent;
}

.postmetadata {
	clear: both;
}

.narrowcolumn .postmetadata {
	background-color: #eee;
	font-size: 1.1em;
	margin-top: 2px;
	padding: 5px 15px 80px 15px;
	text-align: center;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#fff');
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top,  #eee,  #fff);
}

.narrowcolumn .postmetadata a {
	color: #444;
}

.narrowcolumn .postmetadata a:hover {
	color: #fff;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 30px 0px;
}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0 15px;
}

.navigation p a {
	color: #333;
	text-decoration: none;
}

.navigation p a:hover {
	color: #000;
	text-decoration: underline;
}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

	
/* --- COMMENTS --- */

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
	
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
}

.commentlist li {
	font-weight: bold;
	list-style: none;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
}

.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}

.children { padding: 0; }

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}

#commentform p a {
	color: #69c;
	text-decoration: none;
}

#commentform p a:hover {
	color: #69c;
	text-decoration: underline;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}

.commentlist .reply a,
.commentmetadata a {
	color: #000;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.commentlist li,
#commentform input,
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li .avatar { 
	border: 1px solid #ddd;
	padding: 2px;
	margin: 0 5px 0 0;
	background: #fff;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist cite a {
	color: #000;
}


/* --- SIDEBAR --- */

#sidebar
{
	margin-left: 680px;
	padding: 5px 0 10px 0;
	width: 250px;
}

#sidebar h2
{
	border-bottom: 1px solid #ccc;
	color: #999;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 1.3em;
	margin-top: 20px;
	padding-right: 10px;
	text-align: right;
}

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

#sidebar ul li
{
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0;
}

#sidebar ul li a
{
	color: #333;
	text-decoration: none;
}

#sidebar ul li a:hover {
	background-color: #69c;
	color: #fff;
}

#sidebar ul li.widget_tag_cloud h2 {
	margin-bottom: 2px;
}

#sidebar ul li.widget_tag_cloud a {
	padding: 0 5px;
}

#sidebar ul li.widget_tag_cloud a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidebar ul li ul li a {
	display: block;
	padding: 1px 5px;
}

#sidebar ul li ul li a:hover {
	border-left: 2px solid #000;
	padding-left: 3px;
}

#sidebar #searchform {
	background-color: #fff;
	border: 1px solid #9fb4cc;
	padding-right: 2px;
	width: 238px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidebar #searchform input#s {
	background-color: #fff;
	border: none;
	height: 20px;
	margin: 1px 0 1px 3px;
	width: 200px;
}

#sidebar #searchform button#searchsubmit {
	background-color: #fff;
	border: none;
	color: #888;
	cursor: pointer;
	float: right;
	padding: 3px 0 0 0;
}



/* --- FOOTER --- */

#footer {
	background: url(images/gras.png) bottom;
	bottom: 0;
	height: 50px;
	padding-top: 96px;
	position: fixed;
	width: 100%;
	z-index: 2;
}

#footer p {
	color: #060;
	font-size: 1em;
	text-align: center;
}

#footer p a {
	border-bottom: none;
	color: #060;
	text-decoration: none;
}

#footer p a:hover {
	color: #060;
	text-decoration: underline;
}


/* --- CALENDAR --- */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar caption, cite {
	text-decoration: none;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/* --- CAPTIONS --- */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px 0 0 0;
	margin: 20px 0;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* --- IMAGES --- */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright {
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 2px;
	display: inline;
}


/* --- GALLERY --- */

.widecolumn .attachment a,
.widecolumn .attachment a:hover,
.widecolumn .navigation a,
.widecolumn .navigation a:hover,
.gallery a,
.gallery a:hover {
	background: transparent !important;
	border: none !important;
}

.widecolumn .attachment a img,
.widecolumn .navigation a img.attachment-thumbnail,
.gallery a img {
	border: 2px solid #cdcdcd !important;
}

.widecolumn .attachment a img:hover,
.widecolumn .navigation a img.attachment-thumbnail:hover,
.gallery a img:hover {
	border: 2px solid #113388 !important;
}


/* --- VARIOUS --- */

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.addthis_container {
	background-color: #ddd;
	border-top: 1px dotted #ccc;
	margin-top: 20px;
	padding: 5px 5px 3px 5px;
	text-align: left;
}

.addthis_container a,
.addthis_container a:hover {
	background-color: transparent;
	border: none;
}

.indent {
	padding-left: 150px;
}

.alignleft,
.left {
	float: left;
	padding-right: 15px;
}

.alignright,
.right {
	float: right;
	padding-left: 15px;
}

.center {
	text-align: center;
}

.top {
	background-color: #eee;
	margin-top: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 0;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.bottom-space {
	padding-bottom: 15px;
}

.top-space {
	padding-top: 15px;
}

/* --- Decoration --- */

#decoration {
	background: url(images/fussball.png) no-repeat bottom right;
	bottom: -30px;
	height: 200px;
	position: fixed;
	right: 10px;
	width: 200px;
	z-index: 2;
}