/*
Theme Name:     Sektor 7
Theme URI:      http://www.wpbuch.de
Description:    Twenty Eleven Mod
Author:         M.Fix Sektor 7
Author URI:     http://www.sektor-7.de
Template:       twentyeleven
Version:        0.2
*/
@import url("../twentyeleven/style.css");

* {font-family: 'Tahoma', sans-serif;font-size: 11px;}
/** {font-family: 'Lato', sans-serif;font-size: 11px;}*/

#banner {
  position: absolute;
  right: 4%;
  top: -40 px;
}


body.page-id-1402 div#main {
background: url("http://www.sektor-7.de/wp-content/uploads/2014/02/magicarchivebg.jpg");
background-repeat: no-repeat;
background-color: transparent;
background-position: right top;
}

body.page-id-1402 div#primary {
background: url("http://www.sektor-7.de/wp-content/uploads/2014/02/magicarchivebg.jpg");
background-repeat: no-repeat;
background-color: transparent;
background-position: right top;
}


body.page-id-1402 div#primary {
background-color: transparent !important;
}

/*.post-357.page{*/
body.page-id-1328 div#primary {
background: url("http://www.sektor-7.de/wp-content/uploads/2014/02/softwarestylebg.jpg");
background-repeat: no-repeat;
background-position: right bottom;
}

body.page-id-357 div#primary {
background: url("http://www.sektor-7.de/wp-content/uploads/2014/02/servicesbg.jpg");
background-repeat: no-repeat;
background-position: right bottom;
}

/* Contact Form 7 Styling */
/*.wpcf7 input[type="text"],
.wpcf7 input[type="email"],*/
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 75%;
	height: 140px;
}

/*Code to change the main search form textbox colour styles*/
#searchform #s {
}

/* One column */
.one-column #page {
clear: both;
margin: 0 auto;
margin-top: 15px !important; 
padding: 0;
max-width: none  !important;
overflow: hidden;
width: 800px  !important;
}

#branding {
border-top: 0px solid;
padding-bottom: 10px;
position: relative;
z-index: 9999;
}

/* Beitrag */
#content {
margin: 0 0 auto;
font-size: 12pt;
}

/* Beitrag Topic */
#content .entry-title {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
font-family: 'Lato', sans-serif;
}


.singular .entry-title,
.singular.page .hentry,
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
padding:0em;
margin: 0;
}

/* Beitrag Topic */
#content .entry-header {
padding: 0;
    margin: 0 0 0 0 !important;
}

/* Menu Pading = Füllraum*/
#access a {
    padding: 0em 1.2em;
font-family: 'Lato', sans-serif;
}

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-color: #EEEEEE;
    	border-image: none;
 	border-top: 1px solid #666;
    	border-bottom: none;
	clear: both;
	display: block;
	opacity: 0.95;
	float: left;
	margin: 0 auto 6px;
	margin-top: -43px;
	width: 100%;
}