
UL LI, OL LI {
	line-height: 1.385em
}

UL.vertical { /* Vertical lists */
	margin: 0
}

UL.horizontal { /* Horizontal lists */
	display: inline;
	margin: 0
}

UL.horizontal > LI {
	display: inline-block;

	/* IE */

	zoom: 1;
	*display: inline;
}





CODE.monokai { /* Based on Monokai scheme colors */
	background-color: #272822;
	color: #FB4383
}


P > CODE {
	display: inline-block
}

P B, LI B, P STRONG, LI STRONG {
	font-weight: bold
}

P I, LI I, P EM, LI EM {
	font-style: italic
}

ARTICLE.capitalise H2 + P:first-letter { /* Capitalise first letter of the paragraph */
	font-size: 2.769em; 	/* 36px */
	float: left;
	letter-spacing: 0.111em;/* 4px */

}

ARTICLE UL {
	list-style: disc outside none;
	margin-left: 2.615em; 	/* 34px */
}

ARTICLE OL {
	list-style: decimal outside none;
	margin-left: 2.615em; 	/* 34px */
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #C0C0C0
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #C0C0C0
}

* {
	margin: 0;
	outline: none;
	padding: 0
}




article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}


table {
	border-collapse: collapse;
	border-spacing: 0
}


ol, ul {
	list-style: none outside none
}


blockquote, q {
	quotes: none
}


a {
	cursor: pointer
}

iframe, img {
	vertical-align: bottom
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	*overflow: visible;
	-webkit-appearance: button;
}



BODY {

	font-size: 13px; /* Override typography */
	font-family: "Open Sans", helvetica, arial, sans-serif;
}

#wrapper {
	/*margin: 0 auto;*/
	/*max-width: 960px;*/
	width: 420px;
	height:276px;
		border:1px solid #ccc;
}

H2 {
	font-weight: 300;
}

SMALL {
	font-size: 9px;
}

/* Clear fix */
.clear {
	clear: both;
	display: block;
	float: none;
	font-size: 1px;
	height: 0px;
	line-height: 0
}

.top_bar {
	background: white;

	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: #fff;
	width: 420px;
	height:276px;

}

HEADER {
	color: white;
	height: 400px;
	margin: 0 auto;
	max-width: 940px;
}

HEADER H1 {
	color: inherit;
	font-size: 48px;
	letter-spacing: 4px;
	line-height: 78px;

	text-transform: uppercase;
}

HEADER H2 {
	color: inherit;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
}


#body_wrapper {
	background: white;
	width: 420px;
	
}

#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: #fff;
}


SECTION {
	background: #fff;
	/*margin-top: 80px;*/
	width: 100%;
}

.stuck {
	position: fixed;
	top: 0;
}

ARTICLE {
	margin: 0 auto;

	max-width: 940px;
}

ARTICLE H2 {
	color: #E95855;
	margin-bottom: 10px;
}

PRE {
	width: 400px;
}

FOOTER {
	width: 100%
}

.footer_wrapper {
	color: #888;

	width: 940px;
}


.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: #fff!important;
	padding:20px;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV H3 {

	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
}

.tabs LI {
	background: #d3d3d3;


}
#tab-1 a{font-size: 12px;
	padding: 6px 21px;}
#tab-2 a{font-size: 12px;
	padding: 6px 21px;}
#tab-3 a{font-size: 12px;
	padding: 6px 21px;}
#tab-4 a{font-size: 12px;
	padding: 6px 21px;}

.tabs A {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding: 14px 21px;
	text-decoration: none;
}

.tabs LI:hover {
	background: #a0cac0;

}

.tabs LI:hover A {
	color: white;
}

.active {
	background: #fff !important;

}

.active A {
	color: #000000 !important;
}

.button {
	background: #a0cac0;

	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;

	margin-top: 20px;

	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: #ffff;
	color: #000;
	text-decoration: none;
}

.link {
	color: white;
	display: block;
	float: left;
	font-size: 12px;

	letter-spacing: 1px;
	line-height: 18px;
	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-bottom: 10px;
}

.prev:hover,
.next:hover {
	background: #ccc !important;
	color: white !important;
}


