/*
Theme Name:		UnderstandFinance
Theme URI:		http://www.understandfinance.com
Description:	The default understandfinance.com theme
Version:		1.0
Author:			DesignBulb.com
Author URI:		http://www.designbulb.com/
*/

/*	ERIC MEYER RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #fff;
	font-family:Verdana,Arial,sans-serif;
	background:url('http://www.understandfinance.com/img/nav/body_bg.jpg') center repeat-y;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*	LAYOUT						*/
/********************************/
#container {
	width:990px;
	margin:15px auto;
	font-size: 75%;
    line-height: 1.6em;
    background-color:#fff;   
}

#content_box {
	clear:right;
}

#masthead { background-color: #fff; border:#ff0000; }

#content {
	float:left;
	width:530px;
	padding:0 20px;
}
#l_sidebar {
	float:left;
	width:150px;
	padding:0 10px;
	background-color:#ebeff3;
}

#sidebar {
	float:left;
	width:250px;
}

#footer {
clear:left;
}

/*	AD LAYOUT					*/
/********************************/
#bannerblock {
	float:right;
	padding:10px 20px;
	margin-bottom:25px;
	width:730px;
	background-color:#fff;
}
/*	HEADERS						*/
/********************************/
h1 a {
	display:block;
	width:303px;
	height:46px;
	background:url('http://www.understandfinance.com/img/nav/uf.gif') no-repeat;
	text-indent:-999px;
}

h2 {
	font-family: Arial;
	font-weight:normal;
	font-size:2em;
	line-height:1.2em;
	padding-bottom:6px;
	margin-bottom:6px;
	border-bottom:1px dotted #999;
}

h2 a {
 text-decoration:none;
}

#l_sidebar h2 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:4px;
	padding-bottom:4px;
}

h3 {
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:4px;
}

h4 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:3px;
}

h6 {
	color:#666;
	margin-bottom:8px;
}


/*	FONTS						*/
/********************************/
p {
	margin-bottom:16px;
}
.bold { font-weight:bold; }
.italic { font-style:italic; }

/*	LISTS						*/
/********************************/
ul#nav { width:990px;text-align:right;float:right;background-color:#fff;}
ul#nav li {	display:inline; list-style-type:none; margin-right:15px;}
ul#nav a, ul#nav a:visited {color:#000; font-size:1.2em; font-weight:bold; text-decoration:none;}
ul#nav a:hover { text-decoration:underline; }

/*	IMAGES						*/
/********************************/
.formula {
	text-align:center;
}

/*	CLEARS						*/
/********************************/
.clearleft { clear:left;font-size:0;height:0;width:0;}