html, body {
	background-color: #fff;
	height: 100%;
	color: #333;
}

/*=Global Classes=*/
.hide {
	display:none;
}

.content_box {
	padding: 18px 0 0 10px;
}

ul.menu {
	display: block;
	float: right;
	margin-right: 80px;
}
ul.menu li {
	display: block;
	float: left;
	margin-left: 30px;
}
ul.menu li a {
	font-size: 14pt;
	text-decoration: none;
	color: #212629;
}

ul.menu li a.selected,
ul.menu li a:hover {
	border-bottom: solid 5px #cf2a56;
}
/*=End Global Classes=*/


#banner {
	height: 40px;
	width: 100%;
	background-color: #212629;
}
#wrapper {
	background-color: #fff;
	height: 100%;
}
#content_area {
	margin: 6px 0px 14px 0;
}
h1#title {
	color: #212629;
	font-size: 28pt;
	margin: 0; padding: 0;
	font-weight: normal;
	width: 230px;
	height: 54px;
	background: url(/site-media/images/bitcohesion.png) no-repeat;
}
#bar {
	color: #cf2a56;
	font-weight: bold;
}

#hdr {
	padding: 10px 0 0 5px;
}

#content_title {
	font-size: 20pt;
	margin: 0; padding: 0;
}

#sub_title {
	color: #666;
	font-size: 16pt;
	margin: 0; padding: 0;	
}

/*=blog styles ***/
.simpleblog_entry {
    padding: 12.0px 0 12.0px 0;
    border-bottom: solid 1px #efefef;
}

.simpleblog_entry h2 a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    font-size: 22px;
}

.simpleblog_entry h2 a:hover {
    color: #333;
}

.simpleblog_entry .post_details {
    font-size: 12px;
}

.simpleblog_entry .post_details a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
}

.simpleblog_entry .post_details a:hover {
    background-color: #ccc;
}

.simpleblog_entry .more {
    padding: 4px 0 10px 0px;
}

.simpleblog_entry .more a {
    color: #555;
}
/*=end blog styles ***/
