/*
Theme Name: Mostly Text Anyway
Theme URI: http://bitbucket.org/cdaven/mostly-text-anyway/
Description: Tema ursprungligen skapat för bloggen <a href="http://www.entreprenord.se">Entreprenörd</a>
Author: Christian Davén
Author URI: http://www.daven.se/

Licensed under the MIT license (see LICENSE.TXT).
*/

/* reset stuff */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ul,ol,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
sub,sup{margin:0;padding:0;border:0;outline:0;background:transparent}
abbr,acronym{margin:0;padding:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
/* grid stuff */
.grid{display:inline;float:left;}/*margin-left:10px;margin-right:10px*/
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
/* other stuff */
body {
    font-size: 100%;
    line-height: 1.4;
}
p,ul,ol,blockquote,code,pre,table {
    margin-bottom: 1em;
}
p:last-child,ul:last-child,ol:last-child,blockquote:last-child,code:last-child,pre:last-child,table:last-child {
    margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6 {letter-spacing: -1px}
h2 {
    font-size: 1.8em;
    margin-bottom: .5em;
}
.posttitle {
    font-size: 1.8em;
    margin-bottom: 0;
}
h3 {
    font-size: 1.4em;
    margin-bottom: .5em;
}
h4 {
    font-size: 1.3em;
    margin-bottom: .5em;
}
h5 {
    font-size: 1.2em;
    margin-bottom: .5em;
}
h6 {
    font-size: 1.1em;
    margin-bottom: .5em;
}
code,pre,tt {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
    font-size: .9em;
}
code,pre {
    margin-left: 1em;
    overflow: auto;
}
ol,ul {
    margin-left: 2em;
}
blockquote {
    margin-left: .5em;
    padding-left: 30px;
    background: url(/wp-content/themes/mostlytext/quote.png) no-repeat;
    margin-right: 2em;
    font-size: .95em;
}
input,textarea,select {
    padding: 3px;
}
input {
    font-size: 1em;
}
td,th {
    padding-right: 10px;
}
th {
    text-align: left;
}
a:link,a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
.storycontent a:link,.storycontent a:visited,.textwidget a:link,.textwidget a:visited { text-decoration: underline; }
#headerwrap {
    background-color: #fff;
    margin-bottom: 1em;
    border-bottom: 3px solid #666;
}
#header {
    padding: 1em 0;
}
#header #blogname {
    font-size: 2.5em;
    margin-bottom: 0;
}
#header #blogdescription {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 0;
    color: #666;
}
#footerwrap {
    background-color: #fff;
    border-top: 3px solid #666;
}
#footer {
    padding: 1em 0;
    font-size: .9em;
}
#footer .alignleft {
    width: 50%;
}
.sidebar {
    font-size: .9em;
    width: 100%;
}
.sidebar ul,.sidebar li {
    margin-left: 0;
    padding-left: 0;
}
.sidebar ul,.sidebar ol { margin-bottom: 0 }
.sidebar ul { list-style-type: none }
.sidebar li ul,.sidebar li ol { margin-top: .25em; margin-left: 1em; }
.sidebar li {
    border-bottom: 1px solid #ccc;
    margin-bottom: .25em;
    padding-bottom: .25em;
}
.sidebar li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.sidebar ul + p { margin-top: 1em; }
#searchform .screen-reader-text {
    display: none;
}
#searchform #s {
    width: 65%;
}
#searchform #searchsubmit {
    padding: 4px 9px;
}
textarea#comment {
    width: 90%;
}
#header a,.comment-meta a {
    color: #333;
}
.post,.widget,.feedback,#respond {
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 5px;
    box-shadow: 0 0 8px #999;
}
.pagetitle {
    margin-bottom: 1em;
}
#header .widget {
    box-shadow: none;
}
.navigation {
    margin-bottom: 1em;
    padding: 0 1em;
}
.postdate,.meta,.navigation,.comment-meta {
    font-size: .9em;
    color: #999;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    text-align: center;
}
#comments {
    margin-bottom: 1em;
}
.comment {
    margin-left: 1em;
    border-top: 1px solid #ccc;
    padding-top: 1em;
}
.commentlist .comment:first-child {
    border-top: none;
    padding-top: 0;
}
.comment cite {
    font-style: normal;
    font-weight: bold;
}
.comment-meta {
    margin-bottom: 1em;
    color: #666;
}
.comment-meta,.comment-author {
    margin-left: -1em;
}
.comment-author img {
    margin-right: 5px;
}
.byline {
    margin-top: 1em;
    padding: 1em;
    font-size: .8em;
    border-radius: 5px;
}
.byline .widget {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.meta {
    border-top: 1px solid #ccc;
    padding-top: .5em;
    margin-top: .5em;
}
.meta p {
    margin-bottom: 0;
}
.meta .alignleft {
    width: 70%;
}
.meta {
    margin-top: 1em;
}
.storycontent {
    margin-top: 1em;
}
.storycontent img.alignleft, .storycontent div.alignleft { margin: 0 5px 5px 0; }
.storycontent img.alignright { margin: 0 0 5px 5px; }
.storycontent div.alignright { margin: 0 0 15px 15px; }
.storycontent .more-link:link, .storycontent .more-link:visited { text-decoration: none; }
.wp-caption-text { font-size: .9em }
.wp-caption-text p { margin-bottom: 0; }

