@charset "utf-8";

/* CSS Document */

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #010101;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5
{
	font-weight: 800;
}

hr
{
	border: 0;
	border-top: 2px solid #6c6c6c;
	border-bottom: 2px solid #6c6c6c;
}

.hrDotted
{
	border-top: 2px dotted #6c6c6c;
	border-bottom: 2px dotted #000;
}

.wrapper
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#topMenu
{
	background-color: #000;
	text-align: right;
	height: 70px;
	padding-right: 15px;
}

#topMenu ul
{
	line-height: 70px;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#topMenu ul li
{
	display: inline-block;
}

#topMenu ul li a
{
	color: #a2a2a2;
	padding-right: 10px;
	padding-left: 13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a2a2a2;
}

#topMenu ul li a.noBorder
{
	border-left-width: 0px;
}

#topMenu ul li a:hover
{
	color: #FFFFFF;
}

.logo
{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 111px;
	width: 940px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.logoNa
{
	background-image: url(../images/logo-na.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 111px;
	width: 940px;
	margin-bottom: 40px;
	display: block;
	margin-top: 80px;
}

.kentsWord, #marxWord
{
	background-color: #000;
	color: #a2a2a2;
	padding-top: 60px;
	padding-right: 80px;
	padding-bottom: 60px;
	padding-left: 80px;
}

#marxWord
{
	margin-top: 80px;
}

.kentsWord p, #marxWord p
{
	font-size: 16px;
	line-height: 26px;
}

.hacThumb
{
	width: 177px;
	float: left;
	color: #000;
	text-decoration: none;
	background-color: #C3C3C3;
	display: block;
	padding: 0px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 6px;
	text-align: center;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-weight: 800;
	min-height: 410px;
}

.hacThumb:hover
{
	color: #FFF;
	background-color: #F00;
}

.hacThumb .number
{
	line-height: 50px;
	font-size: 24px;
	color: #FFF;/*background-color: #c1ad83;*/
}

.hacThumb img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 12px;
}

.hacThumb .date
{
	font-weight: 400;
	font-size: 13px;
}

.hacThumb .button
{
	color: #FFF;
	background-color: #F00;
	text-align: center;
	padding: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 2px solid #FFF;
}

.hacThumb.blank
{
	width: 177px;
	float: left;
	color: #000;
	text-decoration: none;
	background-color: #5d5d5d;
	display: block;
	padding: 0px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 6px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 800;
	min-height: 410px;
}

.hacThumb.blank .number
{
	color: #acacac;
	background-color: #5D5D5D;
}

.hacThumb.blank .missing
{
	background-color: #6c6c6c;
	font-weight: 400;
	color: #acacac;
	height: 228px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
}

.hacThumb.blank .missing .heading
{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
}

.hacThumb.blank .missing a
{
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #acacac;
}

.hacThumb.blank .missing a:hover
{
	color: #FFF;
}

.footerMail
{
	font-size: 16px;
	text-align: center;
	display: block;
	color: #FFF;
	margin-top: 90px;
	margin-bottom: 100px;
	line-height: 22px;
}

.footerMail a
{
	font-weight: 800;
	color: #F00;
}

.footerMail a:hover
{
	color: #C3C3C3;
}
.links
{
	color: #a2a2a2;
	background-color: #000;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 40px;
	padding-left: 80px;
	font-size: 16px;
}

.links p span
{
	float: left;
	display: block;
	margin-right: 30px;
}
.links img 
{
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.upButt
{
	background-image: url(../images/ico-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	display: block;
	height: 33px;
	width: 33px;
}

.upButt:hover
{
	background-position: -33px top;
}

.clearBoth
{
	clear: both;
}

.imgBorder
{
	border: 6px solid #FFF;
}

.toItalic
{
	font-weight: 400i;
}
