/*
Theme Name:     Journal of Medieval Latin
Theme URI:      http://medievallatin.utoronto.ca
Description:    Child theme for the Pilcrow theme 
Author:         Andrew Dunning
Author URI:     http://andrewdunning.ca/
Template:       pilcrow
Version:        1.0
*/

@import url("../pilcrow/style.css");

body {
	border-top: 10px solid #000;
}

body, input, textarea {
	font: 18px/26px Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

#site-title {
	text-align: left;
}

#site-title a {
	background: #B40404;
	border: 1px solid #000;
	border-color: rgba(0,0,0,.2);
	border-width: 0 1px 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font: 24px/1.1 "Arno Pro", "Garamond Premier Pro", "Adobe Garamond Pro", Garamond, "Apple Garamond", "ITC Garamond Narrow", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", "Bitstream Charter", "Nimbus Roman No9 L", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size: 2.4rem;
	letter-spacing: 2px;
	margin: -10px 0 20px 27px;
	padding: 0.5em 27px;
	max-width: 55%;
}

a {
	color:#B40404;
	text-decoration:none;
}

a:focus,a:active,a:hover {
	text-decoration:underline;
}

ul, ol, dl {
	margin: 0 0 1em 2.5em;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: normal;
}

dd {
	font-style: normal;
}

@media (min-width:768px) {
    .post-10 dt {
        float: left;
        width: 120px;
        clear: left;
        text-align: right;
        white-space: nowrap
    }

    .post-10 dd {
        margin-left: 140px
    }

    .post-10 dd dl {
	margin-bottom: 1em;
    }

    .post-10 dd dt {
        width: 80px
    }

    .post-10 dd dd {
        margin-left: 100px
    }
}

#nav ul {
	font: 300 14px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#nav a {
	letter-spacing: 0;
	text-transform: none;
}

.entry-content h3 {
	color: black;
	font-size: 24px;
	margin-bottom: 4px;
}
.entry-content h4 {
	background: none;
	border: none;
	padding: 4px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.entry-content h4, .entry-content h5, .entry-content h6 {
	font-size: 18px;
}
.entry-content a {
	text-decoration: none;
}
.entry-content a:hover {
	text-decoration: underline;
}
.entry-content a:visited {
	color: #1873a1;
}

#site-info {
	width: 100%;
}

@media print {
	body {
		border-top: 0;
		font: 12px Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	}
	
	#site-title a {
		background: transparent;
		border: none;
		color: #000;
		display: block;
		font-size: 14pt;
		margin: 1.5em 20px;
		max-width: 100%;
		padding: 0;
	}
}