/*
Theme Name: Graders
*/

body, html{
	padding:0;
	margin:0;
	background: url(images/metal.jpg) #181a1b;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
}
.menus a{
	color:#fff;
	text-decoration:none;
}
.wrapper, .slider, .header, .logo-area, .shailan-dropdown-menu{
	width:960px;
	margin:0 auto;
	position:relative;
}
.logo-area{
	display: flex;
	margin-bottom:20px;
}
.menus{
	background:#202325;
	border-bottom: solid 5px #464b54;
	margin-bottom:40px;
	border-top: solid 1px #272a2c;
	height:46px;
}
.menu-item{
	line-height:50px;
}
ul.dropdown > li{
	line-height:50px !important;
	font-size:10px !important;
	text-transform:uppercase !important;
	font-weight:bold;
	
}
ul.dropdown li a {
padding: .3em 2em !important;
}
.current-menu-item, .menu-item:hover{
	background: #464b54;
}
.sub-menu .menu-item{
	padding:10px 10px 10px 0px;
	background:#464b54;
}
.col{
	width:278px;
	margin-right:5%;
	float:left;
}
.last-col{
	margin-right:0;
}
.col .header{
	background:url(images/repeat.png);
	width:100%;
	font-size:9px;
	letter-spacing:1.5px;
	padding:0 15px;
	height:33px;
	line-height:33px;
	
}
.col .header h2{
	margin:0;
	text-transform:uppercase;
	font-weight:400;
	font-family: 'Prosto One', cursive;
}
.last-post-wrapper{
	margin-top:30px;
	width:960px;
}
.clear{
	clear:both;
}
h2, h2 a{
	margin:0;
	text-transform:uppercase;
	font-weight:400;
	font-family: 'Prosto One', cursive;
	color:#fff;
}
.post h2{
	margin-bottom:20px;
}
a{
	color:#AAA;
}
.last-post, .entry{
	color:#8b8b8b;
	font-size:12px;
	font-weight:100;
	line-height:1.5;
}
.content{
	background: url(images/module-bg.png) repeat-x bottom #202325;
	border: solid 1px #2a2a2a;
	width:276px;
	padding:15px;
	font-size:12px;
	font-weight:100;
	line-height:1.5;
	color:#8b8b8b;
}
.readmore{
	line-height:35px;
	color:#AAA;
}
.footer{
	font-size:10px;
	color:#AAA;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
	line-height:25px;
}
.post small{
	margin-bottom:20px;
}
.footer ul{
	margin:0;
	padding:0;
}
.footer ul li{
	list-style:none;
	display:inline;
}

.footer ul li.current-menu-item, .footer ul li a{
	background:none;
}
.footer ul li a:hover {
	color: white;
	text-decoration:underline;
}
.footer ul li:after{
	content: " | ";
}
.footer ul li:last-child:after{
	content: "";
}

.footer .sub-menu{
	display:none;

}
input, textarea{
	background: none;
	border: 1px solid #414141;
	color: #969696;
}
.flags{
	position:absolute;
	top:20px;
	right:20px;
}
.flags img{
	margin-left:5px;
}

.last-post img{
	padding-right:20px;
}
.last-post iframe {
display: block;
margin-bottom: 20px;
}

.eas {
	padding-top: 20px;
}
.eas img{
	height: 100px;
	float: left;
}
.eas-text {
	float: right;
	padding-right: 25px;
	width: 77%;
}