/* --- general styles --- */

body {
background: #222;
color: #fefefe;
font:80%/140% 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
padding: 0;
margin: 0;
}

.clear {
	clear: both;
}

a {
	color: #3491AD;
	text-decoration: none;
}

a:hover {
	color: #52b9db;
	text-decoration: underline;
}

#content a:visited {
	color: #468;
}


/* --- header --- */

#header {
	background: #111;
}

#header_content {
	text-align: left;
	width: 840px;
	margin: 0 auto;
}

#header h1, #header h1 span {
	display: inline-block;
	background: url(bcwatch_logo.png) top left no-repeat;
	color: #ff9900;
	width: 250px;
	height: 100px;
}

#header h1 {
	overflow: hidden;
}

#header h1 span {
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: -100px;
}

/* --- container --- */

#container {
	position: relative;
	margin: 0 auto;
	color: #424242;
	background: transparent url(bgshadow.png) bottom center no-repeat;
}

#container #content {
	padding: 0.8em 1.5em 2em;
	background: #fefefe;
	margin: 0;
}

div.column {
	display: inline-block;
	vertical-align: top;
	margin: 0 1em;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 2em;
	background: transparent url(bgshadow_footer.png) top center no-repeat;
}

th {
	text-align: left;
}

td {
	padding: 0.3em;
}

table.stats th {
	font-weight: normal;
	vertical-align: top;
	width: 10em;
}

table.stats table {
	border-spacing: 0 0.2em;
}

table.stats td {
	font-size: 1.2em;
	padding-left: 2em;
	font-weight: bold;
	vertical-align: top;
}

table.data {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
}

.strong {
	font-weight: bold;
}

table.data tr.even {
	background: #fafafa url(th.png) bottom left;
}

table.data td.split {
	border-right: 1px solid #d2d2d2;
}

table.data th {
	background: #ddd url(th.png) top left;
}

table.data th, table.data td {
	border-top: 1px solid #d2d2d2;
	padding: 0.2em 0.5em;
}

table.data tr + tr:hover {
	background: #ffee88;
}

th span, td span {
	display: block;
	font-size: 0.9em;
	color: #696969;
}

/* --- mainmenu --- */

#menu0_wrap {
	width: 840px;
	margin: 0 auto;
}

#menu0 {
	font-size: 1.1em;
	background: #111;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu0 li {
	float: left;
}

#menu0 li a {
	display: block;
	padding: 0.5em 1.0em;
	color: #FDEAAB;
	border-top: 2px solid transparent;
}

#menu0 li a:hover {
	background: #333;
}

#menu0 li.current a {
	color: #222;
	background: #fefefe;
	font-weight: bold;
	border-top: 2px solid #FAC71B;
}

#headlines_box {
	float: right;
	padding-top: 0.9em;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

#headlines_box #headlines {
	font-size: 12px;
	margin: 0;
	list-style: none;
	padding: 0;
	line-height: 12px;
}

#headlines_box #headlines li {
	padding: 1px 2px 2px;
}

#headlines_box #headlines li:hover {
	background-color: #38352C;
}

#headlines_box #headlines .date {
	color: #ddd;
	font-size: 10px;
	display: inline-block;
	width: 6em;
}

#headlines_box h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

#headlines_box h2 a {
	margin-left: 2em;
}

#headlines_box #headlines a {
	color: #FFDB60;
}

#headlines_box #headlines a:visited {
	color: #eee;
}

#about_coins_link {
	display: inline-block;
	line-height: 1em;
	font-size: 2.5em;
	vertical-align: top;
	padding: 1em 0.5em;
}

#content #headlines {
	list-style: none;
	padding: 0;
}

#content #headlines .date {
	color: #666;
	font-size: 0.9em;
}

#vertical_ad {
position: absolute;
right: 0;
margin-right: -170px;
}

a img {
	border: none;
}

.right {
	text-align: right;
}
