/* Projekts: SGR.LV * Developer: SIA X IT, GRENO * Coding: Kristaps Pilveris (kristaps.pilveris@greno.lv) * * Location: system/application/views/css * Stylesheet: Lapas izkārtojuma stili * Saistītie faili: print_layout.css * Versija: 1.0 * Datums: 10.08.2009. * * * * Fails definē lapas pamatizkārtojuma blokus un galvenos vizuālos stilus * *//* ================================================================================ *//* 1 - vispārīgie elementu stili */body {    margin: 0;    padding: 0;    background: #E6E8EE url(../img/bg_body.png) repeat-x;    font: normal 62.7% / 1.4em sans-serif;	color: #6C6F66;}a {    color: #2B4AAA;	text-decoration: none;}a:hover, a:active {    color: #F8831F;	text-decoration: underline;}div.clearer {    clear: both;}table {	}table td {	vertical-align: top;}a img {	border: none;}b, strong {	color: #5C6057;}/* ================================================================================ *//* 2 - Lapas bloku izkārtojums *//* lapas ārējais konteiners --------------------------------------------- */#cont {	width: 690px;	padding: 0 0 0 0;    margin: 0 auto;	background: #fff url(../img/bg_page.png) repeat-y;	border: 0px dotted green;}/* Logo josla ---------------------------------------------------------- */#top {	margin: 0;	padding: 30px 0 0 0;	position: relative;	border: 0px dotted red;}#top div {	padding: 0 0 0 0;	width: 560px;	height: 200px;    background: url(../img/bg-2.jpg) no-repeat 0 0;	margin: 0 auto;	border: 0px solid green;}#logo {    position: absolute;    top: 72px;    left: 385px;    width: 160px;    height: 70px;    background: no-repeat;	border: 0px dotted green;}/* Valodu izvēlne*/#langs {	position: absolute;	padding: 0;	margin: 0;	top: 10px;	right: 64px;	width: 95px;	border: 0px dotted red;}#langs li {	float: left;	padding: 0;	margin: 0 0 0 0.5em;	list-style: none;	font: normal 12px sans-serif;	text-transform: uppercase;	color: #F58220;}#langs a {	color: #F58220;	padding: 2px 4px;	text-decoration: none;}#langs .current a{	background: #DEE4F7;	color: #24408F;}/* Izvēlnes josla ------------------------------------------------------ */#menu {	margin: 0 65px 0 70px;	height: 36px;    color: #fff;	background: none;	border: 0px dotted green;}#menu ul {	font: normal 15px/1em sans-serif;    list-style: none;    margin: 0;    padding: 10px 0 0 0;}#menu li {	float: left;    margin: 0 1.2em 0 0;	padding: 0;	text-transform: uppercase;	border: 0px dotted #00c;}#menu a {	display: block;	padding: 0;    color: #F58220;    text-decoration: none;	border: 0px dotted #00c;}#menu a:hover {	text-decoration: underline;}#menu li.current a {	color: #24408F;}/* Sekundārā izvēlne ------------------------------------------------------ */#submenu {	display: none;	margin: 0 0 0 0;	width: 250px;    color: #F60;	float: left;	border: 0px dotted green;}#submenu ul {	font: normal 12px/1.4em sans-serif;    list-style: none;    margin: 50px 10px 0 30px;    padding: 0;}#submenu li {    margin: 0 0 0.6em 0;    padding: 0;}#submenu a {	color: #EA6A15;    font: normal 12px/1.4em sans-serif;    text-decoration: underline;}#submenu a:hover, #submenu li.current a {	color: #AD4405;    text-decoration: underline;}#submenu li.current a {	font-weight: bold;}/* Satura daļas ārējais konteineris ----------------------------------------------------- */#pagecont {    position: relative;}/* Kolonnu karkass ----------------------------------------------------------------------- */#kol_karkass {    font: normal 1em/1.2em serif;    margin: 0 auto;    padding: 0 0 0 0;    border: 0px dotted red;}/* Satura kolonna ------------------------------------------------------------------------ */#saturs {	}.content, .intro {	width: 560px;	margin: 0 auto;	padding: 0 0 0 0;	font: normal 13px/1.2em sans-serif;	padding: 20px 0 45px 0;	border-bottom: 1px solid #D3D9E9;}.intro {	font: bold 2.2em/1.2em sans-serif;	color: #61635C;	}/* Content ilustration images */img.ilustration {	float: left;	margin: 0 10px 10px 0;}.content img {	margin: 0 15px 7px 0;	padding: 2px;	border: 1px solid #f60;}/* Apakšējā josla ------------------------------------------------------------------------- */#apaksa {	width: 560px;    clear: both;	margin: 0 auto;    padding: 0 0 50px 0;	font: normal 1.1em/1.4em sans-serif;	position: relative;	border: 0px solid #480F01;}#apaksa p {    font-size: 1.1em;    padding: 0;    margin: 0;}#apaksa a, #apaksa a:hover {	color: #F8831F;	text-decoration: underline;	}#xit {		padding: 0;		margin:0;		position: absolute;		bottom: 0;		right: 8px;		width: 36px;		height: 14px;	}/* ================================================================================ *//* 3 - Typography */h1.maintitle {	margin: 0.7em 0 0em -0.05em;	padding: 0;	color: #F8831F;	font: normal 28px/1em serif;	letter-spacing: 1px;	text-transform: uppercase;}h1 {    margin: 1em 0 0.5em 0;    font: normal 1.8em / 1.2em sans-serif;    color: #F8831F;}h1 a {	}h2 {    margin: 1em 0 0.5em 0;    font: normal 1.8em/1.2em sans-serif;    color: #F8831F;}h2 a {    color: #F8831F;}h3 {	margin: 1em 0;	font: bold 13px/1em sans-serif;	text-transform: uppercase;    color: #2B4AAA;}/* paragraph */#saturs p {    margin: 0 0 0.6em 0;}#saturs ul, #saturs ol {	margin: 0;	padding: 0 3em 0 2em;}#saturs li {	margin: 0 0 0.6em 0;}
