/* (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(northshore.css);
@import url(mapsearch.css);
@import url(list.css);
@import url(show.css);
@import url(investments.css);
@import url(about.css);
@import url(featured.css);
@import url(blog.css);
@import url(search.css);
@import url(area.css);

: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 }

.listing_details #video object,
.listing_details #video iframe,
.listing_details #video video,
.listing_details #video embed {
  max-width: 610px;
  max-height: 343px;
}

/* 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;}