/*
Theme Name: ohw2012
Description: This is a child theme for the Twenty Twelve theme. It includes special styling of ordered lists, tables and link colors.
Author: Orjan Hansson
Author URI: http://ohw.se
Template: twentytwelve
Version: 2.0, 2012-10-04, modified from ohw2011.
*/

@import url("../twentytwelve/style.css");

/* Ordered lists */
ol {
	list-style-type: decimal; /* 2011: decimal */
}
ol ol {
	list-style: decimal; /* 2011: upper-alpha */
}
ol ol ol {
	list-style: decimal; /* 2011: lower-roman */
}
ol ol ol ol {
	list-style: decimal; /* 2011: lower-alpha */
}
/* Hca and Scale tables */
.table_hca, 
.table_scale {
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	border: 1px solid black;
	border: none;
}
.table_hca caption, 
.table_scale caption {
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.table_hca thead,
.table_scale thead {
	background-color: #eee;
}
.table_hca th,
.table_scale th {
	color: #000;
/*	font-size: 1em; */
/*	font-weight: bold; */
	text-align: center;
	padding: 5px;
}
.table_hca td,
.table_scale td {
	text-align: center;
	padding: 5px;
}
.table_hca .td_left {
	text-align: left;
}
.table_hca .td_em {
	background-color: #ccc;
}
/* Old table styling */
tr.headerRow {
	background: #e0e0e0;
	font-weight: bold;
	text-align: center;
}
tr.centeredData {
	text-align: center;
}
td.emphasizeData {
	background: #c0c0c0;
}
/* Color scheme */
/* #c00 = dark red, #e00 = light red */
#site-title a {
	color: #c00;
}
#site-title a:focus,
#site-title a:active,
#site-title a:hover {
	color: #e00;
}
a {
	color: #c00;
}
a:focus,
a:active,
a:hover {
	color: #e00;
}
#site-generator a {
	font-weight: normal;
}
