/*
Theme Name: Basic2Col
Theme URI: http://kzkw.net/wp-theme/basic2Col/
Description: Just a basic two column blog theme for WordPress in white, red and grey. 
Version: 2.3
Author: Kristin K. Wangen
Author URI: http://kzkw.net/
*/

/* Webfonts */

@font-face {
    font-family: "Share Tech Mono";
    src: url("/theme/fonts/ShareTechMono-Regular.ttf");
}

@font-face {
    font-family: "Fira Sans";
    src: url("/theme/fonts/FiraSans-Bold.ttf");
}
@font-face {
    font-family: "Source Sans";
    src: url("/theme/fonts/SourceSansPro-Regular.ttf");
}

/* General layout */
body {
    background:#fff;
    color : #111; 
    font-family: 'Source Sans', sans-serif; 
    font-style : normal;
    padding:2px 2em;
    margin:0px;
    line-height:1.5em;
    font-size:90%;
    text-align:center;
}

hr {
    border: 1px solid #ccc;
}

blockquote, code, pre {
    color:#333;
}

blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 5px;
    border-left: 2px solid #ccc;
}

code, pre {
    font-family: monospace;
}

/* Font styles */
p {
    font-family: 'Source Sans', sans-serif; 
    font-size : 100%; 
    font-style : normal; 
    padding: 0px;
}

h1 {
    font-size: 140%; 
}

h2 {
    font-size: 120%; 
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
}

h2, h3, h1, h4 {
    font-family: 'Fira Sans', sans-serif; 
    color : #333; 
    margin: 10px 0px;
    padding:2px 0px;
    clear: both;
}

blockquote p {
    font-style: italic;
}

#accessnav {
    display:none;
}

#wrap {
    background : transparent;
    border: none;
    max-width:65em; 
    margin:5px auto;
    padding:0px;
    text-align:left;
}

/* Header */
#header {
    background : transparent;
    border-bottom:1px solid #ccc;
    margin:4px 4px 0px;
    padding:15px 10px;
}

#header h1{
    font-family: 'Share Tech Mono';
    padding:0px;
    font-size:250%;
    display:inline;
}

#header p {
    font-family: 'Share Tech Mono';
    text-transform: uppercase;
    padding:0px;
    margin:2px 10px;
    font-size:1.2em;
    display:inline;
}

/* Content and post settings */
#content{
    background : transparent;
    padding: 5px 1em;
    margin: 2px 0.1em 5px;
    width: 67%;
    float: left;
    font-size:1.1em;
}

#content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited  {
    color:#333;
    font-weight:normal;
    text-decoration:none;
    border:none;
}

#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active {
    color:#999;
}

.post h2 {
    border-bottom: 1pt solid #eee;
}

.post {
    margin: 5px 0px;
}

.post img {
    border: 6pt solid #eee;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post div.info, .post ul.link, .post ul.inline {
    font-size:0.9em;
}

.post div.info p {
    margin: 2px 0px;
    padding:0px;
}

.post div.info {
    margin: 10px 0px 5px;
}

ul.info, div.info {
    clear:both
}

.story {
    line-height:1.4em;
}

.post img {
    max-width:100%;
    overflow: hidden;
}

.wp-smiley {
    border:none;
}

/* Comments */
#commentbox {
    background : transparent;
    clear:both;
    margin:10px 0px;
}

ol#commentlist  {
    list-style-position: inside;
    margin:2px 0px;
    padding:0px;
}

#commentlist li{
    border-bottom:1pt solid #eee;
    margin: 10px 0px;
}

#commentform fieldset {
    padding:0;
    margin:0;
}

#commentform legend {
    font-family: sans-serif; 
    color : #333; 
    margin: 10px 0px 5px;
    padding:2px 0px;
    font-size:120%;
}

#commentform textarea {
    width:90%;
}

#commentform label, #commentform textarea {
    display:block;
}

#commentform input {
    width:50%;
}

#commentform input.submit {
    width:40%;
    margin:2px 0px;
}

.approve {
    border: 1pt solid #ccc;
    background : #eee;
    padding:5px;
    font-size:90%;
}

.comment_author {
    font-size:1.1em;
}

#commentbox {
    border-top: 1pt solid #eee;
}

/* Sidebar */
#sidebar {
    background : transparent;
    padding: 5px 0px;
    margin: 5px 0px;
    width: 25%;
    float:right;
}

#sidebar ul, #sidebar li{
    list-style-type: none;
    margin: 2px;
    padding:0px;
}

#sidebar li{
    margin:0px;
    padding: 2px 0px;
}

#sidebar div {
    margin: 2px;
    padding:0px;
}

#sidebar h2 {
    margin: 5px 0px 0px;
    padding: 4px 0px;
    font-size:100%;
}

#sidebar li a {
    border:none;
}

#sidebar li li {
    border-bottom: 1pt solid #eee;
}

#sidebar li li li {
    list-style:circle inside;
    border:none;
    margin-left:0px;
}

#searchform input#s {
    width:50%;
}

#searchform input.submit {
    width:30%;
}

/* Widgets fixing */
.widget_rss h2 a {
    color:#333;
    font-weight:bold;
}

.widget_rss img {
    margin:0px;
}

/* Calendar */
#wp-calendar a {
    font-weight: bold;
}
#today {
    background:#eee;
}

/* Footer */
#foot {
    background : transparent;
    border-top:1px solid #ccc;
    margin:5px;
    clear: both;
    padding:5px 10px;
    text-align:center;
}

#foot ul{
    margin: 2px;
    padding:0px;
}

#foot li{
    display: inline;
    margin:0px 3px;
}

/* Classes */
.center {
    text-align: center;
}

.right {
    float: right;
}

.left {
    float: left;
}

.none {
    display: none;
}

.righttxt {
    text-align:right;
}

.credits {
    clear:both;
}

.border {
    border: 1px solid #ccc;
}

/* Images */
img {
    border-style : none;
    margin: 2px;
}

/* Link color */
a:link, a:visited {
    font-weight:normal;
    color : #600;
    text-decoration : none; 
}

a:hover, a:active {
    color : #666; 
    text-decoration : none;
    border:none;
}

/* Forms */
input, textarea, select, option {
    font-family: sans-serif; 
    font-size:100%;
    padding: 2px;
    background : #eee;
    color : #111; 
    border: 1px solid #ccc;
    margin: 2px;
}

fieldset, legend {
    background:transparent;
    color : #111; 
    border: none;
    padding: 5px;
}

label, legend {
    font-weight:normal;
}

/* Lists */
ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 5px 2em;
    padding:2px;
}

ol { 
    list-style-position: outside;
    margin: 5px 2em;
    padding:2px;
}

.link li, .inline li{
    display:inline;
    margin: 5px 0px;
    padding:0px;
}

ul.inline, ul.link {
    list-style:none;
    margin: 5px 0px;
    padding:0px;
}
.inline li {
    padding: 2px 15px 2px 0px;
}

/* Tables */
table {
    color : #111; 
    width: 100%;
    margin: 5px auto;
    padding: 0px;
    font-size:100%;
}

caption {
    color: #333;
    font-weight: bold; 
    padding: 5px;
}

td, th, tr {
    padding: 5px;
    text-align:left;
}

/* Tag cloud */
a.tag-1 {
    font-size: 20pt;
}

a.tag-2 {
    font-size: 12pt;
}

a.tag-3 {
    font-size: 10pt;
}

a.tag-4 {
    font-size: 8pt;
}

/* Gallery  */

#gallery-1 {
margin: auto;
}
#gallery-1 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-1 img {
border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */

.taglist {
    clear:both;
}
