/* Projekts: Korektors * 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: 0.5 * Datums: 02.01.2009. * * * * Fails definē lapas pamatizkārtojuma blokus un galvenos vizuālos stilus * *//* ================================================================================ *//* 1 - vispārīgie elementu stili */body {    margin: 0;    padding: 0;    background: #FFF;    font: normal 62.7% / 1.4em sans-serif;	 color: #555;}a {    color: #D92C13;}a:hover, a:active {    color: #F33;}div.clearer {    clear: both;}table {	}table td {	vertical-align: top;}/* ================================================================================ *//* 2 - Lapas bloku izkārtojums *//* lapas ārējais konteiners --------------------------------------------- */#cont {	padding: 0;    margin: 0;}/* Logo josla ---------------------------------------------------------- */#top {	margin: 0;    background: #E2E2E2 url(../img/bg_korektors.jpg) no-repeat 100% 0;}#top div {	margin: 0 auto;	position: relative;	width: 980px;	height: 300px;}#logo {    position: absolute;    top: 208px;    left: 110px;    width: 336px;    height: 67px;    background: url(../img/korektors_logo.png) no-repeat;	border: 0px solid #ccc;}/* Izvēlnes josla ------------------------------------------------------ */#menu2 {	margin: 0 0 0 10%;	width: 18%;    color: #668495;	float: left;	border: 0px dotted green;}#menu2 ul {	font: normal 13px/1.2em 'Trebuchet MS', Trebuchet, sans-serif;    list-style: none;    margin: 0 0 0 0;    padding: 0;}#menu2 li {    margin: 0 0 0.6em 0;    padding: 0;	border-right: 0px solid #A0C080;}#menu2 a {    font: normal 13px/1.2em 'Trebuchet MS', Trebuchet, sans-serif;    color: #668495;    text-decoration: none;}#menu2 a:hover, #menu2 li.current a {	color: #4F3080;    text-decoration: underline;}#menu2 li.current a {	color: #4F3080;	font-weight: bold;    text-decoration: underline;}/* Satura daļas ārējais konteineris ----------------------------------------------------- */#pagecont {    background: url(../img/arrows2.png) no-repeat top right;}/* Kolonnu karkass ----------------------------------------------------------------------- */#kol_karkass {    width: 980px;    font: normal 1em/1.2em serif;    margin: 0 auto;    padding: 0 0 5em 0;    border: 0px dotted red;}/* Satura kolonna ------------------------------------------------------------------------ */#saturs {	width: 55%;	margin: 0 auto;	padding: 0 0 0 0;	font: italic 16px/1.2em serif;	border: 0px dotted lime;}/* Content ilustration images */img.ilustration {	float: right;	margin: 0 0 10px 20px;}/* Apakšējā josla ------------------------------------------------------------------------- */#apaksa {	font: normal 1em/1.4em sans-serif;    clear: both;    padding: 0 0 4em 0;    color: #6F6F97;}#apaksa p {	width: 760px;    font-size: 1.1em;    padding: 0 0 0 ;    margin: 0 auto;}#apaksa a, #apaksa a:hover {	color: #6F6F97;	text-decoration: underline;	}#apaksa div {	margin: 0 0 14px 0;	height: 24px;	background: #999 url(../img/bottom_bg.png) repeat-y 10% 0;	border-bottom: 2px solid #333;}/* ================================================================================ *//* 3 - Typography */h1.maintitle {	margin: 0.4em 0 0.5em -78px;	padding: 0;	font: normal 28px/1.2em serif;	letter-spacing: 1px;	text-transform: uppercase;}h1 {    margin: 0 0 0.5em 0;    font: normal 1.3em / 1.2em serif;    color: #000;}h1 a {	}h2 {    margin: 1em 0 0.5em 0;    font: bold 1.2em / 1.2em serif;    color: #000;}h2 a {    color: #503281;}h3 {    color: #000;}/* paragraph */#saturs p {    margin: 0 0 1em 0;}