body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	background: #ccc;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	background: #000;
}
.clear:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
#header_wrapper {
	height: 120px;
	background: #000;
}
#header {
	position: relative;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}
#header h1 {
	position: absolute;
	top: 30px;
	left: 0;
	width: 160px;
	height: 31px;
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 160px;
	height: 31px;
	text-indent: -50000px;
	background: url(../img/cssprism.gif) 0 0 no-repeat;
}
#header h1 a:hover {
	background-position: 0 -31px;
}
#nav_interior {
	position: absolute;
	top: 90px;
	left: 0;
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav_interior li {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 30px;
}
#nav_interior li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 29px;
	font-size: 14px;
	line-height: 29px;
	text-align: right;
	text-decoration: none;
	color: #aaa;
	border-bottom: #808080 solid 1px;
}
#nav_interior li a:hover {
	color: #fff;
	border-color: #aaa;
}
#content_wrapper {
	width: 960px;
	margin: 40px auto;
	padding: 0;
}
h2 {
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
}
h2.title {
	font-size: 1.5em;
	line-height: 1em;
	color: #fff;
}
#flat_content {
	color: #ddd;
	line-height: 1.5em;
}
.color {
	margin-bottom: 30px;
}
.color_container {
	padding: 10px;
	border: #333 solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.color_examples {
	float: left;
	width: 573px;
	height: 175px;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.color_flat {
	height: 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.color_flat_label {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	margin-right: 20px;
}
.x_on_color {
	display: block;
	position: absolute;
	top: 0;
	width: 191px;
	height: 117px;
	font-size: 36px;
	line-height: 117px;
	font-weight: bold;
	text-align: center;
}
.black_on_color {
	left: 0;
	color: #000;
}
.gray_on_color {
	left: 191px;
	color: #7f7f7f;
}
.white_on_color {
	right: 0;
	color: #fff;
}
.color_on_x {
	display: block;
	position: absolute;
	bottom: 0;
	width: 191px;
	height: 58px;
	font-size: 21px;
	line-height: 58px;
	font-weight: bold;
	text-align: center;
}
.color_on_black {
	left: 0;
	background: #000;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.color_on_gray {
	left: 191px;
	background: #7f7f7f;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.color_on_white {
	right: 0;
	background: #fff;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.color_instance_list {
	display: none;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
}
.color_instance {
	margin: 0;
	padding: 0 10px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	color: #ccc;
	background: #111;
	border-bottom: #333 solid 1px;
	border-left: #333 solid 1px;
	border-right: #333 solid 1px;
}
.color_instance strong {
	color: #fff;
}
.color_instance_last {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border: #333 solid 1px;
	border-top: none;
}
a.color_instance_list_control {
	display: block;
	margin: 0 10px;
	padding: 0 10px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border: #333 solid 1px;
	border-top: none;
	background: #111;
}
a.color_instance_list_control_hide {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: #333 solid 1px;
}
a.color_instance_list_control:hover {
	border-color: #444;
	color: #fff;
}
.color_picker {
	width: 356px;
	float: right;
}
a.color_container {
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
}
a.color_container:hover {
	border-color: #666;
}
#options {
	position: absolute;
	top: 89px;
	right: 0;
	width: 760px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: #333 solid 1px;
}
#options li {
	float: right;
	margin: 1px 0 0 20px;
	padding: 0;
	height: 30px;
}
#options li a {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	height: 29px;
	font-size: 14px;
	line-height: 29px;
	text-align: right;
	text-decoration: none;
	color: #aaa;
	border-bottom: #808080 solid 1px;
}
#options li a:hover {
	color: #fff;
	border-color: #aaa;
}
#options_reset, #options_download {
	display: none;
}
.css_form_wrapper {
	margin: 0;
	padding: 0;
}
.css_form {
	margin: 0;
	padding: 0;
}
.css {
	display: block;
	margin: 0 0 0 20px;
	padding: 15px 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	background: none;
	border: none;
	-moz-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
.input_label {
	display: none;
}
#css_form_wrapper_interior {
	position: absolute;
	right: 0;
	top: 15px;
	width: 770px;
	height: 60px;
	background: url(../img/input_css_interior.jpg) 0 0 no-repeat;
}
#css_form_interior {
	width: 770px;
	height: 60px;
}
#css_interior {
	width: 670px;
	height: 30px;
}
#submit_css {
	display: none;
}
#submit_link {
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 52px;
	height: 52px;
	text-indent: -50000px;
	background: url(../img/submit.png) 0 0 no-repeat;
}
#submit_link:hover {
	background-position: 0 -52px;
}
/* ERRORS */
.error {
	margin-bottom: 30px;
	border: #444 solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.error h3 {
	margin: 0;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #b00;
	border-bottom: #444 solid 1px;
}
.error_details {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 21px;
	color: #ddd;
}

#footer {
	position: relative;
	width: 960px;
	height: 290px;
	margin: 30px auto 0;
	padding: 0;
	background: url(../img/footer_back.jpg) 0 0 no-repeat;
}
#bookmarklet {
	position: absolute;
	top: 30px;
	left: 0;
	width: 570px;
	height: 86px;
	border-right: #2e2e2e solid 1px;
	background: url(../img/bookmarklet_back.png) 371px 0 no-repeat;
}
#bookmarklet p {
	width: 360px;
	margin: -6px 0 0 0;
	padding: 0;
	font-size: 18px;
	line-height: 32px;
	color: #ddd;
}
#bookmarklet_link {
	display: inline-block;
	margin: 0;
	padding: 0 16px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #ddd;
	border: #666 solid 1px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #222;
}
#bookmarklet_link:hover {
	border-color: #aaa;
	background: #444;
	color: #fff;
}
#credits {
	position: absolute;
	top: 30px;
	left: 590px;
	width: 370px;
	height: 86px;
}
#credits p {
	margin: -6px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 32px;
	color: #666;
}
#credits p a {
	color: #aaa;
	text-decoration: none;
}
#credits p a:hover {
	color: #fff;
}
#jump_link {
	position: absolute;
	top: 141px;
	left: 0;
	font-size: 14px;
	line-height: 14px;
	color: #444;
}
#jump_link a {
	color: #666;
	text-decoration: none;
}
#jump_link a:hover {
	color: #fff;
}