/* This is to reduce/avoid flicker (FOUC) */
.js_off {
	visibility: hidden;
	opacity: 0;
}

.js_on {
	visibility: visible;
	opacity: 1;
}

html, body {
	max-width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #f6efef;
	color: #51523b;
	font-family: Arial, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#body_container {
	padding: 0;
	margin: 0;
}

#menubar {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#pageloader {
	opacity: .7;
	filter: alpha(opacity = 70);
	position: absolute;
	z-index: 9000;
	top: 0px;
	left: 0px;
}

a, li, ul li, ol li, img, a:hover, li:hover, img:hover, a:active, a:link,
	a div, a:hover div, a:link div, p {
	outline: none;
	border: none;
}

:focus {
	outline: none;
	border: none;
}

h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

table.main {
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0;
	border-bottom: 2px solid #999;
}

table.main td {
	padding: 0;
	margin: 0;
}

div.main {
	
}

.deprecated {
	text-decoration-line: line-through;
	text-decoration: line-through;
}

#page_0 {
	position: absolute;
	top: 60px;
	left: 260px;
}

.mainpage {
	position: relative;
	margin: 0 15px;
	display: none;
}

#banner {
	position: relative;
	border-bottom: 2px solid #999;
	z-index: 1;
	top: -1px;
}

#frame {
	position: relative;
	margin-top: -2em;
	width: 100%;
	z-index: 0;
}

.name {
	font-family: Courier New;
	position: relative;
	float: left;
	font-size: 1.4em;
	font-weight: normal;
	color: #222;
	text-transform: uppercase;
	width: 20em;
	top: 0px;
	left: 0px;
	margin: 0px;
}

.tagline {
	width: 31em;
	font-size: 1.6em;
	z-index: 1;
}

#color_picker {
	position: relative;
	float: right;
	right: 10px;
	top: 10px;
	display: none;
	z-index: 2;
}

#color_picker p {
	color: #EBEBEB;
	font: .6em Arial, sans-serif;
	font-weight: lighter;
	letter-spacing: 2px;
}

.color_swatch {
	position: relative;
	float: left;
	border: 2px #FFF solid;
	padding: 7px;
	margin: 2px;
	cursor: pointer;
}

.download {
	position: relative;
	float: left;
	padding: 3px;
	background: url(../../sharedcontent/images/icons/download.png) left top
		no-repeat transparent;
	width: 15px;
	height: 20px;
}

.download:hover {
	background: url(../../sharedcontent/images/icons/download_over.png) left
		top no-repeat transparent;
}

.name.div {
	display: none;
	position: relative;
	float: left;
	width: 10px;
	padding: 0 10px 0 0;
	margin: 0px;
}

ul.infobox {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
	float: left;
	position: relative;
	width: 12em;
}

.infobox .name.title {
	color: #626265;
	font-size: 1.4em;
	width: 8em;
	text-transform: uppercase;
}

.infobox .subtitle {
	padding-top: 10px;
}

.name.title {
	float: left;
	text-transform: capitalize;
	width: 70%;
}

.subtitle {
	float: left;
	font: 0.83em/1.4em Arial, sans-serif;
	color: #666;
}

.clickme {
	float: left;
	font: 0.73em/1.4em Arial, sans-serif;
	color: #626265;
}

.intro ul li {
	font: 0.83em/1.4em Arial, sans-serif;
	color: #9D958A;
}

.list div {
	font-size: 0.8em;
}

.history .info .title div {
	font-size: 1.01em;
}

.history .info .role, .history .info .tools {
	font-size: .8em;
}

.pic {
	left: 27px;
	position: absolute;
	top: 28px;
}

img.pic {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

#btn_home {
	font-size: 115%;
	left: -50px;
	position: absolute;
	top: 24px;
	width: 20em;
	z-index: 5;
}

.spacer {
	display: none;
}

a {
	color: #5c3c25;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:link {
	color: #475c25;
	outline: none;
}

a:hover {
	color: #349a7a;
	text-decoration: none;
	outline: none;
}

#contentwrap {
	position: relative;
	top: 20px;
	left: 0px;
	height: 100%;
	width: 100%;
	float: left;
	z-index: 304;
}

