/*
	Theme Name: Spooky
	Description: Spooky is a dark, gothic style wordpress theme.
	Author: Esther Nowack
	Author URI: http://webmatter.de
	Version: 1.03
	Tags: black, two-columns, fixed-width, translation-ready

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/******************************************************************************

	Structure

*******************************************************************************/
#content a.pay {color: blue;text-decoration:none;}
#content a.pay:visited {color: blue;}
#content a.pay:hover {color: red;}

html {
	min-height: 101%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(bottom-bg.jpg) center bottom fixed no-repeat;
	width: 980px;
	color: silver;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: .5px;
	}

#wrap {
	width: 960px;
	background: url(header.jpg) center 20px fixed no-repeat;
	margin: 10px auto 10px;
	padding: 5px 10px 5px 10px;
	position: relative;
	text-align: left;
	}
/*******************************************************************************

	General

*******************************************************************************/

a, a:visited {
	color: #696969;
	text-decoration: none;
	}

a:hover {
	color: #f4f4f4;
	text-decoration: none;
	}

a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none;
	}
blockquote {
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border-left: 3px solid #DDDDDD;
	}
.clear {
	clear: both;
	}

/*******************************************************************************

	Headlines

*******************************************************************************/
#main h1, #mainfull h1 {
		font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#main h2, #mainfull h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#main h2 a, #main h2 a:visited,
#mainfull h2 a, #mainfull h2 a:visited  {
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px;
	color: #f4f4f4;
	}

#main h2 a:hover,
#mainfull h2 a:hover {
	color: #696969;
	text-decoration: none;
	}

h2.ah {
	border-top: 1px dotted #696969;
	border-bottom: 1px dotted #696969;
		margin: 0px 0px 20px 0px !important;
	padding: 2px 10px !important;
	margin-right: 10px !important;
	background: #333;
	opacity: .70;
	filter: alpha(opacity=70);
}

h3.ah {
	border-top: 1px dotted #696969;
	border-bottom: 1px dotted #696969;
	margin: 0px 0px 10px 0px !important;
	padding: 2px 20px !important;
	background: #333;
	opacity: .70;
	filter: alpha(opacity=70);
}
h3, h4, h5, h6 {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font-weight: normal;
}
h3, h4 {
	font-size: 22px;
	}

h5, h6 {
	font-size: 20px;
}

/*******************************************************************************

	Header

*******************************************************************************/

#header {
	clear: both;
	width: 960px;
	height: 100px;
	color: #FFFFFF;
	margin: 0px;
	padding: 40px 0px;
	overflow: hidden;
	position: relative;
	}
#header p {
	font-size: 20px;
	padding: 20px 0px 0 10px;
}
#header h1 {
	color: #bbb;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0 10px;
	text-decoration: none;
	}
#header h1.image {
	position: absolute;
	top: 0px;
	left: 0;
	width: 460px;
}
#header h1.image a {
	display: block;
}
#header h1 a, #header h1 a:visited {
	color: #f74800;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#header h1 a:hover {
	color: #fff;
	text-decoration: none;
	}


/*******************************************************************************

	Topmenu

*******************************************************************************/

#topmenu {
	width: 960px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
#topmenuleft {
	width: 700px;
	float: left;
}
#topmenuright {
	width: 250px;
	float: right;
	text-align: right;
}
#topmenu a, #topmenu a:visited {
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

#topmenu a:hover {
	color: #fff;
	}


/*******************************************************************************

	Navigation

*******************************************************************************/

#nav1 {
	margin: 0px;
	padding: 0px;
	}

#nav1 ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav1 li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav1 li a, #nav1 li a:link, #nav1 li a:visited {
	color: silver;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
   margin: 0px;
   text-transform: uppercase;
	padding: 3px 10px 3px 10px;
	line-height: 1.5em;
	font-size: 13px;
	}

#nav1 li.current_page_item a, #nav1 li.current_page_parent a, #nav1 li.current_page_ancestor a, #nav1 li a:hover, #nav1 li a:active {
	background: #696969;
	opacity: .80;
	filter: alpha(opacity=80);
	color: #FFFFFF;
   margin: 0px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	}

#nav1 li li a, #nav1 li li a:link, #nav1 li li a:visited {
	background: #000;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 135px;
	color: silver;
	float: none;
	margin: 0px 0px 0px -1px;
	padding: 3px 10px 3px 10px;
	border-top: 1px solid #444;
	}

#nav1 li li a:hover, #nav1 li li a:active {
	background: #333;
	opacity: .90;
	filter: alpha(opacity=90);
	color: #fff;
		}

