/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/* base.css, part of YUI's CSS Foundation */

abbr,acronym {
   border-bottom: 1px dotted #000; /*indicating to users that more info is available */
   cursor: help;
}

blockquote,ul,ol,dl {
   margin: 1em; /*giving blockquotes and lists room to breath*/
}

caption {
   margin-bottom: .5em; /*centered so it doesn't blend in to other content*/
   text-align: center;
}

dl dd {
   margin-left: 1em; /*giving UL's LIs generated numbers*/
}

em {
   font-style: italic; /*bringing italics back to the em element*/
}

h1 {
   font-size: 138.5%; /*18px via YUI Fonts CSS foundation*/
}

h1,h2,h3 {
   margin: 0 0 1em 0;
   /* ORIGINEEL: margin: 1em 0; /* top & bottom margin based on font size */ 
}


h1,h2,h3,h4,h5,h6,strong {
   font-weight: bold; /*bringing boldness back to headers and the strong element*/
}

h2 {
   font-size: 123.1%; /*16px via YUI Fonts CSS foundation*/
}

h3 {
   font-size: 108%; /*14px via YUI Fonts CSS foundation*/
}

ol li {
   list-style: decimal outside; /*giving OL's LIs generated numbers*/
}

ol,ul,dl {
   margin-left: 2em; /*bringing lists on to the page with breathing room */
}

p,fieldset {
   margin-bottom: 1em; /*so things don't run into each other*/
}

ul li {
   list-style: disc outside; /*giving UL's LIs generated disc markers*/
}

