/*
 Theme Name:   Joyner 2014
 Theme URI:    http://jamesjoyner.com
 Description:  JamesJoyner 2014 Theme
 Author:       Jamie Wilson
 Author URI:   http://jamiewilson.net
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  
*/

@import url("../twentytwelve/style.css");


/* Defaults */
body {
	font: 16px Georgia, Times, serif;
	color: black;
}

a {
	color: #950000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #950000 !important;
}

header a, header a:visited, header a:active {
	color: #fff !important;
}

/* Header */
.site-header {
	padding: 0;
}

#masthead {
	background-color: #555;
	color: white;
	padding: 0px;
	text-align: center;
	//border-bottom: 2px solid black;
}

#masthead h1 {
	font: normal 4em Georgia, serif;
	color: white;
	text-align: center;
}

#masthead a {
	color: white;
}

/* Navigation */

#site-navigation {
	margin-top: 0;
	text-align: center;
}

.main-navigation ul.nav-menu, 
#masthead .nav-menu ul {
	border: 0;
	text-align: center;
}

.nav-menu li {
	font: 16px/16px sans-serif;
	display: inline-block;
	margin: 0 10px;
}

.nav-menu li a {
	text-transform: none;
}

/* Page */

body .site {
	margin-top: 2em;
}

.site-content article {
	border-bottom: 0;
}

/* Footer */
footer .site-info a {
	display: none;
}

/* Article Tweaks */
.nav-previous, .nav-next {
	display: none;
}