/*
Theme Name: Hawaiian Fourteen
Theme URI: https://math.hawaii.edu/wordpress/bjoern/hawaiian-twelve/
Author: Bjørn Kjos-Hanssen
Author URI: https://math.hawaii.edu/wordpress/bjoern/
Description: A child theme of Twenty Fourteen for use by the UH Manoa Math department.
Version: 0.1
Template: twentyfourteen
*/

@import url('../twentyfourteen/style.css');

/* To center the whole site: */
#page {
margin-left:auto;
margin-right:auto;
}

/* Don't need this anymore:
body.custom-background {
	background-image: url('http://math.hawaii.edu/wordpress/computability-theory/files/2013/09/twitter-background.jpg');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
}
*/

/* From Cerulean Elegance and Hawaiian Elegance */
/* Messages */
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
	border-radius: 15px; /* CSS3 only */
	text-align: center; /* added by bjoern */
}

.error {
	background: #FBE3E4; 
	color: #8A1F11; 
	border-color: #FBC2C4;
}
.error a {
	color: #8A1F11;
}

.notice {
	background: #FFF6BF; 
	color: #514721; 
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2; 
	color: #264409; 
	border-color: #C6D880;
}

.success a {
	color: #264409;
}
/* 
 Floats
------------------------------------------------------------------- */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}
/* 
 Thumbnails
------------------------------------------------------------------- */

.thumbnails {
	margin: 0 -0 2em -8px;
}

.thumbnails a.thumb {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
	border-radius: 5px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {
	display: block;
	border-radius: 5px;
	/* To create grayscale images */
	/* filter: url('http://math.hawaii.edu/home/style/filters.svg#grayscale');*/ /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

.thumbnails .thumb img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

/* Courses */
.thumbnails a.taught, .taught {
	background: #FBE3E4; /* pink */
}
.thumbnails a.nottaught, .nottaught {
	background: #D5D5D5; /* gray */
}
.thumbnails a.topics, .topics {
	background: #E6EFC2; /* green */
}
.thumbnails a.private, .private {
	background: #ADD8E6; /* blue */
}
/* Tables -------------------------from Loren Swendsen-------------*/
.table-01 { width:100%; margin:0 0 22px 0; text-align: left;}
.table-01 th { background-color:#FFFFFF; font-weight:bold; padding:6px 2px 2px 2px; border-bottom:3px solid #BBBAA5; }
.table-01 td { padding:6px 2px; }
.table-01 td.last { border-bottom:1px solid #BBBAA5; }
.table-01 td a:link, .table-01 td a:visited { font-weight:normal; color:#333333; }
.table-01 td a:hover, .table-01 td a:active, .table-01 td a:focus { text-decoration:underline; }
.table-01 tr:nth-of-type(odd) { background-color:#E2E2C7; }
.table-01 tr:nth-of-type(even) { background-color:#FFFFFF; }
		
/* 
 Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
	vertical-align: middle; /* added */
}
.site-header h1,
.site-header h2 {
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif; 
	font-variant: small-caps;
}
		
.content_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}

.hide {
	display: none;
}

