/**
 * 	ADMIN PANEL CSS STYLES
 */

/* Temporary Styles */
/*Main navigation*/
header {
	background: white;
	border-bottom: solid #7a8114 thick;
}
header h1 {
	font-family: 'Fredericka the Great';
	color: #7a8114;
	margin-bottom: 0;
	/*padding: 0 15px;*/
}
nav.main-navigation {
	
	/*padding: 0 15px;*/
	font-size: 1.2em;
	font-weight: bold;
}
nav.main-navigation ul li:first-child{
	padding-left: 0;
}

nav.main-navigation ul {
	list-style: none;
}

nav.main-navigation ul li {
	display: inline-block;
	padding: 5px 10px;
}
nav.main-navigation ul li a {
	color: rgba(100,0,0,1); /* #7a8114; */
	text-decoration: none;
}
footer.admin-footer {
	font-family: 'Architects Daughter', cursive;
    color: white;
	height: 50px;
	background: rgba(100,0,0,1);
}
footer.admin-footer > p {
	font-weight: bold;
    font-size: 1.2em;
	padding-top: 15px;
	text-align: center;
	width: 200px;
	margin: 0 auto 0;
}
