/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

@import url(home.css);
@import url(contact.css);
@import url(about.css);
@import url(auction.css);
@import url(links.css);
@import url(events.css);
@import url(neighbourhood.css);
@import url(listings.css);
@import url(area.css);
@import url(show.css);
@import url(houses.css);
@import url(sitemap.css);

#content_inner:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content_inner {display: inline-block;}
#content_inner { zoom:1;}
#content_inner {display: block;}

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* Notes on styling drop-down menu
   |  The drop down menu is pure CSS.  The menu itself consists of nested unordered
   |  lists.  The selected list element is a member of class 'sel' while all other
   |  elements are members of class 'unsel.'
   |  
   |  Support for IE is provided via JavaScript, which appends the class 'over' to 
   |  all 'unsel' elements when moused over, and 'selover' to the 'sel' element
   |  when moused over.
   |  
   |  This dropdown menu is modified from the one tutorialed at:
   |    http://alistapart.com/articles/hybrid/
   |
   |  Remove the following style to use the drop downs
*/

.unsel ul, .over ul {display:none;}
.listing_details #video object,
.listing_details #video iframe,
.listing_details #video video,
.listing_details #video embed {
  max-width: 481px;
  max-height: 271px;
}
