/* CSS Document */
:root {
	/* --lmm-purple: #3D1152; */
	--lmm-purple: #000000;
    --lmm-black: #000000;
	--lmm-grey: #54575A;
	/* --lmm-tan: #A8A088; */
	--lmm-tan: #c9c3b3;
	--lmm-green: #515542;
	--lmm-gold: #AE8400;
}

body {
	background-color: var(--lmm-tan);
	color: black;
	font-size: 87.5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.5;
	text-align: left;
	padding: 10px;
}

body * {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
    color: var(--lmm-black);
}

.topContent, .bottomContent {
	background-color: white;
	/* -moz-border-radius: 5px; */
	-wekit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 15px;
	text-decoration: none;
}

.topContent h2.pagetitle {
    color: var(--lmm-black);
}

.post-info {
	font-style: italic;
	color: var(--lmm-gold);
	font-size: 85%;
}

.top-sidebar {
	width: 21%;
	float: left;
	background-color: white;
	/* -moz-border-radius: 5px; */
	-wekit-border-radius: 5px;
	border-radius: 5px;
	margin: 2% 0% 0% 3%;
	padding: 2% 3%;
}

.middle-sidebar {
	width: 21%;
	float: left;
	background-color: white;
	/* -moz-border-radius: 5px; */
	-wekit-border-radius: 5px;
	border-radius: 5px;
	margin: 2% 0 0% 3%;
	padding: 2% 3%;
}

.bottom-sidebar {
	width: 21%;
	float: left;
	background-color: white;
	/* -moz-border-radius: 5px; */
	-wekit-border-radius: 5px;
	border-radius: 5px;
	margin: 2% 0 0% 3%;
	padding: 2% 3%;
}

.mainFooter {
	width: 100%;
	height: 40px;	float: left;
	background-color: var(--lmm-grey);
	/* -moz-border-radius: 5px; */
	-wekit-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0px 15px;
}

.mainFooter p {
	width: 90%;
	margin: 10px 10px;
	color: white;
}

.mainFooter p a:link, .mainFooter p a:visited {
	color: white;
	text-decoration: none;
}

.mainFooter p a:hover {
	color: white;
	background-color: var(--lmm-purple);
	/* -moz-border-radius: 5px; */
	-wekit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
