html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, table, tr, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

fieldset, img {
	border: none;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0em;
}

fieldset, img { border: none; }

html, body {
	background: #fff !important;
}

div#wrapper {
	width: 800px;
	padding: 0 10px;
	margin: 0 auto;
}

	div#header {
		display: none;
	}

	ul#menu-top {
		display: none;
	}

	div#left{
		display: none;
	}

	div#content {
		padding: 10px 10px 20px 10px;
	}

	div#footer {
		height: 20px;
		text-align: center;
		line-height: 20px;
		border-bottom: 1px solid #000;
 		border-top: 1px solid #000;
	}
	
	p#pagepath {
		display: none;
	}
	
/* pager */

table.pager {
	margin: 0 auto;
}

p.pager {
	display: inline;
	float: right;
}

	p.pager a {
		display: block;
		float: left;
		padding: 2px;
		margin: 1px;
		font-weight: bold;
	}

	p.pager a.selected {
		color: #000;
		text-decoration: underline;
	}

	p.pager a.pager-next, p.pager a.pager-prev {
		text-indent: -2000px;
		width: 10px;
		font-size: 12px;
	}

	p.pager a.pager-next {
		background: url('../images/arr-left.gif') no-repeat 50% 50%;
	}

	p.pager a.pager-prev {
		background: url('../images/arr-right.gif') no-repeat 50% 50%;
	}

/* jaunumi */

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

	ul#news li {
		padding: 0;
		margin: 0;
		background: transparent;
	}
	
		ul#news li h2 {
			margin: 0;
			padding: 0;
		}
		
 		ul#news li p.date {
			margin: 0;
			padding: 2px 0 0;
			color: #888;
		}
		
		ul#news li ul.news-info {
			padding: 0;
			margin: 0;
			height: 20px;
			display: block;
			background: #eee;
		}
		
			ul#news li ul.news-info li {
				padding: 0 10px 0 18px;
				height: 20px;
				line-height: 20px;
				margin: 0 3px;
				display: block;
				float: left;
			}
			
			ul#news li ul.news-info li.news-info-author {
				background: url('../images/icon-user.png') no-repeat 0 50%;
			}
			
			ul#news li ul.news-info li.news-info-date {
				background: url('../images/icon-clock.png') no-repeat 0 50%;
			}

/* lapas karte */

div#sitemap ul {
	margin: 1px 0 1px 16px;
	padding: 0;
	list-style: none;
}

	div#sitemap ul li {
		background: url('../images/li.gif') no-repeat 0 5px;
		padding: 1px 0 1px 12px;
	}

		div#sitemap ul li li {
			background: url('../images/li2.gif') no-repeat 0 5px;
			padding: 1px 0 1px 11px;
		}

			div#sitemap ul li li li {
				background: url('../images/li3.gif') no-repeat 0 6px;
				padding: 1px 0 1px 10px;
			}

				div#sitemap ul li li li li {
					background: url('../images/li4.gif') no-repeat 0 7px;
					padding: 1px 0 1px 9px;
				}
				
/* galerijas */

ul.gallery-list {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	height: auto;
}

	ul.gallery-list li {
		padding: 2px;
		margin: 3px;
		float: left;
		background: #eee;
		border: 1px solid #ddd;
		font-size: 9px;
		line-height: 11px;
		color: #777;
	}

		ul.gallery-list li a {
			display: block;
			width: 82px;
			height: 82px;
		}

		ul.gallery-list li img {
			border: 1px solid #fafafa;
		}

		ul.gallery-list li ul {
			list-style: none;
			padding: 2px 0 0;
			margin: 0;
		}

			ul.gallery-list li li {
				float: none;
				background: transparent;
				border: 0;
				padding: 0;
				margin: 0;
			}
