@import url("base.css");

/* CZĘSTO UŻYWANE KLASY ---------------------- */

.invisible {
	visibility: hidden;
}

.disp-n {
	display: none;
}

.fl-l {
	float: left !important;
}

img.fl-l {
	margin: 0 15px 18px 0;
}

.fl-r {
	float: right !important;
}

img.fl-r {
	margin: 0 0 18px 15px;
}

.clear {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

.debug {
	border: 1px solid red;
}

.hr {
	border-bottom: 1px dotted #666;
	margin-bottom: 17px;
}

.inner, .section, .header, .hr {
	overflow: hidden;
	position: relative;
}

.altSpacing {
	padding-top: 30px;
}

/* LAYOUT ------------------------------------ */

#masthead, #contentWrapper, #footer {
	margin: 0 auto;
	overflow: hidden;
}

/* top */
#masthead {
	background: url(../img/common/border-t.gif) repeat-x 0 0;
	padding: 5px 0 9px;
	width: 960px;
}

/* logo */
#logo, #logo img {
	float: left;
	font: normal 36px/104px 'Trebuchet MS', 'Helvetica Neue', 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	display: block;
	height: 104px;
	margin: 0;
	overflow: hidden;
	width: 360px;
}

/* logowanie */
#masthead .nav {
	float: right;
	margin: -5px 0 0;
}

#masthead .nav li {
	float: left;
	padding: 40px 0 0;
}

#masthead .nav .active {
	border-top: 5px solid #f14434;
	padding: 35px 0 0;
}

#masthead .nav a {
	display: block;
	line-height: 18px;
	padding: 2px 5px;
	margin: 0 8px;
	text-decoration: none !important;
}

#masthead .nav a:hover, #masthead .nav .active a {
	background: #f14434;
	color: #fff;
}

#masthead .nav .active a {
	cursor: default;
	font-weight: bold;
}

#masthead .nav span {
	background: url(../img/common/divider01.gif) no-repeat 0 50%;
	display: block;
	line-height: 22px;
	padding: 0 0 0 1px;
}

/* lista wykonawców */
#artistSearch {
	background: #eff0eb;
	border-bottom: 1px dotted #939491;
	border-top: 1px dotted #939491;
	float: left;
	padding: 0 10px;
	position: relative;
	z-index: 2;
	width: 940px;
}

#alnumListing {
	float: left;
	font: normal 16px/38px Georgia, 'Times New Roman', Times, serif;
}

#alnumListing > *, #alnumListing > ul > li {
	display: block;
	float: left;
	margin: 0;
}

#alnumListing > span:first-child {
	color: #939491;
	padding: 0 2px 0 0;
}

#alnumListing > ul > li {
	position: relative;
}

#alnumListing > ul > li > a {
	color: #262626;
	display: block;
	padding: 0 4px;
	text-decoration: none !important;
}

#alnumListing > ul > li > a:hover,
#alnumListing > ul > li:hover > a {
	background: #262626;
	color: #fff;
}

/* podmenu */
.subNav {
	background: #fff;
	border: 1px solid;
	display: none;
	font: 12px/18px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 8px;
	position: absolute;
		top: 38px;
		left: 0;
		z-index: 100;
	width: 130px;
}

li:hover .subNav {
	display: block;
}

.subNav ul {
	margin: 2px 0 6px !important;
	padding: 0 !important;
}

.subNav li {
	padding: 0 0 2px 10px;
	background: url(../img/common/bull01.gif) no-repeat 0 0.7em;
}

.subNav li a {
	color: #262626;
}

.subNav li a:hover {
	color: #f14434;
	text-decoration: none;
}

.subNav p {
	border-top: 1px dotted #ccc;
	font-size: 11px;
	padding: 2px 2px 0;
	margin: 0;
}

/* formularz wyszukiwania */
#searchFrm {
	float: right;
	padding: 6px 0 0;
}

