/* LAYOUT 1 */

/* FONT STACK */
body, input, select, textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
}

/* BASE LAYOUT */
html {
    background-color: #111106;
    background-image: -moz-linear-gradient(center top, #534E28, #111106);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #534E28), color-stop(1, #111106));
    background-image: linear-gradient(top, #534E28, #111106);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#534E28', EndColorStr = '#111106');
    background-repeat: no-repeat;
    height: 100%;
}

html * {
    margin: 0;
}

body {
    background: #2E2C18;
    color: #FFFFFF;
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1000px;
}

a:link, a:visited {
    color: #FFFFFF;
    text-decoration:none;
}      

a:hover {
    color: #AFAFAF;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.header {
    background: #534E28;
    overflow: hidden;
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
}

.header a {
    display: inline-block;
    margin: 12px 20px 10px 60px;
}

.top1 {
    float: right;
    text-align: right;
    padding-top: 10px;
    padding-right: 30px;
}

.top1 img, .top2 img {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 15px;
}

.top2 {
    float: right;
    text-align: right;
    padding-top: 15px;
}

.menu {
    background: #1A180F;
    display: table;
    padding: 6px 0px;
    width: 100%;
}

.menu ul {
    list-style-type: none;
}

.menu li {
    float: left;
    text-align: center;
    width: 12%;
}

.menu li a {
    color: #FFFFFF;
}

.menu li a:hover {
    color: #FFFFFF;
    text-shadow: 0 0 5px #FFFFFF;
}

.panel_header {
    background: #1D1C14;
    color: #D4CCAC;
    font-size: 1em;
    padding: 6px 6px 6px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel_footer {
    background: #1D1C14;
    color: #D4CCAC;
    padding: 3px 3px 3px 25px;
	margin-bottom: -8px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.panel {
    float: left;
    clear: both;
    background: #312E21;
    border-radius: 10px;
    margin: 8px 8px 0px 8px;
    padding-bottom: 8px;
    width: 18.5em;
}

.panel a {
    font-size: 8pt;
}

.panel p {
    font-size: 8pt;
    margin: 4px;
}

.panel ul {
    font-size: 0.9em;
    font-weight: bold;
    list-style-type: none;
    padding: 8px 8px 0px 8px;
}

.panel li {
    line-height: 2;
    padding: 0px 10px 0px 10px;
}

.panel li:nth-child(odd) {
    background: #383426;
    border-radius: 5px;
}

.panel_blank {
    float: left;
    clear: both;
    background: #383426;
    margin: 8px 8px 8px 8px;
    width: 18.5em;
}

.content_header {
    background: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    padding: 6px 6px 6px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

h1, h2 {
    font-size: small;
}

.content {
    color: #000C10;
    margin: 0.7em 0.7em 0.7em 20em;
    background: #EFEFEF;
    border-radius: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.content_big {
    color: #000C10;
    margin: 0.7em 0.7em 0.7em 0.7em;
    background: #EFEFEF;
    border-radius: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.content fieldset, .content_big fieldset{
	border: solid 2px #ffffff;
}

.content legend, .content_big legend{
	border: solid 2px #ffffff;
	background-color: #F6F6F6;
}

.content a {
    color: #312E21;
}

.content p {
    padding: 10px 15px 0px 15px;
    text-align: justify;
}

.content ul {
    margin-top: 8px;
}

.footer {
    background: #111106;
    color: #C2BBA3;
    clear: both;
    padding: 1em;
    text-align: center;
}

.footer img {
    vertical-align: middle;
    padding-right: 2em;
}

/* VARIOUS CONTENT */

.left {
    float: left;
}

.buttons {
    margin-right: 5px;
    float: right;
}

.buttons * {
    margin: 0;
}

.series_image {
    float: left;
    display: block;
    margin: 14px;
}

.season {
    background: #FFFFFF;
    margin: 10px auto 5px;
    width: 75%;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 10px;
    clear: both;
}

.status, .legenda {
    font-size: 7pt;
    font-weight: normal;
    color: rgb(128, 128, 128);
    clear: both;
}

.episode_details {
    position: absolute;
    display: none;
    color: #000000;
    background-color: #EFEFEF;
    font-size: 7pt;
    border: dotted 1px #808080;
    padding: 4px;
}

.episode_details p {
    margin: 0;
    padding: 0;
    text-align: left;
}

.title_released:hover .episode_details {
    display: block;
}

.litera{
	width:25px;
	padding:4px;
	font-weight: bold;
	text-align:center;
	background-color:#ffffff;
	border-bottom: solid 1px #CECFD6;
}
/* --------------sondy-------------- */
.sonda_pytanie {
	text-align: center;
	font-weight:bold;
	padding-top: 3px;
}

.glosuj{
	text-align: center;
	padding:4px;
}
.glosuj a{color:#fff;}
.glosuj input{
	padding:2px;
}
.sonda_odpowiedzi .slupki{
	width:95%;
	margin:auto;
	color: #D4CCAC;
}
.sonda_odpowiedzi .slupek{
	background-color: #D4CCAC;
	border-bottom:solid 1px #000000;
	height:5px;
	margin-left:0;
}

a#gototop {
   position: fixed;
   bottom: 9px;
   right: 9px;
   padding: 0;
   width: 45px;
   height: 45px;
   background: url(/images/up-arrow.png) no-repeat center center;
}

.nowosc {
	margin-left: 4px;
	font-size: x-small;
	font-weight: bold;
}
