@import url("reset.css");
@import url("jquery.css");

/* GLOBAL */
.safari.iphone body,
.safari.ipod body {
  -webkit-text-size-adjust: none !important;
}

/* ENTITIES */
body {
  font-family: Helvetica, Arial, Lucinda, Gill Sans, sans-serif;
  font-size: 62.5%;
  font-size-adjust: none;
}

a {
  color: #f00;
}

a:hover {
  color: #000;
}

a img {
  border-width: 0px;
}

strong {
  font-weight: bold;
}

em {
	font-style: normal;
  font-weight: bold;
	color: #f66;
}

h2.first {
  margin-top: 10px;
}

h2 {
  display: block;
  color: #f33;
	margin-top: 20px;
	margin-bottom: 4px;
	margin-left: 12px;
  font-size: 20px;
	font-weight: bold;
}

dl {
  width: 75%;
  margin: 0px auto;
}

dl dt {
  margin-top: 18px;
  font-size: 28px;
  font-weight: bold;
}

dl dt a {
  text-transform: lowercase;
  text-decoration: none;
	padding: 2.5px 14px 2.5px 0px;
	background: #fff url(/_/static/img/css/little-mail.gif) no-repeat 100% 6px;
}

dl dt a:hover {
	color: black;
	background-image: url(/_/static/img/css/little-mail-active.gif);
}

dd img {
  margin-right: 3px;
}

dl dd {
  margin-top: -4px;
  margin-left: 24px;
  font-size: 16px;
  color: #888;
  text-transform: lowercase;
}

ul, ol {
  list-style: none;
}

ul li,
ol li,
p {
	font-size: 14px;
	color: #777;
	margin-left: 30px;
}

/* FORM ENTITIES */
form button {
  font-size: 14px;
  background: #ccc url(/_/static/img/css/submit.png) repeat-x scroll 0 0;
  text-decoration: none;
  text-transform: lowercase;
  color: #333;
  border: 1px solid #99a;
  padding: 4px 6px;
  outline: none;
  vertical-align: bottom;
  font-family: Arial,sans-serif;
  font-weight: bold;
	margin: 16px;
	margin-bottom: 12px;

  /* nonstandard styles */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.ie6 form button,
.ie7 form button {
  padding-left: 8px;
  padding-right: 8px;
  overflow: visible;
}

form button:active,
form button:hover {
  background: #ccc url(/_/static/img/css/submit-highlight.png) repeat-x scroll 0 0;
  color: #444;
}

input {
	font-size: 14px;
  border: 1px solid #faa;
  color: #f33;
  
	/* nonstandard styles */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

input.primary {
	display: block;
	width: 70%;
	margin: 10px auto;
	font-size: 20px;
	text-align: center;
}

input:hover {
  border-color: #f55;
}

label {
  display: block;
  color: #f33;
	margin-bottom: 10px;
  font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
}

/* GLOBAL CONCEPTS */
#site-info {
	background: #fff url(/_/static/img/info.png) no-repeat 0px 0px;
  width: 467px;
  height: 142px;
  margin: 50px auto -1px auto;
}

#site-key {
	background: #fff url(/_/static/img/key.png) no-repeat 0px 0px;
  width: 527px;
  height: 198px;
  margin: 30px auto -1px auto;
}

#site-help {
	background: #fff url(/_/static/img/help.png) no-repeat 0px 0px;
  width: 257px;
  height: 504px;
  margin: 30px auto -1px auto;
}

a.expand-link,
a.shrink-link {
  font-size: 10px;
}

a.shrink-link {
  padding-left: 4px;
}

.image-link {
  background-color: transparent;
  display: inline-block;
  outline: none;
}

.ie6 .image-link,
.ie7 .image-link {
  display: inline;
}

.message {
  display: block;
  font-size: 14px;
  margin-top: 35px;
  text-align: center;
  color: #666;
}

.ie6 .message,
.ie7 .message {
	padding: 5px;
}

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

