/* @override 
	http://seethoughtdone.local/stylesheets/style.css?1230698056
	http://seethoughtdone.local/stylesheets/style.css?1230715714
*/

/*
 * meyer reset
 */

/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/*
 * end reset
 */

/* utils */

.hide  { display: none; }
.left  { float: left; }
.right { float: right; }
.clear { clear: both; height: 0px; }

/* defaults */

html, body {
  height: 100%;
}

body {
  background-color: #fff;
}

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

a:hover {
  background-color: #bcd0d0;
}

.image_link:link, .image_link:visited, .image_link:hover {
  text-decoration: line-through;
  background-color: #fff;
}

/* principle divs */

#container {
  width: 1020px;
  margin: 0 auto 0 auto;
  border: 0px solid #f0f0f0;
  position: relative;
  min-height: 100%;
}

#content {
  margin: 29px 80px 0 80px;
  padding-bottom: 75px;
  overflow: hidden;
}

#header {
  margin-left: 80px;
  margin-right: 80px;
}

#footer {
  position: absolute;
  bottom: 0;
  
  margin-left: 80px;
  margin-right: 80px;
  width: 862px;
  
  border-top: 1px solid #ddd;
  padding: 7px 0 15px 0;
  
  font: normal 14px Helvetica, Arial, Geneva, sans-serif;
  color: #35acac;

  clear: both;
}

#footer a {
  margin-left: 10px;
}

#logowrap {
  float: left;
  width: 397px;
}

#colwrap2 {
  float: left;
  width: 303px;
}

#colwrap3 {
  float: left;
  width: 533px;
}

/* header imagery */

#logo {
  margin-top: 29px;
  width: 226px;
  height: 30px;
  float: left;
  display: inline;
}

#logo_tagline {
  width: 317px;
  height: 17px;
  float: left;
  display: inline;
}

#header_shadow {
  margin-top: 8px;
  width: 862px;
  height: 41px;
  float: left;
  display: inline;
}

/* nav buttons */

#contact_button {
  margin: 55px 0 0 0;
  width: 66px;
  height: 25px;
  float: right;
  display: inline;
  background: url(/images/contact_button.png) no-repeat 0 0;
}

#contact_button:hover  { background: url(/images/contact_hover_button.png) no-repeat 0 0; }
#contact_button:active { background: url(/images/contact_clicked_button.png) no-repeat 0 0; }

#support_button {
  margin: 55px 9px 0 0;
  width: 67px;
  height: 25px;
  float: right;
  display: inline;
  background: url(/images/support_button.png) no-repeat 0 0;
}

#support_button:hover  { background: url(/images/support_hover_button.png) no-repeat 0 0; }
#support_button:active { background: url(/images/support_clicked_button.png) no-repeat 0 0; }

#blog_button {
  margin: 55px 8px 0 0;
  width: 42px;
  height: 25px;
  float: right;
  display: inline;
  background: url(/images/blog_button.png) no-repeat 0 0;
}

#blog_button:hover  { background: url(/images/blog_hover_button.png) no-repeat 0 0; }
#blog_button:active { background: url(/images/blog_clicked_button.png) no-repeat 0 0; }

#about_button {
  margin: 55px 9px 0 0;
  width: 53px;
  height: 25px;
  float: right;
  display: inline;
  background: url(/images/about_button.png) no-repeat 0 0;
}

#about_button:hover  { background: url(/images/about_hover_button.png) no-repeat 0 0; }
#about_button:active { background: url(/images/about_clicked_button.png) no-repeat 0 0; }

/* home page */

#featured_app {
  
}

#join_our_list {
  margin-top: 8px;
  margin-bottom: 25px;
  background: transparent url(/images/join_our_list_blurb.png) scroll no-repeat left center;
  padding: 2px 0px 0px 543px;
}

#join_our_list input {  /* default text state */
  width: 219px;
  color: #b2adad;  /* b2adad */
  padding-left: 3px;
  font-style: italic;
  font: italic normal 12px Georgia, Times New Roman, Times, serif;
}

#join_our_list input.userentry {  /* user has entered text */
  color: #333;
  font: normal normal 9pt Georgia, Times New Roman, Times, serif;
}

#join_our_list input[type=image] {
  vertical-align: middle;
  width: 82px;
  height: 22px;
}

