/* Projekts: X IT
 * 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: 02.04.2009.
 *
 *
 *
 * Fails definē lapas pamatizkārtojuma blokus un galvenos vizuālos stilus
 *
 */
/* Pamatkrāsu palete */
/*
 * Fons:				#E1E3FD
 *
 * Galvenā izvēlne:		#431B70 (XIT violets) 
 * Izvēlnes teksts:		#FFFFFF
 * Aktīvs izv. teksts:	#FBF47B
 *
 * Rāmja krāsa:			#333439
 *
 * Virsraksts1:			#503281
 * Virsraksts2:			#503281
 * Virsraksts23:		#503281 
 *
 * Pamatteksts:			#555555
 * Mazsvarīgs teksts:	#777777
 *
 * Saite:				#65559D
 * Hover efekts:		#8D81BA
 * Apmeklēta saite:		#65559D
 *
 * Ievadlauks:			#F3F3F3
 * Ievadlauka rāmis:	#BEBEBE
 * Fokusēts ievadlauks:	#FEFEE9
 * Fokusēta lauka rāmis:#2C1036
 *
 *
 *
 */
/* ================================================================================ */
/* 1 - vispārīgie elementu stili */
body {
    margin: 0;
    padding: 0;
    background: #D3D3CB url(../img/fade.png) repeat-x;
	background-attachment: fixed;
    font: normal 62.7% / 1.4em sans-serif;
	color: #687179;
}

a {
    color: #8660BF;
}

a:hover, a:active {
    color: #3869E9;
}

div.clearer {
    clear: both;
}



/* Paziņojumu noformējums */
div.message {
	
}


/* ================================================================================ */
/* 2 - Lapas bloku izkārtojums */
/* lapas ārējais konteiners --------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 990px;
	background: #F1F2FE url(../img/bg_fade.png) repeat-x;
    font: normal 1em / 1.4em sans-serif;
	color: #687179;
}


#cont {
	padding: 0 0 0 0;
    background: url(../img/bg_sky.png) no-repeat 100% 0;
    margin: 0;
}

#leftcol {
	width: 28%;
	min-width: 280px;
	float: left;
	background: url(../img/bg_logo_block.png) no-repeat 50% 0;
	border: 0px dotted red;
}

/* Logo josla ---------------------------------------------------------- */
#logo {
	margin: 0;
    height: 140px;
    position: relative;
    border: 0px dotted green;
}

#logo a {
	position: absolute;
	width: 101px;
	height: 36px;
	top: 40px;
	left: 15%;
	background: url(../img/xit_logo.png) no-repeat;
}


/* Izvēlnes josla ------------------------------------------------------ */
#menu {
	margin: 0 7.2% 0 0;
	padding: 0;
    font: normal 1.4em/1em 'Trebuchet MS', Trebuchet, sans-serif;
    clear: both;
	border: 0px dotted lime;
}


#menu li {
    padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	line-height: 120%;
	border: 0px dotted lime;
}

#menu a {
    color: #668495;
	display: block;
	padding: 4px 0 3px 0;
	margin: 0 0 0 28.6%;
	text-decoration: none;
}

#menu a:hover {
	color: #482086;
	text-decoration: underline;
}

#menu li.current {
	font-weight: bold;
	background-color: #866FAC;
}

#menu li.current a, #menu li li a {
	color: #FF8;	
}



/* Apakšizvēlnes */
#menu li ul {
	margin: 0.2em 0 0 0;
	padding: 0;
	background-color: #A394C9;
	display: none;
}

#menu .current ul {
	display: block;
}

#menu li li {
	margin: 0 0 0 1em;
	padding: 0.1em 0 0.1em 0;
}

#menu li.current li a  {
	color: #fff;
	font-weight: normal;
} 

#menu li li.current {
	background-color: transparent;
}

#menu li li.current a {
	color: #FF6;
	text-decoration: underline;
	
}

#menu li li a:hover {
	color: #fff;
	
}


/* paslēpjam 3.līmeņa linkus */
#menu li ul ul, #menu ul li.current ul, #menu .current ul ul {
	display:none;
}




/* 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 ----------------------------------------------------- */

/* Satura kolonna ------------------------------------------------------------------------ */

#saturs {
	float: left;
	width: 58%;
	min-width: 580px;
	min-height: 300px;
	margin: 80px 0 0 40px;
	padding: 1em 0 0 0;
	font: normal 1.4em/1.4em 'Trebuchet MS', Trebuchet, sans-serif;
	border: 0px dotted blue;
}




/* Content ilustration images */
img.ilustration {
	float: left;
	margin: 0 15px 0 0;
}




/* Apakšējā josla ------------------------------------------------------------------------- */
#apaksa {
	height: 140px;
    clear: both;
    padding: 0 0 0 0;
	background: url(../img/bg_bottom.jpg) no-repeat 100% 100%;
	font: normal 1.2em/1.4em 'Trebuchet MS', Trebuchet, sans-serif;
}

#apaksa p {
    padding: 90px 6% 0 0;
    margin: 0;
	text-align: right;
}


#apaksa a, #apaksa a:hover {
	color: #6F6F97;
	text-decoration: underline;	
}


/* ================================================================================ */
/* 3 - Typography */

p {
	margin: 0 0 1em 0;
}

h1.maintitle {
	margin: 0 20px 40px 0;
	padding: 0;
	font: normal 36px/1em Sylfaen, 'Palatino Linotype', serif;
	letter-spacing: 0px;
	text-align: right;
}

h1 {
    margin: 0 0 0.5em 0;
	padding: 0;
    font: normal 2em / 1.2em 'Trebuchet MS',  Trebuchet, Corbel, sans-serif;
    color: #5827A3;
}

h2 {
    margin: 1em 0 0.2em 0;
	padding: 0;
    font: normal 24px / 1.2em 'Trebuchet MS',  Trebuchet, Corbel, sans-serif;
    color: #E19413;
}

h3 {
	margin: 1em 0 0.2em 0;
	padding: 0;
	font: normal 16px / 1.2em 'Trebuchet MS',  Trebuchet, Corbel, sans-serif;
    color: #8030CF;
}

h4 {
	margin: 0;
	padding: 0;
	font: normal 16px / 1.2em 'Trebuchet MS',  Trebuchet, Corbel, sans-serif;
    color: #8030CF;
}


.intro {
	padding: 0 0 0.2em 0;
	margin: 0 0 1em 0;
	color: #333;
	font-size: 16px; 
	line-height: 160%;
	border-bottom: 1px solid #8660BF;
}

.content {
	width: 460px;
	margin: 15px 0 3em 0;
	border: 0px dotted blue;
}



/* ============================================================================ */
/*   4 - Photo gallery with FancyBox */

.gallery, .gallery h3 {
	clear: both;
}

.gallery a.thumbs {
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	margin: 0 6px 12px 0;
	padding: 2px;
}


/* Divu kolonnu izkārtojums klientu sadaļai */

.column-box {
	float: left;
	width: 260px;
	height: 110px;
	overflow: hidden;
	margin: 0 25px 40px 0;
	padding: 0;
	font-size: 12px;
	border: 0px dotted #ddd;
}

.column-box .img-left {
	float: left;
	margin: 0 7px 20px 0;
}

.column-box .img-right {
	float: right;
	margin: 0 0 20px 5px;
}

.column-box h3 {
	margin: 0 0 0.2em 0;
	font-size: 1.2em;
}

.column-box p {
	margin: 0;
}


.dash-line {
	margin: 10px 0 20px 0;
	height: 1px;
	background: #B9A6DA;
	clear: both;
}
