/* baselines
------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

body {
	background: #E5E5E5;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	}

img,
a img {
	border: none;
	vertical-align: text-bottom;

	}

a, input {line-height: normal;}
h1 {
	font-size: 18px; /*18px*/
	margin-bottom: 0;
	color: #009900;
	}
	
h2 {
	font-size: 138.5%; /*18px*/
	line-height: 1.2;
	}
	
h3 {
	color: #009900;
	font-size: 100%; /*12px*/
	margin: 1em 0;
	}

p {
	font-size: 93%; /*12px*/
	line-height: 1.4;
	margin: 0 0 .75em 0;
	color: #333333;
	}
li {
	font-size: 93%; /*12px*/
	line-height: 1.3;
	margin: 0 0 .25em 0;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000099;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}

/* ---------------structure----------------*/
#wrap {
	background: #fff url(http://www.futuresblogs.com/images/content_bg.gif) repeat-y 0 0;
	color: #333;
	width: 763px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(http://www.futuresblogs.com/images/header.gif) no-repeat 0 0 transparent;
	color: #fff;
	margin: 0;
    padding-bottom: 0px;
	height: 143px;
	width: 763px;
}

#content {
	float: left;
	width: 450px;
	padding: 0 22px;
	margin-top: 1em;
	}

#sidebar {
	float: right;
	width: 240px;
	padding: 0 15px 0 0;
	margin-top: 2em;
}

.print {
	display: none;
}

#footer {
	clear: both;
	background: #E5E5E5 url(http://www.futuresblogs.com/images/footer_bg.gif) no-repeat top left;
	text-align: center;
	padding: 30px 15px;
}

#footer p {
	font-size: 77%; /*10px*/
	line-height: 1.4;
	margin: 0 0 .75em 0;
	}

	
/* header
------------------------------------------------- */
#header h1 a {
display: block;
	width: 400px;
	height: 100px;
	text-indent: -9000px;
	}
	
#header_float {
	float: right; 
	margin-right: 25px; 
	margin-top: 13px;
}

#openAccount {
	margin: 40px 20px;
}
/* -------------------------------------------------
                                       end header */

/* --------------- entries ----------------*/
.entry h2 a, .entry h2 a:visited {
	color: #333333;
	text-decoration: none;
}

.entry h2 a:active, .entry h2 a:hover {
	text-decoration: underline;
}

.byline {
	color: #999999;
	font-size: 85% /*11px*/
}

.entry { 
	border-bottom: 1px dotted #999;
	margin: 2em 0;
}

.metadata { 
	font-size: 85%; /*11px*/
	margin: 0 0 2em 0;
}

.permalink {
	background: url(http://www.futuresblogs.com/images/permalink.png) no-repeat 0 1px;
	padding: 2px 0 3px 20px;
}

.entry ul {
	list-style-type: none;
	margin-bottom: 1em;
	padding-left: 1em;
}

.entry ul li {
	margin-bottom: .75em;
}

/* --------------- archive ----------------*/

.archive { 
	border-bottom: 1px dotted #999;
	margin: 2em 0;
}

.archive h2 {
	margin-bottom: 1em;
}

.archive div {
	padding-left: 1em;
	height: 40px;
}

.archive div h5 {
	float: left;
	font-weight: normal;
	font-size: 93%;
	padding: 0;
	line-height: 1.4;
	margin: 0 0 .75em 0;

}
.archive div p {
	float: right;
	width: 70%;
}

.archive_header {
	margin-top: 2em;
}

h5.date-header {
	margin-top: 1em;
	margin-bottom: -1em;
	padding: 0;
	line-height: 1.4;
	font-size: 100%;
}

/* --------------- search ----------------*/

.search {
	border-bottom: 1px dotted #999;
	margin-bottom: 2em;
}

.search h2 a, .search h2 a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 100%;
}

.search h2 a:active, .search h2 a:hover {
	text-decoration: underline;
}

.search-listing {
	margin-bottom: 2em;
}

.search h1 {
	margin-bottom: 1em;
}

/* --------------- sidebar ----------------*/
.subscribelink {
	background: url(http://www.futuresblogs.com/images/subscribe.png) no-repeat 0 1px;
}

.emaillink {
	background: url(http://www.futuresblogs.com/images/email.png) no-repeat 0 1px;
}

.printlink {
	background: url(http://www.futuresblogs.com/images/print.png) no-repeat 0 1px;
}

.loginlink {
	background: url(http://www.futuresblogs.com/images/login.png) no-repeat 0 1px;
}

.bookmarklink {
	background: url(http://www.futuresblogs.com/images/bookmark.png) no-repeat 0 1px;
}

.subscribelink, .emaillink, .printlink, .loginlink, .bookmarklink {
	padding: 2px 10px 3px 20px;
}

#logo {
	margin: 0 1em 1em 1em;
}

h4 {
	text-transform: uppercase;
	background: url(http://www.futuresblogs.com/images/subhead_bg.gif) repeat-x top left #F07C00;
	color: #FFF;
	font-size: 90%;
	padding: 5px;
	margin: 2em 0 1em 0;
}

#sidebar h4 a, #sidebar h4 a:active, #sidebar h4 a:hover {
	color: #FFF;
	text-decoration: none;
}


.recent_posts {
	list-style-type: none;
	padding-left: 1em;
}

.recent_posts li {
	margin-bottom: .75em;
}

.recent_posts li a, .recent_posts li a:visited  {
	color: #333333;
	text-decoration: none;
}

.recent_posts li a:active, .recent_posts li a:hover {
	text-decoration: underline;
}

/*feeds*/
.feeds {
	list-style-type: none;
	margin: 1em 0;
}

.yahoo {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background: url(http://www.futuresblogs.com/images/add_yahoo.png) no-repeat 0 0;
	width: 91px;
	height: 17px;
	text-indent: -9000px;
}

.google {
	display: block;
	background: url(http://www.futuresblogs.com/images/add_google.png) no-repeat 0 0;
	width: 103px;
	height: 17px;
	text-indent: -9000px;
}


/* --------------- quotes from barchart.com ----------------*/
#bccaption { font: bold 11px arial; }
.bcdata { font: 11px arial; }
.bcdatan { color: red; font: 11px arial; }
.bcdatap { color: #00aa00; font: 11px arial; }
#barchart { padding-left: 1em; }
#barchart table, #barchart select { margin-bottom: .5em; width: 170px; }
