/*
Theme Name: Steffen Ahner
Theme URI:
Author: novamatrix
Author URI: http://novamatrix.de
Description: 
Version: 1
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.scf {
  height: 1%;
}

.scf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


/* =Structure
----------------------------------------------- */

#page {
    margin: 0 auto 20px;
    width: 850px;
    border: 1px solid #d7d2b1;
    border-top:0px;
    box-shadow: 0px 0px 10px #888888;
}
/*#page strong, #page b {
    font-family:'Candara W01 Bold';
}
#page cite, #page em, #page i {
    font-family:'Candara W01 Italic';
}
#page strong cite, #page b cite, #page cite strong, #page cite b,
#page strong em, #page b em, #page em strong, #page cite em,
#page strong i, #page b i, #page i strong, #page cite i{
    font-family:'Candara W01 Bold Italic';
}*/


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* =Global
----------------------------------------------- */
body {
        background: url('images/bg.gif') repeat-x top left #f7f5ee;
}

body, input, textarea {
    color: #373737;
    font: 17px 'Candara W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.625;
    color:#666666;
    min-width: 980px;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
    color: #4A836F;
    text-align:center;
}
h1{
    font-size:32px;
    margin: 0 0 0.8125em;
}
h2{
    font-size:28px;
    margin: 0 0 0.8125em;
}
h3 {
    font-size:24px;
}
h4, h5, h6 {
    font-size: 20px;
    margin: 0;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 8px 0;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */
#branding{
    width:980px;
    margin:0px auto -78px;
    background-image:url('images/shadow2.png');
    background-repeat:no-repeat;
    background-position: center bottom;
    padding-bottom: 78px;
    position: relative;
}
#header-background{
    background-color:white;
    position:absolute;
    width:915px;
    height:450px;
    top:5px;
    left:33px;
}
#header-banner {
    width:915px;
    margin:0px auto;
    padding: 5px;
    height:450px;
    background-color:rgba(221,221,221,0.5);
    box-shadow: 0 0 10px #888888;
    position:relative;
    
}
#branding .kenburn-bg{
    background:none;
    border:0px;
    padding:0px;
}

.dark-logo, .light-logo{
    height:117px;
    width:235px;
    background-repeat:no-repeat;
    position:absolute;
    top:30px;
    left:30px;
}
.dark-logo{
    background-image:url('images/logo-dark.png');
}
.light-logo{
    background-image:url('images/logo-light.png');
}
.creative_layer img{
    cursor:pointer;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    width:850px;
    margin:0px auto 20px;
    background-color:#fbfaf6;    
    display: block;
    box-shadow: 0px 0px 10px #888888;
    font-family:'PMNCaeciliaW01-55Roman';
}
#access ul {
    font-size: 16px;
    list-style: none;
    position: relative;
    margin:0 0 0 20px;
}
#access li {
    float: left;
}
#access a {
    color:#4a836f;
    display: block;
    line-height: 1.2em;
    padding: 0 21px;
    text-decoration: none;
    z-index: 200;
    position: relative;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:120px;
    height:70px;
}
#access li:hover > a,
#access a:focus{
    color:#fff; 
}
#access .current-menu-item > a{
    color:#fff;
}
#access ul li:hover > ul {
    display: block;
}
#access #magic-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    background: #4a836f;
    z-index: 100;
}
/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 25px 75px 0;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
    clear: both;
    font-family:'PMNCaeciliaW01-45Light';
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: .3em;
    padding-top: 15px;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.entry-content ul {
        list-style: none;
}
.entry-content ul li:before{
      content:'\2022';
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -12px;
      top: 6px;
      color: #4a836f;
      font-size: 15px;
      line-height: 20px;
}

.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
/* =Footer
----------------------------------------------- */

#colophon {
    clear: both;
    text-align:center;
    font-size:12px;
}
#colophon > div{
    display:inline-block;
}
#colophon ul{
    list-style: none;
    margin:20px 0px;
    color:#cac5a2;
    width:auto;
}
#colophon li {
    float: left;
}
#colophon li:before{
    content:"::";
    float: left;
}
#colophon li:first-child:before{
    content:"";
}
#colophon a {
    color:#cac5a2;
    display:inline-block;
    text-decoration: none;
    padding:0 5px;
}
#colophon li:hover > a,
#colophon a:focus{
    text-decoration:underline;
}