@charset "utf-8";
/* CSS Document */
/* reset.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* endreset */

/* Global styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background:url(../img/header.jpg) center top repeat-x;
}
input, textarea {
	-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	border:1px solid #c6c6c6;padding:5px;}

a {outline:none;color:#333;} a:hover{color:#000}
.clear{clear:both}
.right {float:right} .left {float:left}
#content, #header, .container {width:728px;margin:0 auto;clear:both;}
#adsense-top, #adsense-bottom {width:728px;height:90px;clear:both;}
	#adsense-top {margin-bottom:8px;}
	#adsense-bottom {margin-top:8px;}

/* header */
a#logo {float:left;width:162px;height:62px;text-indent:-9999px;background:url(../img/logo.jpg) left top no-repeat}
ul#main-menu li {float:left;border-left:1px solid #545454;border-right:1px solid #2b2b2b;position:relative}
		ul#main-menu li:first-child {border-left:none;}
		ul#main-menu li:last-child {border-right:none;}
	ul#main-menu li a {display:block;font-size:14px;color:#CCC;text-decoration:none;}
		ul#main-menu li a.active, ul#main-menu li a:hover {color:#000;
		background: #f6fc00;
		background: -moz-linear-gradient(top, #f6fc00 0%, #fe6c00 83%, #e55600 83%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6fc00), color-stop(83%,#fe6c00), color-stop(83%,#e55600));
		background: -webkit-linear-gradient(top, #f6fc00 0%,#fe6c00 83%,#e55600 83%); 
		background: -o-linear-gradient(top, #f6fc00 0%,#fe6c00 83%,#e55600 83%); 
		background: -ms-linear-gradient(top, #f6fc00 0%,#fe6c00 83%,#e55600 83%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6FC00', endColorstr='#E55600',GradientType=0 );
		background: linear-gradient(top, #f6fc00 0%,#fe6c00 83%,#e55600 83%);
		}	
			ul#main-menu li a span {display:block;padding:8px 14px 9px 14px;}
				ul#main-menu li a:hover span, ul#main-menu li a.active span {background:url(../img/triangle.png) center bottom no-repeat;}
		ul#main-menu li a.home span {padding:4px 10px 9px 10px;}
			ul#main-menu li a.home span em {display:block;width:20px;height:20px;background:url(../img/home.png) -4px top no-repeat;text-indent:-9999px;}
				ul#main-menu li a:hover.home span em, ul#main-menu li a.active.home span em {background:url(../img/home.png) -4px -33px no-repeat;}
					ul.subnav {
						position: absolute;
						left: 0; top: 33px;
						background: #333;
						margin: 0; padding: 5px;
						display: none;
						float: left;
						border: 1px solid #666;
						-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
						-moz-box-shadow: 0 0 3px #000;
						-webkit-box-shadow: 0 0 3px #000;
						box-shadow: 0 0 3px #000;
					}
					ul#main-menu li ul.subnav li{
						border: none;
						display:block;
						float:none;
					}
					ul.subnav li a {
						padding:6px 12px;
						display:block;
						white-space:nowrap;
					}
					ul.subnav li a:hover { 
						-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
					}	
	
		a#login {float:right;padding:9px 0 10px 0;background:url(../img/triangle.png) center bottom no-repeat;
		font-size:11px;color:#999}
			a:hover#login {color:#FFF;}
		
/* content menu */
#content-menu {margin-top:8px;
	-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	background: #dddddd; 
	background: -moz-linear-gradient(top, #dddddd 2%, #a6a6a6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#dddddd), color-stop(100%,#a6a6a6)); 
	background: -webkit-linear-gradient(top, #dddddd 2%,#a6a6a6 100%); 
	background: -o-linear-gradient(top, #dddddd 2%,#a6a6a6 100%); 
	background: -ms-linear-gradient(top, #dddddd 2%,#a6a6a6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#A6A6A6',GradientType=0 ); 
	background: linear-gradient(top, #dddddd 2%,#a6a6a6 100%);
	border-bottom:1px solid #7e7e7e;
	height:30px;min-height:30px;
	}
	#content-menu ul.left li {float:left;padding-right:1px;}
		#content-menu ul.left li a {padding:8px 16px 7px 16px;text-decoration:none;color:#333;display:block;
		-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
			#content-menu ul.left li a.active, #content-menu ul.left li a:hover {color:#FFF;
			background: #333333;
			background: -moz-linear-gradient(top, #333333 0%, #646464 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#646464));
			background: -webkit-linear-gradient(top, #333333 0%,#646464 100%);
			background: -o-linear-gradient(top, #333333 0%,#646464 100%);
			background: -ms-linear-gradient(top, #333333 0%,#646464 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#646464',GradientType=0 );
			background: linear-gradient(top, #333333 0%,#646464 100%);
			border-bottom:1px solid #333;
			}
	#content-menu ul.right li {float:right}	
		#content-menu ul.right li a {padding:8px 11px 7px 28px;text-decoration:none;color:#333;display:block;
		-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;color:#000;
		background-image:url(../img/time-limits.png);background-repeat:no-repeat;}
			#content-menu ul.right li a:hover, #content-menu ul.right li a.active {-moz-opacity:1; filter:alpha(opacity=100); opacity:1}
			a.all-time {background-position:1px -126px;}
			a.monthly {background-position:1px -84px;}
			a.weekly {background-position:1px -42px;}
			a.daily {background-position:1px -1px;}
		
/* thumbs list */		
	ul.listing li {float:left;padding:16px 11px 0 11px;text-decoration:none;text-align:center}	
		ul.listing li a {text-decoration:none;}
		ul.listing li a img {border:1px solid #999;padding:2px;}
		ul.listing li a strong {display:block;color:#333; text-decoration:underline}
		ul.listing li a span {display:block;color:#999;font-size:11px;text-decoration:none;}
			ul.listing li a:hover img {border:1px solid #333;padding:2px;background:#CCC;}
			ul.listing li a:hover strong {color:#000;}

/* inner page */			
.navigation{text-align:center;list-style:none}
.navigation li{display:inline}
	.navigation li a {padding-top:5px;padding-bottom:7px;display:inline-block; font-size:16px; font-weight:bold;
	background-image:url(../img/controls.png);background-repeat:no-repeat;color:#333;}
			.navigation li a:hover {color:#000}
		.navigation li a.first {
			padding-left:24px;padding-right:10px;
			background-position:-2px -1px;}
		.navigation li a.previous {
			padding-left:24px;padding-right:10px; color: #FF0000;
			background-position:-2px -71px;}
		.navigation li a.random {
			padding-left:6px;padding-right:6px; color: #FF0000;
			background:none}
		.navigation li a.next {
			padding-left:10px;padding-right:25px; color: #FF0000;
			background-position:right -140px;}
		.navigation li a.last {
			padding-left:10px;padding-right:25px;
			background-position:right -210px;}
			.navigation li a:hover.first {
				background-position:-2px -34px;}
			.navigation li a:hover.previous {
				background-position:-2px -104px;}
			.navigation li a:hover.next {
				background-position:right -173px;}
			.navigation li a:hover.last {
				background-position:right -243px;}
	
		.title {font-size:14px;color:#333;float:left;padding:5px}	
		ul#breadcrumbs {float:right;text-align:right;padding:8px}
			ul#breadcrumbs li {display:inline;font-size:11px;color:#999}	
				ul#breadcrumbs li a {display:inline-block;color:#999;padding:0 10px 0 3px;
				background:url(../img/legend.jpg) right 6px no-repeat}
					ul#breadcrumbs li a:hover {color:#666;}
	#object {text-align:center;}
		img.object {border:1px solid #999;padding:2px;display:inline-block;}
		#object p {text-align:justify;color:#333;font-size:13px;line-height:130%;padding:3px 0 8px 0}
	.object-data {border:1px solid #ccc;padding:1px;
		-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
		.object-data .inner {background:#e3e3e3;
		-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
			#voting {float:left;width:188px;height:53px;
			-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
				a#vote-up,a#vote-down {height:53px; font-size:11px;color:#333;text-decoration:none;
					background: #dadada;
					background: -moz-linear-gradient(top, #dadada 0%, #a6a6a6 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#a6a6a6));
					background: -webkit-linear-gradient(top, #dadada 0%,#a6a6a6 100%);
					background: -o-linear-gradient(top, #dadada 0%,#a6a6a6 100%);
					background: -ms-linear-gradient(top, #dadada 0%,#a6a6a6 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DADADA', endColorstr='#A6A6A6',GradientType=0 );
					background: linear-gradient(top, #dadada 0%,#a6a6a6 100%);
				}
					a:hover#vote-up,a:hover#vote-down {color:#FFF;
						background: #333;
						background: -moz-linear-gradient(top, #333 0%, #666 100%);
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#666));
						background: -webkit-linear-gradient(top, #333 0%,#666 100%);
						background: -o-linear-gradient(top, #333 0%,#666 100%);
						background: -ms-linear-gradient(top, #333 0%,#666 100%);
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#666666',GradientType=0 );
						background: linear-gradient(top, #333 0%,#666 100%);
					}
				a#vote-up {float:left;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
				-moz-border-radius-topleft: 4px;
				-moz-border-radius-bottomleft: 4px;
				border-top-left-radius: 4px;
				border-bottom-left-radius: 4px;}
				a#vote-down {float:right;
				-webkit-border-top-right-radius: 4px;
				-webkit-border-bottom-right-radius: 4px;
				-moz-border-radius-topright: 4px;
				-moz-border-radius-bottomright: 4px;
				border-top-right-radius: 4px;
				border-bottom-right-radius: 4px;}
				a#vote-up span,a#vote-down span {display:block;padding-top:37px;width:50px;text-align:center;
				background-image:url(../img/thumbs.png);background-repeat:no-repeat;}
				a#vote-up span {background-position:-8px -8px;}
				a#vote-down span {background-position:-8px -61px;}
					.vote-percent {float:left;height:53px;position:relative;width:88px;
					background: #cd1016;
					background: -moz-linear-gradient(top, #e5262e 0%, #cd1016 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5262e), color-stop(100%,#cd1016));
					background: -webkit-linear-gradient(top, #e5262e 0%,#cd1016 100%);
					background: -o-linear-gradient(top, #e5262e 0%,#cd1016 100%);
					background: -ms-linear-gradient(top, #e5262e 0%,#cd1016 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5262e', endColorstr='#cd1016',GradientType=0 );
					background: linear-gradient(top, #e5262e 0%,#cd1016 100%);
					}
						.vote-percent span {z-index:10;display:block;height:53px;position:absolute;left:0;top:0;
						background: #579510;
						background: -moz-linear-gradient(top, #80c22d 0%, #579510 100%);
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80c22d), color-stop(100%,#579510));
						background: -webkit-linear-gradient(top, #80c22d 0%,#579510 100%);
						background: -o-linear-gradient(top, #80c22d 0%,#579510 100%);
						background: -ms-linear-gradient(top, #80c22d 0%,#579510 100%);
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c22d', endColorstr='#579510',GradientType=0 );
						background: linear-gradient(top, #80c22d 0%,#579510 100%);}
						.vote-percent strong {display:block;width:93px;text-align:center;z-index:100;position:absolute;top:12px;font-size:25px;font-weight:bold;color:#FFF;text-shadow: 0 -1px #333}
			ul#social {float:right;text-align:right;padding-right:3px;}
				ul#social li {display:inline}
					ul#social li a {display:inline-block;width:38px;height:38px;
					background-image:url(../img/social.png);background-repeat:no-repeat;margin:8px 3px 0 0;}
							ul#social li a p {display:none;}
						a.stumble-upon {background-position: 0 0;}
						a.facebook {background-position:-44px 0 ;}
						a.twitter{background-position: -88px 0;}
						a.draugiem {background-position: -131px 0;}
						a.digg {background-position: -174px 0;}	
						a.reddit {background-position: -217px 0;}
								a:hover.stumble-upon {background-position: 0 -48px;}
								a:hover.facebook {background-position:-44px -48px;}
								a:hover.twitter{background-position: -88px -48px;}
								a:hover.draugiem {background-position: -131px -48px;}
								a:hover.digg {background-position: -174px -48px;}	
								a:hover.reddit {background-position: -217px -48px;}	
							ul#social li.share {float:left;padding:20px 5px 0 0;}
							ul#social li.google {display:inline-block; width:80px;height:24px; margin:8px 3px 0 0;}
			ul#sharing {padding:8px 0 36px 0;}	
				ul#sharing li {width:364px}
						ul#sharing li.link {float:left;}
						ul#sharing li.mail {float:right;}
							form#mail{float:right}
					ul#sharing li span {
						-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
						border:1px solid #c6c6c6;float:left;padding:5px 5px 5px 35px;margin-right:2px;
						background-image:url(../img/share.jpg);background-repeat:no-repeat;
						}
							ul#sharing li.link span {background-position:-2px -2px;}
							ul#sharing li.mail span {background-position:-2px -32px;}
					ul#sharing li input[type=text] {border:none;outline:none;width:213px;padding:0;}	
							
							ul#sharing li .primary-button, ul#sharing li a.primary-button  {width:100px;}
					.primary-button, a.primary-button {
						-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
						background: #5e8dba;
						background: -moz-linear-gradient(top, #5e8dba 0%, #3c6b98 100%);
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e8dba), color-stop(100%,#3c6b98));
						background: -webkit-linear-gradient(top, #5e8dba 0%,#3c6b98 100%);
						background: -o-linear-gradient(top, #5e8dba 0%,#3c6b98 100%);
						background: -ms-linear-gradient(top, #5e8dba 0%,#3c6b98 100%);
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8dba', endColorstr='#3c6b98',GradientType=0 );
						background: linear-gradient(top, #5e8dba 0%,#3c6b98 100%);
						font-size:13px;color:#FFF;cursor:pointer;
						border:1px solid #93adc6;
						padding:3px 12px 3px 12px;}
						em.primary-button-cont {
							-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
							border:1px solid #415c84;
							display:inline-block;
							}
							.primary-button:hover, a:hover.primary-button {color:#FFF;
								background: #3c6b98;
								background: -moz-linear-gradient(top, #3c6b98 0%, #5e8dba 100%);
								background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c6b98), color-stop(100%,#5e8dba));
								background: -webkit-linear-gradient(top, #3c6b98 0%,#5e8dba 100%);
								background: -o-linear-gradient(top, #3c6b98 0%,#5e8dba 100%);
								background: -ms-linear-gradient(top, #3c6b98 0%,#5e8dba 100%);
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c6b98', endColorstr='#5e8dba',GradientType=0 );
								background: linear-gradient(top, #3c6b98 0%,#5e8dba 100%);}						
		
/* footer */
#footer {background:url(../img/footer.jpg) bottom repeat-x;
font-size:11px;color:#999;}
	#footer .data {clear:both;padding:32px 0 9px 0}
	#footer p {float:left;}	
	ul#footer-men, ul#footer-menu li {float:right;} 
		ul#footer-menu li a {display:block;color:#999;padding-left:10px;} 
			ul#footer-menu li a:hover {color:#FFF} 
            
            
#object IMG {
    max-width: 722px;
}
            
/* Bilzu navigacija (bultas uz bildes): */
#img-view-left-button{
    cursor: pointer;
    height: 100% !important;
    width: 60px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 500;
    overflow: hidden;
}
#img-view-left-button:hover {
    /*background-image: url(../img/pix.png);*/
}
#img-view-right-button{
    cursor: pointer;
    height: 100%;
    width: 60px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 500;
    overflow: hidden;
}
#img-view-right-button:hover {
    /*background-image: url(../img/pix.png);*/
}

#img-view-left-button:hover DIV, #img-view-left-button DIV:hover {
    background-image: url(/img/gallery_navigate_left.png);
    top: 50%;
    left: 0;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    width: 49px;
}

#img-view-right-button:hover DIV, #img-view-right-button DIV:hover {
    background-image: url(/img/gallery_navigate_right.png);
    top: 50%;
    right: 0;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    width: 49px;
}

#img-view-left-button div img, #img-view-left-button div img img-view-right-button {
    height: 2048px;
    width: 409px;
}

#img_navigate__prev_next {
    position: relative;
}
/****************************************/
			