.message .highlight {
	background-color: #ffc;
  border: 1px solid #eeb;
  padding: 4px 5px;
  font-weight: inherit;

	/* nonstandard styles */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.message a {
  font-weight: bold;
}

h2.notice {
  margin: 120px 80px;
  text-align: center;
}

.clear {
  clear: both;
}

.prompt {
	margin-top: 60px;
	margin-bottom: 70px;
}

.prompt label {
  margin: 0.25em auto;
}

.dialog {
  background: #ffdce1 url(/_/static/img/css/fade.png) repeat-x scroll 0 0;
  border: 1px solid #fcc;
  padding: 6px;
  text-align: center;
  width: 60%;
  margin: 0px auto;

  /* nonstandard styles */
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

a.facebook-button,
a.button {
  background: #e77;
  border: 1px solid #fbb;
  border-bottom-color: #c11;
  border-right-color: #c11;

  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 3px 6px 4px;

  white-space: nowrap;

  /* nonstandard styles */
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

a.button:hover {
  border: 1px solid #c11;
  border-bottom-color: #fbb;
  border-right-color: #fbb;
  color: #fee;
}

a.button.big {
  padding-bottom: 5px;
  font-weight: normal;
}

a.facebook-button {
  background: #7B94D8;
  border: 1px solid #bbf;
  border-bottom-color: #335;
  border-right-color: #335;
}

a.facebook-button:hover {
  border: 1px solid #11a;
  border-bottom-color: #bbf;
  border-right-color: #bbf;
  color: #ddf !important;
}

a.facebook-button.highlight {
  color: #ffa !important;
}

a.facebook-button.highlight:hover {
  color: #ff5 !important;
}

.note img {
	vertical-align: text-top;
}

.note {
	display: block;
	font-size: 10px;
	margin-top: -4px;
	color: #f55;
}

span.brand {
	font-weight: bold;
}

label span.brand,
h2 span.brand {
	color: #d00;
}

a.cupidcode {
	font-weight: bold;
	padding: 2.5px 14px 2.5px 0px;
	background: transparent url(/_/static/img/css/little-heart.gif) no-repeat 100% 6px;
}

a.cupidcode:hover {
	color: black;
	background-image: url(/_/static/img/css/little-heart-active.gif);
}

img.illustration {
	float: right;
  margin-bottom: 0px;
}

img.step {
	vertical-align: top;
	margin-right: 1px;
}

.ie6 img.step,
.ie7 img.step {
	margin-top: -3px;
}

.sarcasm {
  font-style: italic;
}

/* PAGE SCAFFOLDING */
#frame {
  position: relative;
  width: 90em;
  padding: 1.5em;
}

.embedded #frame {
  width: 100%;
  padding: 0px;
}

#header {
  background: #f55 url(/_/static/img/css/deep-fade.png) repeat-x scroll 0 0;
  padding: 0px 5px;
  padding-bottom: 4px;
  white-space: nowrap;

  /* nonstandard styles */
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

.embedded #header {
  display: none;
}

#header a {
  color: #fff;
}

#header a:hover {
  color: #fee;
}

#header a.brand {
  color: #fff;
  font-size: 28px;
  text-decoration: none;
	margin-left: 5px;
  border: none;
}

#header a.brand:hover {
  background-color: transparent;
}

#header .tagline {
  color: #fff;
  font-size: 16px;
}

#header .primary-navigation {
  float: right;
  min-width: 60%;
  text-align: right;
	margin-top: 14px;
	margin-right: 5px;
}

#header .primary-navigation li {
	display: inline;
	list-style-type: none;
	color: #fee;
  margin-left: 5px;
  font-size: 12px;
}

#header .primary-navigation li.div {
  color: #fee;
}

#header .primary-navigation li a {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

#header .primary-navigation li a:hover {
  color: #fdd;
}

.ie6 #header .primary-navigation a.facebook-button,
.ie7 #header .primary-navigation a.facebook-button,
.ie6 #header .primary-navigation a.button,
.ie7 #header .primary-navigation a.button {
  position: relative;
}

#header .primary-navigation li.library-count {
  text-transform: lowercase;
}

#headline {
	display: block;
  color: #f06060;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #f0c0c0;
	padding: 2.5px 32px;
	background: #fee url(/_/static/img/css/heart_transparent.gif) no-repeat 5px 1px;
}

.embedded #headline {
  display: none;
}

#content {
  margin: 20px auto;
}

.ie6 #content,
.ie7 #content {
  height: 1%;
}

