/* 

wortgebrauch.de screen styles
author: stefan bruemmer
version: 20111103

based on a file generated by:
    * Blueprint CSS Grid Generator (2009-04-13) [http://kematzy.com/blueprint-generator/]
    
  == STRUCTURE: ========================
   * Page width:            960 px
   * Number of columns:     14
   * Column width:          50 px
   * Margin width:          20 px
  ======================================
   
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:100%;color:#565049;background:#565049 url("../img/bg-circles.gif") 0 0 repeat-x;font-family:georgia,serif;}
h1, h2, h3, h4, h5, h6 {color:#b4b1ad;;font-weight:normal;font-family:"Helvetica Neue", helvetica, arial, sans-serif;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
p {margin:0 0 1.5em 0;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#fff;text-decoration:underline;}
a {color:#d9d4ce;text-decoration:none;}
acronym, .caps, em span, .author {
	text-transform: lowercase;
	font-variant:small-caps;
	border-bottom: 0;
	letter-spacing:0.1em;
}
abbr, acronym {cursor:help;border-bottom: 1px dotted #565049;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 0 1.5em 0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* A container should group all your columns. */
.container {
  width: 960px;
  margin: 0 auto;
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14 {float:left;margin-right: 20px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 50px;}
.span-2  { width: 120px;}
.span-3  { width: 190px;}
.span-4  { width: 260px;}
.span-5  { width: 330px;}
.span-6  { width: 400px;}
.span-7  { width: 470px;}
.span-8  { width: 540px;}
.span-9  { width: 610px;}
.span-10 { width: 680px;}
.span-11 { width: 750px;}
.span-12 { width: 820px;}
.span-13 { width: 890px;}
.span-14, div.span-14 { width: 960px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 70px;}
.append-2  { padding-right: 140px;}
.append-3  { padding-right: 210px;}
.append-4  { padding-right: 280px;}
.append-5  { padding-right: 350px;}
.append-6  { padding-right: 420px;}
.append-7  { padding-right: 490px;}
.append-8  { padding-right: 560px;}
.append-9  { padding-right: 630px;}
.append-10 { padding-right: 700px;}
.append-11 { padding-right: 770px;}
.append-12 { padding-right: 840px;}
.append-13 { padding-right: 910px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 70px;}
.prepend-2  { padding-left: 140px;}
.prepend-3  { padding-left: 210px;}
.prepend-4  { padding-left: 280px;}
.prepend-5  { padding-left: 350px;}
.prepend-6  { padding-left: 420px;}
.prepend-7  { padding-left: 490px;}
.prepend-8  { padding-left: 560px;}
.prepend-9  { padding-left: 630px;}
.prepend-10 { padding-left: 700px;}
.prepend-11 { padding-left: 770px;}
.prepend-12 { padding-left: 840px;}
.prepend-13 { padding-left: 910px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:9px;
  margin-right:10px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:43px;
  margin-right:40px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -70px;}
.pull-2 { margin-left: -140px;}
.pull-3 { margin-left: -210px;}
.pull-4 { margin-left: -280px;}
.pull-5 { margin-left: -350px;}
.pull-6 { margin-left: -420px;}
.pull-7 { margin-left: -490px;}
.pull-8 { margin-left: -560px;}
.pull-9 { margin-left: -630px;}
.pull-10 { margin-left: -700px;}
.pull-11 { margin-left: -770px;}
.pull-12 { margin-left: -840px;}
.pull-13 { margin-left: -910px;}
.pull-14 { margin-left: -980px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14 {float:left;position:relative;}


.push-1 { margin: 0 -70px 1.5em 70px;}
.push-2 { margin: 0 -140px 1.5em 140px;}
.push-3 { margin: 0 -210px 1.5em 210px;}
.push-4 { margin: 0 -280px 1.5em 280px;}
.push-5 { margin: 0 -350px 1.5em 350px;}
.push-6 { margin: 0 -420px 1.5em 420px;}
.push-7 { margin: 0 -490px 1.5em 490px;}
.push-8 { margin: 0 -560px 1.5em 560px;}
.push-9 { margin: 0 -630px 1.5em 630px;}
.push-10 { margin: 0 -700px 1.5em 700px;}
.push-11 { margin: 0 -770px 1.5em 770px;}
.push-12 { margin: 0 -840px 1.5em 840px;}
.push-13 { margin: 0 -910px 1.5em 910px;}
.push-14 { margin: 0 -980px 1.5em 980px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14 {float:right;position:relative;}



/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #566a6B;
  color: #566a6B;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #565049;
  color: #565049;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* layout boxes */

#content {
    
}

#content a, #footer a, .byline a, .up a {
    color:#da3c01;
}

#content a:hover, #footer a:hover, .byline a:hover, .up a:hover {color:#f2680b;}

#sidebar {
    padding-top: 0;
    color:#b4b1ad;
}

