/* CSS Document */

body {
	background-color:#fff;
	background-image:url(/images/backgrounds/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5C5C5C;
	margin:0;
}

#container {
	width:770px;
	margin:0 auto 0 auto;
}

#header {
	height:129px;
    margin-top:0px;
    border: 0px solid #FF0000;
    background: url(/images/top.jpg) no-repeat;
}

#header h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:250%;
	color:#333;
	letter-spacing:-1px;
	padding:15px 50px 0 10px;
    border: 0px solid;
    width:180px;
    height:100px;
	float:left;
	border-right:1px solid #eee;
}
#header h1 a {
	color:#000;
	text-decoration:none;
}
#header .img {
	padding:0px 0px 0px 0px;
	font-size:100%;
	color:#ccc;
    border: 0px solid;
    width:520px;
    float: right;
    height:113px;
	font-weight:normal;
    background: url(../images/fons.jpg) no-repeat;
	margin: 0 0 0 0px; /* Adjust this value for the space between the site title and the slogan */
}
#header .logo {
	padding: 30px 0 0 0px; /* Adjust this value for the space between the site title and the slogan */
    float:left;
	border: 0px solid #eee;
    text-align: center;
    width: 240px;
}
#sidebar_bottom {
	background-image:url(../images/backgrounds/sidebarbottom.jpg);
	height:53px;
}

#nav {
	margin:0 0px 0 0 !important;
	margin:0 0px 0 0;
	padding:0;
    border: 0px solid;
	float:right;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#nav li a {
	display:block;
	padding:5px 10px 14px 10px;
	margin:0 1px 0 1px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#nav li a:hover, .active {
	background-image:url(/images/backgrounds/menu_a_hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000000;
}
.clear {
	clear:both;
}

#sidebar {
	width:240px;
	background-color:#fff;
	padding:10px 5px 20px 5px;
	float:left;
	margin:0px 0 0 0;
}

#content {
	margin:0 0 0 0px;
    width:500px;
    float:left;
	padding:30px 10px 20px 10px;
    border: 0px solid;
}
#content hr{
  margin: 20px 5px;
}

#content h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:10px 0 20px 10px;
	color:#000000;
}
#content h2 {
	font-size:16px;
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:10px;
}
#content h3 {
	font-size:13px;
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:10px;
}
#content ul {
	margin:15px 0 15px 20px;
	padding:0;
	border-top:1px solid #eee;
}
#content li {
	margin:10px 0 10px 0;
	padding:0 0 10px 15px;
	list-style:none;
	border-bottom:1px solid #eee;
	background-image:url(../images/backgrounds/li.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#content #sideblock {
	width:180px;
	padding:10px;
	background-color:#fff;
	float:right;
	font-size:90%;
	margin:0 0 0 20px;

}
.sidebarfooter {
	background-color:#eee;
	text-align:left;
	padding:7px 5px 7px 5px;
	font-size:80%;
}
.sidebarfooter a {
	background-color:#f6f6f6;
	padding:3px;
	text-decoration:none;
}
.sidebarfooter a:hover {
	color:#000;
	background-color:#fff;
}
#content #sideblock h1 {
	text-transform:none;
	font-size:120%;
	color:#000;
	margin:0;
	letter-spacing:0;
}
#sideblock p {
	text-indent:0;
	line-height:17px;
	padding:5px;
	margin:5px 0 5px 0;
	color:#bbb;
}
#sideblock ul {
	margin:0 0 5px 5px;
	border:none;
}
#sideblock li {
	margin: 0;
	background-image:none;
	padding:0;
	border:none;
}
#sideblock li a {
	text-decoration:none;
	display:block;
	background-color:#fff;
	padding:5px 5px 5px 10px;
	color:#888;
}
#sideblock li a:hover {
	background-color:#f9f9f9;
	color:#666;
	background-image:url(../images/backgrounds/sideblock_li_a_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
}
blockquote {
	background-image:url(../images/backgrounds/bq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:5px 35px 5px 5px;
	border:1px solid #eee;
	font-family:"Trebuchet MS", Tahoma, Verdana;
}

#content a {
	color:#444;
	text-decoration:none;
}
#content a:hover {
		color:#000;
}
a:hover {
	text-decoration: none;
}
#sidebar a {
	color:#333;
}

#sidebar h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:20px;
    margin: 20px 0px 10px -70px;;
	color:#000000;
	font-weight:normal;
	letter-spacing:-1px;
}

#sidebar p {
	font-size:90%;
	line-height:19px;
	margin:10px 0 10px 0;
}

