/*  
Theme Name: Seitwert (Vorlage: Grid Focus)
Theme URI: http://5thirtyone.com/
Description: Grid aligned WordPress theme
Version: 1.1
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Tags: white, grid, whitespace, minimal, clean, widgets

Grid Focus was designed and coded by Derek Punsalan. Find
more info about the guy at http://5hthirtyone.com

Notes: Inspired and created for minimalist, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style. Please leave credit where credit is due so that others may
find the source for your site and adapt a suitable version for their
own website.

See line 53 for a collection of the main font rules - size, line-height,
and color - combined for your convenience.

*/

* { margin:0; padding:0; }
body { background:#fff; color:#333; line-height:1.5; font-size:62.5%; font-family:arial, verdana, sans-serif; text-align:center; }
h1 { font-size:2em; }
h2 { font-size:1.6em; }
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }
a { color:#333; outline:none; text-decoration:none; }
a img { background:none; border:0; }
a img:hover { background:none; border:0; }
a:hover { color:#89b81d; }
input { color:#777; border:1px solid #ccc; outline:none; padding: 4px; }
input, textarea { font-family:arial, verdana, sans-serif; }
code { font-size: 12px; }

/* =----------------------------------- oh the convenience */

#wrapper { font-size:1.2em; }
.nav li { line-height:1.2em; }
.nav li a { font-weight:bold; text-transform:uppercase; }
.nav li a span { color:#888; font-size:.9em; font-weight:normal; text-transform:lowercase; }
.nav li a.focus span { color:#888; }
.nav li a:hover,.nav li a.focus { color:#333; }
.toggleCategories li a { margin:3px 0 4px; padding:0 10px; color:#333; border-right:1px solid #ccc; }
.toggleCategories li:last-child a { border:0 none; }
.toggleCategories li a:hover { color:#666; }
.postMeta { font-size:.9em; }
.postMeta span.date { color:#777; }
.postMeta span.comments a,.postMeta span.date a { color:#777; }
.post h2 { }
.entry a,.secondaryColumn a,.topColumn a,#commentsContainer h3 a,.commentlist .comment-author a { color:#333; font-weight:bold; }
.entry a:hover,.secondaryColumn a:hover,.topColumn a:hover,#commentsContainer h3 a:hover,.commentlist .comment-author a:hover,.commentlist .comment-meta a:hover { color:#89B81D; }
.secondaryColumn a,.topColumn a { font-weight:normal; }
.entry ul,.entry ol,.entry blockquote { color:#555; }
.entry blockquote { /* font-style:italic; */ }
.secondaryColumn h3,.topColumn h3,#commentsContainer h3 { font-size:1.2em; }
#cancel-comment-reply-link { color:#333; font-size:.8em; }
.comment-body { position: relative; }
.commentlist .comment-meta a { color:#777; }
.commentlist .comment-author cite { font-style:normal; font-weight:bold; }
.commentlist .comment-meta { font-size:.8em; }
#commentform p span input,#commentform span textarea { color:#333; font-family:arial,verdana,sans-serif; font-size:1em; }
#paginateIndex { font-size:.9em; text-transform:uppercase; }
#footer { clear:both; }
#footer p a { font-weight:bold; color:#333; }

/* =----------------------------------- main structure */
#wrapper { margin:10px auto; text-align:left; width:980px; padding:0 5px; }
#banner { height:70px; }
#banner h1 { margin-top:10px; width:280px; height:55px; position:absolute; }
#banner h1 a { display:block; height:55px; text-indent:-99999px; background:#fff url(http://blog.seitwert.de/wp-content/themes/seitwert/images/swlogo.gif) no-repeat left center; }
#masthead { padding:7px 0; }
#filler { }
#mainColumn { float:left; margin:28px 0 0; width:420px; }
.topColumn { float:left; width: 513px; border: 1px solid #dde5e6; background: #ebf4f5; margin: 26px 0 6px 15px; padding: 6px 15px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.topColumn .widgetContainer { margin:0; }
.topColumn .widgetContainer:first-child { /* border-bottom: 1px solid #dde5e6; padding-bottom: 1em; */ margin-bottom: 1em; }
.topColumn h3 { border:0 none !important; margin: 0 !important }
.topColumn p.widgetTitle { margin-bottom: .25em; }
.topColumn .widgetContainer:first-child h3 { font-size: 1.4em; }
.secondaryColumn { float:left; margin:5px 0 0 15px; overflow:hidden; width:265px; }

/* =----------------------------------- header elements */
#masthead h1 { float:left; margin:15px 0 0 7px; }
#masthead h1 a { text-transform:uppercase; width:400px; }
#blogLead img { background:#fff; border:1px solid #bbb; float:right; height:42px; margin:0 7px; padding:2px; width:42px; }
#authorIntro { float:right; margin:8px 0 0; width:340px; }

/* =----------------------------------- top + bottom navigation */
.navStripWrapper { position:relative; clear:both; }
.nav { /* border: 1px solid #CCC; */ background:#DDD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden; }
.nav li { display: block; float:left; border-right:1px solid #CCC; }
.nav li:first-child { }
.nav li a { display:block; padding: 10px 4px 0 15px; width: 110px; height: 39px; }
.nav li a span { }
.nav li a:hover { background:#EEE; }
.nav li a.focus { background:#EEE; }
.nav li.searchField { /* float:right; */ border:0; position: relative; }
.nav li.sw-navlink { float: right; }
.nav li.sw-navlink a { background: #588C0E; color: #fff !important; width: 210px; height: 31px; padding: 18px 4px 0 15px; }
.nav li.sw-navlink a:hover { background: #48730b; color: #fff !important; }
.nav li.sw-navlink a span { color: #fff !important; }

.nav .searchField div { margin:9px 8px 0 0; }
.nav .searchField span { background:#fff; display:block; padding:1px; }
.nav .searchField input { border:1px solid #ccc; outline:none; padding: 4px; width:220px; }
.toggleCategories { background:#f6f6f6; margin: 0 5px; border: 1px solid #e6e6e6; border-width: 0 1px 1px 1px; border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.toggleCategories ul,.toggleCategories2 ul { padding:8px 7px 7px; }
.toggleCategories ul li { list-style:none; float:left; }


/* =----------------------------------- meta lead for each post */
.postMeta { border-top:1px solid #ccc; text-align:right; margin-bottom:14px; position:relative; }
.postMeta .container { background-color:#fff; position:absolute; top:-9px; right:0; }
.postMeta span.date { background:#fff; }
.postMeta span.comments { text-align:left; padding:0 4px; background-color:#fff; color:#777; text-transform:none; line-height:10px; }
.postMeta span.cdate { background:#fff url(http://blog.seitwert.de/wp-content/themes/seitwert/images/date_grey.gif) 1px center no-repeat; margin-left:3px; padding-left:15px; }
.postMeta span.cauthor { background:#fff url(http://blog.seitwert.de/wp-content/themes/seitwert/images/author_grey.gif) 1px center no-repeat; padding-left:13px; }
.postMeta span.clogo { background:#fff url(http://blog.seitwert.de/wp-content/themes/seitwert/images/chat_grey.gif) 1px center no-repeat; padding-left:15px; }

/* =----------------------------------- general post */
.post { margin:0 0 21px; }
.post h2 { margin-bottom:10px; padding:0 3px; }
.post h2 a { display:block; }

/* =----------------------------------- entry body */
.entry { padding:0; overflow:hidden; }
.entry p { margin:10px 0; }
.entry ul,.entry ol { font-size:1em; background-color:#eee; border:solid #ccc; border-width:1px 0; margin-bottom:20px; padding:1px 10px; }
.entry blockquote { font-size: 1em; background-color:#f6f6f6; border: 1px solid #EEE; margin-bottom:20px; padding: 0 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.entry ol { list-style:decimal; }
.entry ul li,.entry ol li { margin:0 0 7px 18px; }
.entry ul li { list-style:circle; }
.entry a { text-decoration: underline; }
.entry img,.entry a img { background:#fff; /* border:1px solid #bbb; */ padding:2px; margin-bottom:10px; }
.entry a:hover img { border-color:#333; }
.entry.meta { border:1px solid #ccc; border-width:1px 0; }
.entry.meta p { margin:5px 0; }
.entry.meta .highlight { text-transform:uppercase; font-size:10px; }
.entry.meta a { color:#333; border-color:#bbb; }
.entry.meta a:hover { color:#333; border-color:#333; }

/* =----------------------------------- main index pagination */
#paginateIndex { margin-bottom:25px; }
#paginateIndex a,.commentlist li .reply a { color:#777; font-size:.9em; text-transform:uppercase; display:block; padding:4px 7px 3px; background:#fff; border:1px solid #ddd; }
.commentlist li .reply a { color:#aaa; }
#paginateIndex a:hover,.commentlist li .reply a:hover { color:#333; border-color:#333; background:#eee; }

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3,.topColumn h3 { border-top:1px solid #ccc; border-bottom:1px solid #eee; margin:0 0 10px; padding:7px 0; }
.widgetContainer { overflow: hidden; margin:0 0 20px 0; }
.widgetContainer > .widgetContainer { margin:0; }
.widgetContainer ul li { margin:0 3px 7px 21px; list-style:circle; }
.widgetContainer ul li ul { margin-top:5px; }
.widgetContainer .textwidget { /* margin:0 3px; */ margin: 0 }
.widgetContainer #wp-calendar { border-collapse:collapse; width:100%; }
#wp-calendar caption { font-weight:bold; margin-bottom:7px; }
#wp-calendar thead { }
#wp-calendar thead th { padding:4px 0 4px 3px; border:1px solid #ccc; border-width:1px 0; }
#wp-calendar td { padding:3px 0 4px 3px; color:#777; }
#wp-calendar td a { font-weight:bold; }

/* =----------------------------------- style some comments */
#commentsContainer { margin-bottom:30px; }
#commentsContainer span.hook { position:relative; display:block; }
#commentsContainer h3 { display:block; margin:10px 0 7px; padding:5px 4px 0; border-top:1px solid #333; }
.cancel-comment-reply { position:absolute; top:-1px; right:4px; }
.commentlist { list-style:none; margin:0 0 20px; }
.commentlist .comment-author { padding:7px 7px 0; overflow:hidden; background-color: #eee; }
.commentlist .comment-author img.avatar { display:block; float:left; height:16px; width:16px; margin:0 4px 0 0; }
.commentlist .comment-meta { background-color: #EEEEEE; padding:0 0 3px 28px; }
.commentlist li { border-top: 1px solid #999; }
ul.children li { border-top: 1px solid #ccc; }
.commentlist li .reply { text-align:right; padding-bottom:5px; position: absolute; top: 13px; right: 5px; }
.commentlist li .reply a,.commentlist li .reply a:hover { text-indent:-9999px; border:none; padding:0; margin:0; background:transparent url(http://blog.seitwert.de/wp-content/themes/seitwert/images/btn-answer.jpg) no-repeat; display:inline-block; height:20px; width:63px; font-size:0; line-height:0; overflow:hidden; }
.commentlist li .reply a:hover { background-position:0 -20px; }
.commentlist li p { margin:4px 0 10px; padding:0 3px 0 20px; }
.commentlist li ul,.commentlist li ol,.commentlist li blockquote { margin:0 20px; }
.commentlist .children { margin:0 0 5px 10px; padding:0 0 0 5px; }
.commentlist .children li { list-style:none; padding:0 0 0 5px; }
#commentform .contain { margin:0 0 10px!important; }
#commentform #author,#commentform #email,#commentform #url,#commentform textarea { padding:4px 3px; border:1px solid #ccc; border-left-color:#bbb; border-bottom-color:#bbb; background:#fff; margin-right:4px; font-size: 12px; }
#commentform #author,#commentform #email,#commentform #url,#commentform textarea { border:1px solid #bbb; outline:none; padding:4px 3px; width:160px; }
#commentform p label { margin:4px 0 0; }
#commentform textarea { float:none; width:98%; overflow:auto; }

/* =----------------------------------- boring footer */
#footer { border-top:1px solid #333; margin:15px 0; }
#footer p { padding:14px 3px 0; }

/* =----------------------------------- floats + clearing rule */
.floatleft,.alignleft { float:left; margin:3px 7px 0 0; }
.floatright,.alignright { float:right; margin:3px 0 0 7px; }
.right { float:right; }
.left { float:left; }
.clear { clear:both; }
.fix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.fix { display:inline-block; }
* html .fix { height:1%; }
.fix { display:block; }

/* Seitwert Styles */
#respond { background-color:#f6f6f6; border: 1px solid #EEE; padding: 6px 15px 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#respond h3 { border:0 none; padding:0; }
label { cursor:pointer; display:block; font-size:11px; font-weight:bold; }
.nav .searchField span { border:none; background-color:transparent; }
#btnlayer img { float:left; margin:4px 0 0 3px; }
#sw-small #btnlayer span { color:#939597; float:left; margin:3px 0 0 5px; }
button.styled span { display:none; }
button.styled,input.styled { background-color:transparent; background-position:0 0; border:0 none; cursor:pointer; display:block; height:25px; text-indent:-9999px; }

/*
a.sicon { display:block; float:left; margin-right:5px; text-indent:-9999px; width:48px; height:48px; background:transparent url(http://blog.seitwert.de/wp-content/themes/seitwert/images/socialicons.gif) no-repeat; }
a.twitter { background-position:-48px 0; }
a.rss { background-position:-96px 0; }
*/

a.sicon { display: block; background: transparent url("images/facebook.png") 0 50% no-repeat; margin-bottom: 3px; padding-left: 22px; }
a.twitter { background-image: url("images/twitter.png"); }
a.rss { background-image: url("images/feed.png"); }
a.googleplus { background-image: url("images/gplus.png"); }

table { table-layout: fixed; width: 100%; }
table td { padding: 2px 10px; }
table tr.alt td { background-color: #F6F6F6; }
table thead { background-color: #DDD; }

table#search-item td:first-child { width: 10px; text-align: center; }

#like-button { border-top: 1px solid #ccc; padding-top: 10px; }
div.tweets { margin-bottom:5px; }
span.telement { float:left; margin-right:10px; vertical-align:middle; }
span.tme { margin:0; }
li.current-cat a { font-weight:bold; color:#333; }
#subform { color:#999999; margin:0 0 5px; font-size:10px; }
form#sw-small { width:509px; margin:0; padding:0; }
form#sw-small fieldset { margin:0; padding:0; border:none; }
form#sw-small label { float:left; margin-right:5px; padding-top:6px; }
form#sw-small input { font-family:arial, verdana, sans-serif; font-size:14px; float:left; width:386px; margin:0 5px 3px 0; padding:4px; }
form#sw-small button { background:url("http://blog.seitwert.de/wp-content/themes/seitwert/images/btn-bewerten-small.gif") no-repeat 0 0; width:106px; height:25px; margin-top:0; }
form#sw-small button:hover { background-position:0 -25px; width:106px; height:25px; }
form#searchForm1 { position:absolute; top:4px; /* right:0; */ left: 0; width:254px; height:41px; margin:0; padding:7px 11px; }
form#searchForm1 fieldset { margin:0; padding:0; border:none; }
form#searchForm1 label { float:left; margin-right:5px; padding-top:6px; }
form#searchForm1 input { font-family:arial, verdana, sans-serif; color:#333; font-size:14px; float:left; width:170px; margin:0 5px 3px 0; padding:4px; }
form#searchForm1 button { background:url("http://blog.seitwert.de/wp-content/themes/seitwert/images/btn-search.gif") no-repeat 0 0; width:63px; height:25px; }
form#searchForm1 button:hover { background-position:0 -25px; width:63px; height:25px; }
#submitcomment { background:url("http://blog.seitwert.de/wp-content/themes/seitwert/images/btn-comment.gif") no-repeat 0 0; width:144px; height:25px; }
#submitcomment:hover { background-position:0 -25px; width:144px; height:25px; }

.author_info { background-color: #F6F6F6; border: 1px solid #EEEEEE; border-radius: 5px 5px 5px 5px; padding: 6px 15px 15px; }