/* @override http://riga.pm/css/riga.css */

@font-face { font-family: DroidSans; src: url('/fonts/DroidSans.otf'); }
@font-face { font-family: DroidSans; font-weight: bold; src: url('/fonts/DroidSans-Bold.otf'); }


p 
	{
	margin: 0px;
	font: 1.5em 'DroidSans', sans-serif;
}


a.button {
	
	float:left;
	border: 0px;
	padding:0.2em;
	margin:0.3em;
	background-color: #d2d7bb;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: white;
	-moz-box-shadow: 0px 0px 20px #fff;
	box-shadow: 0px 0px 20px #fff;
	}
	
a.button:hover {
	background-color: #a2d7bb;
	margin-top: 5px;
	}	
	
.lang-links {
	width:180px; 
	margin-left:auto; 
	margin-right:auto; 
	height:50px;

}

/* @group Flags */

div#flags {
	right: 0px;
	top: 40px;
	position: absolute;
	margin-right: 0px;
	margin-top: 0px;
}

ul#flags {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}


ul#flags li {
	padding-bottom: 4px;
	width: 24px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 5px;
	opacity: 0.3;
}

ul#flags li:hover {
	background-position: 0px;
	opacity: 1;
}

ul#flags li a {
	display: block;
	width: 24px;
	height: 18px;
}

ul#flags li#lv {
	background-image: url(http://riga.pm/img/flags/lv_g.png);
}

ul#flags li#lv:hover {
	background-image: url(http://riga.pm/img/flags/lv.png);
	opacity: 0.3;
}


ul#flags li.active#lv {
	background-image: url(http://riga.pm/img/flags/lv.png);
	opacity: 0.8;
}

ul#flags li#ru {
	background-image: url(http://riga.pm/img/flags/ru_g.png);
}

ul#flags li#ru:hover {
	background-image: url(http://riga.pm/img/flags/ru.png);
	opacity: 0.3;
}

ul#flags li.active#ru {
	background-image: url(http://riga.pm/img/flags/ru.png);
	opacity: 0.8;
}

ul#flags li#en {
	background-image: url(http://riga.pm/img/flags/en_g.png);
}

ul#flags li#en:hover {
	background-image: url(http://riga.pm/img/flags/en.png);
	opacity: 0.3;
}

ul#flags li.active#en {
	background-image: url(http://riga.pm/img/flags/en.png);
	opacity: 0.8;
}


/* @end */

