/* ATTRAKTOR STYLESHEET */

body  {
    color: #000;
    /* background: #FAFCFD url('./attraktor/gumax-bg.jpg') repeat-x;
    */
    background: #FAFCFD;
}

a:link, a:visited { color: #3366bb; }

h1, h2, h3, h4, h5, h6, .post .title a:visited, .post .title a:link {
	color: #67b8dc;
	line-height: 100%;
}

.post .title a:hover { text-decoration: underline; }

#header {
    background-color: transparent;
    background-image: none;
    margin-bottom: 10px;
}

#logo {
    position: absolute;
    width: 600px;
    padding: 0;
    z-index: 1;
}

#logo .site-title {
    position: absolute;
    left: 257px; /* 230px */
    top: 30px;
}

#logo .site-description {
    position: absolute;
    left: 257px;
    top: 60px;
}

#logo .site-title a {
    color: #68b8dc;
}

.nav a:hover, .nav li.current_page_item a:link, .nav li.current_page_item a:visited, .nav li.current_page_parent a:link, .nav li.current_page_parent a:visited, .nav li.current-menu-ancestor a:link, .nav li.current-menu-ancestor a:visited {
    background: transparent;
    text-decoration: underline;
}
#logo .site-description {
    color: #4b4b4d;
}

#navigation {
    padding-top: 100px;
    z-index: 2;
}

.nav a:link, .nav a:visited, .nav a:hover {
    color: #555;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    display: inline;

}

.nav a:hover {
    text-decoration: underline;
}

#navigation ul.rss li a {
    display: inline-block;
    color: #555;
    /* background: url('../images/ico-rss.png') no-repeat left 6px; */
    padding: 0;
    padding-top: 4px;
    margin: 0;
    background: none;
}

#content {
    border: 1px solid #839bbf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0 15px #839bbf;
    -webkit-box-shadow: 0 0 15px #839bbf;
    -moz-box-shadow: 0 0 15px #839bbf;
    -o-box-shadow: 0 0 15px #839bbf;
    -ms-box-shadow: 0 0 15px #839bbf;
    width: 970px;
    background: url('./attraktor/gumax-content.jpg') repeat-x; /* fallback */
    background: url('./attraktor/gumax-content.jpg') top left repeat-x, url('./attraktor/gumax-content_bottom.jpg') bottom left repeat-x;
    background-color: #d5deed;
    padding: 30px 0 30px;
    margin-bottom: 20px;
}

#main {
    float: right;
    background-color: white;
    padding-left: 7px;
    margin-right: 2px;
}

#main.col-left {
   width: 718px;
}

.post .post-meta {
    float: right;
    margin-right: 10px;
}

/* Inhaltsbereich */
.post .middle {
	border: none;
	margin: 0 20px 0 8px;
}

.middle {
    margin: 0;
}

#sidebar { /* links (im original rechts) mit tag clound, search etc. */
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    border-right: 1px solid #eeeeee;
}

#footer {
    border: none;
    background: none;
}

.post.page, .post.not-found {
    border: none;
}

.post .post-meta .post-date .bg {
    left: -15px;
    background: url('./attraktor/bg-postdate.png') no-repeat center right;
}

.nav-entries, .wp-pagenavi, .post-entries {
    margin: 0;
    border: none;
    margin-top: -40px;
}

/* Kommentarfeld */
#commentform label {
    float: right;
}

#commentform label .bg {
    left: -15px;
    background: url('./attraktor/bg-postdate.png') no-repeat center right;
}

#commentform textarea, #commentform input.txt {
    background-color: #eee;
}

#respond #commentform #submit {
    margin: 15px 200px 15px 0;
    float: right;
}

/* Lighty-Box: Titel-Breite unten anpassen */
/* sonst schiebt sich der Titel-Text über die Buttons, anderen Texte etc. */
#cboxTitle {
    overflow: hidden;
    margin-left: 140px;
    padding-right: 180px;
    box-sizing: border-box;
    height: 18px;
}

