/* Projekts: LETA ziņu speclente
 * Developer: SIA X IT, GRENO
 * Coding: Kristaps Pilveris (kristaps.pilveris@greno.lv)
 *
 * Location: system/application/viesws/css
 * Stylesheet: Lapas izkārtojuma stili
 * Saistītie faili: print_layout.css
 * Versija: 0.5
 * Datums: 16.06.2008.
 *
 *
 *
 * Fails definē lapas pamatizkārtojuma blokus un galvenos vizuālos stilus
 *
 */
/* Pamatkrāsu palete */
/*
 * Fons:				#F3F1F4
 *
 * Galvenā izvēlne:		#8C0046 (LV90 violets)
 * Izvēlnes teksts:		#CCCCCC
 * Aktīvs izv. teksts:
 *
 * Rāmja krāsa:			#CAC0CB
 *
 * Virsraksts1:			#2C1036
 * Virsraksts2:			#2C1036
 * Virsraksts23:		#2C1036 (LV90 tumši violets)
 *
 * Pamatteksts:			#666666
 * Mazsvarīgs teksts:	#777777
 *
 * Saite:				#68023D
 * Hover efekts:		#A50C64
 * Apmeklēta saite:		#68023D
 *
 * 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-color: #E9F3DB;
    background: url(../img/bg1.gif) center;
    color: #222;
    font: normal 62.7% / 1.2em sans-serif;
}

a {
    color: #860B1D;
	text-decoration: none;
}

a:hover, a:active {
    color: #D91A28;
	text-decoration: underline;
}

a img {
	border: none;
}

div.clearer {
    clear: both;
}

table {
	
}

table td {
	vertical-align: top;
}


fieldset {
	border: none;
	padding: 0;
	margin: 0;
}


/* Paziņojumu noformējums */
div.message {
	padding: 0.8em 1.2em;
	margin: 0.4em 0 0.8em 0;
	color: #88132B;
	background-color: #F9F9D0;
	border: 2px solid #88132B;
	text-align: center;
	font: bold 12px sans-serif;
}


/* ================================================================================ */
/* 2 - Lapas bloku izkārtojums */
/* lapas ārējais konteiners --------------------------------------------- */
#cont {
    background-color: #FFF;
    background: none;
    border-left: 2px solid #CAC0CB;
    border-right: 2px solid #CAC0CB;
    width: 940px;
    margin: 0 auto;
	border: 0px solid red;
}

/* Logo josla ---------------------------------------------------------- */
#top {
    height: 221px;
	overflow: hidden;
    background-color: #fff;
    background-image: url(../img/bg_top.jpg);
    background-repeat: no-repeat;
    position: relative;
    border: 0px solid #3a3;
}


/* link to home page */
#homelink {
	background: url(../img/home_icon.gif) left no-repeat;
	padding-left: 20px;
}



/* Izvēlnes josla ------------------------------------------------------ */
#menu {
	position: absolute;
	top: 160px;
	left: 0;
	width: 770px;
    height: 28px;
    overflow: hidden;
    font: normal 1.3em / 1em sans-serif;
    color: #fff;
	border: 0px dotted #fff;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li {
	background-color: #731112;
    margin: 0;
    padding: 5px 1.3em 7px 1.3em;
	border-right: 1px dotted #C59388;
    float: left;
}

#menu a {
    font: normal 1em/1em sans-serif;
    color: #fff;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
    
}

/* Ziņu lentes konteineris ------------------------------------------------- */
#ticker, #ttcker {
	height: 45px;
	background-image: url(../img/bg_ticker.jpg);
	position: relative;
	border: 0px solid orange;
	overflow: hidden;
}

#ttcker {
	position: absolute;
	z-index: 50;
	left: 65px;
	width: 805px;
	text-align: center;
	background: transparent;
}

#ttcker div {
	position: absolute;
	height: 1.3em;
	font-size: 1.3em;
	border: 0px solid blue;
	position: absolute;
	z-index: 50;
  top: 14px;
  left: 800px;
 	width: 800px;
}

#ticker a {
	color: #36353D;
}

/* Vēstures slīdlente ----------------------------------------------------------------- */
#timeline {
	height: 45px;
	background-image: url(../img/bg_timeline.jpg);
	position: relative;
	overflow: visible;
  width: 940px;
  left: -35px;
/* 	border: 0px dotted orange; */
}

#itcont {
	width: 825px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0;
	margin-left: 20px;
}

#itcont .items {
	position: absolute;
	z-index: 88;
	overflow: hidden;
	width: 200000000px;
/* 	border: 1px green solid; */
}

