body, html {
	margin: 0;
	padding: 0;
}
html {
	font-size: 12px;
}
body {
	background: #f5f0eb;
	color: #212121;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}
#header-wrapper {
	background: #f29f01 url("//static.wooters.us/style/header-bg.png") left bottom repeat-x;
	padding: 0 0 10px 5px;
}
#header {
	line-height: 1.2;
	margin: 0 auto;
	width: 800px;
}
#header h1 {
	font-size: 30px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 800px;
}
#header p {
	color: #5f5f5f;
	margin: 0;
}
#slogan-toy {
	position: relative;
}
#slogan-toy-options {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 36px;
}
#slogan-toy-options li {
	display: inline;
}
#slogan-toy-options img {
	cursor: pointer;
	height: 16px;
	width: 16px;
}
#slogan-toy-input {
	background: #f29f01;
	border: none;
	font-family: inherit;
	font-size: 30px;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 779px;
}
#slogan-toy-status.error {
	color: #f00;
}
#content-wrapper {
}
#content {
	background: #fff;
	border: 2px solid #e5e0cb;
	margin: 2em auto 0;
	padding: 10px 10px 10px;
	position: relative;
	width: 776px;
}
body.minimal #content {
	background: transparent;
	border: none;
	padding: 0;
	width: 800px;
}
#navigation, #user {
	position: absolute;
	top: -2em;
}
#user {
	right: 1em;
}
#navigation ul, #user ul {
	margin: 0;
	padding: 0;
}
#navigation li, #user li {
	background: #fff;
	border-left: 2px solid #e5e0cb;
	border-right: 2px solid #e5e0cb;
	border-top: 2px solid #e5e0cb;
	display: inline;
	font-weight: bold;
	line-height: 2;
	list-style-type: none;
	margin: 0;
	padding: 3px 5px 3px;
}
#navigation a, #user a {
	color: #f29f01;
	font-size: 83.33%;
	text-decoration: none;
}
#footer {
	border-top: solid 1px #bbb;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}
a, span.link {
	color: #00f;
	cursor: pointer;
	text-decoration: underline;
}
a:hover, span.link:hover {
	color: #e27e01;
}

.dom-alert {
	background: #222;
	border: 2px solid #e27e01;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #dedede;
	left: 3px;
	opacity: 0.9;
	padding: 15px;
	position: absolute;
	text-align: justify;
	width: 300px;
	z-index: 1;
}
.dom-alert h4 {
	margin-top: 0;
}
.dom-alert a, .dom-alert span.link {
	color: #8bf;
}
.dom-alert a:hover, .dom-alert span.link:hover {
	color: #e27e01;
}

.first { margin-top: 0; }
.last { margin-bottom: 0; }
/* From lightbox JS */
#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }
#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }
#overlay { background-image: url(//static.wooters.us/style/overlay.png); }
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/style/overlay.png", sizingMethod="scale");
}
