@charset "utf-8";
/* CSS Document */




/* TAGS -- START */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

p {
	font-size: 10pt;
	color: black;
	text-align: justify;
	padding-bottom: 10px;
}

h1 {
	color: #4c110f;
	font-size: 14pt;
	padding-bottom: 10px;
	font-weight: bold;
}


body {
	background: url(images/background.jpg) top left no-repeat;
	font-family: /* "Trebuchet MS",  Tahoma, Calibri, */Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-color: #1d1b1b;
}

a {
	color: #c72026;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* TAGS -- END */

/* DIVS -- START */

#container {

}

#vinyl {
	width: 280px;
	height: 520px;
	position: absolute;
}

#menu {
	position: absolute;
	top: 200px;
	left: 280px;
}
#menu li {
	list-style-type:none;
	height: 40px;
	width: 120px;
	float: left;
	overflow: hidden;
	background-image: url(images/menu.jpg);
}

#menu div {
	height: 40px;
	width: 120px;
	float: left;
	overflow: hidden;
	background-image: url(images/menu.jpg);
}

#menu a {
	display: block;
	width: 100%;
	height: 100%;
}

#renginiai {
	background-position: 0px 0px;
}

#renginiai:hover {
	background-position: 0px -40px;
}

#meniu {
	background-position: -120px 0px;
}

#meniu:hover {
	background-position: -120px -40px;
}

#galerija {
	background-position: -240px 0px;
}

#galerija:hover {
	background-position: -240px -40px;
}

#apie {
	background-position: -360px 0px;
}

#apie:hover {
	background-position: -360px -40px;
}

#language {
	position: absolute;
	left: 780px;
	top: 60px;
}

#lang_en {
	width: 37px;
	height:	36px;
	float: left;
	text-align: center;
}

#lang_lt {
	width: 46px;
	height: 47px;
	float: left;
}

#lang_en p {
	text-align: center;
	line-height: 36px;
	font-size: 12pt;
	font-weight: bold;
}

#lang_lt p {
	text-align: center;
	line-height: 47px;
	font-size: 18pt;
	font-weight: bold;
}

#language a {
	color: white;
}
#language a:hover {
	color: #b3b4b4;
	text-decoration: none;
}

#friends {
	position: absolute;
	left: 820px;
	top: 140px;
	width: 160px;
}

#friends a {
	display: block;
	margin-bottom: 10px;
}

#text {
	position: absolute;
	width: 440px;
	height: 320px;
	top: 260px;
	left: 300px;
	overflow: auto;
	padding-right: 20px;
}

#text ul {
	list-style-type: none;
	overflow: hidden;
}

#text  li {
	float: left;
	clear: both;
	padding-top: 10px;
	border-top: 1px dotted silver;
	margin-top: 10px;
}

#text  li a{
	font-weight: bold;
}

#text  h2{
	font-weight: bold;
	color: #4c110f;
	font-size: 12pt;
	padding-bottom:5px;
}

.right {
	margin-left: 20px;
	width: 300px;
	float: left;
	clear: right;
}

.left {
	width: 100px;
	float: left;
}

#newslist {
	position: absolute;
	top: 540px;
	left: 100px;
}

#newslist_text {
	position: absolute;
	top: 520px;
	left: 20px;
	width: 200px;
	height: 40px;
}

#newslist_text p {
	font-size: 8pt;
}

input {
	width: 110px;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
	border: 0px;
}

#input1 {
	width: 120px;
	height: 18px;
	background: url(images/input1.jpg);
}

#input2 {
	width: 120px;
	height: 18px;
	margin-top: 4px;
	background: url(images/input2.jpg);
}

#go {
	position: absolute;
	top: 520px;
	left: 240px;	
	height: 46px;
	width: 49px;
	background: url(images/go.jpg);
	z-index:10;
}

#go:hover {
	background: url(images/go_isp.jpg);
}

#go a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer {
	position: absolute;
	height: 40px;
	top:660px;
	left:100px;
}

#footer p {
	color: white;
	padding: 0px;
}

.gallery .gallery-row {padding-bottom:10px;}

.alignleft {float:left; padding-right:5px;}