@charset "utf-8";
/* CSS Document */

body
{
	background: 	#222222;
	font-family: 	Arial, Helvetica, sans-serif;
	color:			#bbb;
	font-size:		11px;
	margin:			0;
	padding:		0;
}

img
{
	border:			0;
}

a:active,
a:link,
a:visited
{
	color:			#fff;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

p
{
	margin: 		0;
	margin-bottom:	10px;
}

hr
{
	border: 			0 none;
	background-color: 	#666;
	height: 			1px;
	margin:				10px 4px 14px;
	width:				475px;
}

#header
{
	background:		url( /images/framework/header/bg.gif) top repeat-x;
	width:			100%;
	height:			122px;
	margin:			0;
	position:		relative;
	margin-bottom:	20px;
}

#header_inner
{
	width:			980px;
	margin:			0 auto;
}

#header_logo
{
	width:			466px;
	height:			78px;
	position:		absolute;
	top:			50%;
	margin-top:		-45px;
}

#container
{
	width:			980px;
	margin:			0 auto;
	clear:			both;
}

#left_column
{
	width:			475px;
	float:			left;
	padding-right:	15px;
}

#right_column
{
	width:			475px;
	float:			left;
	padding-left:	15px;
}

#screenshot
{
	position:		relative;
	left:			-5px;
}

#downloadButton
{
	margin-top:		5px;
}

.icon
{
	float:			left;
	margin-right:	10px;
	position:		relative;
	top:			3px;
}

.infoBlock
{
	margin:			0;
	margin:			20px 0 30px;
	line-height:	150%;
	text-align:		justify;
	clear:			both;
}

.profileInfo
{
	float:			left;
	width:			380px;
}

.downloadBlock
{
	text-align:		left;
	font-size:		12px;
	color:			#aaa;
	line-height:	145%;
	clear:			both;
	min-height:		145px;
}

.downloadBlock .info
{
	float:			left;
	width:			320px;
}

.servicesList
{
	list-style:		none;
	margin:			5px 0;
	padding:		0;
	min-height:		17px;
}

.servicesList li
{
	float:			left;
	padding-left:	30px;
	width:			88px;
	margin-bottom:	10px;
}

.feedBlock
{
	margin-top:		20px;
	font-size:		10px;
	line-height:	125%;
}

.infoHeader
{
	margin:			0;
	margin-bottom:	5px;
	position:		relative;
	left:			-3px;
}

.serviceIcon
{
	vertical-align:	top;
	margin-right:	3px;
}

.tweet
{
	margin: 		10px 0 15px;
	clear:			both;
}

.tweet .img
{
	float:			left;
	margin-right:	10px;			
}

.tweet .text
{
	width:			420px;
	height:			36px;
}

.postedTime
{
	color:			#5a5959;
	margin-left:	5px;
}

.searchMore
{
	width:			100%;
	text-align:		right;
	font-size:		11px;
}

.adblock
{
	clear:			both;
	width:			728px;
	margin:			0 auto;
	padding:		0 0 20px;
}

.adblock_small
{
	clear:			both;
	margin:			20px 8px 25px;
	width:			468px;
}

.footer
{
	color:			#777777;
	font-size:		12px;
	width:			100%;
	clear:			both;
	padding:		20px 0 20px;
}
