/*

Boxes, another CSS Framework
by Stephane Curzi
September 30, 2008

Based on Tripoli by David Hellsing, http: //devkick.com/lab/tripoli/
Reset based on Reset Reload by Eric Meyer, http: //meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
Form based on The Subtraction Good Form 0.1, http://www.subtraction.com/pics/0508/050822/
© GNU General Public License, http: //www.gnu.org/licenses/

*/

/******************** General ********************/
body	{ font-family: sans-serif; line-height: 1; background: white; color: black; }
h1, h2, h3, h4, h5, h6, 
strong, th, dt, legend { font-weight: bold; }
cite, em, dfn, caption { font-style: italic; }
code, kbd, samp, pre, tt, var { font-family: mono-space, monospace; }
pre { white-space: pre; }
pre * { white-space: pre; }
del	{ text-decoration: line-through; }
ins	{ background: #ff0; }
small, sup, sub { font-size: 85%; }
big	{ font-size: 125%; line-height: 80%; }
abbr, acronym { font-size: 85%; text-transform: uppercase; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted black; }
sup, sub { line-height: 50%; }
sup	{ vertical-align: super; }
sub	{ vertical-align: sub; }
blockquote { padding: 0 1.5em; }
hr { border: none; background: #999; width: 100%; height: 1px; display: block; }
ul, ol { margin-left: 1.5em; }
ul { list-style: disc outside; }
ol { list-style: decimal outside; }
input, select, button { cursor: pointer; }