/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #3c3c3c;
}
* {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #d82216;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d82216;
	font-weight: normal;
}
#container {
	position:relative;
	width:720px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #58585d;
	border: solid;
	border-color: #c0c0c0;

}

#headertbl {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	
}


#content {
	background-color:  #ffffff;
	text-align: left;
	width: 720px;
	background-image: url(http://www.kayzoe.com/pages/johnschlett/john_main_bkgd.gif);
	background-repeat: repeat-y;
	
}

#text {
	color: #cccccc;
	background-color: #ffffff;
	z-index: 70;
	left: 300px;
	top: 50px;
}

#font {
	color: #cccccc;
	background-color: #ffffff;
	z-index: 70;
	left: 500px;
	top: 150px;
}


#breaker {
	background-color: #414141;
	height: 2px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c0c0c0;
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
	
}

#footer a {
	color: #c0c0c0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/*------------------------------------+
  |  Listings                           |
  +------------------------------------*/
  
  .listing {
    margin: 2em;
  }
  
  .listing h2, .listing h3, .listing h4, .listing h5, .listing h6 {
    border-bottom: 0.1em solid #000000;
	border-top: 0.1em solid #000000;
	background-color:#e2e2e2;
	color: #d82216;

  }
  
  .listing .sold {
    color: #FF0000;
    font-style: italic;
    font-size: 1.5em;
    font-weight: bold;
  }
  
  .listing .propertyInfo {
    border: 0.1em solid #000000;
    background-color: #EFEFEF;
    color: #000000;
    float: right;
    padding: 0.5em;
    width: 15em;
  }
  
  .listing .propertyInfo p {
    font-weight: bold;
    margin: 0.25em;
  }
  
  .listing .listingPicture {
    width: 400px;
  }
  
  .listing .additionalPhotos {
    border: 2px solid #000000;
    background-color: #EFEFEF;
    clear: right;
    color: #000000;
    float: right;
    padding: 10px;
    text-align: center;
    width: 140px;
  }
  
  .listing .additionalPhotos img {
    border: 1px solid #000000;
    margin-bottom: 5px;
  }
  
   .listing .additionalPhotos h2 {
	color: #d82216;
}  
  .listing .roomDetails pre {
    font-family: Lucida Console, Courier, Monospace;
    font-size: 1.25em;
    padding-left: 2em;
  }
  
  .listing .card {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0;
  }
  
  .listingSearch {
    width: 100%;
  }
  
  .listingSearch .picture img{
    height: 90px;
    width: 120px;
  }
  
  .listthumb {
  border: 3px outset #EFEFEF;
  height: 90px;
  margin: 10px;
  width: 120px;
}