* {
	margin: 0;
	outline: none;
	padding: 0
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: 100%;
	vertical-align: baseline
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}

h1, h2, h3, h4, h5, h6 {font-weight: normal}

table {border-collapse: collapse;border-spacing: 0}

ol, ul {list-style: none outside none}

hr {border: 0; border-top: 1px solid #CCC; display: block;	height: 1px; margin: 1em 0;}

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;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}


#wrapper {width: 100%;}


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;
	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%;
}


#body_wrapper {
	background:#e7e7e7;
	width: 100%;
}

SECTION#body {}


SECTION {
	width: 100%;
}

.stuck {position: fixed; top: 0;}

ARTICLE {
	margin: 0 auto;
	padding: 30px 0 20px;
	max-width: 940px;
}


PRE {width: 400px;}

FOOTER {width: 100%}

.footer_wrapper {
	color: #888;
	margin: 20px auto;
	width: 940px;
}

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

.tabs > DIV H3 {
	border-bottom: 4px solid #E5E5E5 !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
}

.tabs LI {
	background: white;
	border-bottom: 4px solid #E5E5E5;
	margin-right: 10px;
}

.tabs A {
	color: #ccc;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 14px 24px;
	text-decoration: none;
}

.tabs LI:hover {
	background: #a0cac0;
	border-bottom: 4px solid #68a697;
}

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

.active { 
	z-index:100;
	background:#000;
}

.active A {
	z-index:100;
	opacity:1;
	background:#000;
}

.active a:hover { 
	z-index:100;
	opacity:1;
	background:#000;
}

.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;
}




