/**
 * 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
 *
 * -------------------------------------------------------------------------------------------------
 */


#wrapper {
	/*margin: 0 auto;*/
	/*max-width: 960px;*/
	width: 100%;
}
SMALL {
	font-size: 9px;
}
/**
 * HEADER
 * Your header rules
 * -------------------------------------------------------------------------------------------------
 */
.top_bar {
	background: white;
	border-bottom: 1px solid #E5E5E5;
	color: #888;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 2px;
	width: 100%;
}
#header_wrapper {
	background: #5B5F70;
	width: 100%;
}
HEADER {
	color: white;
	height: 400px;
	margin: 0 auto;
	max-width: 940px;
}
HEADER H1 {
	color: inherit;
	font-size: 48px;
	letter-spacing: 4px;
	line-height: 78px;
	padding-top: 120px;
	text-transform: uppercase;
}
HEADER H2 {
	color: inherit;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
}
/**
 * BODY
 * Your content rules
 * -------------------------------------------------------------------------------------------------
 */
#body_wrapper {
	background: white;
	width: 100%;
}
#body_wrapper H3 {
	background: white;
	border-bottom: 1px solid #E5E5E5;
	color: #888;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 2px;
	width: 100%;
}
SECTION#body {
	background: #a0cac0;
}
SECTION#body H2 {
	color: white;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 34px;
}
SECTION {
	background: #F1F1F1;
	/*margin-top: 80px;*/
	width: 100%;
}
.stuck {
	position: fixed;
	top: 0;
}
ARTICLE {
	margin: 0 auto 50px;
	max-width: 960px;
}
ARTICLE H2 {
	color: #E95855;
	margin-bottom: 10px;
}
PRE {
	width: 400px;
}
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 20px;/*border-bottom: 4px solid #E95855 !important;*/
}
.tabs2 > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 20px;/*border-bottom: 4px solid #E95855 !important;*/
}
.tabs ul{
	clear:both;
}
.content .info .write .tabs li,.tabs li {
	background-image: none;
	color: #666;
	width: 120px;
	display: block;
	float: left;
	height:50px;
	line-height:50px;
	text-align:center;
	padding: 0px;
	background: #e4e4e4;
	margin:0px 4px 0px 1px;
	border-radius:8px;
	margin-bottom:5px;
}
.content .info .write .tabs li a, .tabs li a{
    background:none;
	display: block;
	text-align:center;
	color:#666;
	
}
.content .info .write .tabs2 li,.tabs2 li {
	background-image: none;
	color: #666;
	width: 120px;
	display: block;
	float: left;
	height:50px;
	line-height:50px;
	text-align:center;
	padding: 0px;
	background: #e4e4e4;
	margin:0px 4px 0px 1px;
	border-radius:8px;
	margin-bottom:5px;
}
.content .info .write .tabs2 li a, .tabs2 li a{
    background:none;
	display: block;
	text-align:center;
	color:#666;
	
}
.tabs A {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	background:#CCC;
}
.tabs LI:hover {
	background: #498116;
}
.tabs LI:hover A {
	color: white;
}
.tabs2 A {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	background:#CCC;
}
.tabs2 LI:hover {
	background: #498116;
}
.tabs2 LI:hover A {
	color: white;
}
.active {
	background: #498116 !important;
	color: #FFF;
}
.active A {
	color: white !important;
}
.button {
	background: #a0cac0;
	border-bottom: 4px solid #68a697;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-right: 26px;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.button:hover {
	background: #93b7ae;
	color: #FFF;
	text-decoration: none;
}
.link {
	color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.anchorLink {
	border-bottom: 1px dashed white;
}
.anchorLink:hover {
	text-decoration: none;
}
.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;
}

