/**************************
BASE
**************************/


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

img {
	border: none;
}

body {
	font-family: arial, sans-serif;
}

#wrapper {
	width: 760px;
	margin: 0px auto;
	padding-bottom: 20px;
}

a, a:visited {
	color: #cc0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus, a:active {
	color: #000;
	text-decoration: none;
}

.clear {
	clear: both;
}

.disabled {
	color: #666;
}

p {
    margin-bottom: 10px;
}

.indent {
    padding: 0 10px;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 24px;
}

h4 {
  font-size: 1.2em;
  border-bottom: solid 1px #AAA;
  margin: 0 0 12px 0;
  color: #444;
}

.weak {
  color: #555;
}

.small {
  font-size: 0.7em;
}

.highlight {
	background-color: #ffff99;
	padding: 2px 4px;
}



/**************************
HEADER
**************************/


#header {
	border-bottom: 3px solid #CC0000;
	position: relative;
	height: 34px;
	margin-top: 12px;
	padding-bottom: 12px;
}

#header h1 {
	position: absolute;
	left: 0px;
	bottom: -6px;
	font-size: 2.8em;
	letter-spacing: -0.039em;
}

#header h1 span {
	color: #CC0000;
}

#header h2#done21 {
	height: 19px;
	width: 100px;
	right: 0px;
	bottom: 7px;
	position: absolute;
}

h2#subheader {
	margin: 8px 0 20px 0;
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
	float: left;
	line-height: 0.8em;
}

#total_validified {
	font-size: 0.55em;
	color: #666;
	font-style: italic;
}

#total_validified strong {
	color: #333;
	font-size: 1.1em;
}

#works_great {
	text-align: center;
	margin-top: 2px;
	float: right;
}

#works_great h3 {
	text-align: right;
	font-weight: normal;
	font-size: 0.83em;
	margin-bottom: 4px;
	color: #888;
}

#works_great ul {
	list-style: none;
	text-align: right;
}

#works_great ul li {
	display: inline;
	margin: 0 0 0 2px;
}



/**************************
MAIN COPY
**************************/


#btm {
  background-color: #CC3333;
  color: #FFF;
  font-size: 0.8em;
  text-align: center;
  padding: 4px 0;
}

#btm a {
  color: #FFF;
}

#btm .highlight {
  color: #000;
}

#gem {
  font-size: 0.9em;
  margin-bottom: 24px;
  padding: 5px;
  text-align: center;
}

#description {
  margin: 24px 0 48px 0;
}

#about {
	float: left;
	width: 442px;
	padding-top: 8px;
}

#about p {
  margin-bottom: 16px;
  font-size: 0.9em;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #333;
}

#about #not_valid {
  color: #222;
  margin-bottom: 16px;
}

#about #not_valid h3 {
  font-size: 1.15em;
  margin: 0px;
  border-bottom: none;
  color: #000;
}

#about #find_out_why {
  font-size: 0.8em;
  font-weight: bold;
}

#about #paste_your_code {
  background-color: #FFFF99;
  color: #000;
  padding: 1px 3px;
}

#process {
  float: right;
  width: 280px;
  font-size: 0.8em;
  padding: 10px;
  padding-top: 6px;
  color: #444;
  border: 3px solid #AAAAFF;
  background-color: #DDDDFF;
}

#process h3 {
  color: #444;
  margin-bottom: 6px;
  border-bottom: solid 1px #BBB;
  font-size: 1.7em;
}

#process ol {
	padding-left: 25px;
}

#process #works_in_ie {
  display: block;
  margin: 8px 0 4px 0;
  text-align: center;
  font-size: 0.9em;
  color: #444;
}

#fail {
  color: #CC0000;
}



/**************************
MORE INFO
**************************/


#more_info h3 {
  border-bottom: 1px solid #BBB;
  padding-bottom: 4px;
}

dt {
  font-weight: bold;
  font-size: 1.1em;
  color: #222;
}

dd {
  margin: 6px 0 24px 20px;
  font-size: 0.85em;
  color: #555;
  text-align: justify;
}



/**************************
FORM
**************************/


#source_form {
	margin-top: 32px;
	padding: 12px;
	background-color: #E6E6E6;
	border: 3px solid #C5C5C5;
}

#source_label {
  font-size: 0.9em;
  color: #222;
  font-weight: bold;
}

#source {
  margin: 3px 0 10px 0;
}

#options {
	float: right;
}

#width_label, #height_label {
  float: left;
  width: 50px;
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 3px;
}

#aspect_label {
  font-size: 0.7em;
  font-weight: bold;
  color: #444;
}



/**************************
RESULT PANE
**************************/


#result {
  margin-top: 20px;
}

#result_pane {
  border: solid 3px #3366CC;
  padding-bottom: 6px;
  background-color: #DDDDFF;
}

#result_pane h3 {
  color: #FFFFFF;
  font-size: 1.7em;
  background: #3366CC;
  padding: 3px 5px 8px 9px;
  margin-bottom: 8px;
  font-style: italic;
}

#output_label {
  font-size: 0.9em;
  color: #222;
  font-weight: bold;
}

#output {
  margin: 3px 0 10px 0;
}

a#clipboard {
  float: right;
  display: block;  
  margin: 55px 25px 0 0;
  text-decoration:none;
}

a#clipboard span{
    display:block;
    font-size:0.7em;
    color:#000;
    width:50px;
    margin-left:15px;
}

#preview {
  overflow-x: auto;
}



/**************************
ERROR PANE
**************************/


#error_pane {
  border: solid 3px #AA0000;
  padding-bottom: 8px;
}

#error_pane h3 {
  color: #FFFFFF;
  font-size: 1.7em;
  background: #AA0000;
  padding: 3px 5px 8px 9px;
  margin-bottom: 8px;
}

#error_pane ul {
  margin: 10px;
  padding-left: 20px;
}



/**************************
FOOTER
**************************/


#footer {
	color: #555;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
}