#footer {
	padding:20px;
	border-top:2px solid #A91825;
	color: #808080;
    clear: both;
    width:770px;
    margin:0 auto;
	text-align:center;
}
#footer a {
	color:#999;
}
#footer a:hover {
	color: #000000;
}


/* ............................................................... Side nav */
#side_nav{
float: left;
width: 240px;
text-align: left;
font-size: 12px;
font-weight:bold;
margin-top:20px;
}
#side{
margin:0px;
width: 240px;
padding-left: 0px;
list-style-type: none;
border-top: 1px solid  #d6d5d7;
}


#side a:link, #side a:visited {
text-decoration: none;
color:#666;
}

#side a.active {
color: #339900;
background:#ecedee;
}

#side li{
background:url(/images/arrow.gif) left center no-repeat;
border-bottom: 1px solid  #d6d5d7;
}


#side li a {
display: block;
padding: 5px 5px 5px 20px;
text-decoration: none;
 }


#side li a:hover {

background-color:#ecedee;

text-decoration: none;
color:#000;

}

 * html #side li a {  /* make hover effect work in IE */

 width: 215px;

 }


 #map_canvas{
  height: 400px;
  margin:10px 0px 0 0px;
}

.readmore{
  padding: 12px 0px 0px 20px;
  font-size:11px;
}
.more_news_list{
  padding: 4px 0px;
}
.more_news_list a{
  font-size:12px;
  padding: 4px 0px;
  font-weight: bold;
  margin: 8px 12px;
}
.newsimage img{
  border: 1px solid #C0C0C0;
}
.news_list_divider{
    clear: both;
    height:4px;
    padding: 4px 0px;
    border: 0px solid;
    background: url(/images/divider.gif) repeat-x center;
}

 /* komentāru formai */
.loadingForm{
    z-index:30;
    position:absolute;
    float:left;
    margin-top: 0px;
    margin-left: 0px;
    background: #F8F8F8;
    height:265px;
    width:550px;
    filter: alpha(opacity=60);
    opacity: 0.5;
    background-image: url("/images/loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}

#newsarticle img{
    margin: 10px;
}


.active_comment_page{
  padding: 3px 0px;
  font-weight:bold;
}
.passive_comment_page{
  padding: 3px 0px;
}
.commentForm{
  /*background-color: #F8F8F8; */
  margin-top: 12px;
  padding: 12px;
  border: 0px solid;
}
.comment_numbering{
  border: 0px solid;
  float:left;
  margin:12px 0px;
  width:100%;
  font-size:10px;
  background: #F8F8F8;
}

.comment_title{
  float: left;
  font-weight: bold;
  border: 0px solid;
  padding:2px;
  color: #000000;
  margin-left:20px;
}
.comment_date{
  float: left;
  padding:2px;
  margin-left:12px;
  color: #808080;
  font-size:10px;
}

.comment_text{
    margin-top:4px;
    margin-left:30px;
    padding:0px 4px;
    border: 0px solid;
}

.comment_line{
    width:480px;
    float:left;
    height:4px;
    border: 0px solid;
    margin:4px;
    padding:0px;
    background: url("/images/divider.gif") top repeat-x;
}

.comment_count{
  font-size: 11px;
  font-weight: 100;
  color: #000000;
}

.comment{
  font-size:11px;
  border: 0px solid;
  margin:8px 0px;
  width:550px;
  color: #616161;
}
.warning_message{
  color: #FF0000;
}
.warning{text-align:center;color:red;}

.comment_form_name{
  margin-bottom: 8px;
  border: 0px solid #000000;
}
#security_code{
  margin-bottom: 8px;
}
.comment_form_text{
  margin-bottom:8px;
}

input[type=text]{
  border: 1px solid #DFE8BC;
  padding: 2px 2px 2px 2px;
  font-size: 11px;
}
.textInput{
  border: 1px solid #DFE8BC;
  border-color: #DFE8BC;
  padding: 2px 2px 2px 2px;
  font-size: 11px;
}
.button{
  cursor:pointer;
}

textarea{
  border: 1px solid #DFE8BC;
  padding: 2px 2px 2px 2px;
  font-size: 11px;
}

/* galerijas */
.gallerycontent{
    border: 0px solid black;
    width:100%;
    height:420px;
}
.gallery{
    border: 0px solid black;
    float:left;
    width:165px;
    margin:8px 8px 2px 8px;
}
.gallery img{
    border: 1px solid black;
}
.gallery .galeryimage {
    margin:0 auto;
    width:170px;
    text-align:center;
}

.gallery .gallerytitle{
    border: 0px solid black;
    width:170px;
    text-align:center;
    color: black;
    font-size:11px;
}


.gallerydetailscontent{
    min-height: 550px;
    margin-left: 24px;
    border: 0px solid;
}