﻿/* CSS Document */
html, body {
	background:url("http://img.corso.lv/img/background.jpg");
	height:100%;
	color:#333;
}
a:hover  {
color: red;
}
.page {
	width:      100%;
	min-width:  780px;
	height:     auto !important;
	min-height: 100%;
	height:     100%;
}
.page .patch_minheight {
	width:0;
	height:0;
	float:right;
}
.page .sidebar {
	width:        23%;
	padding:      0px 1% 0 1%;
	margin:       5em 0 4em 0;
/*	border-right: 1px solid #cc9;*/
	float:        left;
	font-size:    85%;
}
.page .text_bar {
	width:    72%;
	padding:  0px 0% 0 1%;
	margin:   1.5em 0 3em 0;
	float:    left;
}
.text_bar .content {
	width:    55%;
	padding:  0;
	margin:  0 2% .1em 0;
	float:left;
}
.text_bar .comment {
	width:    40%;
	padding:  0;
	margin:  .1em 0 .1em 0;
	float:left;
	font-family: Comic Sans MS;
	font-size:90%;
}
.text_bar H1{
	font-size:140%;
	padding:  1em 0% .8em 1%;
}
img.in_text {
	float:right;
	margin:.5em 0 0 .5em;
}
p {
	text-indent:  0px;
	margin:       .5em .8em .5em 1em;
}
p.nomove {
	margin:       0;
	text-indent:  0;
	padding:      0;
}
p.nomove_right {
	margin:0 2em 0 0;
	text-indent:0;
	text-align:right;
	font-style:italic;
}
p.facebook {
	margin:0.1em 0.1em 0 0;
	text-indent:0;
	text-align:right;
}
.nobreak {
	white-space:nowrap;
}
sup {
	vertical-align: super;
	font-size:65%;
	margin-left:2px;
}
.text_bar hr  {
  margin: 0 0 0 0;
  height: 1px;
  border-style: none;
  background-color:#CCCCCC;
}
.text_bar .epigraf{
	width: 40%;
  margin: 0 25% 1em 0;
  float:right;
}
.epigraf table{
  border-collapse:  collapse;
  margin: .7em 0 0 0;
}
.comment table{
  border-collapse:  collapse;
}
.quo
 {
  font-size:120%;
  color:gray;
}
p.citata {
	text-indent:0;
	text-align:left;
  font-style:oblique;
}
.tquo{          
  line-height:1.1;
}

.bquo{
  vertical-align:bottom;
}
