/*
Theme Name: Mathenaeum Blog Theme
Theme URI: http://thewessens.net/blog
Description: A theme for my Mathenaeum Blog
Author: Ken Wessen
Author URI: http://thewessens.net/maths
Template: hueman
Version: 0.1
*/

@import url("../hueman/style.css");

@font-face 
{
	font-family: Rhyth;
	src: url('inc/Rhyth.woff')  format('woff'); 
}
	
.notation
{
	font-family: Rhyth;
	font-size:	1.5rem;
	position : relative;
	top : .2em;
}

.wp-caption 
{
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F0F0F0;
  display: block;
/*  max-width: 96%; */
  padding: 3px;
  position: relative;
  text-align: center;
}

.wp-caption-text 
{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  bottom: 8px;
  color: #FFFFFF !important;
  display: block;
  filter: alpha(opacity=0);
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  left: 8px;
  overflow: visible;
  margin: 0;
/*  max-width: 100%; */
  opacity: 0;
  padding: 5px 10px !important;
  position: absolute;
  right: 8px;
}

.wp-caption img:hover ~ .wp-caption-text 
{
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

body { background: #ffe; font-size: 16px; line-height: 1.5em; color: #333; font-weight: 300; }

h1 
{
	display: block;
	letter-spacing: -1px;
	text-align: left;
	text-decoration: none;
	text-shadow: -1px -1px 0px #AC531B;
	font-size: 3.3rem;
	line-height: 4rem;
	font-weight: 200;
	color: #FFFFFF;
	margin: 0;
}

.site-description
{
  	display: block;
  	letter-spacing: -1px;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: -1px -1px 0px #AC531B;
  	font-size: 1.5rem;
  	font-weight: 100;
  	color: #aaaaaa;
	padding-left: 100px;
}

.widget_sidebarlogin #message.error.fade p 
{
  width: 100%;
  box-shadow: 0px 0px 0px #FF0000;
  border: 2px red solid; 
  text-align: center;
}

.page-title { background: #036; color: #000; font-size: 20px; font-weight: 600; text-transform: uppercase; line-height: 24px; border: #369 2pt solid; padding-top: 15px}
.page-title h1,
.page-title h2,
.page-title h4 { color: #ff8; }

.page-title h1,
.page-title h2 { font-size: 22px; }

.page-title h1 { line-height: inherit; }

.content
{
	background: white;
}

div.post-thumbnail
{
	displayX:none;
}

.entry.excerpt
{
	color: #333;
}

.post-nav { color: #333; }
.post-nav li i { color: #333; }
.post-nav li a strong { color: #333; }
.post-nav li a span { color: #333; }
.post-nav li a:hover span { color: #444; }

.disclist li
{
  list-style-type:disc !important;
}

.circlelist li
{
  list-style-type:circle !important;
}

.dashlist ul
{
    list-style-type: none !important;
}

.dashlist li
{
    list-style-type: none !important;
}

ul.dashlist > li:before 
{
    content: "–"; /* en dash here */
    position: absolute;
    margin-left: -1.1em; 
}

.sidebar
{
	background: #e6fdfa;
	font-size: 1rem;
  	color: #555;
}

.sidebar-top p
{
	color: #ff8;
}

/* .category a { color: #ff8; } */

.sidebar-top
{
	color: #ff8;
}

.main-inner
{
	background: #e6fdfa !important;
}

.widget
{
	color: #333;
}

.widget_recent_comments ul li,
.widget_recent_entries ul li { color: #333; }

.widget a 
{
  	color: #00f;
}

.widget-text
{
	color: #000;
}

.bluelink a
{
	color: #33f !important;
}

.bluelink a:visited
{
	color: #33f !important;
}

.audiotable td
{
  width:50%;
  font-weight:800;
  font-style:italic;
  font-size:1.2rem;
  border-bottom:none !important;
}

.numbertable td
{
  text-align:right !important;
  font-size: 0.9rem;
  border-bottom:none !important;
}

.automargin {
	display: inline-block;
	margin: 0 auto;
}

.centre {
	display:block;
	text-align:center;
}

.centre-inline {
	display:inline-block;
	text-align:center;
}

.emph {
	font-style: italic;
}

.semibold {
	font-weight: 400;
}

.bold {
	font-weight: 900;
}

.large {
	font-size: 1.5rem;
}

.small {
	font-size: 0.8rem;
}

.tiny {
	font-size: 0.7rem;
}

.redtext {
	color: #d33;
}

.greentext {
	color: #3d3;
}

.bluetext {
	color: #33d;
}

.darkbluetext {
	color: #036;
}

.orangetext {
	color: #f70;
}

.yellowtext {
	color: #FF8;
}

.brightyellowtext {
	color: #FF0;
}

.whitetext {
	color: #FFF;
}

.blacktext {
	color: #000;
}

.grey {
	color: #444;
}

@media print {
    #header, #comments, #secondary, #secondary aside, #tertiary, #footer, .sidebar {
        display: none;
    }

    .col-2cl .main-inner { padding-left: 0px; }
    .col-2cr .main-inner { padding-left: 0px; }

    .entry {
        font-size: 11pt;
        line-height: 1.3em;
    }
}