body {
  margin: 0;
  padding: 0;
  background-color: #8ae4fa;
  background-image: url('/images/background.png');
  background-repeat: repeat-x;
  font-family: Helvetica, Arial, sans-serif;
}

.hide, .js_only {
  display: none;
}

.blankslate {
  font-style: italic;
  color: #ccc;
}

.navigation {
  font-size: small;
}

.col {
  float: left;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: small;
}

.hide_text {
  text-indent: -9999px;
  overflow: hidden;
}

input {
  font-size: 2em;
  margin: 0;
  padding: 0;
}

button {
  font-size: 2em;
}

#container {
  width: 760px;
  margin: auto;
}

#footer_wrapper {
  width: 100%;
  margin-top: 136px;
  padding-top: 74px;
  background-image: url('/images/background-footer.png');
  background-repeat: repeat-x;
  background-position: 0 0;
}

#footer {
  height: 150px;
  background-color: #fff;
  padding-top: 50px;
}

#footer p {
  width: 760px;
  margin: auto;
  color: #999;
  font-size: small;
}

#footer a {
  color: #666;
}

/** Instructions **/

#header_primary {
  position: absolute;
  width: 100%;
  height: 67px;
  background-image: url('/images/header-primary.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: -1000;
}

#teaser {
  position: relative;
  height: 550px;
  margin-top: 50px;
}

#start_tagging {
  display: block;
  position: absolute;
  top: 57px;
  left: 4px;
  width: 326px;
  height: 448px;
  background-image: url('/images/tag.png');
  background-repeat: no-repeat;
}

#steps {
  display: block;
  position: absolute;
  list-style-type: none;
  top: 155px;
  left: 364px;
  width: 357px;
  height: 158px;
  background-image: url('/images/steps.png');
  background-repeat: no-repeat;
}

#learn {
  display: block;
  position: absolute;
  top: 380px;
  left: 364px;
  width: 290px;
  height: 42px;
  background-image: url('/images/learn.png');
  background-repeat: no-repeat;
}

/** Show clouds **/

#header_show_clouds {
  margin: 100px 0 50px 0;
  width: 750px;
  height: 57px;
  background-image: url('/images/header-show-clouds.png');
  background-repeat: no-repeat;
}

#show_clouds {
  margin: auto;
  width: 750px;
}

#show_clouds .col {
  width: 230px;
  margin: 0 10px 0 10px;
}

#show_clouds ul {
  padding-left: 0;
  list-style-position: inside;
}

#show_clouds .navigation {
  padding-top: 50px;
}

#show_clouds #start_new_cloud {
  font-size: x-large;
}

/** New cloud **/

#header_new_cloud {
  margin: 200px 0 50px 0;
  width: 610px;
  height: 57px;
  background-image: url('/images/header-new-cloud.png');
  background-repeat: no-repeat;
}

#new_cloud #name_form {
  width: 760px;
  height: 60px;
  padding: 0;
}

#new_cloud .cloud_name_js {
  vertical-align: top;
  height: 46px;
  width: 685px;
  padding: 6px 0 0 10px;
  margin: 0 -4px 0 0;
  border: 4px solid #1c5ba2;
  border-right: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

#new_cloud #cloud_submit_image {
  cursor: pointer;
}

#new_cloud .navigation {
  margin: -5px 0 0 10px;
}

/** Edit Cloud **/

#edit_cloud {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  list-style-type: none;
}

#edit_cloud div {
  display: inline-block;
  padding: 0;
}

#edit_cloud input {
  font-size: 1em;
}

#edit_cloud .item_name_div {
  width: 200px;
}

#edit_cloud #item_name {
  width: 190px;
}

#edit_cloud .item_tag_list_div {
  width: 475px;
}

#edit_cloud #item_tag_list {
  width: 465px;
}

#edit_cloud li {
  padding: 10px;
}

#edit_cloud li.odd {
  background-color: rgba(255,255,255,0.4);
}

#edit_cloud li.even {
  background-color: rgba(255,255,255,0.5);
}

#edit_cloud li div {
  vertical-align : middle;
}

#done_tagging {
  font-size: x-large;
}

/** Show Cloud **/

#show_cloud_title a {
  text-decoration: none;
  color: #000;
}

#share_this_page {
  padding-top: 50px;
}

/** ... **/

a img {
  border: none;
}

a {
  color: #0000FF;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

.tags_cloud {
  width: 750px;
  max-height: 750px;
  margin: 50px 0 50px 0;
  overflow-y: auto;
}

.tags {
  text-decoration: none;
  display: inline;
  float: left;
  margin: 8px;
}

.tag1 { font-size: 0.6em; color: rgba(0,0,200,0.2); }
.tag2 { font-size: 1.2em; color: rgba(0,0,200,0.5); }
.tag3 { font-size: 1.8em; color: rgba(0,0,200,0.7); }
.tag4 { font-size: 2.4em; color: rgba(0,0,200,1.0); }