body {
	padding: 0;
	margin: 0;
	background: url('bg-tile-color.png') top center repeat #eaeaea;
	text-align: center;
	font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
}
a {
   text-decoration: none;
}
.wrap1 {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	position: relative;
}
.wrap2 {
	padding: 0 49px 1px 49px;
	width: 402px;
	min-height: 880px;
	background: url('grid-tile.png') -1px 0 repeat #fff;
   position: relative;
}
#title_wrap {
/*   background-color: #ff0;*/
   height: 75px;
   padding-top: 25px;
   position: relative;
}
h1 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
h1 img {
   max-width: 100%;
   border: 0;
}

#subhead {
   text-align: right;
   color: #de355e;
   font-size: 12px;
}
.box {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	min-height: 80px;
	font-size: 13px;
   color: #fff;
	text-shadow: 0 1px 1px #000;
   padding: 10px 16px;
	line-height: 1.5;
}
.side_box {
   width: 318px;
   left: 600px;
   margin-bottom: 25px;
   text-align: center;
}
.attribution,
.stats,
.about {
   position: absolute;
   top: 50px;
   
}
.about {
   text-align: left;
}

form {
   margin: 0;
   padding: 0;
}
#seed_label {
/*   background-color: #0ff;*/
	color: #888;
	display: block;
	font-size: 14px;
   line-height: 14px;
   padding: 30px 0 6px 0;
}
.textbox-wrap {
	background: none repeat scroll 0 0 #F7F6EF;
	border: 1px solid #A4A296;
   padding: 10px;
   height: 29px;
}
.textbox-big {
	color: #555555;
	font-size: 16px;
	width: 100%;
   border: none;
   background: none repeat scroll 0 0 #F7F6EF;
   padding: 0;
   height: 29px;
}
/*.textbox-big:focus {
	border: 1px solid #a4a296;
	box-shadow: 0 0 2px #bbbab2 inset;
	-moz-box-shadow: 0 0 2px #bbbab2 inset;
	-webkit-box-shadow: 0 0 2px #bbbab2 inset;
}*/
#button_wrap {
   height: 47px;
   margin-bottom: 50px;
   text-align: right;
   padding-top: 3px;
}
 
.button {
	border: 2px solid #959592;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 9px 10px;
	text-transform: uppercase;
	color: #555;
	text-shadow: 0 1px 0px #fff;
	font-weight: bold;
	font-size: 14px;
	background: rgb(240,240,240); /* Old browsers */
   background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(198,198,198,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(198,198,198,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(198,198,198,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(198,198,198,1) 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(198,198,198,1) 100%); /* IE10+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
   background: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(198,198,198,1) 100%); /* W3C */
	cursor: pointer;
}
.button:hover {
	background: #B7B7B7;
	background:-webkit-gradient(linear, center bottom, center top, from(#B7B7B7), to(#f0f0f0));
	background:-moz-linear-gradient(top, #f0f0f0, #B7B7B7);
	-pie-background:linear-gradient(top, #f0f0f0, #B7B7B7);
	background:linear-gradient(top, #f0f0f0, #B7B7B7);
}
.button:active {
	background: #B7B7B7;
}

/*#form_go {
   *width: 250px;
}*/

#icons {
/*   background-color: #f0f;*/
	padding: 0;
	height: 250px;
/*   width: 400px;*/
   position: relative;
}
#icon img {
	background: #eee;
/*	overflow: hidden;*/
/*	text-indent: -1000px;*/
	font-size: 1px;
	color: #eee;
   cursor: pointer;
}
.icon-200 img { height: 200px; width: 200px; }
.icon-100 img { height: 100px; width: 100px; }
.icon-50 img { height: 50px; width: 50px; }
.icon-50 {
	position: absolute;
	top: 0;
   left: 250px;
}
.icon-100 {
	position: absolute;
	top: 100px;
   left: 250px;
   width: 100px;
}
.icon-50 {
   width: 100px;
}
.caption {
	font-size: 11px;
	color: #999;
}
.about-share {
/*   background-color: #ff0;*/
   text-align: center;
   font-size: 13px;
   line-height: 25px;
}

#share {
   font-size: 13px;
}
#share a {
   display: inline-block;
   width: 50%;
   height: 99px;
   background: url('share-icons.png') center center no-repeat transparent;
}
.share_buttons {
/*   background-color: #f0f;*/
}

#share a:hover { background-color: rgba(255, 255, 255, 0.6); }
#share a:focus { background-color: rgba(255, 255, 170, 0.4); }
#share #share-facebook {
   background-position: 50% -279px;
}
#share #share-twitter { background-position: 50% -417px; }
#share #share-facebook:hover { background-position: 50% 14px; }
#share #share-twitter:hover { background-position: 50% -124px; }

.links {
   margin-bottom: 25px;
/*   height: 180px;*/
}
.about-links {
	padding: 0 0 6px;
}
.links label {
	display: block;
	font-weight: bold;
	padding: 4px 0 0;
}
.links .textbox {
	width: 100%;
	background: #fff;
	border: none;
	padding: 0;
   margin: 0;
}
.links .textbox-wrap2 {
   background: #fff;
   padding: 5px;
}

.stats {
	top: 200px;
	min-height: 80px;
   text-align: center;
}
.stats strong {
	font-weight: normal;
	display: block;
	padding: 10px 0 0;
}

.stats_count {
   font-size: 42px;
   line-height: 1;
}

.attribution {
	top: 350px;
	min-height: 42px;
   padding: 8px 0 0 0;
   width: 350px;
}
.attribution a {
	background: url('vanilla-logo.png') 0 0 no-repeat transparent;
	vertical-align: text-bottom;
	display: inline-block;
	height: 32px;
	width: 72px;
	overflow: hidden;
	text-indent: -2000px;
	font-size: 1px;
	color: #333;
}

.redundant {
   visibility: hidden;
}

.center {
   text-align: center;
}

.push_down {
   margin-top: 50px;
}

@media (max-width: 950px) {
   .side_box {
      left: 525px;
   }
}

@media (max-width: 875px) {
   .wrap1 {
      width: 100%;
   }
   .wrap2 {
      margin: auto;
   }
   .side_box {
      position: static;
      width: inherit;
   }
   .about {
      background: transparent;
      color: #222;
      text-shadow: 0 1px 1px #fff;
      padding: 5px 0 0 0;
      margin: 0;
      min-height: 70px;
   }
   #seed_label {
      padding: 5px 0;
   }
}

@media (max-width: 530px) {
   .wrap2 {
      width: auto;
   }
   .about {
      
   }
}

@media (max-width: 500px) {
   .wrap2 {
      padding: 0 25px 1px;
   }
   #icons {
      left: 25px;
   }
}

@media (max-width: 420px) {
   #icons {
      left: 0px;
   }
   .icon-50, .icon-100 {
      left: 225px;
   }
}

@media (max-width: 320px) {
   .icon-200 img {
      width: 150px;
      height: 150px;
   }
   
   .icon-50 img {
      width: 37px;
      height: 37px;
   }
   
   .icon-100 img {
      width: 75px;
      height: 75px;
   }
   .icon-50 {
      left: 175px;
   }
   .icon-100 {
      left: 175px;
      top: 75px;
   }
   #icons {
      height: 200px;
   }
}