#nav1 li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 155px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #444;
	opacity: .99;
	filter: alpha(opacity=99);
	}

#nav1 li li {
	}

#nav1 li ul a {
	width: 135px;
	}

#nav1 li ul a:hover, #nav1 li ul a:active {
	}

#nav1 li ul ul {
	margin: -26px 0 0 156px;

	}

#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
	}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;

	}

#nav1 li:hover, #nav1 li.sfhover {
	position: static;
	}

.rsslink {
	padding: 3px 10px 3px 20px;
	background: url(images/rss.png) no-repeat left center;
	text-transform:none;
	font-size: 13px;
	}
.twitter {
	padding: 3px 10px 3px 20px;
	background: url(images/twitter.png) no-repeat left center;
}
/*******************************************************************************

	Content

*******************************************************************************/

#content {

	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 1.8em;
	overflow: hidden;
	}
#content p {
	margin: 5px 0;
}

#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#main {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px;
	min-height: 500px;
	}

#mainfull {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}


#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

div.breadcrumb {
	margin: 15px 0 20px 0;
}

.post {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 0px 10px;
	}
.home {
	padding-top: 30px;
}


.post p, #mainfull p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

.post ul, #mainfull ul  {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

.post ul li, #mainfull ul li {
	list-style-type: none;
	background: transparent url(images/icon.gif) no-repeat 5px 10px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 15px;
	}

.post ul ul, #mainfull ul ul {
	list-style-type: none;
	background: transparent url(images/icon.gif) no-repeat 5px 10px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

.post ol, #mainfull ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

.post ol li, #mainfull ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}


.thumb {
	float: left;
	margin: 5px 8px 0px 0px;
	padding: 2px;
	border: 0px solid #696969;
	}

hr {
	border-bottom: 1px dotted #444;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
	}

.date {
	margin: 0px;
	padding: 0px;
	}

.time {
	background: transparent url(images/calendar.png) no-repeat left 2px ;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 22px;
	}

.comment {
	background: transparent url(images/comment.gif) no-repeat 5px 2px ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}
.category {
	background: transparent url(images/category.png) no-repeat left 2px ;
	margin: 0px;
	padding: 0px 0px 0px 23px;
	}
.tags {
	background: transparent url(images/tags.png) no-repeat left 2px ;
	margin: 0px;
	padding: 0px 0px 0px 23px;
	}


.postmeta {
	font-size: 15px;
	padding: 5px 0px 20px 0px;
	margin: 0px;
	border-top: 1px solid #333;
	}

.single {
	padding-bottom: 20px;
}

.archive {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 10px 20px 0px;
	}


/*******************************************************************************

	Images

*******************************************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}

img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 12px;
	}

/*******************************************************************************

	Sidebar

*******************************************************************************/

#sidebar {
	background: url() left 30px no-repeat;
	float: right;
	width: 300px;
	margin: 0px;
	padding: 21px 0 0 0;
	display: inline;

	}
.rss {
	text-align: right;
	padding-bottom: 15px !important;
	letter-spacing: 0;
}
.twitter {
	letter-spacing: 0;
}
.rss p {
	margin-top: 5px !important;
}
.rss a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}

.rss a:hover {
	color: #bbb !important;
	text-decoration: underline !important;
}

li.search_twitter {
	padding: 20px 0 20px 0 !important;
	text-align: right;
	height:80px;
	}
#sidebar .widget {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: inline;
	border: none;
	}

div.title {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 5px;

	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	}

#sidebar a img {
	border: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}


#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#sidebar ul li li {
	background: transparent url(images/icon.gif) no-repeat 5px 12px;
	padding: 0px 0px 5px 15px;
	margin: 0px;
	}

#sidebar ul li ul li {
	background: transparent url(images/icon.gif) no-repeat 5px 12px;
	padding: 0px 0px 5px 15px;
	margin: 0px;
	}



/*******************************************************************************

	Footer

*******************************************************************************/

#footer {
	width: 960px;
	color: silver;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

#footer p {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	}

#footer a, #footer a:visited {
	text-decoration: none;
	}

#footer a:hover {
	color: #f4f4f4;
	text-decoration: underline;
	}

.footer {
	margin: 0px 0 10px 0;
	padding: 0px 0px 0px 10px;
		}
.footer div.title {
	padding: 0 25px;
}
.textwidget {
	text-align: left;
	padding: 10px;
}
.col1 {
	width: 300px;
	background: url(images/footerwidgetbg.png) center top no-repeat;
	min-height: 300px;
	float: left;
	margin: 0px 20px 0 0;
	padding: 20px 0;

	}