#bottom {
    padding-top:1.5em;
    margin-bottom:1.5em;
    color:#b4b1ad;
    border:1px solid #b4b1ad;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

#footer {
    padding-top:70px;
    height:105px;
    color:#b4b1ad;
    font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    background: #565049 url("../img/bg-footer.png") 0 0 repeat-x;
    border-top: 1px solid #23211e;
}



/* elements */

h1 {
    
}
h1 a{
    display:block;
    width:680px;
    height:102px;
    margin:53px 0 0 0;
    text-indent:-9999px;
    background:transparent url("../img/wortgebrauch.png") 0 0 no-repeat;
}

h1 a:hover {background-position: 0 -102px;}



/* classes */

a.audioslide {
    display:inline-block;
    padding-left:20px;
    height:20px;
    background:transparent url("../img/a-audioslide.png") 0 0 no-repeat;
}
a.audioslide:hover {background-position:0 -80px;}

a.rss {
    display:block;
    margin-bottom:1em;
    line-height:70px;
    height:70px;
    background:transparent url("../img/feed-icon.png") right top no-repeat;
}
a.rss:hover{
    background-position: right -70px;
}


.byline {
    font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    border-bottom: 1px solid #928d83;
}

.comment {
    margin-bottom:3em;
    padding: 1em 70px;
    background:#b4b1ad;    
    -webkit-box-shadow:0px 2px 10px #23211e;
    -moz-box-shadow:0px 2px 10px #23211e;
    box-shadow:0px 2px 10px #23211e;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.comment-reply {margin-top:-1.5em;margin-left: 70px;}

.entry {
    margin-bottom:3em;
    padding: 1em 70px 1em 140px;
    background:#d9d4ce;    
    -webkit-box-shadow:0px 2px 10px #23211e;
    -moz-box-shadow:0px 2px 10px #23211e;
    box-shadow:0px 2px 10px #23211e;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.entry h2 {
    padding-bottom:.25em;
}

.entry h2, entry h3 {color:#565049;}

.entry-body, .entry #more {
    
}

.entry-date, .comment-date {
    float:left;
    margin:1em 20px .5em -140px;
    width:120px;
    color:#565049;
    font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    font-weight:bold;
    text-align:right;
}

.entry-date span {
    text-transform: uppercase;
	font-variant:small-caps;
}

.single-entry .entry-date {
    margin-top:.25em;
    margin-left:-90px;
    width:70px;
    font-size:1.5em;
    color:#928d83;
    line-height:1;
    text-align:center;    
}
.single-entry .entry-date span{
    display:block;
    color:#565049;
    font-size:.66em;
    line-height:1;
}

.comment-date{
    margin-top:0;
    padding-top:1.5em;
    border-top: 1px solid #566a6B;
}

.entry-date p, .comment-date p {margin:0;}

.entry-footer {
    padding-top:1.5em;
    font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    border-top: 1px solid #928d83;
}

.entry-tags{display:none;}


.content-nav {
    font-family:"Helvetica Neue", helvetica, arial, sans-serif;
}

.up {
    padding-left:70px;
    font-family:"Helvetica Neue", helvetica, arial, sans-serif;    
}

.widget h4 {
    color:#23211e;
    text-align:right;
    border-bottom: 1px solid #23211e;
}

.widget ul {
    margin:0 0 1.5em 0;
    list-style:none;
    line-height:1.5em;
}

.widget li {
    padding-left:70px;
    margin-bottom:1em;
    background:transparent url("../img/bullet.png") 50px .25em no-repeat; 
}

#bottom .widget li {
    padding-left:20px;
    background-position:0 .25em;
}


.widget li span.caps {
    color:#23211e;
    font-family:"Helvetica Neue", helvetica, arial, sans-serif;
}

.right {float:right;margin:0 0 .5em 20px;}

.strapline {
    width:680px;
    height:30px;
    margin:0 0 25px 0;
    color:#f3f4f3;
    font-size:24px;
    line-height:24px;
    text-align:right;
    overflow:hidden;
}

.text-center{text-align:center;}
.text-right{text-align:right;}


#comments {margin-top:5em;}


