/*  
Theme Name: Episodenguide
Theme URI: http://www.episodenguide.de/
Description: Das Theme von www.episodenguide.de
Version: 0.1
Author: Florian Koenig-Heidinger
Author URI: http://www.spitzohr.de/
*/

html {
	overflow-y: scroll;
	overflow-x: auto;
}

body {
	background: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
  background: #000000 url(/styles/images/starfield.jpg) top left;
  background-attachment: fixed;
}
a:link, a:visited {
	color: #99ccff;
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
p {
	padding: 0.25em;
}
hr {
	clear: both;
	border-style: none;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
h1 {
	font-size: 2em;
	margin: 0;
	background-color: #000000;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 0.25em;
	text-shadow: #000000 2px 2px 2px;
}
.description {
	text-shadow: #000000 2px 2px 2px;
}
.content h1 {
	border: none;
	padding: 0;
}
h2 {
	font-size: 1.5em;
	clear: both;
	padding: 0.25em;
	padding-top: 0.5em;
	margin: 0;
}
h3 {
	font-size: 1em;
}
small {
	font-size: 11px;
	font-weight: normal;
}
.post h2 a:link, .post h2 a:visited {
	color: #000000;
	text-decoration: none;
	text-shadow: #336699 2px 2px 2px;
}
td {
	background: #000000;
	color: #ffffff;
	padding: 0.25em;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
tbody th {
	padding-top: 1em;
}

.hover td {
	cursor: pointer;
	background-color: #ff9900;
	color: #000000;
}
.hover td.no-hover {
	background-color: #000000;
	cursor: default;
	color: #ffffff;
}
.hover td a {
	color: #000000;
	text-decoration: underline;
}

#page {
	width: 75em;
	text-align: left;
	margin: 4em auto 0;
	background: #000000 url(/templates/default/images/outer_left.jpg) top left repeat-y;
}
#page-inner {
	background: url(/templates/default/images/outer_right.jpg) top right repeat-y;
}
#header {
	background: url(/templates/default/images/outer_top_left.jpg) top left no-repeat;
}
#header-inner {
	background: url(/templates/default/images/outer_top_right.jpg) top right no-repeat;
	padding: 2em 1em 2.5em;
}
#header h1 {
	margin: -2em 0 0;
	padding: 0;
	background: transparent;
	border: none;
	color: #ffffff;
}
#header h1 a {
	color: #ffffff;
}
#body {
	width: 75em;
	clear: both;
	float: left;
}
#sidebar-left {
	width: 17.5em;
	float: left;
}
#mainmenu {
	margin: 0 2em 0 1.5em;
}
#facebook {
    width: 166px;
    margin: 2em 2em 0 1.5em;
}
#content {
	float: left;
	width: 56em;
}
#footer {
	background: url(/templates/default/images/outer_bottom_left.jpg) bottom left no-repeat;
	clear: both;
}
#footer-inner {
	padding: 1em 1.5em;
	background: url(/templates/default/images/outer_bottom_right.jpg) bottom right no-repeat;
	text-align: right;
	text-shadow: #000000 2px 2px 2px;
}
#footer a {
	color: #99ccff;
}
#footer a:hover {
	color: #ffffff;
}
#footer p {
	margin: 0;
	padding: 0;
}
#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenu li {
	background-color: #000000;
	border: none;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	margin-bottom: 0.5em;
}
#mainmenu a {
	color: #99ccff;
	display: block;
	padding: 0.5em;
}
#mainmenu strong a {
	background-color: #99ccff;
	color: #000000;
}
#mainmenu a:hover {
	background-color: #ff9900;
	color: #000000;
}
#mainmenu li ul {
	margin-left: 1em;
}
#mainmenu li li {
	border: none;
	margin: 0;
	margin-top: 1px;
}
#mainmenu li li a {
	padding: 0.25em;
	margin: 0;
}
#mainmenu form {
	margin-bottom: 0.25em;
}
#mainmenu input {
	margin: 0;
	padding: 1px;
	border: 2px solid #999999;
	width: 5em;
}
#mainmenu button {
	padding: 0;
	margin: 0;
}

.description .picture {
	float: right;
	width: 192px;
	margin: 0.5em;
	padding: 0.5em;
	background-color: #000000;
}

.description form {
	margin: 0;
}
.description select {
	margin: 0;
	padding: 1px;
	border: 2px solid #999999;
	width: 5em;
}
.description button {
	padding: 0;
	margin: 0;
}
.page-navigation {
	height: 2em;
	margin-bottom: 0.5em;
}
.page-navigation .previous-episode, .page-navigation .next-episode {
	text-align: center;
	float: left;
	width: 22em;
}
.page-navigation .season {
	margin: 0 1em;
	float: left;
	width: 10em;
	text-align: center;
}
.page-navigation a, .page-navigation span {
	display: block;
	padding: 0.25em 0.5em;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	background-color: #000000;
}
.page-navigation a:hover {
	background-color: #ff9900;
	color: #000000;
}

.post {
	margin: 1em 0;
	border: 1px solid #99ccff;
}
.post h2 {
	background-color: #99ccff;
	color: #000000;
	margin: 0;
	padding: 0.25em;
}
.post h3 {
	font-size: 1.5em;
	margin: 1em 3px 0;
	color: #99ccff;
	border-bottom: 1px solid #99ccff;
}
#accordion h3 {
	margin: 0;
	padding-left: 2em;
	font-size: 1em;
	color: #ffffff;
	border-bottom: none;
}
.post p {
	margin: 0;
	padding: 3px;
}
.post pre {
	margin: 0;
	padding: 3px;
}
.post .meta {
	border-top: 1px solid #99ccff;
	margin-top: 0.5em;
}