/* Saraksts ar saitēm uz rakstiem */
#itcont td {
	width: 400px;
	padding: 0 3em 0 0.3em;
/* 	border: 1px green dotted; */
}

#itcont table {
	padding: 0;
	margin: 0;
  border-collapse: collapse;
	border-spacing: 0;
}


/* Slaidera konteineris bloks */
#timeline .slider {
	left: 52px;
	width: 826px;
	height: 39px;
	position: relative;
	border: 0px dotted red;
}

/* Slaidera kontrole */
#timeline .handle {
    position: absolute;
    cursor: move;
    top: 3px;
    z-index: 80;
    /* bespoke to your own solution */
    height: 39px;
    width: 57px;
	background: url(../img/handle.png) no-repeat;
}

/* Gadaskaitļi */
#timeline .slider span {
	color: #fff;
	font: bold 12px sans-serif;
	cursor: pointer;
	position: absolute;
	z-index: 85;
	top: 14px;
	padding-left: 10px;
}

/* Satura daļas ārējais konteineris ----------------------------------------------------- */
#pagecont {
	font: normal 1.1em/1.35em Verdana, sans-serif;
	border: 0px solid violet;
}


#pagewrapper1 {
    margin: 0;
    padding: 0 0 6em 0;
    width: 940px;
    
    border: 0px solid lime;
}





/* Lapas navigācijas takas noformējums */
p.taka {
    margin: 0 0 2em 0;
    padding: 1em 0 2em 0;
    font: normal 11px / 1em sans-serif;
    color: #777;
}

p.taka a {
    color: #777;
    margin: 0;
    padding: 0;
}


/* Pirmās lapas bloki -------------------------------------------------------------------- */
#cilveki {
	float: left;
	width: 420px;
	margin: 0 20px 6px 0;
	border: 0px dotted red;
}

#cilveki td {
	padding: 0 8px 10px 0;
}


#uzruna {
	float: left;
	width: 450px;
	height: 185px;
	border: 0px dotted green;
}

#uzruna .spacer {
	float: right;
	width: 150px;
	padding-top: 130px;
	font-size: 10px;
	font-family: arial;
	line-height: 110%;
	text-align: center;
	color: #A9A885;
	border: 0px dotted red;
}

#uzruna .wrapper {
	padding: 10px 30px 10px 30px;
}

#letazino {
	float: left;
	width: 390px;
	margin: 0 30px 6px 0;
	border: 0px dotted blue;
}

#letazino ul, #itcont ul {
	margin: 0;
	padding: 0 0 0 1em;
	color: #731111;;
}

#letazino li, #itcont li {
	padding: 0 0 0.6em 0;
}

#foto {
	float: left;
	width: 320px;
	margin: 0 15px 6px 0;
	border: 0px dotted gray;
}

#banner {
	width: 135px;
	height: 260px;
	float: left;
	border: 0px dotted orange;
}

/* Ceļojuma kolonnas */
#celojums {
	padding: 5px 0 0 0;
	clear: both;
	border: 0px dotted blue;
}

#celojums h2 {
	padding: 0 0 10px 30px;
	color: #313328;
}

#celojums h3 {
	background: url(../img/celojums_bg5.png) left center no-repeat;
	color: #313328;
	padding: 8px 0 11px 9px;
}

#celojums h3 a {
	
}

.kolonna1 {
	float: left;
	width: 180px;
	margin: 0 0 0 30px;
	border: 0px dotted green;
}

.kolonna2 {
	float: left;
	width: 85px;
	margin: 0 0 0 35px;
	padding: 3em 0 0 0;
	border: 0px dotted green;
}

.kolonna2 a {
	display: block;
	line-height: 180%;
}

/* Atbalstītāju logo */
div.support {
	padding: 0 0 20px 20px;
	border: 0px dotted orange;
}

/* Kolonnu karkass ----------------------------------------------------------------------- */
#kol_karkass {
    float: left; /*cc*/
    font: normal 1.2em/1.4em tahoma, sans-serif;
    margin: 0;
    padding: 0 0 0 30px;
    border: 0px solid blue;
}


/* Lapas virsraksts  */
#kol_karkass h1 {
    font: normal 18px/1em Tahoma, 'Trebuchet MS', sans-serif;
    margin: 10px 0 0 0;
    color: #2C1036;
}

#kol_karkass h1 a {
    text-decoration: none;
}


/* Satura kolonna ------------------------------------------------------------------------ */
#saturs {
   /* float: left; /*cc*/
   /* margin: 0 0 -2000px 0; /*cc*/
   /* padding: 0 2em 2000px 0; /*cc*/
   /* width: 660px; */
  	background: #fff url(../img/bg_content.jpg) no-repeat;
	padding: 10px 0 0 36px;
	color: #433;
}