/* forms.css */
form{margin-bottom:1.5em;}
label {
    display:block;
    float:left;
    width:140px;
}
fieldset {padding:0;margin:0 0 1.5em 0;border:none;}
legend {display:none;}
input.text, input.title, textarea, select {margin:0.5em 0;background:transparent;border:1px solid #b4b1ad;font-family:helvetica,arial, sans-serif;color:#fff;}
#contact input, #contact textarea{color:#23211e;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#f2680B;}
input.text, input.title {width:318px;padding:2px 5px;}
input.title {font-size:1.5em;}
textarea {width:318px;height:15em;padding:2px 5px;font-size:1em;}
.error, .notice, .success {padding:.1em 20px;margin-bottom:1.5em;}
.error {color:#f3f4f3;border:none;background:#928d83;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.buttons p {text-align:center;margin:0;padding-top:15em}
#contact .buttons p{padding-top:0;}
.buttons input {
    padding: 1em 0;
    width:118px;
    color:#da3c01;
    font-family:helvetica,arial, sans-serif;
    background:#b4b1ad;
    border:1px outset #b4b1ad;
}


.buttons input:hover {cursor:pointer;}

#loadimage{text-align:center;}

#search {
    height:33px;
    padding-top:36px;
    overflow:hidden;
}

#query {
    margin:0;
    padding:0 5px;
    width:180px;
    height:30px;
    color:#d9d4ce;
    font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    background:none;
    border:none;
}

#query.hide {
    display:block;
    visibility:hidden;
}

#query:focus {color:#fff;}

#submitButton {
    float:right;
    margin:0 40px 0 0;
    width:29px;
}

#comment-form-remember-me label, .choice label {
	float:none;
	width:auto;
	text-align:left;
}

#comment-form-remember-me input, .choice input {
	width:auto;
	margin: 0 2px 0 0;
    float:left;
}

/* google search styles */
#results table {width:auto;}
#results td, #results th{border:none;}
#results img{display:none;}

#results .gsc-wrapper {width:540px;}

#results .gsc-resultsHeader {
  border-bottom : none;
  margin-bottom : 0;
  clear : both;
}

#results .gs-title {
    border:none;
}

#results .gs-title a.gs-title, #results .gs-title a.gs-title *{
    margin-bottom:1.25em;
    color:#da3c01;
    font-size:1em;

    text-decoration:underline; 
    border:none; 
}

#results .gs-snippet {
    margin: 0 0 1em 0;
    line-height:1.5em;
}

#results .gs-visibleUrl {
    padding-top:.5em;
    margin-bottom:1.5em;
    color:#8b8b8b;
    border-top:1px solid #b2b2b2;
}

#results .gsc-adBlock {
  position : relative;
  display : block;
  margin-top : 0;
  margin-bottom : 1em;
  padding : 20px;
  background : #f4f4f5 none repeat scroll 0 0;
}

#results .gsc-adBlock h2 {
  float : right;
  margin : 0;
  font-weight : normal;
  font-size : .9em;
  color : #8b8b8b;
}

#results #adBlock .ad {background:#f4f4f5;}
#results #adBlock .ads a.titleLink {color:#da3c01;}

#results .gsc-adBlock .gsc-ad {
  padding-left : 0;
  padding-top : 0;
  padding-right : 0;
}

#results .gsc-adBlock .gsc-ad a {
  font-weight : normal;
  color:#da3c01;
  line-height : 1.5em;
}

#results .gsc-adBlock .gsc-ad cite {
  font-style : normal;
  color : #8b8b8b;
}

#results .gsc-adBlock .gsc-ad span {
  padding-left : 0;
}

#results .gsc-adBlockNoHeight {
    height : 0px;
}

#results .gsc-adBlockInvisible {
  display : none;
}

#results .gsc-adBlockVertical {
  position : relative;
  display : block;
  float : right;
  width : 30%;
  border-left : 1px solid #b2b2b2;
}

#results .gsc-adBlockVertical .gsc-ad cite {
  font-style : normal;
  color : #8b8b8b;
  display : block;
}

#results .gsc-adBlock iframe{
    background : #f4f4f5;
}

#results .gsc-results  {
    margin-bottom:3em;
    padding: 1em 70px;
    background:#d9d4ce;    
    -webkit-box-shadow:0px 2px 10px #23211e;
    -moz-box-shadow:0px 2px 10px #23211e;
    box-shadow:0px 2px 10px #23211e;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

#results .gs-no-results-result .gs-snippet,
#results .gs-error-result .gs-snippet {
  padding : 20px;
  margin : 0;
  border : none;
  background-color : #f4f4f5;
}

#results .gsc-cursor-box {
    height:28px;
    margin-bottom:1.5em;
}

#results .gsc-cursor-page {
    display:block;
    float:left;
    margin:.0 20px 0 0;
    width: 28px;
    height:28px;
    color:#da3c01;
    line-height:28px;
    text-decoration: none;
    text-align:center;
    background:#f4f4f5;
}

#results .gsc-cursor-current-page {
    color:#000;
    font-weight:normal;
    background:#da3c01;
}

#marbach {
    display:block;
    margin-left:70px;
    width:242px;
    height:73px;
    overflow:hidden;
    text-indent:-9999em;
    background: url("../img/marbach.png") 0 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
        -webkit-box-shadow:0px 2px 10px #23211e;
    -moz-box-shadow:0px 2px 10px #23211e;
    box-shadow:0px 2px 10px #23211e;
}