/*-----------------------------------------------------------
    Danenberg Jewelers Styles
    Created on October 9, 2007 
    By: Brian McKinney
------------------------------------------------------------- */

/*----------------------------------------------------------- 
    Core stylesheets 
------------------------------------------------------------- */

@import url(reset.css); /* Remove default formatting */

@import url(core.css); /* Add some basic styles */

@import url(layout.css); /* Layout Styles */

@import url(typography.css); /* Typographic Styles */

/*----------------------------------------------------------- 
     Set up some defaults, and resuable generic styles
------------------------------------------------------------- */

body {
  background-color: #F6F6F6;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

.mute { font-size:  10px; color:  #999;}
.hide { display: none; }
.notice { font-style:  italic; color: #999;}
.invisible { visibility:  hidden; }
.clear { clear: both; }
.nowrap { white-space: nowrap;}
.overflow {overflow: auto; }
.first { margin-left: 0px;}
