﻿* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Lucida Grande', Tahoma;
	background: #FFF url(/images/bg.gif) top left repeat-x;
	min-width:500;
}

body.blog p
{
padding: 10px 0 15px 0;
}

span#ErrorMsg em
{
position: absolute;
top: -200px;
left: 280px;
padding: 5px;
font-size: 0.9em;
background-color: #555555;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
color: #F0F0F0;
}

#MB_frame
{
/*border-top: 6px solid #d85b1b;*/
}

#MB_content {
  padding: 0pt!important;
}

a {
	outline: none;
}

a:link, a:visited {
	color: #d85b1b;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
ul {
	font-size: 13px;
	color: #5A5A5A;
	list-style: none;
	padding-bottom: 25px;
}
ul li {
	padding: 0 0 3px 0;
}
h1, h2, h3 {
	font-size: 30px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
	color: #3F3F3F;
}
h3 {
	font-size: 18px;
	color: #646464;
	padding-bottom: 2px;
}
p {
	color: #5A5A5A;
	font-size: 13px;
	padding-bottom: 30px;
line-height: 150%;
}
p.big {
	font-size: 16px;
line-height: 150%;
}

p em {
background-color: #fff9d8;
padding: 0 2px;
font-style: normal;
}

#readme {
	position: relative;
	width: 600px;
	margin: 0 auto 0 auto;
}

#mask {
	position: relative;
	display: block;
	height: 270px; 
	background: transparent url(/images/mask.gif) top left no-repeat;
}

body.demo #mask
{
	width: 600px;
	margin: 0 auto;
}

body.demo #footer
{
	margin: 0 auto;
}

body.demo #readme
{
	width: 800px;
}

body.demo #content
{
	padding-bottom: 50px;
}

body.demo p, body.demo h2
{
	text-align: center;
	padding: 20px;
}

body.demo #video_container
{
	margin: 0 auto;
}


#mask #login {
	position: absolute;
	right: 212px;
	top: 163px;
	width: 106px;
	height: 47px;
	background: transparent url(../images/login.gif) top left no-repeat;
	cursor: pointer;
}
#mask #signup {
	position: absolute;
	right: 40px;
	top: 163px;
	width: 166px;
	height: 47px;
	background: transparent url(../images/signup.gif) top left no-repeat;
	cursor: pointer;
}
#mask #download a {
	display: block;
	height: 47px;
	border: none;
}
#mask h1, #mask p.tag {
	display: none;
}
#mask p {
	position: absolute;
	bottom: 23px;
	left: 230px;
	padding: 0;
}
#mask span {
	position: absolute;
	bottom: 12px;
	left: 140px;
	color: #9E5353;
}
#mask span {
	position: absolute;
	display: inline;
	font-size: 34px;
	font-weight: bolder;
	letter-spacing: -2px;
}
#content {
	position: relative;
	padding: 15px 0 0 7px;
}
#examples {
	float: right;
	width: 311px;
	height: 519px;
	margin: 0 0 25px 25px;
	background: transparent url(../images/examples.jpg) top left no-repeat;
}


.screenshot {
	float: right;
	width: 308px;
	margin: 0 0 25px 25px;
padding-bottom: 30px;
border: 1px solid #ccc;
background-image: url(../images/lines.gif);
position: relative;
}
.screenshot p {
position: absolute;
bottom: 8px;
left: 0px;
padding: 5px 0 0 30px;
font-size: 11px;
font-weight: bold;
background-image: url(../images/play.gif);
background-repeat: no-repeat;
background-position: 10px 6px;
}

.screenshot p em
{
font-weight: normal;
margin-left: 10px;
}

.screenshot2 p em
{
margin-left: 35px;
}

.screenshot a {
text-decoration: none;
border: 0;
}

a img {
border: 0;
}

#footer {
	width: 600px;
	height: 79px;
	margin-left: -7px;
	background: transparent url(../images/footer.gif) top left no-repeat;
}
#footer p {
	font-size: 10px;
	padding: 30px 0 0 30px;
}
#footer #neubix {
	position: absolute;
	right: 30px;
	bottom: 23px;
	width: 64px;
	height: 16px;
}
#footer #neubix a {
	display: block;
	height: 16px;
	background: transparent url(../images/neubix.gif) 0 -16px no-repeat;
	border: none;
}
#footer #neubix a:hover {
	background: transparent url(../images/neubix.gif) 0 0 no-repeat;
}
#footer #neubix span {
	display: none;
}
#ad1, #ad2 {
	display: block;
	height: 66px;
	background: transparent url(../images/ad-lovefund.gif) 0 0 no-repeat;
	margin: 0 0 0 -7px;
	padding: 0 0 25px 0;
}
#ad2 {
	background: transparent url(../images/ad-tbn.gif) 0 0 no-repeat;
}
#ad1 a, #ad2 a {
	display: block;
	height: 66px;
	border: none;
	padding: 0;
}

hr {
display: block;
clear: both;
margin: 0 0 15px 0;
visibility: hidden;
}