/*
Theme Name: emcslo.com
Theme URI: http://emcslo.com
Description: emcslo.com Theme
Version: 1.0
Author: Aaron Kincaid
Author URI: http://aaronkincaid.com
*/

body {
    background: #a7aeb8;
	background-position: center;
	font-family: "Bitstream Vera Sans", verdana, arial, helvetica, sans-serif;
	color:#333333;
	font-size: 8pt;
	margin:  0px;
	padding: 0;
	text-align: center;
}

#outerborder {
    background: #000000;
	width: 600px;
	margin: auto;
    margin-top:10px;
    margin-bottom:10px;
	border-right: 3px solid #5f7797;
	border-left: 3px solid #5f7797;
	border-top: 3px solid #5f7797;
	border-bottom: 3px solid #5f7797;
	text-align: justify;
	min-height: 600px;
 	height: auto !important;
	height: 600px;
}

#menu {
    background: #000000;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.title {
	font-weight: bold;
	/*color: #0066cc;*/
    color: #000000;
	font-size: 10pt;
}

.date {
	font-size: 7pt;
}

.post {
	width: 550px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0px;
    background: #eeeeee;
    border: 2px solid #5f7797;
	padding: 6px;
	text-align: justify;
}

a.menu {
	font-weight: bold;
	color: #5f7797;
}

a.menu:hover {
	color: #3E772A;
	font-weight: bold;
	text-decoration: none;
}

a {
	color: #5f7797;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #3E772A;
	text-decoration: none;
}

a img {
	border: 0px;
}