#footer {
  clear: both;
  text-align: center;
	border-top: 1px dotted #fcc;
	padding-top: 10px;
}

.embedded #footer {
  display: none;
}

#footer ul {
  text-align: center;
  margin: 0px;
}

#footer ul li {
  display: inline;
  margin: 0px !important;
}

#footer ul li a {
  font-size: 10px;
	text-decoration: none;
  font-weight: bold;
  padding: 0.25em 1em;
  border-right: 1px solid #fcc;
}

#footer ul li a.last {
  border-right: 0px;
}

#footer ul li a:hover {
	color: black;
}

#footer .legal {
  color: #888;
  display: block;
  margin-top: 20px;
}

#footer .legal p {
  margin: 0px;
	font-size: 10px;
}

#footer p.revision {
  color: #ccc;
}

#footer #link-browse .count {
  color: #f55;
}

/* SHARED SPECIALIZATION */
#page-404 #header,
#page-500 #header,
#page-home #header {
  /* nonstandard styles */
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

#page-404 #headline,
#page-500 #headline,
#page-home #headline {
	display: none;
}

#page-home #link-home,
#page-help #link-help
#page-about #link-about,
#page-contact #link-contact,
#page-privacy #link-privacy,
#page-browse #link-browse {
	text-decoration: none;
}

.ie6 #content,
.ie7 #content {
	margin-top: 0px;
}

.ie6 #footer {
	margin-top: -20px;
}

/* ADVERTISEMENTS */
#ads {
	font-weight: normal;
  margin: 35px auto -20px auto;
  padding: 4px 0px;
  padding-top: 8px;
  text-align: center;
	border-top: 1px solid #f0c0c0;
	background: #fee;
	background: url(/_/static/img/css/stripe.png) repeat scroll 0 0;
  width: 100%;
  clear: both;
}

.ie6 #ads,
.ie7 #ads {
  padding: 8px 0px;
}

.ie6 #ads {
	margin-bottom: 0px;
}

.ie6 #page-about #ads,
.ie6 #page-contact #ads,
.ie6 #page-privacy #ads,
.ie7 #page-about #ads,
.ie7 #page-contact #ads,
.ie7 #page-privacy #ads {
	margin-top: 0px;
}

/* LIBRARY PAGE */
#page-browse #library {
  width: 65%;
}

.opera #page-browse #library {
  width: 67%;
}

#page-browse.embedded #library {
  width: 90%;
}

#page-browse #library ol {
  width: 100%;
}

#page-browse #library li {
  margin: 0px;
  padding: 5px 0px;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #faa;
}

#page-browse #library li.last {
  border-bottom-width: 0px;
}

#page-browse #library li div {
  padding: 3px;
  height: 44px;
  line-height: 44px;
  margin: 5px;
  overflow: hidden;
}

#page-browse .dialog {
  width: 44px;
  text-align: center;
}

#page-browse .dialog .count {
  font-size: 18px;
  color: #ff2e2e;
}

#page-browse ol .guesses-total {
  float: right;
  width: 44px;
}

#page-browse ol .guesses-correct {
  float: right;
  width: 44px;
}

#page-browse ol .guess-link {
  float: left;
  text-align: center;
}

#page-browse ol .date {
  float: left;
  margin-left: 0px !important;
  padding-left: 0px !important;
  color: #666;
  font-size: 10px;
  text-transform: lowercase;
}

.ie6 #page-browse ol .date {
  margin-top: 20px !important;
  height: auto !important;
}

#page-browse ol .track {
  float: left;
}

/* HOME PAGE */
#page-home .message {
	margin-bottom: 35px;
	margin-top: 35px;
}

#page-home .message a {
  margin-left: 2px;
}

.ie6 #page-home #footer {
  margin-top: -20px;
}

/* SHARING PAGE */
#page-share #content {
  text-align: center;
}

#page-share h2 {
  margin: 20px;
  text-align: center;
  font-size: 24px;
}

#page-share .image-link {
  width: 212px;
  height: 38px;
}

#page-share .facebook .image-link {
  background: transparent url(/_/static/img/css/sharing/facebook.png) no-repeat scroll 0 0;
}

#page-share .twitter .image-link {
  background: transparent url(/_/static/img/css/sharing/twitter.png) no-repeat scroll 0 0;
}

