/**
 * ALL CSS for Website of Jabnet Project
 *
 * Designed (C) 2009 Dmitry G Shin <dmitry.s@hsdn.org> 
 * Copyright (C) 2009 Information Networks Ltd. <info@informnets.ru> 
 */

/*
 * General elements
 */
body, html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background: #fff;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #000;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2, p
{
	padding: 0;
	margin: 0 0 20px 0;
}

h1
{
	padding: 32px 0 0 0;
	margin: 0 0 25px 0;
	font-weight: normal;
	font-size: 32px;
}

h2
{
	padding: 12px 0 0 0;
	font-weight: normal;
	font-size: 22px;
}

dfn
{
	font-style: normal;
	border-bottom: 1px #b4b4b4 dashed;
}

a:link, a:visited
{
	color: #3399ff;
}

a:hover
{
	color: #f09a0a;
}

img
{
	border: 0;
}

input, button, textarea, select
{
	border: 1px solid #b4b4b4;
	padding: 1px 4px;
}

.button
{
	border: 0;
	color: #fff;
	background: #e2001a;
}

.red
{
	color: #e2001a;
}

img.align-right
{
	margin: 0 0 18px 18px;
	float: right;
}


/*
 * Right section
 */
#right-wrapper
{
	margin-left: 260px;
	padding: 0 5px 30px 0;
}

#right-wrapper ul, #right-wrapper ol, #right-wrapper dd
{
	padding: 0;
	margin: 0 0 15px 35px;
}

#right-wrapper li
{
	padding: 0 0 8px; 0
}

/* Stepbox */
#right-wrapper #stepbox
{
	width: 680px;
	height: 240px;
}

#right-wrapper #stepbox #stepbox-left
{
	padding: 0 0 0 20px;
	width: 270px;
	height: 240px;
	background: #ffd37c url(../_img/stepbox_left_bg.gif) no-repeat right;
	float: left;
}

#right-wrapper #stepbox #stepbox-right
{
	padding: 0 0 0 20px;
	width: 370px;
	height: 240px;
	background: #ffcc66 url(../_img/stepbox_right_bg.gif) no-repeat right bottom;
	float: left;
}

#right-wrapper #stepbox .step
{
	margin: 20px 0 0 0;
	float: left;
	width: 49px;
	height: 100px;
}

#right-wrapper #stepbox .caption
{
	margin: 30px 0 0 10px;
	width: 191px;
	height: 90px;
	float: left;
}

#right-wrapper #stepbox .caption h2
{
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 25px;
	color: #fff;
}

#right-wrapper #stepbox a:link,
#right-wrapper #stepbox a:visited,
#right-wrapper #stepbox a:hover
{
	color: #e2001a;
	text-decoration: underline;
	line-height: 1.6;
}

/* Main content */
#right-wrapper #content
{
	width: 552px;
}

#right-wrapper #content p, 
#right-wrapper #content dd
{
	line-height: 1.7;
}

#right-wrapper #content dl dd
{
	margin-top: -19px;
	margin-bottom: 10px;
}

#right-wrapper #content dl dd ol
{
	margin-top: 5px;
}

#right-wrapper #content .link
{
	color: #b4b4b4;
}

/* Sitemap */
#right-wrapper #content ul.sitemap
{
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

#right-wrapper #content ul.sitemap li
{
	padding: 0 0 6px 0;
	font-weight: bold;
}

#right-wrapper #content ul.sitemap li ul.sitemap li
{
	padding: 6px 0 0 15px;
	font-weight: normal;
}

/* Software */
#right-wrapper #content ul.software
{
	padding: 0;
	margin: 0 0 20px 0;
}

#right-wrapper #content ul.software li
{
	margin: 0 10px 0 0;
	display: inline;
}

/* News */
#right-wrapper #content ul.news
{
	padding: 0;
	margin: 0 0 20px 0;
}

#right-wrapper #content ul.news li
{
	margin: 0 10px 0 0;
	display: inline;
}

#right-wrapper #content .news .date
{
	margin: 0 0 5px 0;
	color: #b4b4b4;
}

/* End of file */
