/*
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: 10pt;
	margin:  0px;
	padding: 0;
	text-align: center;
}

#outerborder {
    background: #7A7A7A;
	width: 900px;
	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: #7A7A7A;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.title {
	font-weight: bold;
	/*color: #0066cc;*/
    color: #0000FF;
	font-size: 12pt;
}

.titledownload {
	font-weight: bold;
	/*color: #2F5E00;*/
    color: #2F5E00;
	font-size: 12pt;
	text-align: center;
}

.date {
	font-size: 7pt;
}

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

/*Next 3 are only for Downloads page setup*/

.postproduct {
	width: 410px;
	height: 400px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
    background: #CFDFFE;
    border: 2px solid #5f7797;
	padding: 6px;
	text-align: justify;
}

.postuser {
	width: 410px;
	height: 400px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 15px;
	float: right;
    background: #CFDFFE;
    border: 2px solid #5f7797;
	padding: 6px;
	text-align: justify;
}

.postdown {
	width: 870px;
	margin: auto;
	margin-top: 340px;
	margin-bottom: 0px;
	padding: 6px;
	text-align: justify;
}

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

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

a {
	color: #0000FF;
	text-decoration: none;
	border: none;
}

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

a img {
	border: 0px;
}