#page-share .facebook .image-link:hover {
  background: transparent url(/_/static/img/css/sharing/facebook-hover.png) no-repeat scroll 0 0;
}

#page-share .twitter .image-link:hover {
  background: transparent url(/_/static/img/css/sharing/twitter-hover.png) no-repeat scroll 0 0;
}

.ie6 #page-share .facebook .image-link {
  background-image: url(/_/static/img/css/sharing/facebook.gif);
}

.ie6 #page-share .twitter .image-link {
  background-image: url(/_/static/img/css/sharing/twitter.gif);
}

.ie6 #page-share .facebook .image-link:hover {
  background-image: url(/_/static/img/css/sharing/facebook-hover.gif);
}

.ie6 #page-share .twitter .image-link:hover {
  background-image: url(/_/static/img/css/sharing/twitter-hover.gif);
}

#page-share #sharing .options {
  margin-top: 20px;
}

#page-share #sharing .facebook,
#page-share #sharing .twitter {
  display: inline;
}

#page-share #sharing .facebook {
  margin-right: 14px;
}

#page-share #sharing .copy {
  border: 1px solid #fcc;
  border-width: 0px 0px 1px 0px;
  margin: 20px 0px 0px;
}

#page-share #sharing .copy h3 {
  font-size: 18px;
  color: #f55;
}

#page-share #sharing .copy input {
  margin-bottom: 20px !important;
}

#page-share #sharing button {
  margin-top: 20px;
}

/* MONITORING PAGE */
/* layout */
.ie6 #page-monitor #content,
.ie7 #page-monitor #content {
  margin-top: 20px;  
}

#page-monitor #primary {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.ie7 #page-monitor #primary {
  margin-bottom: -5px;
}

.ie6 #page-monitor #primary,
.opera #page-monitor #primary {
  margin-bottom: 0px;
}

#page-monitor #secondary {
  width: 100%;
}

/* cupidco.de links */
#page-monitor #links {
	margin: 0px auto;
  margin-top: -21px;
  display: none;
}

.ie6 #page-monitor #headline {
  margin-bottom: -22px;
}

.ie6 #page-monitor #links {
  margin-top: 0px;
}

.ie7 #page-monitor #links {
  margin-top: -22px;
}

.webkit #page-monitor #links {
  margin-top: -23px;
}

#page-monitor #links #guess-link {
  margin-right: 8px;
  float: right;
}

#page-monitor #links #secret-link {
  margin-right: 10px;
  float: right;
}

.ie6 #page-monitor #links .link,
.ie7 #page-monitor #links .link {
  margin-right: 5px !important;
}

#page-monitor .shareable {
  color: #f06060;
	font-weight: bold;
	padding: 4px 0px;
	background-color: #fff8f8;
	border-width: 1px 1px 3px 1px;
  border-color: #f0c0c0;
	text-align: center;
  
  /* nonstandard styles */
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.ie8 #page-monitor .shareable {
  padding: 5px;
}

.win.gecko #page-monitor .shareable {
  padding: 4px 8px;
  padding-bottom: 6px;
}

.webkit #page-monitor .shareable {
  border-bottom-width: 1px;
  padding-bottom: 8px;
}

#page-monitor #secret-link .shareable,
#page-monitor .shareable:hover,
.ie6 #page-monitor .shareable.hover {
  border-color: #f0c0c0;
  font-weight: bold;
  border-top: 1px solid #fee;
  background-color: #fee;
}

#page-monitor .shareable:hover {
  color: #000 !important;
}

#page-monitor #links input {
	display: inline;
	font-size: 12px;
  font-family: Helvetica, Arial, Lucida, sans-serif;
}

/* guess counts */
#page-monitor #guesses {
	width: 65%;
	margin: 0px auto;
}

.ie6 #page-monitor #guesses {
  width: 75%;
}

#page-monitor #guesses .dialog {
  background: #ffc;
  width: 25%;
  padding-top: 0px;
  margin: 35px 0px;
  border-color: #eeb;
  border-width: 1px;
}

.ie6 #page-monitor #guesses .dialog {
  width: 28%;
}

#page-monitor #guesses .total {
  float: left;
  margin-left: 14%;
}