#searchFrm label {
	display: none;
}

#searchFrm input {
	float: left;
}

#keywords {
	background: #fff url(../img/common/search-bg.png) no-repeat 5px 50%;
	border: 1px solid #ccc;
	color: #999;
	font: normal 12px/17px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 17px;
	line-height: 18px !important;
	margin: 0 3px 0 0;
	padding: 3px 3px 3px 20px;
	width: 190px;
}

#keywords:focus {
	background: #f9f9f9 url(../img/common/search-bg.png) no-repeat 5px 50%;
	border-color: #999;
	color: #000;
}

#searchFrm .button {
	background: #f14434 url(../img/common/but-arr.gif) no-repeat 0 0;
	height: 25px;
	width: 22px;
}

/* układ kolumn */
#contentWrapper, #breadcrumbs {
	clear: both;
	position: relative;
	z-index: 1;
}

#contentWrapper {
	min-height: 500px;
	padding: 22px 10px 35px;
}

#breadcrumbs {
	color: #999;
	font-size: 11px;
	margin: 0;
	padding: 2px 11px;
}

/* główna kolumna */
#content, .content {
	float: left;
	overflow: hidden;
	width: 620px;
}

#content .section, .content .section {
	margin-bottom: 12px;
}

/* boczna kolumna */
#sidebar {
	float: right;
	overflow: hidden;
	width: 300px;
}

#sidebar .section {
	margin-bottom: 20px;
}

#content > *:last-child, #sidebar > *:last-child, .content > *:last-child {
	margin-bottom: 0 !important;
}

/* stopka */
#footer {
	border-top: 1px dotted #ccc;
	font-size: 11px;
	line-height: 12px;
	padding: 12px 5px;
	width: 930px;
}

#footer p {
	float: left;
	margin: 0;
}

#footer .nav {
	float: right;
	margin: 0;
}

#footer .nav li {
	border-left: 1px solid #ccc;
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}

#footer .nav li:first-child {
	border: 0 none;
}

#footer .nav a {
	color: #999;
}

#footer .nav a:hover {
	color: #f14434;
}

/* MODUŁU PODSTRON ------------------------------------ */

.section h1 {
	margin-bottom: 0;
}

/* wspólne ustawienia dla listingów */

.listing li, .multicol-listing li, .albumDetails ol li {
	overflow: hidden;
}

.listing li span, .multicol-listing li span, .albumDetails ol li span {
	display: block;
	float: left;
}

/* moduł top artystów w sidebarze */
.listing ol {
	margin: 0 auto;
	width: 296px;
}

.listing li {
	border-bottom: 1px dotted #ccc;
}

.listing li span {
	font-weight: bold;
}

.listing li span:first-child, .albumDetails li span:first-child {
	font-size: 14px;
	padding: 4px 6px 4px 0;
	text-align: right;
	width: 20px;
}

.listing li span + span {
	padding: 4px;
	width: 260px;
}

.listing li img {
	vertical-align: middle;
	margin-right: 6px;
}

