/* Sticky Footer by Ryan Fait http://ryanfait.com/ */

html, body {
	height: 100%;
	margin: 0px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -87px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 87px; /* .push must be the same height as .footer */
}

/* Main */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	line-height: 1.4em;
	color: #414141;
	text-align: center;
}

#wrapper {
	background: url(../_img/cont_bg.png) repeat-y center;
	position: relative;
	text-align: left;
}

/* Header */
#header {
	text-align: center;
	line-height: 0px;
	background-image: url(../_img/fons_2.jpg);
}

#header img {
	padding-top: 30px;
}

/* Navigation */
#navigation {
	margin: 0 auto;
	width: 984px;
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

/* Navigation -> Master */
#master {
	background-color: #999;
	border-bottom: 1px solid #fff;
	width: 984px;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../_img/fons_menu11.png);
}

#master ul {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
#master li {
	list-style-type: none;
	display: inline;
	float: left;
	border-right: 1px solid #fff;
	width: 110px;
	height: 23px;  
}

#master a {
	color: #e6e6e6;
	width: 110px;
	padding-top: 5px;
	text-align: center;
}

#master li.active, #master li:hover {
	background-color: #cc216f;
}

#master li.active a, #master li:hover a {
	color: #fff;
}

#master a, #slave a {
	text-decoration: none;
	text-align: center;
	display: block;	
}

/* Navigation -> Slave */
#slave {
	background: url(../_img/fons_menu2.png) repeat-x center;
	width: 984px;
	height: 23px;
}

#slave .spacer {
	width: 10px;
	padding: 0px;
	padding-top: 3px;
	float: left;
}

#slave ul {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
#slave li {
	list-style-type: none;
	display: inline;
	float: left;
	height: 23px;
}

#slave a {
	color: #484848;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
}

#slave a.active, #slave a:hover {
	color: #F62381;
}

/* Valodas izvele */
#valoda {
	margin: 0px;
	border: 0px;
	
	font-size: 12px;
	
	width: auto;
	text-align: right;
	font-weight: normal;
	float: right;
	padding-top: 2px;
	padding-right:9px;
}

#valoda a {
	display: inline;
	padding: 0;
}

/* Slave subnavigation */
#container {
	background-color: transparent;
}

#container .navigation, #container .images {
	background-color: transparent;
	float: right;
	clear: right;
	padding: 13px;
	width: 282px;
}

#container .navigation {
	border-bottom: 2px solid white;
	background-color: #CCC;
	line-height:1.8em;
}

#container .navigation a:link {
	text-decoration: none;
	color: #414141;
}

#container .navigation a:visited {
	color: #414141;
	text-decoration: none;
}

#container .navigation a:hover, #container .navigation a.active {
	color: #E5620D;
	text-decoration: none;
}

#content {
	width: 630px;
	padding: 20px;
	padding-right: 10px;
	background-color: transparent;
	text-align: justify;
}

/* Content container */
#container {
	width: 984px;
	margin: 0 auto;
}

#container .foto a {
  text-decoration: none;
}

#container .foto img {
  border: 1px solid black;
}

/* Footer part */
#footer {
	position: relative;
	background: url(../_img/fons_3.jpg);
	background-repeat: repeat-x;
}

#footer .label {
	margin: 0 auto;
	height: 24px;
	width: 969px;
	padding-top: 10px;
	padding-right: 9px;
	padding-left: 6px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	background-color: #cc216f;
}

/* Clearer */
.clearer{
	clear: both;
}

/* Text styling */
.h1 {
	font-size: 18px;
	font-weight: bold;
}

.h2 {
	font-size: 16px;
}

.h3 {
	font-size: 16px;
	font-weight: bold;
}

.h4 {
	font-weight: bold;
	background-color: #D3D3D3;
}
.h5 {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

.paraksts {
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
}

p > .atkape {
	padding-bottom: 0;
}

.atkape {
	padding-left: 40px;
}

.bgGray {
	background-color: #616161;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:1px;
	text-indent:4px;
}

.artistName {
	padding-top: 10px;
}

.artistDescription {
	display: none;
}

hr {
	color: #CCC;
}

a {
       color: #333;
}
a:hover {
	color: #000;
}

#ietvars img {
	margin-right: 12px;
	margin-bottom: 12px;
	
	border: 1px solid #000000;
}