.ie6 #page-monitor #guesses .total {
  margin-left: 5%;
}

#page-monitor #guesses .correct {
  float: right;
  margin-right: 14%;
}

.ie6 #page-monitor #guesses .correct {
  margin-right: 5%;
}

#page-monitor #guesses .count {
  font-size: 54px;
  margin: 0px;
  padding: 0px;
  color: #f66;
  line-height: 1.3em;
}

#page-monitor #guesses .caption {
  color: #666;
  margin: -6px auto 3px;
  font-size: 16px;
  text-align: center;
  display: block;
  text-transform: lowercase;
}

#page-monitor #aggregate {
  background: #fffafa;
  margin-top: 35px;
  clear: both;
  width: 100%;
  border: 1px solid #ffdce1;
  border-bottom: 1px solid #fcc;
  padding-bottom: 4px;

  /* nonstandard styles */
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

.ie6 #page-monitor #aggregate,
.ie7 #page-monitor #aggregate {
  margin-top: 0px;
}

#page-monitor #aggregate h2 {
  background: #FF5555 url(/_/static/img/css/deep-fade.png) repeat-x scroll 0 0;
  border-bottom: 2px solid #f0c0c0;
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-transform: lowercase;

  /* nonstandard styles */
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

#page-monitor #aggregate h3 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 10px;
  color: #f55;
}

#page-monitor #aggregate h3 em {
  background-color: #fdd;
  padding-left: 3px;
  padding-right: 3px;
}

#page-monitor #aggregate .frame {
  max-height: 150px;
  overflow: auto;
  padding: 8px 12px 8px 12px;
}

#page-monitor #aggregate ol {
  width: 100%;
  text-align: center;
}

#page-monitor #aggregate ol li {
  display: inline;
  margin: 0px;
  font-size: 10px;
  padding: 4px 6px;
  position: relative;
}

.webkit #page-monitor #aggregate ol li {
  display: inline-block;
}

#page-monitor #aggregate .secret {
  color: #f55;
  font-size: 1em;
  font-weight: bold;
}

#page-monitor #aggregate .sub {
  font-size: 8px;
  color: #fbb;
  margin-right: -9px;
  margin-left: 1px;
}

/* sharing */
#page-monitor #sharing {
  clear: both;
  background: #ffefef;
  border: 1px solid #ffefef;
  border-top: 3px solid #ffdce1;
  border-bottom: 1px solid #fcc;
  padding: 16px 0px;
  width: 100%;
  text-align: center;
}

#page-monitor #sharing h3 {
  margin: 0px 0px 8px;
  font-size: 16px;
}

#page-monitor #sharing .image-link {
  width: 176px;
  height: 36px;
}

#page-monitor #sharing .facebook .image-link {
  background: transparent url(/_/static/img/css/sharing/facebook-mini.png) no-repeat scroll 0 0;
}

#page-monitor #sharing .twitter .image-link {
  background: transparent url(/_/static/img/css/sharing/twitter-mini.png) no-repeat scroll 0 0;
}

#page-monitor #sharing .facebook .image-link:hover {
  background: transparent url(/_/static/img/css/sharing/facebook-hover-mini.png) no-repeat scroll 0 0;
}

#page-monitor #sharing .twitter .image-link:hover {
  background: transparent url(/_/static/img/css/sharing/twitter-hover-mini.png) no-repeat scroll 0 0;
}

.ie6 #page-monitor #sharing .facebook .image-link {
  background-image: url(/_/static/img/css/sharing/facebook-mini.gif);
}

.ie6 #page-monitor #sharing .twitter .image-link {
  background-image: url(/_/static/img/css/sharing/twitter-mini.gif);
}

.ie6 #page-monitor #sharing .facebook .image-link:hover {
  background-image: url(/_/static/img/css/sharing/facebook-hover-mini.gif);
}

.ie6 #page-monitor #sharing .twitter .image-link:hover {
  background-image: url(/_/static/img/css/sharing/twitter-hover-mini.gif);
}

#page-monitor #sharing .options {
  margin-top: 10px;
}

#page-monitor #sharing .facebook,
#page-monitor #sharing .twitter {
  display: inline;
}

#page-monitor #sharing .facebook {
  margin-right: 14px;
}

