/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://www.teigfam.net/oyvind/home/wp-content/themes/twentytwelve-child
Description:    aclassifier child theme
Author:         Øyvind Teig
Author URI:     http://www.teigfam.net/oyvind/home
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

/* Thanks to paulwpxp 2013 07 26 */
/* ----- blockquote reduce space ----- */
.entry-content blockquote,
.comment-content blockquote {
    padding-top: 0;
    padding-bottom: 0;
}
/* ----- h2 color  ----- */
.entry-content h2 {
    color: #ff0000;
}

/* Thanks to Chris Rockwell 2013 08 14 at css-d@lists.css-discuss.org */
/* Make Reference ordered list as [x] */
ol.ol_href {
    list-style-type: none;
    counter-reset: section;
    padding-left: 0;
}
ol.ol_href li {
  display: table-row
}
ol.ol_href li:before {
    counter-increment: section;
    content: "[" counter(section) "] ";
    padding-right: 1em;
    display: table-cell;
}

/* Thanks to WPyogi 2013 11 18 */
p.p_vline_left_gray {
   border-left: 1px solid #C0C0C0;
   margin-left: 10px;
   padding-left: 10px;
}
p.p_vline_left_red {
   border-left: 1px solid #ff0000;
   margin-left: 10px;
   padding-left: 10px;
}
p.p_noline_left {
   border-left: 0px;
   margin-left: 10px;
   padding-left: 10px;
}

/* Teig 2014 02 03 */
code.code_x_courier {
    line-height:100%;
    font-weight:bold;
    font-family:"Courier";
}
code.code_x {
    line-height:100%;
    font-weight:bold;
}

/* Thanks to Andrew av http://wordpress.org/support/topic/png-and-gif-images-have-thin-border-around-them */
/* Removes borders around (all?) pictures */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
   box-shadow: none;
}