@import 'blueprint/screen.css';
@import 'blueprint/ie.css';

/*
	niebieski: #183f74;
	zloty: #d4af37;
	brazowy: #8d6d1e
	ciemny brazowy: #653f21;
*/

body {
	background: #653f21;
	padding-top: 5px;
}

a:link {
	color: #183f74;
}
a:hover {
	color: #d4af37;
}
a:visited {
	color: #444;
}

h1, h2, h3, h4 {
	
}

#header {
	position: relative;
	background: url('/img/v2/header-bg.jpg') no-repeat left;
	height: 155px;
}

#header h1 {
	margin: 48px 0 0 154px;
	width: 140px;
	height: 30px;
}

#header h1 a {
	display: block;
	width: 100%;
	text-indent: -1000px;
}

#tagline {
	text-indent: -10000px;
}

#header .ad {
	position: absolute;
	top: 23px;
	right: 20px;
}

#mainmenu {
	position: absolute;
	top: 107px;
	left: 141px;
}
#actionsmenu {
	position: absolute;
	top: 107px;
	right: 90px;
}

#header li {
	float: left;
	list-style: none;
}

#header li a {
	display: block;
	padding: 0 13px;
	font-weight: bold;
}

#actionsmenu a {
	color: white;
	
}

#searchbox {
	position: absolute;
	left: 640px;
	top: 48px;
}
#query {
	margin: 0;
	padding: 0 0 0 10px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border: none;
	background: transparent;
}
#searchbox .submit {
	background: transparent;
	border: none;
	width: 40px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	line-height: 0px;
	font-size: 0px;	
	cursor: pointer;

}

#content {
	background: white url('/img/v2/content-bg2.jpg');
}

.header {
	background: url('/img/v2/ribbon-bg.png') repeat-x left;
	height: 70px;
}
.header .info {
	background: url('/img/v2/ribbon-l.png') no-repeat left;
	height: 70px;
}
.header .actions {
	background: url('/img/v2/ribbon-r.png') no-repeat right;
	height: 65px;
	padding-top: 5px;
}
.header .actions ul {
	float: right;
	margin-right: 40px;
}
.header li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
.header .actions a {
	width: 48px;
	height: 48px;
}
.header h2 {
	margin-bottom: 0;
	padding-top: 7px;
	line-height: 1.2em;
}


.directory .creators div {
	height: 126px;
}

.directory ul li {
 display: inline;
}

.directory .alpha li {
	display: inline;
	font-size: 1.5em;
}

.status1, .status2 {
	font-weight: bold;
}

.lyrics blockquote {
	margin-left: 0;
	overflow-y: auto;
}

.interpretations ol {
	margin-left: 0;
}
.interpretations li {
	list-style: none;
}
.interpretations .avatar {
	float: left;
}
.interpretations h3 {
	margin-left: 80px;
}
.interpretations h4 {
	margin-left: 80px;
}
.interpretations blockquote {
	margin-left: 80px;
	font-style: normal;
}

.tweet {
	background: #c1ac95 url('/img/v2/tweet-top.png') no-repeat top left;
}
.tweet form {
	background: url('/img/v2/tweet-bottom.png') no-repeat bottom left;
}
.tweet textarea {
	height: 100px;
	width: 320px;
	
}
.tweet div.input {
	padding: 0 10px;
}
.tweet div.textarea {
	padding: 10px 10px 0 10px;
}
.tweet div.submit {
	text-align: right;
	padding: 0 10px 10px 0;
}

.ad.banner {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.ad.right {
	float: right;
	margin-right: 80px;
}

#footer {
	color: #ddd;
	background: url('/img/v2/footer-bg.png') no-repeat top center;
	height: 96px;
}

#footer a {
	color: white;
}
#footer li {
	list-style: none;
	margin-right: 20px;
	float: left;
}