/* 
CSS Document - main.css
Copyright (c) 2008 YPC SRD
*/

/* Global Reset */
body,div,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

ul, ol, dl {
    margin-top: 0;
}
/* Structural Elements */

body {
  background: #fff url('/images/bg-gradient.png') top left repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

  *.float-right {
    float: right;
  }

div#container {
  background: #fff url('/images/bg-canvas.jpg') top left no-repeat;
  padding: 0 7px;
  min-height: 1050px;
  width: 768px;
  margin: 0 auto;
}

  div#header {
    background: #fff url('/images/bg-header.jpg') top left repeat-x;
    border-bottom: 1px solid #cfcfcf;
    height: 109px;
  }
    div#branding {
      background: transparent url('/images/logo-speak4it.jpg') top left no-repeat;
      width: 190px;
      height: 50px;
      position: relative;
      top: 15px;
      left: 20px;
    }
    
    div#branding h1 {
        margin: 0;
        padding: 0;
    }
      div#branding h1 a {
        text-indent: -3000em;
        display: block;
        width: 190px;
        height: 50px;
      }
    div#bubble {
      background: transparent url('/images/bubble.png') top left no-repeat;
      position: relative;
      top: -80px;
      left: 550px;
      width: 205px;
      height: 195px;
      z-index: 500;
    }
      div#bubble a {
        font-family: 'Franklin Gothic Book', 'Lucida Grande', Arial, Helvetica, sans-serif;
        color: #ff7200;
        display: block;
        text-align: center;
        width: 153px;
        height: 50px;
        position: relative;
        top: 40px;
        left: 27px;
        font-size: 17px;
        line-height: 24px;
      }
    div#bubble img {
        margin-top: 3px;
    }
    div#navigation {
      position: relative;
      top: 30px;
      left: 20px;
      font-size: 140%;
      font-family: 'Franklin Gothic Book', 'Lucida Grande', Arial, Helvetica, sans-serif;
      color: #555;
    }
    
    #navigation a, #bubble a {
      color: #707070;
      text-decoration: none;
    }

    
      div#navigation ul {
        display: block;
        margin: 0;
        padding: 0;
      }
        div#navigation ul li {
          display: inline;
          margin: 0 15px 0 0;
          padding: 2px 0 1px 15px;
          border-left: 1px dotted #a3a3a3;
        }
        div#navigation ul li.first {
          padding: 0;
          border: 0;
        }
       	div#navigation ul li.active a {
          color: #ff7200;
        }
  
  div#content {
    /*padding: 40px 0px;*/
    min-height: 450px;
    background: #fff url('/images/bg-city.png') top left no-repeat;
    color: #444;
  }
    div#content.home, div#content.features, div#content.news {
      background: #fff url('/images/bg-wisps.png') top left no-repeat;
    }
    div#content  p {
      margin: 0;
      padding-top: 1em;
    }
    div#content  h3 + p {
      padding-top: 0;
    }
    div.top-content {
      margin-left: 30px;
      width: 550px;
    }
    div.left-col {
      width: 245px;
      float: left;
      padding: 10px 0 0 10px;
    }
    div.right-col {
      width: 470px;
      float: right;
      padding-right: 25px;
    }  
    div#content.features, div#content.news {
      padding-top: 30px;
      padding-left: 30px;
    }
    div#content.features img#main_image, div#content.news img#main_image {
      float: right;
      margin-right: 35px;
    }
    div#content.news h3 {
        margin-top: 0;
    }
    div#content.news dd {
        margin-bottom: 1em;
    }
    div#content h2 {
      text-transform: uppercase;
      color: #ff7200;
    }

    div#content.home .box {
      vertical-align: middle;
      width: 450px;
      height: 80px;
      background: transparent url('/images/box.png') top left no-repeat;
      padding: 10px;
      overflow: hidden;
    }
    *html div#content.home .box {
      background-image: url('/images/box.gif');
    }
    .box img.box-iphonesm {
        float: left;
        margin-top: -5px;
        padding-right: 10px;
      }   
    img.contact-image {
      margin-right: 35px;
      margin-top: -25px;
    }
    div#content.contact input, div#content.contact textarea {
      font-family: Arial, Helvetica, sans-serif;
    } 
		
		div#content.contact{
			margin-left:15px;
		}

    div#content.contact form input.textfield {
      width: 270px;
      height: 20px;
      border: 1px inset #dbdada;
      color: #444;
      padding: 3px;
    }
    div#content.contact form textarea {
      width: 340px;
      height: 170px;
      border: 1px inset #dbdada;
      color: #444;
      padding: 5px;
    }
    div#content.contact p.contact-buttons {
      text-align: center;
      width: 350px;
    }
    
  div#footer {
    clear: both;
    margin: 20px 0 0 0;
    padding: 20px;
    font-weight: bold;
    font-size: 90%;
  }  
    div#footer ul {
      display: block;
      margin: 0;
      padding: 0;
    }
      div#footer ul li {
        display: inline;
        margin: 0 15px 0 0;
        padding: 2px 0 1px 15px;
        border-left: 1px dotted #a3a3a3;
        color: #707070;
      }
      div#footer ul li.first {
        padding: 0;
        border: 0;
      }
      div#footer ul li a {
        color: #707070;
      }
      
.notice {
    color: #f55;
    font-weight: bold;
}

div#content.legal {
  background: #fff url('/images/bg-wisps.png') top left no-repeat;
}


.city_link{
	color: blue;
	text-decoration: underline;
	padding-right: 4px;
	margin: 0;
}

div#cities ul.first {
	margin-left:0;
	padding-left:15px;
}

div#cities ul {
	float:left;
	line-height:1.3;
	width:100px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 0;
}

.clear {
	clear: both;
}

div#dialog{
	display: none;
}

div#results {
	margin-left: 20px;
	background-image:url('/images/iphone_png.png');
	min-height: 850px;
	background-size: 100%;	
}

div#results #listings{
	padding-left: 120px;
	padding-top: 200px;	
}

.left{
	float: left;
}

.download_link{
	float: left;
	color: blue;
	font-size: 45px;
	text-decoration: underline;
}

div#iphone_content{
	position:absolute;
	left: 384px;
	top: 274px;	
	width: 485px;
	height: 538px;
	/*
	background-color: #00DED1;
	layer-background-color: #00DED1;
	*/
	background:#FFFFFF url(/images/bg-gradient.png) repeat-x scroll left top;	
}

div#iphone_content input{
	height: 40px;
	width: 300px;
	text-align: center;
	margin-left: 70px;
	margin-top: 10px;
	font-size: 30px;
}

#popup input{
	height: 30px;
	width: 180px;
	text-align: center;
	font-size: 24px;	
}

div#iphone_content #hand{
	position:absolute;
	left: 200px;
	top: 220px;	
}

div#talk_div{
	height: 90px;	
	background-color: #00DED1;
	layer-background-color: #00DED1;	
	left:0;
	position:absolute;
	top:458px;
	width:485px;	
}

input.talk_button{
	background-color: #FF6600;
	margin: 5px;
	width: 180px;
}

input.show_results{
	margin: 10px;
	width: 180px;
}

div.listing{
	background-color: #FFF;
	margin:0;
	padding:0;
	margin-left: 30px;
	margin-right: 30px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;		
}

div.first_listing{
	border-top:1px solid #000;
}

span.listing_large{
	font-size: 13px;
}
span.listing_small{
	font-size: 9px;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: clear;
}

.quote {
    font-style: italic;
}
