* {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	font: 62.5% arial, helvetica, sans-serif;
/* Means 1em == 10px, 1.2em == 12px, etc. */
	background: #fff url(./images/bg.jpg) repeat-x;
/* Set background image here */
	text-align: justify;
}
p {
	font-size: 1.4em;
}
.cent {
	text-align: center;
	font-size: 1.8em;
}
.cent img {
  clear: none;
  margin-right: 40px;
}
img {
	border: 0;
}
#onebit {
  clear: both;
  margin-left: 130px;
}
.ref {
  text-align: center;
}
.fleft {
	float: left;
	width: 340px;
}
.fright {
	float: right;
	width: 340px;
}
.fleft2 {
	float: left;
	margin-left: 100px;
	margin-right: 30px;
	width: 260px;
}
.fright2 {
	float: left;
	margin-right: 100px;
	width: 230px;
}
.partner {
	float: left;
	margin: 5px 0px 10px 19px;
}
.partner-eset {
	clear: both;
  float: left;
	margin: 0px 0px 0px 177px;
}
div#wrapper {
	width: 768px;
	padding-top: 8px;
	margin: 25px auto 0;
	background: url(./images/top.gif) no-repeat;
}
div#masthead {
	width: 768px;
	background: url(./images/main_bg.gif) repeat-y;
	position: relative;
}
/* Blog Title */
h1 {
	font: 3.2em 'Trebuchet MS', Arial, Helvetica;
}
h1 a {
	position: absolute;
	width: 300px;
	height: 30px;
	left: 40px;
	top: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ff7e00;
}
/* Tagline */
#masthead p {
	position: relative;
	margin: 0;
	top: 62px;
	left: 50px;
	color: #888;
}
/* Pages Navigation */
div#masthead ul {
	float: right;
	margin-right: 22px;
	position: relative;
	z-index: 2;
	bottom: -2px;
}
div#masthead ul li {
	float: left;
}
div#masthead ul li a {
	color: #686868;
	text-decoration: none;
	display: block;
	font-size: 1.4em;
	padding: 40px 20px 18px;
}
div#masthead ul li a:hover, div#masthead ul li.current_page_item {
	background: url(./images/nav_bg.png) bottom repeat-x;
}
/* Banner image dropshadow */
div#masthead_image {
	width: 724px;
	height: 210px;
	clear: both;
	padding: 8px 22px;
	position: relative;
	z-index: 1;
}
a {
	outline: 0;
}
/* Page dropshadow */
div#content {
	width: 768px;
	background: url(./images/main_bg.gif) repeat-y;
}
/*-----------------------------------------------------------------------------  Main Content-----------------------------------------------------------------------------*/
div#main {
	padding: 10px 20px 20px;
	width: 730px;
	float: left;
}
/* Main header on single pages */
h2 {
	color: #6b6b6b;
	font-size: 24px;
	padding: 16px 0 8px 0;
	line-height: 1;
	margin: 0 0 5px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}
h3 {
	color: #6b6b6b;
	font-size: 18px;
	padding: 2px 0 1px 0;
}
div#main h2.header a {
	color: #ff7e00;
	text-decoration: none;
}
h2.header span {
	position: relative;
	background: #FFF;
	padding-right: 10px;
	bottom: -5px;
}
/* Secondary headline above comments and comment form */
div#main p {
	color: #6b6b6b;
	line-height: 2;
	margin: 10px 0;
}
div#main a {
	color: #507FA3;
	text-decoration: none;
}
.article {
	margin-bottom: 0px;
}
.clear-left {
	clear: left;
}
.article blockquote {
	margin: 0 15px;
	padding: 1px 15px;
	border-left: 5px solid #B8D1E4;
	background: #F0F0F0;
}
.article img {
	margin-right: 14px;
	margin-bottom: 16px;
}
.article ul, .article ol {
	font-size: 1.2em;
	color: #6b6b6b;
	margin-left: 15px;
}
.article ul li {
	margin: 5px 0;
	padding-left: 15px;
	background: url(./images/square.png) 0 center no-repeat;
}
.article ol {
	margin-left: 30px;
}
.article ol li {
	list-style: decimal;
	margin: 10px 0;
}
.article ol li ol {
	font-size: 1em;
	margin-left: 15px;
}
#main p.byline {
	color: #999;
}
ul.article_footer {
	text-align: right;
	margin: 10px 0;
	background: #F1F1F1;
	padding: 5px 10px;
	border: 1px solid #DADADA;
	border-width: 1px 0;
	line-height: 1.5;
}
ul.article_footer li {
	font-size: 0.9em;
	display: inline;
	background: none;
	border-left: 1px solid #DADADA;
	margin-left: 5px;
	padding-left: 10px;
}
ul.article_footer li.first {
	border-left: 0;
}
/*-----------------------------------------------------------------------------  Footer-----------------------------------------------------------------------------*/
ul#footer {
	height: 8px;
	width: 768px;
	margin: 0 auto;
	background: url(./images/bottom.png) no-repeat;
	text-align: center;
	font-size: 1.2em;
	color: #686868;
	padding: 15px 0;
}
ul#footer li {
	display: inline;
	margin-left: 10px;
}
ul#footer li span {
	position: absolute;
	text-indent: -9999em;
}
ul#footer li a {
	color: #686868;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------  CSS Magic-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