#page-monitor #sharing .copy {
  margin: 10px 0px 0px;
  border-top: 1px dashed #fcc;
}

#page-monitor #sharing .copy .code {
  margin-bottom: 0px !important;
  display: inline;
  font-size: 12px;
  width: 36%;
  color: #e33;
}

#page-monitor #sharing .copy h4 {
  margin: 10px 0px;
  color: #555;
  display: inline;
  font-size: 12px;
  margin-right: 10px;
}

/* incoming flirts */
#page-monitor #flirts {
  clear: both;
}

#page-monitor #flirts ul {
  margin: 0px auto;
	margin-top: 35px;
  padding: 5px;
	text-align: center;
	display: none;
	width: 100%;
  max-height: 200px;
}

#page-monitor #flirts li {
  margin-top: 35px;
	display: inline-block;
  white-space: nowrap;
	margin: 3px;
	border: 1px solid #eea;
	background-color: #ffc;
  padding: 2px 5px;
  padding-right: 6px;
  font-weight: inherit;
	font-size: 12px;
	
	/* nonstandard styles */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.ie6 #page-monitor #flirts li,
.ie7 #page-monitor #flirts li {
	display: inline;
	zoom: 1;
}

#page-monitor #flirts li .identicon {
	display: inline-block;
	width: 13px;
	height: 16px;
	padding-right: 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 3px;
}

.ie6 #page-monitor #flirts li .identicon,
.ie7 #page-monitor #flirts li .identicon {
	background-position: 0px 2px;
}

#page-monitor #flirts li .cupidcode {
	font-weight: bold;
  padding: 0px;
  background: transparent;
}

#page-monitor #flirts li .cupidcode:hover {
  background: transparent;
}

/* GUESSING PAGE */
/* prompt */
#guess.prompt {
}

/* proximity */
#guess .proximity {
  margin: 3px auto 8px;
  width: 60%;
}

#guess .proximity .frame {
  border: 1px solid #faa;
  padding: 1px;
  background: #fee;
  text-align: left;
}

#guess .proximity .frame .bar {
  background-color: #e85b5a;
  color: #fff;
  padding: 1px 3px 0px;
  border-top: 1px solid #faa;
  border-bottom: 1px solid #e85b5a;
  border-right: 1px solid #e00;
}

.ie6 .proximity .frame,
.ie7 .proximity .frame {
  height: 4px !important;
  overflow: hidden;
}

.ie6 .proximity .frame .bar,
.ie7 .proximity .frame .bar {
  height: 1px !important;
  overflow: hidden;
}

/* results */
#page-guess #result {
  margin: 35px auto;
  padding-left: 169px;
  height: 189px;
  line-height: 195px;
  width: 55%;
  
  color: #f66;
  font-size: 22px;
	font-weight: bold;
	text-transform: lowercase;
  text-align: center;
  white-space: nowrap;
}

.ie6 #page-guess #result {
	background: transparent url(/_/static/img/css/success.png) no-repeat scroll left top;
}

#page-guess #result.failure {
	background: transparent url(/_/static/img/css/failure.png) no-repeat scroll left top;
}

#page-guess #result.success {
	background: transparent url(/_/static/img/css/success.png) no-repeat scroll left top;
}

/* chart */
#page-guess #guess-chart {
  margin: 35px auto 0px;
  width: 70%;
  text-align: center;
}

#page-guess #guess-chart h2 {
  margin-top: 20px;
  font-size: 14px;
  color: #e00;
}

#page-guess #guess-chart h3 {
  font-size: 10px;
  font-weight: normal;
  color: #e55;
  margin-top: 5px;
  margin-bottom: 10px;
}

#page-guess #guess-chart .explanation {
  float: right;
  height: 102px;
  width: 40%;
  padding: 8px;

  /* nonstandard styles */
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#page-guess #guess-chart table {
  float: left;
  width: 40%;
  margin: 0px auto;
  background: #f0f0f0;
  border: 1px solid #eee;
  border-bottom-color: #e0e0e0;

  /* nonstandard styles */
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

.ie6 #page-guess #guess-chart table,
.ie7 #page-guess #guess-chart table {
  border-collapse: collapse;
}

#page-guess #guess-chart th {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #444; 
  text-transform: lowercase;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 2px;
}

