/* ---------------------- Redslate nav ---------------------- */
.red #slatenav{position:relative;display:block;height:42px;font-size:11px;font-weight:bold;background:transparent url(images/redslate_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
.red #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.red #slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
.red #slatenav ul li a{display:block;float:left;color:#FECCC3;text-decoration:none;padding:14px 22px 0 22px;height:28px;}
.red #slatenav ul li a:hover,.red #slatenav ul li a.current{color:#fff;background:transparent url(images/redslate_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END Redslate nav ---------------------- */

html, body
{
	margin: 0;
	margin-top: 5px;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	height: 100%;
	background: #202020 url(./images/honeycomb.png) repeat;
}

.company-title
{
	font-family: Garamond;
	font-style: normal;
	font-weight: 1000;
	src: url(fonts/GaramondPremrPro-Smbd.otf);
}

p
{
	margin-top: 0;
	text-align: justify;
}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height + the top margin */
}

.footer, .push
{
	height: 20px; /* .push must be the same height as .footer */
	font-size: x-small;
}

.footer p
{
	text-align:center;
}

a:link
{
	text-decoration:none;
	color: #AB0000;
}

a:visited
{
	text-decoration: none;
	color: #AB0000;
}
a:hover, a:active
{
	text-decoration: underline;
	color: #A0A0A0;
}

.bodytext
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	vertical-align: middle;
	width: 80%;
	margin: 10 auto 10;
}

/* Post */

.post
{
	border: 4px #AA0000 ridge;
	padding: 15px 20px;
	background: url(images/post_texture.gif) repeat left top;
	margin: 20px;
}

.post .title
{
	text-align:left;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1
{
	width: 520px;
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #FFFFFF;
}

.post h2
{
	width: 520px;
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #FFFFFF;
}

.post .entry
{
}

.post .meta
{
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p
{
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #FFFFFF;
}

.post .meta .byline
{
	float: left;
}

.post .meta .links
{
	float: right;
}

.post .meta .more
{
	padding: 0 20px 0 18px;
}

.post .meta .comments
{
	padding-left: 22px;
}

.post .meta b
{
	display: none;
}
