/*
Theme Name: History Speaks
Template: intergalactic
Theme URI: http://historyspeaks.clevelandhistory.org/
Description: Child theme for Intergalactic
Author: Wordpress.com (lightly edited by E. Bell)
Version: 1.0
*/

@import url("../intergalactic/style.css");

/* general */
input, select, audio, video{
	max-width: 100%;
}


/* homepage and footer nav */
nav.topics{
	color:#ccc;
	background: #000;
	text-align: center;
	display: block;
	width: 100%;
	padding:2em 0;
}
.topics div{
	display: inline;
}
.topics ul{
	margin: 0;
	padding: 0;
	display: inline;
}
.topics ul li{
	display: inline;
}
.topics a{
	color:#fff;
	padding: .5em;
}
.topics a:hover{
	color:#000;
	background: #fff;
}



/* category pages */
.taxonomy-description{
	text-align: center;
}

/* footer */
footer .social-links{
	text-align: center;
	margin: 0px auto;
	background: #333;
	padding: 1em 0 1.5em;
}

footer .site-info {
    background: #555;
    margin: 0 auto;
    width: 100%;
}
.cphdh-logo{
	text-align: center;
	display: block;
	margin: 0 auto;
}
.cphdh-logo img{
	margin: 1.5em auto 0;
	max-width: 300px;
}

/* akismet */
#akismet-credit-insert{
	padding: 1.5em 0 0 !important;
	max-width: 95%;
	margin: 0 auto;
}