/*
Theme Name: Twenty Twelve (jsturm)
Theme URI: https://jsturm.de/
Description: Child-Theme von Twenty Twelve. Buendelt die Anpassungen, die frueher direkt
             in twentytwelve/style.css standen (Theme 1.6), sowie das CSS fuer die
             Publikationslisten, das vorher im Plugin style-tweaker in der DB lag.
             Dadurch laesst sich das Eltern-Theme gefahrlos aktualisieren.
Author: Juergen Sturm
Template: twentytwelve
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwelve-jsturm
*/

/* ==========================================================================
   1) Anpassungen, die frueher direkt in twentytwelve/style.css standen.
      Jeweils: Originalwert des Themes -> hier verwendeter Wert.
   ========================================================================== */

/* Reset-Block hatte zusaetzlich eine Textfarbe bekommen (Original: keine). */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	color: #444;
}

/* Grundschrift groesser (Original: 87.5%). */
html {
	font-size: 100%;
}

/* Original: #444 */
body {
	color: #000;
}

/* Aktiver Menuepunkt in der Hauptnavigation (Original: #636363). */
@media screen and (min-width: 600px) {
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #1e73be;
	}
}

/* ==========================================================================
   2) Publikationslisten. Kam vorher aus dem Plugin style-tweaker
      (Option mbst_style_generic), unveraendert uebernommen.
   ========================================================================== */

.date { background-color: blue; }
.rheader { font-size: large; }
.bibref { padding: 3px; padding-left: 15px; vertical-align: top; }
.bibtitle { font-weight: bold; }
.bibbooktitle { font-style: italic; }
.bibthumb { vertical-align: middle; width: 120px; }
.bibaward { color: rgb(255, 0, 0); margin-left: 4px; }
