/* CSS Document */

/*
Dark: 4C2B2F
Semi-dark: E57152
Medium: E8DE67
Semi-light: C0CCAB
Light: FFEFC3
*/

/********************* Fonts *********************/


/********************* Global Settings *********************/

html, body {
	height:100%;
	color:#4C2B2F;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	background-color:#e6e7e8;
}
div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
h1, h2, h3, th {
	font-weight:bold;
}
h1, h2, h3, p {
	margin:10px 0;
}
h1 {
	font-size:150%;
}
h2 {
	font-size:125%;
}
table {
	border-spacing:2px;
	border-collapse:separate;
	width:100%;
}
td {
	vertical-align:top;
}
td, th {
	padding:5px;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}

/********************* Page Layout *********************/

.no-js {
	background-color:#0FF;
	text-align:center;
	padding:1px;
}
#wrapper {
	width:1140px;
	margin:0 auto;
	position:relative;
}
header {
	background-color:#778691;
	overflow:hidden;
}
#logo {
	position:absolute;
	margin-top:10px;
	z-index:10;
}
nav {
	float:right;
}
nav ul li {
	float:left;
}
nav ul li a {
	color:#C0CCAB;
	text-decoration:none;
	padding:0 20px;
	display:block;
	height:50px;
	line-height:50px;
	font-weight:700;
}
nav ul li.active a,
nav ul li a:hover {
	color:#4C2B2F;
}
nav .lavalamp-object {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	height:100%;
	-moz-box-shadow:    0 0 5px 0 #630 inset;
	-webkit-box-shadow: 0 0 5px 0 #630 inset;
	box-shadow:         0 0 5px 0 #630 inset;
}
#container {
}
footer {
	font-size:70%;
	text-align:center;
}

/********************* CSS Support *********************/

.small {
	font-size:75%;
}
table.border {
	border: 1px solid #778691;
}
table.border td,table.border th {
	border: 1px solid #C0CCAB;
}
.left {
	float:left;
}
.right {
	float:right;
}
.normList {
	margin:10px 0;
	padding-left:30px;
}
ul.normList {
	list-style-type: circle;
}
ol.normList {
	list-style-type: decimal;
}
.normList li {
	margin:5px 0;
}
.right-text {
	text-align:right;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}

/********************* Page Specific *********************/


/* Front page */


/* Examples page */

#example-nav {
	margin-left:950px;
	position:absolute;
}
.sticky {
	position:fixed !important;
	top:50px;
}
#example-content {
	width:900px;
}
#example-content .lavalamp img {
	margin:25px;
}
#example-content .lavalamp .lavalamp-object {
	background-color:#778691;
}
