/* Projekts: Žurnāls "Izglītība un Kultūra"
 * Developer: SIA X IT, GRENO
 * Coding: Kristaps Pilveris (kristaps.pilveris@greno.lv)
 *
 * Location: system/application/viesws/css
 * Stylesheet: Lapas izkartojuma stili
 * SaistÄ«tie faili: print_layout.css
 * Versija: 0.7
 * Datums: 17.11.2009.
 *
 *
 *
 * Fails definē lapas pamatizkartojuma blokus un galvenos vizuālos stilus
 *
 */


/* ================================================================================ */
/* 1 - vispÄrÄ«gie elementu stili */
body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    color: #333;
    font: normal 62.7% / 1.2em sans-serif;
}

a {
    color: #7F2640;
	text-decoration: none;
}

a:hover, a:active, .mediablock h3 a:hover {
    color: #FE004A;
	text-decoration: underline;
}


div.clearer {
    clear: both;
}

table {

}

table td {
	vertical-align: top;
}


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

a img {
	border: none;
}


/* 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;
	-moz-border-radius: 3px;
	font: bold 12px sans-serif;
}


/* ================================================================================ */
/* 2 - Lapas bloku izkÄrtojums */
/* lapas ÄrÄ“jais konteiners --------------------------------------------- */
#cont {
    background-color: #FFF;
    background: none;
    border-left: 0px solid #e4e4e4;
    border-right: 0px solid #e4e4e4;
    width: 990px;
    margin: 0 auto;
}

/* Logo josla ---------------------------------------------------------- */
#top {
	background-color: #fff;
    height: 120px;
    position: relative;
    border: 0px solid #3a3;
}

#logo {
    position: absolute;
    top: 12px;
    width: 990px;
    height: 100px;
    background: url(../img/ik_logo_new.png) top left no-repeat;
}

/* Hides print style logos in screen render */
#logo img {
	display: none;
}

/* Container element for header animation */
div#topbanner {
	position: absolute;
	background-color: transparent;
	top: 10px;
    left: 470px;
    width: 520px;
    height: 110px;
	border: 0px solid green;
}


/* IzvÄ“lnes josla ------------------------------------------------------ */
#menu {
	padding: 3px 0 3px 18px;
	background-color: #fff;
    overflow: hidden;
    font: bold 14px / 1em sans-serif;
    color: #999;
    clear: both;
	border-bottom: 1px solid #B10034;
	border-top: 1px solid #B10034;
}

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

#menu li {
    margin: 0 0.4em;
    padding: 6px;
    float: left;
    background-repeat: no-repeat;
    background-position: 100% 0;
	border: 0px solid #eee;
}

#menu li.active {
	background-color: #B10034;
}

#menu a {
    font: bold 13px/1em verdana, sans-serif;
    color: #999;
    text-decoration: none;
}

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


#menu li.active a {
	color: #fff;
}

#menu li.marked a {
	color: #7F2640;
}

/* Satura daÄ¼as ÄrÄ“jais konteineris ----------------------------------------------------- */
#pagecont {
	padding: 20px 0 0 0;
    background-color: #FFF;
	border: 0px solid red;
}

#pagewrapper1 {
    margin: 0;
    padding: 0 0 6em 25px;
    /* float: left; /*cc*/
    /* overflow: hidden; /*cc*/
    width: 965px;
    border: 0px solid lime;
}

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


/* Satura kolonna ------------------------------------------------------------------------ */
#saturs {
    float: left; /*cc*/
    /* margin: 0 0 -2000px 0; /*cc*/
    /* padding: 0 20px 2000px 0; /*cc*/
	padding-right: 20px;
    width: 600px;
    border-right: 1px solid #B10034;
	color: #555;
}

#saturs .section {
    border-top: 7px solid #C0BFBD;
	border-top: 7px solid #B10034;
    padding: 0 0.2em 0.5em 0;
    margin: 0 0 0.5em 0;
}

#saturs .express {
	border: 2px solid #D31439;
	padding: 0.5em 0.2em 0.5em 0.2em;
	margin: 0 0 0.5em 0;
	text-align: center;
	font-weight: bold;

}

#saturs .express a {
    color: #0142B3;
}

#saturs .blogs {
	background-color: #eee;
	border: 2px solid #e4e4e4;
	border-top: 7px solid #B10034;
}

#saturs .blogs h2 {
	margin: 0.2em 0 0 0.4em;
}


#saturs div.single h1 {

}

div.section .desc {
	margin: 3em 0;
}

div.section .desc td {
	padding: 0.2em;
}


/* Content ilustration images */

div.illustration, img.illustration {
	display: block;
	float: left;
	margin: 0 10px 5px 3px;
	padding: 0;
	text-align: center;
	font-size: 0.87em;
}

div.arhivs div.illustration {
	width: 185px;
}

.illustration-right {
	float: right;
	margin: 0 3px 12px 10px;
}

h1 .illustration-right {
	position: absolute;
	right: 0;
	top: 0;
}

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

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

#saturs div.comment p.datums {
	margin: 0 0 0.8em 0;
	font-size: 0.87em;
}



/* Papildkolonna ------------------------------------------------------------------------- */
#sani {
	float: left; /*cc*/
    /* margin-bottom: -2000px; /*cc*/
    /* padding-bottom: 2000px; /*cc*/
	margin-left: 20px;
	width: 300px;
}

#sani .section {
	margin: 0;
	padding: 0;
	background-color: #e4e4e4;

}

/* Sidebar headings */
#sani .section h3 {
	padding: 4px 0 4px 0.8em;
    margin: 0;
	margin-bottom: 0.4em;
	background: #C0BFBD;
    font: bold 1.1em/1em Verdana, sans-serif;
    color: #FFF;
}

