/* Projekts: Adekvāti padomi * Developer: SIA X IT, GRENO * Coding: X IT * * Location: system/application/views/css * Stylesheet: Lapas izkārtojuma stili * Versija: 0.5 * Datums: 06.11.2009. * * * * Fails definē lapas pamatizkārtojuma blokus un galvenos vizuālos stilus * *//* ================================================================================ *//* 1 - vispārīgie elementu stili */body {    margin: 0;    padding: 0;    background: #3C1C05;    font: normal 62.7% / 1.4em serif;	color: #47423E;}a {    color: #9D6C43;}a:hover, a:active {    color: #444;}div.clearer {    clear: both;}table {	}table td {	vertical-align: top;}/* ================================================================================ *//* 2 - Lapas bloku izkārtojums *//* lapas ārējais konteiners --------------------------------------------- */#cont {	padding: 0 0 30px 0;    margin: 0 auto;	width: 970px;	border: 0px dotted red;}.wrapper {	width: 856px;	margin: 0 auto;	position: relative;	background: #fff;	border: 0px solid #ccc;}/* Logo josla ---------------------------------------------------------- */#top {	margin: 0; 	height: 360px;	background: url(../img/illustration.jpg) no-repeat 50% 90px;}#logo {    position: absolute;    top: 30px;    left: 60%;    width: 267px;    height: 47px;    background: url(../img/arpadomi_logo.png) no-repeat;	border: 0px solid #ccc;}/* Valodu izvēlne ------------------------------------------------ */#langs {	position: absolute;	padding: 0;	margin: 0;	top: 10px;	right: -30px;	width: 80px;	border: 0px dotted red;}#langs li {	float: left;	padding: 2px 4px;	margin: 0 0.3em 0 0;	list-style: none;	font: normal 10px sans-serif;	text-transform: uppercase;	color: #F0EFEC;}#langs a {	color: #AA9057;	padding: 0;	text-decoration: none;}#langs a:hover {	text-decoration: underline;}#langs .current {	color: #F4DD8E;	background: none;	font-weight: bolder;	padding: 2px 5px;}#langs .current a {	color: #063;}/* Izvēlnes josla ------------------------------------------------------ */#menu {	position: relative;	width: 978px;	height: 50px;	margin: -2px auto 0 auto;	padding: 0;	color: #F1D5A3;	font: normal 12px/1.2em sans-serif;    list-style: none;}#menu li {	float: left;	width: 163px;	height: 50px;    margin: 0;    padding: 0;	list-style: none;	text-transform: uppercase;	border: 0px dotted green;}#menu a {	display: block;	margin: 17px 0 0 10px;    font: normal 12px/1.2em sans-serif;    color: #F4DD8E;    text-decoration: none;}#menu a:hover {    text-decoration: underline;}#menu li.current {	height: 76px;	z-index: 1000;	background: url(../img/menu.png) no-repeat;}#menu li.current a {	color: #3C1C05;	font-weight: normal;}/* Kolonnu karkass ----------------------------------------------------------------------- */#kol_karkass {    width: 948px;    font: normal 1em/1.2em sans-serif;    margin: 0 auto;    padding: 50px 0 0 0;	background: #fff;    border: 0px dotted lime;}/* Satura kolonna ------------------------------------------------------------------------ */#saturs {	float: left;	width: 540px;	background: #fff;	padding: 0;	margin: 0 0 0 150px;	font: italic 16px/1.2em serif;	border: 0px dotted lime;}/* Content ilustration images */img.ilustration {	float: right;	margin: 0 0 10px 20px;}#sani {	float: left;	width: 180px;	height: 10em;	margin: 0 0 0 65px;	border: 0px dotted red;	position: relative;	padding-top: 50px;}/* Apakšējā josla ------------------------------------------------------------------------- */#apaksa {	width: 948px;	margin: 0 auto;	padding: 20px 0 0 0;	background: #fff;	font: normal 11px/1.4em sans-serif;    clear: both;    color: #5F4B3D;}#apaksa a, #apaksa a:hover {	text-decoration: underline;	}#apaksa div.terms {	width: 560px;	margin: 0 0 0 140px;	padding: 10px 0 40px 10px;	border-top: 1px solid #B1A49B;}/* ================================================================================ *//* 3 - Typography */h1 {    margin: 0 0 0.6em -90px;    font: normal 28px / 1.2em Georgia, Garamond, serif;    color: #391D08;	text-transform: uppercase;}h1 a {	}h2 {    margin: 1em 0 0.5em 0;    font: bold 1.2em / 1.2em sans-serif;    color: #009E25;}h2 a {    color: #009E25;}h3 {    color: #009E25;}#sani h3 {	position: absolute;	height: 33px;	left: 12px;	top: -5px;	width: 180px;	background: url(../img/sani.png) no-repeat;	padding: 12px 0 0 16px;	font: normal 16px/1em serif;	color: #3D1C05;}/* paragraph */#saturs p {    margin: 0 0 1em 0;}#sani p {	font-size: 12px;}#xit {		padding: 0;		margin:0;		position: absolute;		bottom: 0;		right: 0;		width: 36px;		height: 14px;		overflow: hidden;	}#xit span {	font: normal 0.7em sans-serif;	padding: 14px 0 0 0;}
