/*
 * Стили для главной страницы сайта
*/

body.act-show #__wrapper > div {
	background-image: url("https://s.ubuntu.ru/img/bg_dotted_big.gif");
	background-repeat: repeat;
	background-position: 8px 2px;
	padding-bottom: 16px;
}

body.act-show #__main {
	padding-top: 11px;
}

div.msgarea {
	margin: 0;
	padding: 0;
}

/* Верхний блок */

#__intro {
	background: #fff;
	border: 1px solid #F7F7F7;
	border-radius: 4px;
	box-shadow: 0px 2px 2px 0px #C2C2C2;
	position: relative;
}

#__intro_logo {
	display: block;
	padding: 42px 0px 90px 28px;
	margin-right: 100px;
	background-image: url("https://s.ubuntu.ru/img/site/lines_1310.png");
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

#__intro_logo a {
	display: block;
	height: 111px;
}

#__intro_notebook {
	position: absolute;
	top: 32px;
	right: 28px;
	height: 336px;
	width: 469px;
	background-image: url("https://s.ubuntu.ru/img/site/notebook_1310.png");
	background-repeat: no-repeat;
	z-index: 2;
}

#__intro_desk {
	margin: 12px 525px 10px 28px;
	font-size: 18px;
	line-height: 22px;
}

#__intro_get {
	margin: 28px auto 32px auto;
	width: 224px;
}

/* Нижний блок */

#__intro_info {
	display: table;
	margin: 0 0 16px 0;
	width: 100%;
	border-spacing: 16px 0;
}

#__intro_info > div {
	display: table-row;
}

#__intro_info > div > div {
	display: table-cell;
	vertical-align: top;
}

#__intro_about {
	width: 474px;
	background: #fff;
	border: 1px solid #F7F7F7;
	border-radius: 4px;
	box-shadow: 0px 2px 2px 0px #C2C2C2;
	position: relative;
	padding: 12px;
}

#__intro_news {
	background: #fff;
	border: 1px solid #F7F7F7;
	border-radius: 4px;
	box-shadow: 0px 2px 2px 0px #C2C2C2;
	padding: 12px;
}

#__intro_apps {
	margin: 0;
	width: 200px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	float: right;
}

#__intro_apps p {
	margin-bottom: 8px;
}

#__intro_apps a.official {
	display: block;
	text-align: center;
	height: 32px;
	margin: 6px 0 0 4px;
	border-top: 1px dotted #AEA79F;
	padding-top: 18px;
}

#__intro_links {
	font-size: 16px;
	line-height: 22px;
	width: 250px;
	border-right: 1px dotted #AEA79F;
	padding-right: 11px;
}
#__intro_links p.top-cleared {
	margin-top: 16px;
}

#__intro_links > a {
	display: block;
	margin-top: 4px;
}

#__intro_links div.tour {
	margin-top: 30px;
	padding-right: 1px;
}

#__intro_links div.tour a {
	margin: 0 auto;
}

/* Новости */

#__intro_news h1 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #AEA79F;
}

#__intro_news ul {
	margin-top: 8px;
	list-style: none;
	margin-left: 4px;
}

#__intro_news a.urlextern {
	background: none;
	padding-left: 0;
}
