/*
Copyright (c) 2009, James Hare Design. All rights reserved.
Builds common 'nicer' styling by overriding styles applied by base-min.css
*/
/**
 * Base Nicer
 * @module base
 * @namespace yui-
 * @requires reset, fonts, base
*/

body {
	/* For breathing room between content and viewport. */
	margin:0px;
}

body * {
	text-align: left;
}


h1,.h1,h2,.h2,h3,.h3 {
	/* Top & bottom margin based on font size. */
	margin-top: 0;
}

ol,ul,dl {
	/* Reduce breathing room to 1em. */
	margin-left: 1em;
}

a:link,a:visited {
	color:#000000;
}

a:hover {
	color:#D21559;
}

a:active {
	color:#000000;
}

h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6, p {
	background-color: inherit;
}


/*
Built on Base but sets .h's to the same base style as h's
Based on:
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
.h1{font-size:138.5%;}.h2{font-size:123.1%;}.h3{font-size:108%;}.h1,.h2,.h3{margin:1em 0;}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:bold;}

/*
Some helper classes used frequently
*/

.clear {
	clear:both;
}

 object object {
	*display:none!important;
}