#sitetitle strong {
	font-size: 2em;
}
#pathway {
	display: block;
	padding: 0.25em 0.5em;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	background-color: #000000;
	margin-bottom: 0.5em;
}
#pathway a {
	color: #99ccff;
}
#pathway a:hover {
	color: #ffffff;
}

.list th a {
	display: block;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	padding: 0.25em;
	background-color: #000000;
	padding-right: 1em;
}

.list th strong a {
	background: #99ccff url(/templates/default/images/order_by_desc.gif) bottom right no-repeat;
	color: #000000;
}
.list th a:hover {
	color: #000000;
	background: #ff9900 url(/templates/default/images/order_by_desc.gif) bottom right no-repeat;
}
.list {
	margin-bottom: 1em;
}
.page, .content {
	padding: 0.25em 0.5em;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	background-color: #000000;
	margin-bottom: 1em;
}
.tracker {
	margin-top: 1em;
	float: right;
}
.toggler-closed {
	cursor: pointer;
	padding-left: 1.5em;
	text-decoration: underline;
	background: url(/templates/default/images/toggler-closed.gif) 0 1em no-repeat;
}
.toggler-opened {
	cursor: pointer;
	padding-left: 1.5em;
	text-decoration: underline;
	background: url(/templates/default/images/toggler-opened.gif) 0 1em no-repeat;
}
.toggler-hover {
	color: #ff9900;
}
h3.toggler-opened, h3.toggler-closed {
	background-position: 0 0;
}

input.text {
	margin-bottom: 12px;
	width:95%;
	padding: .4em;
}
fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}

.tracking-button {
	display: block;
	width: 200px;
	padding: 5px;
	color: #000000;
	background-color: #ff9900;
	text-align: center;
}
.tracking-button strong {
	color: #000000;
}
.tracking-button:hover {
	background-color: #ffffff;
}

#header-ads {
	width: 500px;
	margin: 0 auto;
}

#sidebar-left ul, #sidebar-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar-left .widget {
	margin: 0 2em 1em 1.5em;
}
#sidebar-left .widget_stegmenu {
	margin-bottom: 0;
}
.widgettitle {
	font-size: 1em;
	margin: 0 0 0.25em;
	padding: 0;
}
.widget li {
	background-color: #000000;
	border: none;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	margin-bottom: 0.5em;
}
.widget a {
	color: #99ccff;
	display: block;
	padding: 0.5em;
}
.widget .current_page_item a {
	background-color: #99ccff;
	color: #000000;
}
.widget a:hover {
	background-color: #ff9900;
	color: #000000;
}

.code-cftag {
	color: #ff9900;
}
.code-cfvar {
	color: #0099ff;
}
.code-sql {
	color: #ff0000;
}
#accordion h2 {
	padding-left: 2em;
}


body #openid_enabled_link, body .openid_link, body #openid_identifier, body #commentform #openid_identifier {
	background: none !important;
	padding-left: 0 !important;
}
.commentlist, .commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist {
	padding-top: 0.5em;
	border-top: 1px solid #99ccff;
}
.commentlist li {
	margin: 0.25em 0.25em 1em;
}
.comment {
	min-height: 60px;
}
.comment .avatar {
	position: absolute;
	margin-left: -60px;
	margin-right: 1em;
}
.comment .comment-author {
	padding-left: 3px;
	display: inline;
	font-weight: bold;
	font-size: 1.5em;
}
.comment .comment-meta {
	display: inline;
	color: #999999;
}
.comment .comment-meta a {
	color: #999999;
}
.commentlist .comment {
	padding-left: 60px;
	border-bottom: 1px solid #99ccff;
}
.comment .reply {
	clear: left;
}

.navigation {
	line-height: 1em;
	height: 1em;
	margin: 1em 0.25em;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}

.comment ul {
	padding-left: 0;
	margin-top: 0.5em;
}
.commentlist .comment li {
	padding-top: 0.5em;
	border-top: 1px solid #99ccff;
	border-bottom: none;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	padding: 5px;
}

#topmenu {
	float: right;
}
#topmenu ul, #topmenu li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul#menu-top-menue {
	padding: 0 0.5em 0 1em;
	margin: 0;
	list-style: none;
}
ul#menu-top-menue li {
	list-style: none;
	display: inline;
	margin: 0 0 0 0.25em;
	border: none;
}
ul#menu-top-menue a {
	display: inline;
	padding: 0.25em 0.5em;
	background-color: #000000;
	color: #ffffff;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;	
}
ul#menu-top-menue li.current-menu-item a,
ul#menu-top-menue li.current_page_parent a {
	background-color: #99ccff;
	color: #000000;
}
ul#menu-top-menue li a:hover {
	background-color: #ff9900;
	color: #000000;
}

#sidebar-left .widget_archive ul 
{
	background-color: #000000;
	padding: 0.5em;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
.widget_archive li {
	background: transparent;
	margin: 0;
	padding: 0;
	border: none;
}
.widget_archive a {
	display: inline;
	padding: 0;
}

.alignright {
	float: right;
	margin-left: 10px;
}
