/* Import botsrtap. */
@import url(bootstrap.css);

/* My custom styles  */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    color: #333;
    background: #FFF;
    border-top: 1em solid #222;
	padding-top: 1em;
}

.frame{
	padding: 2px;
	border: 1px solid #ddd;
	width: 100%;
}

.no-padding{
	padding: 0px;
}

.no-margin{
	margin: 0px;
}

.alignright{
	text-align:right;
}

.articledate{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	color:#ae011f;
	font-weight: 700;
}

.site-footer{
	background-color: #222;
	color: #fff;
	margin-top: 30px;
	padding-top: 30px;
}

.bottom-footer{
	border-top: 1px solid #b2b2b2;	
	margin-top: 10px;
	padding-top: 10px;
	color: #b2b2b2;
}

.footer-nav{
	text-align: right;
	list-style: none;
}

.footer-nav li {
	display: inline;
}

.footer-nav li:not(:first-child):before {
	content: '|';
	padding: 0px 10px;
}

.footer-nav a {
	color: #b2b2b2;
}

.footer-nav a:hover{
	color: #fff;
	text-decoration: none;
}