/* 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 -90px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 80px; /* .push must be the same height as .footer */
}

/* Main */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
	background-color: #FFFFFF;
	line-height: 1.4em;
}

#wrapper {
	position: relative;
	text-align: left;
}

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

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

/* Navigation */
#navigation {
	margin: 0 auto;
	width: 879px;
	background-color: #FFFFFF;
}

/* Navigation -> Breadcrumbs */
#breadContainer {
	background-color: #FFF;
}

#breadcrumbs, #valoda {
	margin: 0px;
	border: 0px;
	
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	font-size: 11px;
	background-color: #FFF;
}
#breadcrumbs {
	width: 749px;
	padding-right: 0px;
	float: left;
}

#breadcrumbs a {
	color: #000;
	text-decoration: none;
}

#breadcrumbs .active {
	color: #C30;
}

#valoda {
	width: 100px;
	text-align: right;
	font-weight: normal;
	float: left;
	padding-right:10px;
}

#valoda a {
	text-decoration: none;
	color: #000;
}

/* Navigation -> Master */
#master {
	background-color: #333;
	border-bottom: 1px solid #fff;
	width: 879px;
}

#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: 27px;
	background: url(../_img/menu_poga_patern.gif);
}

#master a {
	color: #fff;
	width: 110px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

#master li.active, #master li:hover {
	background: url(../_img/menu_activpoga_patern.gif);
}

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

/* Navigation -> Slave */
#slave {
	background-color: #F93;
	width: 879px;
}

#slave .spacer {
	background-color: #F93;
	width: 10px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;	
	float: left;
}

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

#slave a {
	color: #993300;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

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

/* Content */
#content {
	width: 859px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}

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

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

/* Footer part */
#footer {
	padding-top: 10px;
	position: relative;
	background: url(../_img/fona_patern.gif);
}

#footer div {
	margin: 0 auto;
	width: 867px;
	padding: 6px;
	text-align: right;
	color: #fff;
	background-color: #000;
}

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

/* Text styling */
.pageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}

.pageSubTitle {
	font-weight: bold;
	color: #CC3300;
}

.imageDescription {
	font-size: 10px;
	line-height: 1.1em;
}

.greyBackground {
	background-color: #E1E1E1;
	color: #333333;
	font-weight: bold;
}

table.specific td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.border {
	border: 1px dashed #CC3300;
	padding: 8px;
}

.fixedContent {
    width: 609px;
}

.contentImages {
    text-align: right;
}

.artists img {
	margin-bottom: 5px;
	margin-right: 5px;
}