/*

 bash.org.pl stylesheet
 Copyright © 2012 Krzysztof Urbaniak <urban@fail.pl>

*/

@import "szary.css";

body { margin: 0; padding: 0; }
body,input,textarea { font-family: sans-serif; font-size: 13px; color: #555; }

a { text-decoration: none; }
input[type=text], input[type=password], textarea { border: 1px solid #aaa; }

#head { padding: 0 15px; margin: 0 0 35px 0; font: normal 50px Impact; line-height: 64px; border-bottom: 5px solid; }


#lmenu,
#menu {
	position: absolute;
	top: 69px;
	right: 10px;
	text-align: right;
	padding: 2px;
	line-height: 12px;
}


h1, h2, h3, h4, h5, h6, p, pre {
	font-weight: normal;
	margin: 5px 20px 15px 20px;
	padding: 0;
}

h1 {
	font: normal 2.1em Georgia;
}

h2 {
	font: normal 1.6em Georgia;
}

h3 {
	font-size: 1.2em;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	border: 1px solid;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 1px;
margin: 2px;
border: 1px solid;
}

hr {
	height: 0px;
	border: 1px solid #eee;
	margin: 2px 15px;
}




#foot {
	border-top: 4px solid;
	padding: 10px;
	text-align: right;
	clear: both;
	margin: 0;
	margin-top: 10px;
}


#lmenu {
	right: auto;
	left: 10px;
}

#lmenu a,
#menu a {
	margin: 0 4px;
}

#lmenu a:hover,
#menu a:hover {
	opacity: 0.7;
}

#menu span:hover span {
	display: inline;
	position: absolute;
	margin-top: 15px;
	margin-left: -100px;
}

#menu span span {
	display: none;
}

#menu span span * {
	border: 0;
	padding: 4px 1px;
}

#changelist,
#changelist-filter { min-height: 300px; }

.wide {
	margin-bottom: 2px;
}

.wide label {
	width: 8em;
	display: block;
	float: left;
}

.quote p,
.quote {
	padding: 0;
	margin: 0;
	font-family: "Lucida Console", "Droid Sans Mono", "Liberation Sans Mono", "DejaVu Sans Mono", Monaco;
	margin-bottom: 15px;
}

div.quote {
	margin: 2px 17px;
}

.bar {
	margin: 10px 15px 2px 15px;
	padding: 3px;
	border-bottom: 1px solid;
}

.bar .click {
	font-weight: bold;
	border: 0;
}

.right {
	float: right;
}

.add { text-align: center; }
.add input, .add textarea { width: 98%; }

.qid {
	margin: 1px 6px;
}

.votes {
	margin: 0px 2px;
	padding: 0px 6px;
	font-weight: bold;
	padding: 0 5px 0 5px;
}
.points2,
.points {
	margin: 1px 1px;
}
span.points {
	visibility: hidden;
}
.loading {
	background: url(i.gif) no-repeat;
	height: 16px;
	width: 16px;
	padding: 0 8px;
}

.center {
	text-align: center;
}


div#links {
	background: #f4f4f4;
	border: 1px solid;
	font-size: 11px;
	text-align: left;
	padding: 4px;
}

#links p {
    font-size: 11px;
    margin: 0px;
	padding: 0;
}

h1 a, h2 a, .links a {
	border: 0;
}

.tag1 {
	font-size: 0.8em;
}

.tag2 {
	font-size: 1em;
}

.tag3 {
	font-size: 1.2em;
}

.tag4 {
	font-size: 1.4em;
}

.tag5 {
	font-size: 1.6em;
}

.tags {
	line-height: 0.9em;
	float: right; width: 150px;  margin: 20px
}

#id_comment { float: left; width: 50%; height: 14px; margin-top: 2px; padding: 2px;}

.comments {
	margin-top: 10px;
}

.comments p {
	margin-top: 0;
	margin-bottom: 0;
}


#content p {
	line-height: 1.3em;
}

.links a {
	display: block;
	margin: 2px;
}

.reklama {
}

.reklama table {
    border-collapse: collapse;
    margin: 0 20px;
    width: 90%;
}

body.boxed {
	display: table;
	width: 100%;
	margin: 0 auto;
	height: 100%;

}

body.boxed div {
	display: table-cell;
	vertical-align: middle;
}

body.boxed p {
	margin: 1em 20px;
	font-size: 1.2em;
}

body.boxed h1 strong {
	padding: 2px 4px;
}

body.boxed h1,
body.boxed p {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}

img {border: 0;}

.changelist-filter {
	height: 1000px;
}


.pagination { margin: 4px 16px; font-size: 0.9em; }
.pagination a, .pagination .page, .pagination .next, .pagination .prev { padding: 1px 4px; border: 1px solid; }
.pagination .disabled { opacity: 0.5; }
.pagination .current { font-weight: bold; opacity: 0.8; }

.module table {
	width: 100%;
}

.module table th[scope=row] {
	width: 90%;
}

.style { padding: 3px 0; }
.stylechange { display: block; float: right; border: 1px solid black !important; width: 10px; height: 10px; margin: 3px 1px; overflow: hidden; text-indent: 100px; }
.czarny { background: #000 !important; }
.rozowy { background: #e54a9a !important; }
.szary { background: #565d5f !important; }
.zielony { background: #a0d544 !important; }


#banner1 { position: absolute; top: 0px; right: 4px; }
#banner3 { text-align: center; }

body.boxed {
	background: #fff;
	margin: 0 auto;
	padding: 22% 0 22% 0;
	height: 100%;
}

body.boxed * {
	text-align: center;
	letter-spacing: -0.05em;
}


#content {  }
#side_ads { width: 302px; overflow: hidden; margin-left: 10px; float: right; }

#side_ads > div {
    margin: 1px 0;
}

#AdTaily_Widget_Layer { margin: 1px 1px 1px 1px; width: 298px !important; }

#side_ads iframe { width: 298px; }

.breadcrumbs,
.breadcrumbs * {
	display: inline !important;
	background: transparent !important;
	border: 0 !important;
}

.item {
	overflow: hidden;
	width: 120px;
	height: 150px;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px;
	float: left;
	text-align: center;
	vertical-align: center;
	height: 14px;
	padding-top: 110px;
	background-position: center 5px;
	background-repeat: no-repeat;
}

.item:hover {
	border-color: #888;
	background-color: #eee;
}

.fbshare {
	background: url(fb.png) no-repeat 5px 0px;
	height: 14px;
	min-width: 14px;
	display: inline-block;
	padding-left: 14px;
}

.comments h3 {
	margin-bottom: 0;
}

#AdTaily_Widget_Container span { display:none !important; } 

body > iframe { position: absolute; bottom: 0; left: 0; }