.ie6 #page-guess #guess-chart th,
.ie7 #page-guess #guess-chart th {
  padding: 1px 0px 2px;
  font-size: 11px;
}

#page-guess #guess-chart th.secret {
  border-right: 1px dotted #ccc;
}

#page-guess #guess-chart td {
  padding: 2px 0px 1px;
  background: #fbfbfb;
}

#page-guess #guess-chart tr.first td {
  padding-top: 4px;
  border-top: 2px solid #f5f5f5;
}

#page-guess #guess-chart tr.last td {
  padding-bottom: 6px;
}

#page-guess #guess-chart td.secret {
  border-right: 1px solid #aaa;
  font-size: 10px;
  color: #444; 
  text-transform: lowercase;
  text-align: right;
  padding-right: 2px;
  width: 30%;
  white-space: nowrap;
}

#page-guess #guess-chart td.secret .missing {
  color: #888;
  font-size: 9px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#page-guess #guess-chart td.popularity {
  text-align: left;
}

.ie6 #page-guess #guess-chart td.popularity {
  padding-right: 15px;
}

#page-guess #guess-chart td.popularity .bar {
  background-color: #f55;
  color: #fff;
  max-width: 92%;
  min-width: 4%;
  float: left;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 8px;
  text-align: right;
  padding: 1px 3px 0px;
  border-top: 1px solid #faa;
  border-bottom: 1px solid #f00;
  border-right: 1px solid #f33;
}

#page-guess #guess-chart .clear {
  padding-bottom: 1px;
}

/* flirts */
#page-guess .message {
  clear: both;
}

#page-guess #flirt {
  margin: 35px auto;
  padding: 8px 0px 9px;
  border: 1px solid #f0c0c0;
  border-width: 1px 3px 3px 1px;
  text-align: center;
  background-color: #fff5f5;
  width: 70%;
  display: none;

  /* nonstandard styles */
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.ie6 #page-guess #flirt,
.ie7 #page-guess #flirt {
  margin-bottom: 0px;
}

#page-guess #flirt .characters {
  color: #866;
  font-size: 10px;
  float: left;
  margin-left: -6px;
}

.ie6 #page-guess #flirt .characters,
.ie7 #page-guess #flirt .characters {
  margin-left: 0px;
}

#page-guess #flirt input.primary {
  float: right;
  width: 100%;
  border-color: #777;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  color: #444;
  padding: 2px;
  margin-bottom: 2px;
}

#page-guess #flirt button {
  float: right;
  clear: right;
  margin: 0px;
  font-size: 12px;
  margin-right: 0px;
  padding: 2px;
}

.ie6 #page-guess #flirt button,
.ie7 #page-guess #flirt button {
  margin-right: -6px;
}

#page-guess #flirt .controls {
  margin: 0px auto;
  text-align: right;
  width: 90%;
}

#page-guess #flirt em {
	font-style: normal;
  color: #aaa;
}

/* HELP PAGE */
#page-help #content {
  margin-top: 10px;
}

.ie6 #page-help #content,
.ie7 #page-help #content {
  padding-top: 10px;
}

#page-help #site-help {
  float: right;
  margin-top: 0px;
  margin-bottom: 20px;
}

.ie6 #page-help #site-help,
.ie7 #page-help #site-help {
  margin-bottom: -15px;
}

#page-help div.step {
  height: 115px;
  width: 63%;
  float: left;
  margin-left: 10px;
}

#page-help #content p {
  font-size: 12px;
  color: #888;
  margin-top: 6px;
  margin-left: 55px;
}

/* ABOUT PAGE */
#page-about ul.people {
	list-style-type: square;
	list-style-position: inside;
}

#page-about img.illustration {
  margin-top: 35px;
}

/* CONTACT PAGE */
#page-contact img.illustration {
  margin-top: -60px;
}

/* GRAPHS PAGE */
#page-graphs #ads {
  display: none;
}

#page-graphs br {
  margin: 10px;
}

#page-graphs #content {
  margin-right: 240px;
}

#page-graphs .tipsy {
  background: transparent;
}

#page-graphs .tipsy-inner {
  background: white;
  color: red;
  font-weight: normal;
  font-size: 10px;
}
