/*
 Theme Name:   s0s2.de
 Theme URI:    http://www.s0s2.de
 Description:  ComicPress Child Theme
 Author:       Timo Schiller
 Author URI:   http://www.timo-schiller.de
 Template:     comicpress
 Version:      0.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  s0s2
*/

body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/Web_background_03.png);
}

#page-wrap {
	position: relative;
	height: 100%; 
	width: 1280px; 
	margin-left: auto; 
	margin-right: auto;
}

#page { 
    width: 100%; 
    max-width: 100%; 
}

#header {
    position: relative;
	top: 15px;
	left: 562px;
	background-image: url(images/Web_Logo_00.png);
	height: 89px;
	width: 161px;	
}

.header-info {
    display: none;
}

#menubar-wrapper {
	width: 1280px;
	height: 128px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/Web_background_00.png);
}

div.menu {
	height: 100px;
	padding-top: 55px;
	padding-left: 140px;
    position: relative;
    top: -112px;
}

div.menu ul {
	list-style-type: none;
}

.menu-item {
	float: left;
	display: list-item;
	text-align: center;
	background-image: url(images/Web_Tab_00.png);
	height: 30px;
	width: 120px;
	font-size: 14px;
	padding-top: 20px;
	margin-left: 1px;
}

.menu-item:nth-child(4) {
	margin-left: 200px;
}

.menu-item a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}

#content-wrapper {
	width: 1280px;
	background-image: url(images/Web_background_02.png);
    position: relative;
}

#content-column {
	margin-left: auto; 
	margin-right: auto;
}

#comic {
	margin-left: auto;
	margin-right: auto;
	width: 490px;
	border: 15px solid transparent;
	border-image: url(images/Web_box_01.png) round;
    border-image-slice: 25%;
    background-color: #FFFFFF;
}

#sidebar-left {
    position: absolute;
    top: 0px;
    left: 40px;
}

#sidebar-right {
    position: absolute;
    top: 0px;
    right: 140px;
}

.widget_text {
	margin-top: 30px;
	width: 260px;
	border: 20px solid transparent;
	background-color: #ffdb9f;
	border-image: url(images/Web_box_00.png) round;
    border-image-slice: 25%;
}

.widget_sp_image {
	margin-top: 30px;
	width: 260px;
	border: 20px solid transparent;
	background-color: #ffdb9f;
	border-image: url(images/Web_box_00.png) round;
    border-image-slice: 25%;
}

.widget_sp_image h2 {
    display: none;
}

.ceo_calendar_widget {
    margin-top: 30px;
	width: 260px;
	border: 20px solid transparent;
	background-color: #ffdb9f;
	border-image: url(images/Web_box_00.png) round;
    border-image-slice: 25%;
}

#footer {
	width: 1280px;
	height: 256px;
	background-image: url(images/Web_background_01.png);
	position: relative;
	margin-bottom: 30px;
    top: -17px;
}

.copyright-info {
    position: relative;
    top: 250px;
    text-align: center;
}