/**
 * Basic Stylesheet
 * Import this stylesheet as a stylesheet base to start from
 *
 * Styles are based on Blueprint (http://code.google.com/p/blueprintcss/)
 * and 960gs (http://960.gs/)
 *
 * @since 3.6
 * @package dkret3
 */

body, input, textarea {
    color: #000;    
    font: 15px/1.5 Georgia, Helvetica, "Liberation Sans", sans-serif;
}

a:focus {
    outline: 1px dotted invert;
}

/* Text meant only for screen readers */
.screen-reader-text {
  display: none;
}

/* 
    Headings
*/

h1,h2,h3,h4,h5,h6 { 
    font-weight:normal;
    clear:both;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}


/* 
    Margins & default text elements
*/

.post,
.entry-date,
.write-comment-link,
p,
dl,
dd,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 18px;
}

.write-comment-link {
    display: block;
}
ul {
    margin-left: 1.5em;
}
ol {
    margin-left: 3em;
}
ul {
    list-style: disc;
}
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;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 3em;
}
pre {
    font: 13px Monaco, monospace;
    line-height: 18px;
}
code {
    font: 13px Monaco, monospace;
}


/*
  Some default styles for Images
 */

.entry-content img {
    max-width:100%;
}
.alignleft,
img.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright,
img.alignright {
    display: block;
    float: right;
    margin-left: 20px;
}
.aligncenter,
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.wp-caption {
    text-align: center;
    margin-bottom: 18px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px;
}
.gallery img {
    margin: 0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
    margin: 0 !important;
}