/* HIghlited section headings */
#sani .special h3 {
	background: #B10034;
	color: #fff;
}
#sani .section .video {
	padding: 0 0 0 0.8em;
	clear: both;
}

#sani .section .video img {
	float: left;
	padding: 0 1em 0 0;
}



/* ApakÅ¡Ä“jÄ josla ------------------------------------------------------------------------- */
#apaksa {
	font-family: Tahoma, sans-serif;
    clear: both;
    padding: 20px 0 6px 0;
    background-color: #fff;
    color: #333;
    border-top: 1px solid #C0BFBD;
}

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

#apaksa p.bottomline {
    border-bottom: 2px solid #D099B6;
}

#apaksa a, #apaksa a:hover {
    color: #000;
}

#apaksa td {
	padding: 0 20px 0 20px;
	width: 50%;
}









/* ================================================================================ */
/* 3 - Typography */
h1, div.section h1 {
	position: relative;
    margin: 1em 0 0.2em 0;
    font: normal 1.8em / 1.2em Verdana, sans-serif;
    color: #252525;
}

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

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

.section h2 {
	font: bold 1em / 1.2em Verdana, sans-serif;
	margin: 0 0 0.8em 0;
	color: #7f2640;
}

h1 a, h2 a, h3 a {
    color: #7F2640;
}

h3 {
	margin: 0.6em 0 0.4em 0;
	font-size: 1.1em;
    color: #444;
}

.section h3 {
	font: bold 1.1em/1.2em Verdana, sans-serif;
	margin: 0 0 0.2em 0;
	color: #666;
}


/* paragraph */
#saturs p {
    margin: 0 0 0.8em 0;
	line-height: 140%;
    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 {
	font-size: 0.87em;
    margin: 0 0 1em 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: #999;
    text-decoration: underline;
}

/* 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: #155ED5;
}

/* Link to whole article */
#saturs a.readmore {
	display: block;
	margin: 0 0 1em 0;
	text-align: right;
}

div.item {
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #C0BFBD;
	position: relative;
}

#saturs ul {
	padding-left: 1.2em;
	margin: 0;
}

#saturs ul li {
	margin: 0 0 0.2em 0;
}








/* ================================================================================ */
/* 4 - form objects */
form, form.cmsform {
    font: normal 1.1em / 1em sans-serif;
    color: #808080;
    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 #bbb;
    background-color: #FFF;
    color: #666;
    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: #444;
}
/* input elements for title fields */
form input.title {
    font-size: 1.55em;
    width: 500px;
}

form input.short {
	width: 3em;
}
/* 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: #666;
}
/* button style */
form input.poga {
    background-color: #ddd;
    border: 2px outset #eee;
    padding: 0.3em 1.3em;
    color: #333;
    -moz-border-radius: 3px;
}
/* disabled button */
form input.disabled {
    border: 1px outset #ccc;
    color: #999;
}
/* Form layout table */
form table {
    font-size: 1em;
}
/* Search form input field */
#searchform input {
    width: 140px;
    vertical-align: top;
}
/* Search button */
#searchform input.noformat {
    width: auto;
    padding: 0;
    border: 0px solid green;
}
/* Poll */
#poll {
    clear: both;
}

#poll form {
    padding: 0 10px 20px 15px;
}

#poll p strong {
	color: #666;
}

#poll a.readmore {
	display: block;
	text-align: right;
	clear: both;
}

#poll input {
	border: none;
}


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

/* Poll vote button */
#poll input.poga {
	background-color: #bbb;
	border: 2px outset #ccc;
    display: block;
    margin: 0.7em 0 0.5em 0;
    /*float: right;*/
	clear: both;
}

/* Search button */
#searchform input.noformat {
    width: auto;
    padding: 0;
    border: 0px solid green;
}




/* Comment adding form */
form#commentform {
	clear: both;
	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;
}


/* KOKO PIELIKTAS FORMAS */

form.mailform {
	display: none;
}

div#baner {
  text-align: center;
}

td.magazine {
	border-left: 1px solid #B10034;
	padding: 5px;
	padding-left: 10px;
	text-align: center;
}

form td {
	padding: 1px;
}

table.subscr_par {
	border: 1px solid #C0BFBD;
	padding: 2px;
	padding: 2px;
}
/* /KOKO PIELIKTÄ€S FORMAS */
/* UI TABS */

.ui-wrapper { border: 0px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: #e3e3e3;
/*     color: #000; */
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* //uitabs */



/* Info box */
div.infobox {
	border: 2px solid #0a3;
	padding: 0.7em 1.4em;
	font-weight: bold;
	background: #FF9;
	color: #060;
	-moz-border-radius: 3px;
}

table.prises {
	border-collapse: collapse;
}

table.prises td, table.prises th {
	padding: 2px;
	padding-left: 5px;
	padding-right: 10px;
	border: 1px #ccc solid;
/* 	text-align: center; */
}

div.flexible_container {
	padding-right: 10px;
	float: left;
}

div.section div.data {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}


table.wireframe {

}

.wireframe td {
	padding: 1px 8px 1px 4px
}

span.pn {
  color: #555555;
}

div#send_op {
	display: none;
}

div.galls {
	padding: 3px;
	background: #FFF6F9;
	width: 200px;
	font-size: 0.83em;
	float:right;
	margin-left: 5px;
	padding: 6px;
}


div.gal_item {
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
}

div.bigitem div.gal_item {
	margin-right: 10px;
}

div.gal_item img {
	border: none;
}

a.buy_button {
    border: 2px solid #0142B3;
    padding: 4px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
a.buy_button:hover {
    text-decoration: none;
    background: #FFE1E1;
}

form.payments-form {
    padding: 0;
}

#saturs p.pb {
    margin-top: 10px;
}
