/* reset css */
@import url(reset.css);

/* *************************
 * MAIN
 *************************** */
body {
	background-color: #fff;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}


/* main containers */
.container {
	width: 760px;
	margin: 0 auto;
	overflow: auto;
}

.divided {
	padding-top: 10px;
	border-top: solid 1px #ccc;
	clear: both;
	overflow: auto;
}
.col_left {
	float: left;
	width: 500px;
	margin-right: 20px;
	padding-top: 20px;
}
.col_right {
	background: url(../images/sidebar-bg-tile.gif) repeat-y;
	float: left;
	width: 240px;
}

#top {
	background: url(../images/top-tile.gif) repeat-x;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #fff;
	height: 150px;
}
#top .container {
	background: url(../images/top-bg.gif) no-repeat;
}
#top a {
	color: #fff;
}
#top_logo {
	float: left;
}
#top_right {
	float: right;
	text-align: right;
}
#top_date {
	height: 25px;
	line-height: 25px;
}
#top_share {
	color: #0266b2;
	width: 395px;
	height: 31px;
	padding-top: 59px;
	text-align: center;
}
#top_share img, #share img {
	vertical-align: middle;
	margin: 0 1px;
}

#share {
	background: url(../images/share-bg.gif) no-repeat;
	font: bold 15px Arial, Helvetica, sans-serif;
	height: 44px;
	padding-top: 20px;
	text-align: center;
}

#video {
	background: url(../images/video-bg.gif) no-repeat top center;
	text-align: center;
	padding-top: 1px;
	height: 370px;
}
#header {
	margin-bottom: 30px;
}
#sidebar {
	background: url(../images/sidebar-bg-top.gif) no-repeat;
	font-size: 11px;
	padding: 20px 20px 0 17px;
}


#footer {
	background: url(../images/foot-bg.gif) no-repeat top center;
	font-size: 11px;
	line-height: 1.4em;
	height: 125px;
	padding-top: 25px;
	margin: 40px 0 20px;
}
#foot_logo {
	float: left;
	margin-right: 15px;
}



/* *************************
 * TEXT
 *************************** */
a:link, a:visited, a:active {
	color: #0a7bd0;
	text-decoration: underline;
}
a:hover {
	color: #0a7bd0;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 1.6em 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	background: url(../images/quote.gif) no-repeat 0 4px;
	padding-left: 25px;
	margin: 0 0 1.5em 40px;
}
blockquote div {
	padding-top: 5px;
}
.hl {
	background-color: #ccc;
	padding: 1px 2px;
}
.caption {
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
}

/* headers */
h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 1em;
}
h2 {
	font-size: 24px;
	color: #0a7bd0;
	margin-bottom: 5px;
	padding-right: 50px;
}
h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
#sidebar h3 {
	font-size: 20px;
}



/* lists */
ul, ol {
	margin: 0 0 1.5em 40px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}

ul.list_block {
	line-height: 1.4em;
	list-style: none;
	margin: 0 0 0 0;
}
ul.list_block a:link, ul.list_block a:active, ul.list_block a:visited {
	color: #444;
	text-decoration: none;
/*	border-bottom: 1px solid #eee;*/
	display: block;
	padding: 5px 1px;
	width: 201px;
}
ul.list_block a:hover, ul.list_block a:hover strong, ul.list_block a:hover span {
	background: #0a7bd0;
	color: #fff;
}
ul.list_block span {
	color: #999;
}
ul.list_block span strong {
	font-weight: normal;
	color: #0a7bd0;
}



/* *************************
 * ALIGNMENT AND SPACING
 *************************** */
.clearb {
	clear: both;
}
.hide {
	display: none;
}
.nomargin {
	margin: 0;
}
.line_grey {
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 25px 0;
	overflow: hidden;
}


#to_top {
	background: url(../images/bottom.gif) no-repeat;
	font: bold 15px Arial, Helvetica, sans-serf;
	width: 105px;
	height: 37px;
	padding-top: 10px;
	text-align: center;
	float: right;
}
.screenshot {
	color: #444;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.screenshot img {
	margin: 4px 0;
	border: 1px solid #ddd;
}
.screenshot_large {
	display: none;
	text-align: center;
}
.screenshot_large div {
	margin-bottom: 10px;
}


