@charset "utf-8";
/*
SexyBase.css a replacement for yui base
use it with yui reset and font
version: 0.0.1
*/

/* HEADERS */
h1 {
	font-size:138.5%; /*18px via YUI Fonts CSS foundation*/
}
h2 {
	font-size:123.1%; /*16px via YUI Fonts CSS foundation*/
}
h3 {
	font-size:108%; /*14px via YUI Fonts CSS foundation*/
}
h1,h2,h3 {
	margin:1em 0 0.7em 0; /* top & bottom margin based on font size */
}
h1,h2,h3,h4,h5,h6 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
h1 sub, h2 sub, h3 sub{
	display: block;
	font-size: 85%;
}

/* PARAGRAPHS & TEXTFORMATS */
b, strong{
	font-weight: bold;
}
i, em{
	font-style: italic;
}
p, pre {
	/*so things don't run into each other*/
	margin: 0.5em 0 1em 0;
  line-height: 1.25em;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
td{
	vertical-align: top;
}
td.number, th.number
{
    text-align: right;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{
	border: 1px solid #ccc;
}