.col2 {
	background: url(images/footerwidgetbg.png) center top no-repeat;
	min-height: 300px;
	width: 300px;
	float: left;
	margin: 0px 20px 0 0;
	padding: 20px 0;

	}

.col3 {
	background: url(images/footerwidgetbg.png) center top no-repeat;
	min-height: 300px;
	width: 300px;
	float: left;
	margin: 0px 0;
	padding: 20px 0;

	}

#footer ul, #footer ul li, #footer ul li li {
	list-style-type: none;
	}
#footer ul li a {
	padding-left: 20px;
}
#footer ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	}

#footer ul li li {
	background: url(images/icon.gif) 5px 8px no-repeat;
	margin: 0px;
	padding: 0px;
	}

#footer ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
div.copy {
	clear: both;
	overflow: hidden;

}
p.login {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 10px;
	color: #696969;
	text-align: left;
}
p.top {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-right: 10px;
	text-align: right;
}
p.top a {
	color: silver;
	background: url(images/arrow.png) right top no-repeat;
	padding-right: 20px;
	}
p.top a:hover {

}
p.credit {
   clear: both;
   color: #696969;
	font-size: 11px !important;
	padding-top: 20px;
	text-align: center;
}
p.credit a {
	color: #bbb;

}
p.credit a:hover {
	text-decoration: none !important;
	color: #696969 !important;
}
/*******************************************************************************

	Search Form

*******************************************************************************/

#searchform, #searchform2 {
	margin: 0px;
	padding: 0px;
	display: inline;
	}
.search {
	display: block;
	height: 30px;
}
p.search {
	margin: 0 0 20px 0;
	overflow: hidden;
}

#searchfield {
	background: #333 !important;
	width: 140px;
	color: silver;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 3px 5px;
	border: 1px solid #444;
	}

#searchbutton {
	background: #000 url(images/search.png) left center no-repeat;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 0px 0px 10px;
	padding: 1px 3px 1px 3px;
	font-weight: bold;
	border: 0px solid #fff;
	}
#searchbutton:hover {
	cursor: pointer;
}

/*******************************************************************************

	Comment Form

*******************************************************************************/

#author, #email, #url {
	background: #696969 !important;
	width: 250px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	display: inline;
	}

#comment {
	background: #333;
	opacity: .90;
	filter: alpha(opacity=90);
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 5px;
	display: inline;
	}

#submit {
	background: #444444;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border: 1px solid #222222;
	}
#submit:hover {
	cursor: pointer;
	color: #ccc;
	background: #333;
}

/*******************************************************************************

	Comments

********************************************************************************/

.comments {
	width: 630px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	font-size: 17px;
	}
.comments a {
	color: #eee;
}
.comments a:hover {
	text-decoration: underline;
}
.comment-meta, .comment-meta a  {
	font-size: 13px;
}
.thread-alt .comment-meta a,
.thread-even .comment-meta a {
	color: #f4f4f4;
}
.thread-alt .comment-meta a:hover {
	color:#333;
}
.thread-even .comment-meta a:hover {
	color: #696969;
}
.comment-author a {
	color: #eee;
}
.comment-author a:hover, .comment-meta a:hover {
	text-decoration: underline;
}
.commentlist li ul li {
	font-size: 15px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #696969;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0px;
	display: block;

	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}
#respond h4 {
	font-size: 16px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}

#commentform p {
	margin: 5px 0px 5px 0px;
	}

#commentform #submit {
	margin: 0px;
	float: left;
	letter-spacing: 1px;
	}

.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}

.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
	}
.commentlist li.comment-author-admin {
	border: 1px solid red;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}

.children {
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.thread-alt {
background: #696969;
	opacity: .90;
	filter: alpha(opacity=90);
	margin: 0px;
	padding: 0px;
		border: 1px solid silver;
	}

.thread-even {
	background: #333;
	opacity: .90;
	filter: alpha(opacity=90);
	margin: 0px;
	padding: 0px;
	border: 1px solid silver;
	}

.depth-1 {

	margin: 0px;
	padding: 0px;
	}

.even, .alt {

	margin: 0px;
	padding: 0px;
	}
/*******************************************************************************

	wp contactform-7   and other plugins or widgets

*******************************************************************************/
.wpcf7-form input, .wpcf7-form textarea, textarea {
	background: #696969;
	opacity: .90;
	filter: alpha(opacity=90);
	color: #fff;
	border: 1px solid silver;
}
table#wp-calendar {
	margin: 0 auto;
}
table#wp-calendar td {
	padding: 2px 5px;
}