img { border:0; }
body {
	margin:0;
	padding:0;
	background:#fff url('images/promo_background.jpg') no-repeat;	
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

.clr { clear:both; }

a, a:visited {color:black;}

a.download:active {
	outline:none;	
}
a.sharebutton {opacity:0.7;}

a.button {
	color:#6e6e6e;
	text-shadow:#fff 0 1px 0;
	text-decoration:none;
}

a.button span {
	font-size:16px;
	display:inline-block;
    line-height: 28px;    
}

a.donate span {
	padding:5px 40px 5px 50px;
	margin-right:25px;
	background: transparent url('images/donate_button.png') no-repeat;
}

a.download span { 
	padding:5px 35px 5px 47px;
	background: transparent url('images/download_button.png') no-repeat;
}

ul.bullet_list {
	padding:0 0 0 25px;
	list-style-type:disc;
}
ul.bullet_list li {
	margin:2px 0;
}
/* Header */
#header_wrapper {
	background:url('images/promo_header_background.png');
}

#header {
	height:90px;
	width:960px;
}

#header .logo_wrapper {
	float:left;
	padding:10px 0 0 20px;
}

#header .logo {
	float:left;
}

#header .title {
	float:left;
	margin:15px 0 0 15px;
}

#header .subtitle {
	display:block;
	margin-top:5px;
	font-weight:bold;
	font-size:10px;
	color:#aeaeae;
}

#header .menu {
	width:460px;
	float:right;
	margin:60px 0 0 0;
}

#header .menu ul {
	float:right;
}

#header .menu li a {
	color:#fff;
	text-decoration:none;
}

#header .menu li a:hover {
	text-decoration:underline;	
}

#header .menu li {
	float:left;
	margin:0 10px 0 0;
	color:#fff;
	font-size:18px;
}

.content_wrapper {
	width:950px;	
	padding-top:30px;
}

.content_wrapper .lcolumn, .content_wrapper .rcolumn {
	width:460px;
}

.content_wrapper .lcolumn {
	float:left;
	margin-left:30px;
}

.content_wrapper .rcolumn {
	float:right;
}

.content_wrapper .screenshot { 
	height:355px;	
	margin-left:-30px;
}

.content_wrapper .slogan { 
	height:255px;
	color:#fff;
	text-shadow:#000 1px 2px 0;
	text-align:center;
}

.content_wrapper .slogan h1 { 
	font-size:32px;
	margin-top:0px;
}

.content_wrapper .slogan p {
	font-style:italic;
}

.content_wrapper .slogan .buttons {
	margin-top:30px;
}

.content_wrapper .features {
	height:188px;
}

.content_wrapper .sociallinks  {
	margin:-30px 0 0 15px;
	height:120px;
}
.content_wrapper .sociallinks ul li{
	float:left;
	margin-left:10px;
}

.content_wrapper .comments_icon {
	float:left;
	width:50px;
	margin-left:30px;
}

.content_wrapper .comments {
	float:left;	
	width:800px;
}

.content_wrapper .comments h3 {
	margin-top:0;
	font-size:21px;
}

.content_wrapper .boxes li {
	width: 430px;
	min-height: 150px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px 20px;
	zoom: 1;
	*display: inline;	
}

.content_wrapper .boxes .icon,.content_wrapper .boxes .box_content {
	float:left;
}

.content_wrapper .boxes .icon {
	width:50px;
	text-align:center;
}

.content_wrapper .boxes .box_content {
	margin-left:10px;
	width:365px;
}

.content_wrapper .boxes .box_content h2 {
	margin:0 0 10px 0;
}

.content_wrapper .boxes .box_content p {
	margin:0;
	line-height:1.3em;
}

