/*
Theme Name: Maultaschen Prototype
Theme URI: http://www.maultaschen-tuebingen.de/
Description: A theme for the Tübingen Maultaschen Ultimate Frisbee team.
Version: 1.0
Author: Tyler Crawford
Author URI: http://www.brownlowdown.net/
Tags: maultaschen, frisbee, tübingen
*/

body {
	padding:0;
	margin:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:17px;
}

div.centered {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	overflow:hidden;
}

/* Header-photo. */
#header {
	background-color:#0000CC;
	margin-top:-45px;
	background-image:url(images/header-gradient.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

#header img {
	border:0;
}

/* Links. */
#quick-links {
	background-color:#000044;
	border-top:1px solid #cccccc;
	color:#fffffff;
	padding:10px;
	overflow:hidden;
	background-image:url(images/footer-gradient.png);
	background-position:top;
	background-repeat:repeat-x;
}

#quick-links a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding:21px;
}

#quick-links a:hover {
	color:#adadef;
	text-decoration:underline;
}

#quick-links a.current {
	background-image:url(images/white-transparent.png);
}

/* Content. */
#content {
	background-color:#e84e02;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

div.streams {
	background-image:url(images/streams.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#eight-hundred {
	width:800px; margin-left:auto; margin-right:auto; padding-top:10px; padding-bottom:10px; overflow:hidden;
}

#eight-hundred img {
	border:1px solid #333333;
}

#right-column {
	float:right; width:200px; padding:0; margin:0;
}

#left-column {
	float:left; color:#ffffff; width:575px; padding:0; margin:0; padding-right:12px; border-right:1px dashed #ffffff;
}
#left-column img {
	width:100%;
}

h2.intro-blue {
	text-align:center;
	color:#030b6e;
	padding:0;
	margin:0;
	margin-bottom:5px;
}

h2.intro-black {
	text-align:center;
	padding:0;
	margin:0;
	margin-bottom:5px;
	color:#000000;
}

h2 {
	margin:0;
	font-size:15px;
	text-align:left;
}

h3 {
	padding:0;
	margin:0;
	padding-bottom:8px;
	border-bottom:1px dashed #eeeeee;
}

p {
	text-align:justify;
}

div.widget {
}

div.widget p {
	margin:0;
	padding:7px 0px 7px 0px;
}

div.widget ul {
	margin-left:15px;
	padding-left:0;
}

div.widget-body {
	background-color:#d3d3d3;
	border:1px solid #000044;
	padding:10px;
	color:#000044;
	margin:2px 0px 10px 0px;
	background-image:url(images/widget-gradient.png);
	background-repeat:repeat-x;
	background-position:top;
}

#grass {
	background-image:url(images/grass.gif);
	border:1px solid #000000;
	padding-top:30px;
	padding-bottom:30px;
	background-position:center top;
	margin-bottom:10px;
}

/* Footer. */
#footer {
	background-color:#0000CC;
	padding-top:20px;
	padding-bottom:30px;
	font-size:11px;
	background-image:url(images/footer-gradient.png);
	background-position:top;
	background-repeat:repeat-x;
}

#footer a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
}

#footer a:hover {
	color:#adadef;
}


/* WordPress-specific tags. */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.navigation {
	overflow:hidden;
	margin-bottom:5px;
	padding:5px 0px 5px 0px;
}

.navigation a {
	text-decoration:none;
	padding:5px 15px 5px 15px;
	background-color:#666666;
	color:#eeeeee;
	border:1px solid #eeeeee;
}
.navigation a:hover {
	text-decoration:underline;
}

ul {
	text-align:left;
}

table {
	width:100%;
}
th {
	text-align:center;
	background-image:url(images/titles-rounded-bg.png);
}
td {
	text-align:center;
}