/* Links in der Sidebar einheitlich grau */
.widget a, .widget a:hover, .widget a:link, .widget a:visited { color: #555; }
.widget a:hover { text-decoration: underline; }

/* Header-Text wieder einblenden (wird auf display: none gestellt, wenn Logo eingeblendet wird) */
/* #logo .site-title, #logo .site-description { display: block; } */

/* "Kommentare wurden deaktiviert" ausblenden */
.nocomments { display: none; }

/* Kommentarfeld-Umrandung ausblenden */
#comments { background: none; }

/* Farbe der Überschriften in der Sidebar links anpassen */
/* .widget h3 { color: #36C; } */

/* Bilder in Beiträgen mittig ausrichten, wenn sie mittig sein sollen */
.aligncenter { margin: 0 auto 15px auto; }

/* auf der Startseite Artikelbilder vom Hintergrund trennen */
.post .main-image {
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	-o-box-shadow: 0 0 3px #333;
	-ms-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

/* Weiterlesen-Links */
.post-more .read-more {
	float: right;
}

.post-more a {
	color: #333;
	background-color: #bbb;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}


/* Post-Meta-Boxen */
.post .post-meta .post-date {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	-ms-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	font-size: 15px !important;
}

.post .post-meta ul {
	border-radius: 0 0 5px 5px;
}

.post .post-meta ul li:last-child { background: none; }

/* #navigation ul.rss li a{ background-image: none; } */


/* Post */
.post p.tags {
	margin-top: 45px;
	margin-bottom: 15px;
}


/* ==== TwoClick Social Media Buttons ==== */
.social_share_privacy .twoclick-facebook, .social_share_privacy .twoclick-flattr {
        width: 180px;
}

.social_share_privacy .twoclick-twitter, .social_share_privacy .twoclick-xing {
        width: 160px;
}

.social_share_privacy .twoclick-gplus, .social_share_privacy .twoclick-pinterest {
	width: 130px;
}
/* ==== END TwoClick Social Media Buttons ==== */


/* Seite Anfahrt */
table.wikitable {
   /*  margin: 1em 1em 1em 0; */
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption {
    font-weight: bold;
}


/* Seite Mitmachen */
#mitmachen-step-wrapper {
	border: 1px solid black;
	background: url('./attraktor/gumax-content.jpg') top left repeat-x #D5DEED;
}

#mitmachen-step-wrapper-header {
	display: block;
	width: 100%;
	color: white;
	padding: 10px;
	background-color: grey;
}

#mitmachen1, #mitmachen2, #mitmachen3 {
	padding: 10px;
	padding-bottom: 0px;
}

#mitmachen1 {
	float: left;
	width: 300px;
}

#mitmachen2 {
	width: 300px;
	float: right;
}

#mitmachen3 {
	float: none;
	clear: both;
}


/* ===== Suche ===== */

/* Suchfeld */
#searchbox {
	position: relative;
	top: 30px;
	left: 760px;
	width: 180px;
	height: 27px;
	border: 1px solid #555;
	border-radius: 5px;
	background-color: white;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#searchbox.focussed {
	box-shadow: 0 0 3px 1px #839BBF;
	-webkit-box-shadow: 0 0 3px 1px #839BBF;
	-moz-box-shadow: 0 0 3px 1px #839BBF;
	-o-box-shadow: 0 0 3px 1px #839BBF;
	-ms-box-shadow: 0 0 3px 1px #839BBF;

	border-color: #68B8DC;
}

#searchbox input.s {
	width: 145px;
	background-color: transparent;
	border: none;
	margin: 0;
}

#searchbox input.btn {
	width: 27px;
	margin: 0;
	border: none;
	background: url('/wp-content/themes/skeptical/styles/attraktor/search.png') transparent no-repeat center;
}

#searchbox input.btn:hover {
	cursor: pointer;
}

/* Ergebnis-Seite: Nichts gefunden */
.search-tagcloud {
	line-height: 230%;
	text-align: center;
	margin-top: 30px;
}

.search-tagcloud p {
	font-size: 150%;
	margin-bottom: 20px;
}

/* ===== END Suche ===== */

/* ===== Überschrift Sonderseiten =====  */
.archive_header {
	margin: 20px 0 20px 0;
	width: 90%;
	color: #555;
	font-size: 25px;
	padding: 0 5%;
	line-height: 100%;
}
/* ===== END Überschrift Sonderseiten =====  */

a#spaceapi-ribbon {
	position: absolute;
	display: block;
	left: calc(50% + 100px);
	height: 102px;
	width: 150px; 
	overflow: hidden;
	background-repeat: no-repeat;
}

a#spaceapi-ribbon:hover {
	text-decoration: none;
}
