/* CSS Document
 ******************************************************
 Landing Page Style Sheet for http://www.ambadoo.com  *
 Designed & Developed by ambadoo.com                  *
 www.ambadoo.com                                      *
                                                      *
 Don't steal. It's bad karma.                         *
                                                      *
 ******************************************************
*/

/* Wrapper Backgrund
 ********************/
#wrapper.landing {
  background: transparent url('/images/ui/clouds.png') no-repeat scroll center 80px;  
}

div#header ol#navigation li a {
  margin: 0 15px 0 3px;
  padding-left: 20px;
}

div#header ol#navigation li a:hover {
  color: #FF0099;
  text-decoration: underline;
}

div#header ol#navigation li a#our_blog {
  background: url('/images/ui/rss.png') no-repeat scroll 0 5px;  
}

div#header ol#navigation li a#tweet_this {
  background: transparent url('/images/ui/twitter.png') no-repeat scroll 0 5px;  
}

div#header ol#navigation li a#fb_share {
  background: transparent url('/images/ui/facebook.png') no-repeat scroll 0 5px;  
}

div#header #fbconnect_button {
  position: absolute;
  top: 33px; right: 25px;
}

div#header p.hint {
  position: absolute; top: 33px; left: 575px;
  width: 227px; height: 50px;
  background: transparent url('/images/ui/signup.png') no-repeat scroll top left;  
}



/* Big Search Form
 ******************/
div#wrapper.landing div#search_form {
  position:static;
  width: 600px; height: 66px;
  margin: 50px auto 80px auto; 
}


div#wrapper.landing div#search_form input, button {
  font-size: 16px;
}

div#wrapper.landing div#search_form form {
  position: relative;
}

div#wrapper.landing div#search_form form p.hint {
  z-index: 1000;
  position: absolute; top: -40px; left: -85px;
  width: 129px; height: 79px;
  background: transparent url('/images/ui/directory.png') no-repeat scroll top left;  
}

div#wrapper.landing div#search_form input#search_for {
  position: absolute; top: 0; left: 0;
  width: 400px; height: 30px;
  padding: 20px 10px 10px 20px;
  color: #DDD;
  border: 3px double #EEE;
  z-index: 200;
} 

div#wrapper.landing div#search_form button {
  position: absolute; top: 0; right: 0;
  width: 145px; height: 66px;
  color: #FFF;
  background-color: #0080FF;
  border: none;
  cursor: pointer;
  text-transform: lowercase;
} 

div#wrapper.landing div#search_form div#search_results {
  z-index: 300;
  position: absolute; top: 0px;
}

div#wrapper.landing div#search_form div#search_results img {
  position: absolute;
  top: 158px; left: 375px;
  display: block;
  height: 32px; width: 32px;
  z-index: 2000;
}

div#wrapper.landing div#search_form div#search_results ul {
  width: 430px; height: 153px;
  border: 3px solid #EEE;
  border-top: none;
  position: absolute;
  top: 206px;
  background-color: #FFF;
  overflow-y: auto;
}

div#wrapper.landing div#search_form div#search_results ul li {
  position: relative;
  height: 50px;
  border-bottom: 1px dotted #EEE;
}

div#wrapper.landing div#search_form div#search_results ul li.highlighted {
  background-color: #E7f0ff;
}

div#wrapper.landing div#search_form div#search_results ul li p.name {
  position: absolute;
  top: 11px; left: 20px;
  font-size: 14px;
  text-transform: capitalize;
}

div#wrapper.landing div#search_form div#search_results ul li p.name a {
  color: #333;
}

div#wrapper.landing div#search_form div#search_results ul li p.name a:hover {
  text-decoration: underline;
}

div#wrapper.landing div#search_form div#search_results ul li p.company {
  position: absolute;
  top: 29px; left: 20px;
  color: #888;
}

div#wrapper.landing div#search_form div#search_results ul li p.company a {
  color: #888;
}

div#wrapper.landing div#search_form div#search_results ul li p.company a:hover {
  text-decoration: underline;
}

div#wrapper.landing div#search_form div#search_results ul li p.country {
  position: absolute;
  top: 20px; right: 20px;
  width: 16px; height: 11px;
}

/* Service Information
 **********************/
div#information {
  height: 930px; 
}

div#information h2 {
  z-index: 1;
  margin-bottom: 30px;
  padding: 15px 0;
  color: #999;
  font: italic 38px Georgia, "Times New Roman", serif;
  text-align:center;
  line-height: 140%;
  border-bottom:3px double #DDD;
  color: #F09;
}

div#information h2 strong,
div#information h2 em {
  font-weight: normal;
  color: #0080FF;
  color: #F09;
}

div#information p.hint {
  position: absolute; top: 255px; left: 314px;
  width: 290px; height: 63px;
  background: transparent url('/images/ui/social.png') no-repeat scroll top left;  
}


div#information div.wide_column {
  position: absolute;
}

div#information h3 {
  margin-bottom: 20px; 
  color: #999;
  font-size: 24px; 
  font-weight: bold;
  text-transform: none;
}

div#information div.narrow_column {
  position: absolute; right: -10px;
  width: 314px; height: 356px;
  margin-top: 5px;
  background: transparent url('/images/ui/stuff.png') no-repeat scroll top left;  
}


div#information div#more_info {
  position: absolute; top: 850px; 
  padding-top: 30px;
  border-top:3px double #DDD;
}


div#information div#more_info div.column {
  float: left;
  width: 260px; height: 275px;
  margin: 0 30px 30px 0;padding: 20px;
  background: #eff7ff;
}

div#information div#more_info div.column.last {
  margin-right: 0;
}


div#information div#more_info div.column h4 {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  color: #0080FF;
  color: #F09;
}

div#information div#more_info div.column p {
  font-size: 14px;
  text-align: justify;
  line-height: 150%;
}


/* Developers
 *************/
div#developers {
  clear: both;
  margin-bottom: 120px; padding-top: 50px;
  border-top: 3px double #DDD;
}

div#developers h3 {
  margin-bottom: 50px;
  font: italic 36px Georgia, "Times New Roman", serif;
  text-align: center;
  color: #BBB;
}

div#developers h3 a {
  color: #555;
}

div#developers p {
  margin-bottom: 20px; padding: 0 20px;
  font-size: 16px;
  text-align: justify;
  line-height: 160%;
}

div#developers p strong {
  padding: 2px 5px;
  color: #444;
  background: #FFFFCC;
}