#joined_our_list {
  display: none;
  margin-top: 8px;
  margin-bottom: 25px;
  width: 323;
  height: 100;
  background: transparent url(/images/joined_our_list_blurb.png) scroll no-repeat center center;
  padding: 10px 10px 10px 543px;
}

.homepage_app {
  margin-top: 20px;
}

.homepage_app_header {
  padding-left: 10px;
}

.homepage_app_header #coming_soon {
  margin-left: 5px;
}

.homepage_app_table {
  margin-top: 5px;
  width: 100%;
  background: #fff url(/images/gradient_slice.png) repeat-x bottom left;
}

.homepage_app_table td.description {
  font: normal normal 14px helvetica, arial, sans-serif;
  color: #858585;
  vertical-align: top;
  padding: 10px;
}

.homepage_app_table td.screenshots {
  width: 478px;
  padding: 10px;
}

.homepage_app_table .screenshots img {
  width: 229;
  height: 177;
  margin-left: 10px;
  float: right;
}

/* domain scout iphone */

#pagination_indicators {
  margin-left: 99px;
}

#pagination_indicators > span {
  margin-left: 2px;
  width: 13px;
  height: 15px;
  float: left;
  display: inline;
  background: url(/images/unhighlighted_paginator.png) no-repeat 0 0;
}

#pagination_indicators > span.highlighted {
  background: url(/images/highlighted_paginator.png) no-repeat 0 0;
}

#iphone_container {
  margin-top: 6px;
  width: 270px;
  height: 555px;
  float: left;
  display: inline;
  background: url(/images/iphone_container_2.png) no-repeat 0 0;
}

#iphone_carousel {
  margin-left: 37px;
  margin-top: 79px;
}

#domain_scout_header {
  width: 512px;
  height: 60px;
  float: left;
  display: inline;
}

#domain_scout_blurb {
  margin-top: 12px;
  width: 512px;
  height: 64px;
  margin-bottom: 0px;
  float: left;
  display: inline;
}

#download_banner {
  margin-top: 17px;
  width: 533px;
  height: 84px;
  margin-bottom: 0px;
  float: left;
  display: inline;
}

#domain_scout_header_1 {
  margin-top: 19px;
  width: 246px;
  height: 18px;
  margin-bottom: 0px;
  float: left;
  display: inline;
}

.feature_point {
  margin: 8px 0 0 13px;
  float: left;
  display: inline;
}

.feature_point img {
  vertical-align: middle;
  width: 12px;
  height: 12px;
}

.feature_point span {
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin-left: 2px;
}

.feature_point #check_iconified {
  background: transparent url(/images/check_icon.png) scroll no-repeat left center;
  padding: 1px 0px 2px 18px;
}

.feature_point #gear_iconified {
  background: transparent url(/images/gear_icon.png) scroll no-repeat left center;
  padding: 1px 0px 2px 18px;
}

#domain_scout_header_2 {
  margin-top: 22px;
  width: 88px;
  height: 15px;
  float: left;
  display: inline;
}

#support_link {
  color: #666;
  margin: 40px 0 0 15px;
  float: left;
  display: inline;
  background: transparent url(/images/help_icon.png) scroll no-repeat left center;
  padding: 2px 0px 0px 18px;
  font: bold normal 14px helvetica, arial, sans-serif;
}

/* Contact page */

#contact_form {
  margin-top: 30px;
  margin-left: 2px;  /* focus highlight getting clipped on the left -- why? */
}

#contact_form .field {
  margin-top: 20px;
  color: #666;
  text-decoration: none;
  font: normal normal 18px helvetica, arial, sans-serif;
}

#contact_form label {
  display: block;
}

#contact_form input {
  margin-top: 4px;
  font: normal 18px helvetica, arial, sans-serif;
}

#contact_form textarea {
  margin-top: 4px;
  font: normal 18px helvetica, arial, sans-serif;
}

#contact_form input[type=image] {
  margin-top: 10px;
}

/* Support page */

.support p {
  margin-top: 20px;
  margin-right: 285px;
  color: #666;
  text-decoration: none;
  font: normal normal 18px helvetica, arial, sans-serif;
}

/* Contact Us post page */

.contact_post p {
  margin-top: 20px;
  color: #666;
  text-decoration: none;
  font: normal normal 18px helvetica, arial, sans-serif;
}
