/**
 * BlankPlate | Yet another HTML5 Starter Kit
 *
 * BlankPlate Main stylesheet
 *
 * @copyright	Copyright 2012, Dimitris Krestos
 * @license		Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
 * @link		http://vdw.staytuned.gr/html5-starter-kit-blankplate/
 * @package		BlankPlate
 * @version		v1.2.3
 */

/**
 * WORLD
 *
 * -------------------------------------------------------------------------------------------------
 */
BODY {
	font-family: verdana, helvetica, arial, sans-serif;
}

.normal4 {text-align:justify; color:#333333; font-family:Verdana, Tahoma; font-size: 16px; font-weight:normal; line-height: 28px}
.normal5 {text-align:justify; color:#333333; font-family:Verdana, Tahoma; font-size: 14px; font-weight:normal; line-height: 26px}
.etlap {text-align:justify; color:#333333; font-family:Verdana, Tahoma; font-size: 12px; font-weight:normal; line-height: 20px}
.normal7 {text-align:justify; color:#333333; font-family:Verdana, Tahoma; font-size: 10px; font-weight:normal; line-height: 22px}

.kozep6w {text-align:center; color:#ffffff; font-family:Verdana, Tahoma; font-size: 12px; font-weight:normal; line-height: 24px}
.kozep7 {text-align:center; color:#333333; font-family:Verdana, Tahoma; font-size: 11px; font-weight:normal; line-height: 20px}

.normal5r {text-align:justify; color:#8B0000; font-family:Verdana, Tahoma; font-size: 14px; font-weight:normal; line-height: 26px}

.sor {text-align:justify; color:#333333; font-family:Verdana, Tahoma; font-size: 8px; font-weight:normal; line-height: 100%}

a.r:link {text-decoration: none; color:#8B0000}  
a.r:visited {text-decoration: none; color:#8B0000}
a.r:active {text-decoration: none; color:#8B0000}
a.r:hover {text-decoration: none; color:#8B0000}

/**
 * BODY
 * Your content rules
 * -------------------------------------------------------------------------------------------------
 */

SECTION#body {
	background: #333333;
}

SECTION#body H2 {
	color: white;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 34px;
	margin-top: 2rem;
}

SECTION {
	background: #F1F1F1;
}

ARTICLE {
	padding: 30px 0 20px;
}

ARTICLE H4 {
	color: #E95855;
	margin-bottom: 10px;
}

PRE {
	max-width: 400px;
}

/**
 * FOOTER
 *
 * -------------------------------------------------------------------------------------------------
 */
FOOTER {
	width: 100%;
	color: #888;
	margin: 20px auto;
}

/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	vertical-align: top;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV SPAN {
	color: #333333 !important;
	font-weight: 300;
	line-height: 28px !important;
	display: block;
	text-align: justify;
	font-size: 12px;
	padding: 20px 20px 20px 20px;
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	vertical-align: top;
}

.tabs LI {
	background: #8B0000;
	border-bottom: 4px solid #ffffff;
	margin: 0 4px 0 0;
	display: inline-block;
	vertical-align: top;
}

.tabs A {
	color: #ccc;
	display: block;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
}

.tabs LI:hover {
	background: #333333;
	border-bottom: 4px solid #F6B700;
}

.tabs LI:hover A {
	color: white;
}

.active {
	background: #333333 !important;
	border-bottom: 4px solid #F6B700 !important;
}

.active A {
	color: white !important;
}

.link {
	color: white;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 38px;
	margin-top: 20px;
	margin-left: 6px;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
	color: inherit;
}

.anchorLink {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}

.anchorLink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}

.screenshot {
	position: absolute;
	clip: rect(0 0 0 0);
}

.prev,
.next {
	background: white !important;
	color: #a0cac0 !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.prev:hover,
.next:hover {
	background: #a0cac0 !important;
	color: white !important;
}

.logo {
	margin-top: -6px;
	margin-right: 10px;
	vertical-align: top;
}

.button {
	background-color: #333333;
	border: none;
	border-bottom: 4px solid #68a697;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 2px;
	height: 48px;
	line-height: 48px;
}

.button:hover {
	background: #93b7ae;
	color: #FFF;
	border-bottom-color: #68a697;
}