.home #saturs {
	background: #fff url(../img/bg_content0.jpg) no-repeat;
}


#saturs .single {
    padding: 0 0 0.2em 0;
    margin: 0 8em 0.5em 4em;
}



/* Photo / video listing */
div.gallery {
	margin: 0 10% 0 0;
	padding: 0;
	border: 0px solid green;
}


/* Gallery container */
.gallery td {
	width: 410px;
	padding: 0 0 20px 0;
	border: 0px solid blue;
}


/* Items of video list */
div.gallery div.item {
	padding: 0 0 2em 0;
	margin: 0;
	border: 0px solid #ccc;
}

/* Video thumbnail */
a.video_thumb {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
}

#videoplay {
	background: #D9DAD5;
}

/* Sets right margin between thumbnail columns*/
.gallery .odd {
	padding-right: 30px;
}

/* Thumbnail foto image */
a.thumb {
	display: block;
	float: left;
	width: 150px;
	height: 146px;
	background: url(../img/thumb.png);
	margin: 0 10px 0 0;
}

a.thumb img {
	display: block;
	border: none;
	margin: 13px 14px;
}


/* Gallery info text */
.gallery p {
	margin: 0;
	padding: 0;
}



/* Date with arrow indicator  */
#saturs .gallery p.datums {
	margin: 0;
}



/* Content ilustration images */
img.ilustration {
	float: right;
	margin: 0 0 10px 20px;
}






/* Commentaries */
div.comment {
	border-bottom: 1px solid #BEBEBE;
	margin: 2em 14em 1em 3em;
}

div.comment h3 {
	font: bold 1em/1em Tahoma, sans-serif;
	margin: 0 0 0.1em 0;
	color: #8C0046;
}

#saturs div.comment p.datums {
	margin: 0 0 0.8em 0;
}



/* Papildkolonna ------------------------------------------------------------------------- */
#sani {
    float: left; /*cc*/
    margin-bottom: -2000px; /*cc*/
    padding-bottom: 2000px; /*cc*/
	margin-left: 20px;
    border: 1px solid #000;
    width: 230px;
    border: 0px solid #dcc;
}
/* Sidebar headings */
#sani h3 {
    font: bold 1em / 1em Arial, sans-serif;
    letter-spacing: 1px;
    color: #2F1137;
    padding: 0 0 4px 0;
    margin: 2em 0 0.5em 0;
    background-image: url(../img/side_bottomborder.gif);
    background-position: 0 100%;
    background-repeat: no-repeat;
}


/* Ziņas teksts LETA ziņo sadaļā */
#blakuszina {
	float: right;
	width: 420px;
	margin-right: 8em;
}


/* LETA cilvēku skats */
div.cilveki {
	
}

/* Cilveka profils */
div.cilveki div.cilveks {
	float: right;
	width: 400px;
	margin: 0 0 3em 6em;
}

/* Nopozicionēta fotogrāfija */
.cilvekaattels {
	float: right;
	margin: 2em 1em 1.5em 3.5em;
}

/* Apakšējā josla ------------------------------------------------------------------------- */
#apaksa {
	font-family: Tahoma, sans-serif;
    clear: both;
    padding: 20px 0 30px 0;
    background: url(../img/apaksa.png) center top no-repeat;
    color: #333;
}

#apaksa p {
    font-size: 1em;
    padding: 0 30px 8px 30px;
    margin: 0;
}











/* ================================================================================ */
/* 3 - Typography */
h1, div.single h1 {
    margin: 0.2em 0 0.2em 0;
    font: normal 2em / 1.2em Arial, sans-serif;
    color: #731111;
}

div.single h1 {
    margin: 0 240px 0 0;
}

div.cilveks h1 {
	margin: 0 0 0.2em 0;
}

h2 {
    margin: 0 0 0.2em 0;
    font: bold 1.4em / 1.2em Verdana, sans-serif;
    color: #731111;
}

h2 a {
    color: #731111;
}


h3 {
	font: bold 1em /1.2em Verdana, sans-serif;
	margin: 0 0 0.2em 0;
    color: #731111;
}

#letazino h3  {
	font: bold 1.1em sans-serif;
}

h4 {
	font-size: 1em;
	margin: 0.6em 0 0.2em 0;
	line-height: 120%
}


/* Listed news item container */
div.newslist {
    color: #666;
    margin: 0 0 3em 0;
}

/* paragraph */
#saturs p {
    margin: 0 0 1em 0;
	line-height: 120%;
    border: 0px solid green;
}

/* News date right side */
#saturs p.newsdate {
    margin: 0 0 0 3em;
    font-size: 1em;
    color: #2C1036;
    float: right;
    clear: both;
}