.listing .leading span {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.listing .leading span:first-child {
	line-height: 25px;
}

/* tabowe menu */
.tabsNav {
	overflow: hidden;
	font: 14px/26px Georgia, 'Times New Roman', Time, serif;
	margin: 0;
	position: relative;
		z-index: 2;
}

.tabsNav li {
	background: url(../img/common/tab-arr.gif) no-repeat 0 0;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 7px;
}

.tabsNav li.active {
	background: url(../img/common/tab-arr.gif) no-repeat 50% 100%;
}

.tabsNav a {
	background: #d3d3d3;
	color: #444;
	display: block;
	padding: 0 15px;
	text-transform: lowercase;
	text-decoration: none !important;
}

.tabsNav a:hover, .tabsNav li.active a {
	background: #4b4b4b;
	color: #fff;
}

.tabsNav li.active a {
	cursor: default;
}

.tabsContent {
	background: #f3f3f3;
	padding: 7px 10px 0;
	position: relative;
		top: -7px;
		z-index: 1;
}

/* listing w tabowym contencie */

.multicol-listing li span:first-child {

}
/**/

.multicol-listing ol {
	float: left;
	width: 280px;
}

.multicol-listing ol + ol {
	float: right;
}

.multicol-listing li {
	padding: 23px 0 2px 0;
}

.multicol-listing li span {
	padding: 0 0 2px;
	width: 230px;
}

.multicol-listing li span:first-child {
	color: #4b4b4b;
	font-size: 18px;
	line-height: 27px;
	padding: 0 15px 2px 10px;
	text-align: right;
	width: 20px;
}

.multicol-listing li img {
	display: block;
	float: left;
	margin: 2px 0 0;
}

.multicol-listing li em {
	color: #666;
	display: block;
	font-style: normal;
	line-height: 13px;
	margin-left: 32px;
}

.multicol-listing li a {
	color: #666;
}

.multicol-listing li b {
	color: #f14434;
}

.multicol-listing li a:hover {
	color: #f14434;
}

/* lista teledysków */
.mediaListing ul {
	margin: 0;
	overflow: hidden;
}

.mediaListing li {
	float: left;
	width: 150px;
	margin: 0 68px 18px 0;
}

.mediaListing li:nth-child(3n+0) {
	margin: 0 0 18px;
}

.mediaListing li span {
	border: 1px solid #ddd;
	display: block;
	padding: 1px;
	position: relative;
}

.mediaListing li span img {
	display: block;
	position: relative;
	z-index: 1;
}

.mediaListing li span a {
	background: transparent url(../img/common/black-05.png);
	background: none rgba(0,0,0,0.5);
	border: 1px solid #333; /* #605d5c */
	border: 1px solid rgba(255,255,255,0.2);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0 5px;
	position: absolute;
		bottom: 5px;
		left: 5px;
		z-index: 2;
	text-decoration: none !important;
}

.mediaListing li span a:hover {
	background: #000;
	border: 1px solid #7e231b;
	border: 1px solid rgba(241,68,52,0.52);
	color: #f14434;
}

.mediaListing li h3 {
	color: #f14434;
	height: 18px;
	overflow: hidden;
	margin: 2px 0;
}

.mediaListing li strong {
	color: #666;
	display: block;
	font-weight: normal;
	height: 18px;
	overflow: hidden;
}

.mediaListing li strong a {
	color: #666;
}

.mediaListing li strong a:hover {
	color: #f14434;
}

.mediaListing ul + p {
	text-align: right;
}

/* zestawienie wykonawców */
.artistsTbl {
	border-collapse: separate;
	width: 100%;
}

.artistsTbl th, .artistsTbl td {
	border: 0 none;
}

.artistsTbl tr > * + * {
	text-align: center;
}

.artistsTbl thead th {
	border-bottom: 10px solid #fff;
	background: url(../img/common/th-fake-border.gif) repeat-x 0 100%
}

.artistsTbl thead th:first-child {
	padding-left: 1px;
}

.artistsTbl tbody tr {
	background: #f3f3f3
}

.artistsTbl tbody tr > * {
	background: #f3f3f3 url(../img/common/td-fake-border.gif) repeat-x 0 100%
}

.artistsTbl tbody td {
	font-weight: bold;
}

.artistsTbl tbody td + td {
	font-weight: normal;
	border-right: 10px solid #f3f3f3;
}

.artistsTbl tbody tr > *:first-child {
	border-left: 10px solid #f3f3f3;
	padding-left: 0;
}

.artistsTbl tbody tr:last-child > * {
	background: #f3f3f3 none;
}

.artistsTbl tbody tr.lastRow > * {
	background: #f3f3f3 none;
}

/* album */
.header {
	border-bottom: 1px solid #888;
	margin-bottom: 15px;
	padding: 0 1px 2px;
}

.header p {
	font: normal 14px/30px Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

.album .header {
	margin-bottom: 0;
}

.albumDetails {
	background: #f3f3f3;
	border-top: 1px solid #fff;
	overflow: hidden;
	padding: 18px 20px 18px 10px;
}

.albumDetails ol {
	float: left;
	margin-bottom: 0;
	width: 400px;
}

.albumDetails li span:first-child {
	font-weight: bold;
	padding: 4px 6px 4px 0;
}

.albumDetails li span + span {
	padding: 5px 4px 3px;
	width: 360px;
}

.albumDetails li:first-child span:first-child {
	padding-top: 0;
}

.albumDetails li:first-child span + span {
	padding-top: 1px;
}

.albumDetails ol li a, .rel ol li a {
	font-weight: bold;
	color: #888;
}

.albumDetails ol li a:hover, .rel ol li a:hover {
	text-decoration: none;
}

.albumDetails ol li a:link, .rel ol li a:link {
	font-weight: normal;
	color: #f14434;
}

.albumDetails ol li a[href]:hover, .rel ol li a[href]:hover {
	text-decoration: underline;
}

.albumDetails > div {
	float: right;
	overflow: hidden;
	width: 160px;
}

.albumDetails > div img {
	display: block;
	margin: 0 auto;
}

/* lekko zmodyfikowane listy boczne dla działu tekst */

.rel li span + span {
	font-weight: normal;
}

/* tekst utworu */
.songTxt {
	padding: 18px 10px;
}

.songTxt p:last-child {
	margin: 0;
}

.footer {
	overflow: hidden;
}

.footer p {
	color: #555;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 5px;
	width: 280px;
}

.footer p + p {
	float: right;
	text-align: right;
}

/* formularz rejestracyjny */

form li.nl {
	padding-bottom: 12px;
}

.regFrm label[for] {
	display: none;
}

.textInput, select {
	background: #eee;
	border: 1px solid #cecece;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	padding: 2px 4px;
	font: 14px/1 Arial, Helvetica, sans-serif;
}

input.textInput {
	height: 18px;
}

.textInput {
	line-height: 18px !important;
	padding: 3px 5px;
	width: 200px
}

.textInput:focus, select:focus {
	border-color: #bbb;
	color: #000;
}

.regBut, .commentBut {
	background: #f14434 url(../img/common/but-reg.gif) no-repeat 0 0;
	height: 33px;
	padding: 0 0 3px;
	width: 156px;
}

.regBut:hover {
	background: #f14434 url(../img/common/but-reg.gif) no-repeat 0 -33px;
}

.regFrm p {
	margin-bottom: 18px;
}

/* komentarze */
.commentBut {
	background: #f14434 url(../img/common/but-comment.gif) no-repeat 0 0;
}

.commentBut:hover {
	background: #f14434 url(../img/common/but-comment.gif) no-repeat 0 -33px;
}

.commentsFrm ul {
	margin: 0;
	padding: 6px 0 0;
}

.commentsFrm input.textInput {
	width: 240px;
}

.commentsFrm textarea.textInput {
	height: 120px;
	width: 98%;
}

.commentsFrm li:last-child {
	padding: 0 0 6px;
}

.commentsFrm {
	margin: 0 0 24px;
}

.comments .meta {
	background: #eee;
	border: 1px solid #cecece;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	font-size: 11px;
	padding: 4px 10px;
}

.comments .meta cite {
	font-weight: bold;
	padding: 0 10px 0 0;
}

.comments blockquote {
	border: 0 none;
	font: italic 12px/18px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.comments blockquote p {
	font-style: normal;
	margin-bottom: 0;
	padding: 0 0 24px;
}

.comments ol > li:last-child blockquote p {
	padding: 0 0 6px;
}

.comments {
	padding: 12px 0 0;
}