.black_shadowed {
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #000;
	-moz-box-shadow: rgba(50, 50, 50, 1) 0 9px 18px;
	-webkit-box-shadow: rgba(50, 50, 50, 1) 0 9px 18px;
	-khtml-box-shadow: rgba(50, 50, 50, 1) 0 9px 18px;
	box-shadow: rgba(50, 50, 50, 1) 0 9px 18px;
}

.black_shadowed.rounded {
	border-radius: 8px;
}

.rounded_shadow {
	border-radius: 8px;
}

.boxshadow {
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.box {
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: -19px;
	padding: 1px 0 2px;
	position: relative;
	text-align: left;
	top: -20px;
}

.fine {
	font-size: 12px;
	color: #999;
	font-style: italic;
}

.trim {
	overflow: hidden;
}

#streak {
	background: url(../../sharedcontent/images/border/bg.jpg) left top
		repeat-x  #999;
	position: relative;
	float: left;
	height: 120px;
	width: 100%;
	z-index: -1;
	min-width: 0;
	bottom: -19px;
}

#thumbWrap {
	position: absolute;
}

.footer {
	bottom: 0px;
	font-size: 0.9em;
	padding-top: 1.6em;
	position: absolute;
	left: 0px;
	text-align: right;
	width: 30%;
	padding: 0;
	margin: 0;
}

.copyright {
	bottom: -150px;
	float: left;
	font-size: 0.6em;
	padding: 10px;
	height: 20px;
	position: absolute;
	white-space: nowrap;
	width: 100%;
}

#pagecache {
	display: none;
}

#icons {
	position: absolute;
	float: left;
	top: -24px;
	left: 10px;
	z-index: 5;
}

#icons div {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	top: -3px;
	left: 0px;
	padding-left: 5px;
}

#icons div.info {
	float: left;
	background: url("../../sharedcontent/images/icons/icon_info.png") 0 0
		no-repeat;
}

#icons div.info a {
	float: left;
	font: 0.7em Arial, sans-serif;
	left: -6px;
	color: #626265;
	padding: 4px 24px;
	position: relative;
	white-space: nowrap;
	color: #626265;
}

#icons div.info a:hover {
	color: #333;
}

#icons div.facebook {
	background: url("../../sharedcontent/images/icons/icon_facebook.png") 0
		0 no-repeat;
}

#icons div.facebook a {
	line-height: 2em;
	padding: 10px;
}

div.wordpress {
	position: absolute;
	top: -4.6em;
	right: .5em;
	width: 10em;
	height: 2em;
	background: url("../../sharedcontent/images/icons/icon_wordpress.png")
		top right no-repeat;
}

div.wordpress a {
	color: #FFFFFF;
	float: right;
	font: 0.62em Arial;
	letter-spacing: 3px;
	padding: 0.5em 3em 1em;
	white-space: nowrap;
}

div.wordpress a:hover {
	color: #ebebeb;
}

.blog {
	border: none;
}

.maintenance .banner {
	border-bottom: 2px solid #999;
}

.maintenance .trim {
	border-top: 2px solid #999;
}

.maintenance .notice {
	background: url(../../sharedcontent/images/icons/alert_icon.jpg) left 7%
		no-repeat transparent;
	padding: 40px 80px;
	font: .7em/1em Arial;
	text-align: left;
	margin: 8% 0 0 25%;
	height: 8em;
}

.w3c {
	position: absolute;
	top: -35px;
	float: right;
	right: 5px;
}

.thumbSlider ul li a img {
	margin: 5px 0px;
}

/*
 * Opera
 */
@media all and (-webkit-min-device-pixel-ratio:10000) , not all and
	(-webkit-min-device-pixel-ratio:0) {
	#contact .weblinks {
		left: 10px;
	}
	.nav li a:hover .selectors .left {
		margin: -3px 0 0 16px;
	}
	.nav li:hover .selectors .right {
		margin: -3px 16px 0 0;
	}
	.history .image .thumb {
		padding: 31px 11px 31px 2px;
	}
	.footer_nav {
		width: 50em;
		right: 5em;
		top: -3em;
	}
}
/*
 * Safari
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
}