/* Date in single item view */
#saturs p.datums {
    margin: 0 0 0.8em 0;
    color: #777;
}

/* Print and mail action bar */

p.actions {
	vertical-align: baseline;
    margin: 0 0 0 1em;
}


/* Page printing link */
p.actions a.print_link, p.actions a.mail2friend {
    display: block;
    float: right;
    padding: 0 0 0 20px;
    margin: 0 0 0 1em;
    background-image: url(../img/print_icon.gif);
    background-repeat: no-repeat;
    color: #666;
    text-decoration: none;
}

/* Mail to friend link */
p.actions a.mail2friend {
    background-image: url(../img/mail_icon.gif);
}

p.actions a.print_link:hover, p.actions a.mail2friend:hover {
    text-decoration: underline;
    color: #A50C64;
}









/* ================================================================================ */
/* 4 - form objects */
form, form.cmsform {
    font: normal 1.1em / 1em sans-serif;
    color: #97A194;
    padding: 1em 2em 3em 1em;
}
/* form for data editing */
form.cmsform {
    width: 85%;
}
/* */
form fieldset {
    margin: 0;
    padding: 1em;
}
/* Forms in sidebar */
#sani form {
    padding: 0.3em 0;
}
/* generic input elements */
form input, form input.title, form textarea {
    border: 1px solid #BEBEBE;
    background-color: #FFF;
    color: #4B4C4E;
    font-size: 1em;
    padding: 1px 2px;
}
/* input elements that have focus */
form input:focus, form input.title:focus, form textarea:focus {
    border: 1px solid #2C1036;
    /*color: #8C0046;*/
}
/* input elements for title fields */
form input.title {
    font-size: 1.55em;
    width: 500px;
}
/* Input button without explicit formatting */
input.noformat, input.noformat:focus {
    border: none;
}
/* generic textarea */
form textarea {
    width: 500px;
    height: 250px;
    font: normal 1em / 1.3em sans-serif;
}
/* generic labels */
form label {
    padding: 0 0 0 0.3em;
    color: #757575;
}



/* button style */
form input.poga {
    background-color: #D7D2C1;
    border: 2px outset #C4C4B9;
    padding: 0.3em 1.3em;
    color: #333;
    -moz-border-radius: 3px;
}
/* disabled button */
form input.disabled {
    border: 1px outset #C4C4B9;
    color: #999;
}
/* Form layout table */
form table {
    font-size: 1em;
}

/* Search form input field */
#searchform input {
	position: absolute;
	top: 23px;
	right: 42px;
    width: 110px;
	background-color: transparent;
	border: none;
    padding: 0;
}

/* Search button */
#searchform input.poga {
	position: absolute;
	top: 22px;
	right: 27px;    
	width: 18px;
	height: 18px;
	padding: 0;
	cursor: pointer;
    border: 0px dotted green;
}



/* Poll */
#poll {
    clear: both;
}

#poll form {
    padding: 0 0 40px;
}


#poll input {
	border: none;
}


#poll label {
    padding: 0.2em;
    vertical-align: top;
    line-height: 140%;
}

/* Poll vote button */
#poll input.button {
    display: block;
    margin: 0.7em 0 0 0;
    float: right;
}





/* Comment adding form */
form#commentform {
	padding-left: 3em; 
}

form#commentform input {
	display: block;
}

form#commentform textarea {
	height: 80px;
}

/* Textarea in friend mailing form */
form.mailform textarea {
	width: 400px;
	height: 80px;
}



/* ================================================================================ */
/* 5 - Content control objects */
/*
 * Page navigator control
 */
div.pager {
    position: relative;
    margin: 0.5em 0;
    border: 0px solid red;
}

/* Navaigator elements */
div.pager a {
    display: block;
    float: left;
    padding: 0.1em 0.25em;
    margin: 0 0 0 0.1em;
	color: #2C1036;
	text-decoration: none;
}

/* Right side navigator elements */
div.pager a.right {
	float: right;	
}

div.pager a:hover {
    color: #A50C64;
	text-decoration: underline;
}

/* Selected pager element */
div.pager a.selected, div.pager a.selected:hover {
    border: 0px solid ;
    text-decoration: none;
    color: #A50C64;
    font-weight: bold;
}


/* Layout tables ---------------------------------------------------------- */


table.clean {
	margin: 0.5em 2em 0 0;
}

table.clean td {
	
}









/* KOKO PIELIKTĀS FORMAS */

form.mailform {
	display: none;
}

div#baner {
  text-align: center;
}

/* /KOKO PIELIKTĀS FORMAS */
