html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}

.right-side ul, .right-side li {
	margin: 0;
	padding:2px 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
.right-side ol, .right-side ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- */

body {
    background: #fff url('/images/layout/body/bg.jpg') top center repeat-y;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
}

a {
    color: #000000;
    text-decoration:none;
}

a:hover {
    color: #212121;
    text-decoration:none;
}

.interior {
    color:#FFFFFF;
    margin:0 auto;
    text-align:left;
    width:960px;
}

.interior #welcome {
    float:left;
    font-size:16px;
    font-weight:bold;
    padding-top:50px;
}

.top {
    background: #070709;
    width: 100%;
    height: 80px;
}

.box1 {
    float: left;
    display: block;
    height: 80px;
    margin-right:10px;
}

.top-bg {
    background: #fff url('/images/layout/body/bg-top.jpg') top center no-repeat;
    position: absolute;
    display: block;
    width: 1200px;
    height: 981px;
    z-index: -1;
}

.bg-wrap {
    width: 1200px;
    margin: 0 auto;
}

.container-1 {
    width: 960px;
    margin: 0 auto;
    position: relative;
}


.header {
    background: transparent url('/images/layout/body/bg-header.jpg') top center no-repeat;
}

.header h1 {
    position: absolute;
    right: 0;
    top: 33px;
    z-index: 10;
}

.header h1 a {
    background: transparent url('/images/layout/body/logo.png') center no-repeat;
    display: block;
    height: 295px;
    width: 300px;
}

.header h1 a span {
    display: none;
}

.header .menu {
    background: transparent url('/images/layout/body/bg-menu.png') top repeat-x;
    width: 98%;
    height: 42px;
    display: block;
    padding: 10px 1% 0 1%;
    text-align:left;
}

.cms_content {
    background: transparent url('/images/layout/body/bg-top.jpg') top center no-repeat;
    text-align:left;
}

#main-content {
    background: transparent url("/images/layout/body/bg-content.png") repeat-y;
}

#main-content-forum {
    background: transparent url("/images/layout/body/bg-content-forum.png") repeat-y;
}

#main-content .left-side {
    width: 565px;
    float: left;
    padding: 15px;
}

#main-content-forum .left-side {
    width: 710px;
    float: left;
    padding: 15px;
}

.left-side .news-box {
    margin: 0 5px 105px 30px;
    text-align: left;
}

.left-side .news-box h3 {
    font-size: 14px;
    font-weight: bold;
}

.left-side .news-box p {
    padding: 20px 0 0 0;
}

#main-content .right-side {
    width: 365px;
    float: right;
    padding: 30px 0 0;
}

#main-content-forum .right-side {
    width: 220px;
    float: right;
    padding: 30px 0 0;
}

.right-side dl {
    margin-left: 12px;
    margin-right:10px;
}

.right-side dt {
    background: transparent url('/images/layout/body/line.png') left bottom no-repeat;
    font-size: 14px;
    height: 30px;
    text-align: left;
    font-weight:bold;
}

.right-side dd {
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 15px 0 0 0;
}

.right-side dl#lineup dd ul {
    text-align: center;
}

.right-side dl#lineup dd ul li {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.right-side dl#poster dd.poster-box {
    background: transparent url('/images/layout/body/bg-poster.png') center no-repeat;
    width: 289px;
    height: 375px;
    display: block;
}

.right-side dl#poster dd.poster-box img {
    padding: 20px 0 0 30px;
}

.right-side dl#social dd ul {
    text-align: center;
}

.right-side dl#social dd ul li a {
    display: block;
    margin: 15px auto;
}
.right-side dl#social dd ul li a span { display: none; }

.castle {
    background: transparent url('/images/layout/body/castle.png') center no-repeat;
    width: 1024px;
    height: 241px;
    display: block;
    margin: 0 auto;
}

.castle-forum {
    background: transparent url('/images/layout/body/castle-forum.png') center no-repeat;
    width: 1024px;
    height: 241px;
    display: block;
    margin: 0 auto;
}

.cms_footer {
    background: #070709;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding-bottom: 15px;
}

.cms_footer dl {
    padding: 20px 0;
}

.cms_footer dl dt, .cms_footer dl dd {
    text-align: left;
    padding: 0 10px 10px 0;
}

.cms_footer .containers {
    border-top: 1px solid #161616;
    padding: 15px 0 0 0;
    height:30px;
}

.cms_footer a, .footer a:visited {
    font-size: 12px;
    color: #b9b8b8;
    text-decoration: none;
}

.cms_footer a:hover, .footer a:active {
    font-size: 12px;
    color: #e1dede;
    text-decoration: underline;
}

#authors {
    text-align: right;
}

#authors p {
    bottom: 5px;
    right: 0;
}

.container-3 {
    width: 330px;
    text-align: left;
    float: left;
}

.last {
    float: right;
}

.clear {
    clear: both;
}


/*foty*/
img.foto{
	margin:10px 0 10px 0;
	background-color:#fff;
	padding:5px;
	border:1px solid #000;
	cursor:pointer;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

img.foto:hover {
	background-color:#cdcdcd;
}

/*elementy*/
input.kw,select.kw {
    background:url("/images/layout/buttons/bg_field.gif") repeat-x scroll 0 0 #ffffff;
    border:1px solid #272727;
    color:#000000;
    font-size:12px;
    text-decoration:none;
}

input.kw_,select.kw_,textarea.kw_ {
	background-color:#ffffff;
	color:#000000;
	font-size:12px;
	text-decoration:none;
    background-color:#ffffff;
    border-color:#666666 #CCCCCC #CCCCCC #666666;
    border-style:solid;
    border-width:1px;
}


input.register,select.register {
    background:url("/images/layout/buttons/bg_field.gif") repeat-x scroll 0 0 #EFEFEF;
    border:1px solid #272727;
    color:#000000;
    font-size:12px;
    padding:3px;
    text-decoration:none;
    width:330px;
}

#main-content-forum input.register, #main-content-forum select.register {
    width:auto;
}

textarea.register {
    background-color:#EFEFEF;
    border-color:#666666 #CCCCCC #CCCCCC #666666;
    border-style:solid;
    border-width:1px;
    color:#000000;
    font-size:12px;
    padding:3px;
    text-decoration:none;
}

.kw:hover,.kw_:hover {
	border-color:#0099FF;
}
.quote
{
	font-family:Tahoma,Verdana,Arial;
	color:#000000;
	background-color:#FFFFE3;
	border:black 1px solid;
	padding:10px;
}
A.nav:hover,A.nav2:link,A.nav2:visited
{
    background:url("/images/layout/buttons/bg_field.gif") repeat-x top;
    border:1px solid #BC2A4D;
    color:#BC2A4D;
    cursor:pointer;
    float:left;
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    margin:3px;
    padding:3px;
    text-align:center;
    width:16px;
}
A.nav2:hover,.nav
{
    background:url("/images/layout/buttons/bg_field.gif") repeat-x bottom;
    border:1px solid #000000;
    color:#000000;
    cursor:pointer;
    float:left;
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    margin:3px;
    padding:3px;
    text-align:center;
    width:16px;
}

/*kalendarz*/
div.clndr {
	background-color:#ffffff;
	position:absolute;
	cursor:default;
	display:none;
	border:1px solid maroon;
	padding:5px;
}

div.clndr table {
	width:160px;
	margin-top:4px;
}

div.clndr th {
	border:1px solid #000000;
	font:normal bold 11px verdana, sans-serif;
	text-align:center;
	padding:0 2px 0 2px;
}

div.clndr td {
	border:1px solid #cee9bf;
	cursor:pointer;
	font:normal normal 11px verdana, sans-serif;
	text-align:center;
	padding:0 2px 0 2px;
}

/*fonty*/
.bialyB {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

A.bialyB:hover {
	color:#950506;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.bialy {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}

A.bialy:hover {
	color:#cfcfcf;
	font-size:12px;
	text-decoration:none;
}

.czerwonyB {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	background-color:#aa0000;
	width:90px;
	padding:1px;
	display:block;
	text-indent:2px;

}

.czerwonyNB {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	background-color:#aa0000;
	width:90px;
	padding:1px;
	text-indent:2px;

}

A.czerwonyB:hover {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	display:block;
	background-color:#000000;
}

.czerwony {
	color:#950506;
	font-size:12px;
	text-decoration:none;
}

A.czerwony:hover {
	color:#ef0515;
	font-size:12px;
	text-decoration:none;
}

.chmurka {
	position:absolute;
	display:none;
	left:10px;
	top:15px;
	width:220px;
	border:1px solid gray;
	background-color:#ffffff;
	padding:3px;
}

.czarny {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

A.czarny:hover {
	color:#ef0515;
	font-weight:bold;
	font-size:12px;
}

/* komunikaty */
#komunikat
{
	background:#F4F4F4; /* url('/images/layout/icons/ok.gif') no-repeat scroll 0 50%;*/
	border:1px solid #D9D9D9;
	clear:both;
	margin:0 0 10px;
	padding:10px;
	font-weight:bold;
	text-align:center;
	font-size:125%;
	color:#009900;
	text-align:center;
}



/*staty usera*/
.user_content_box
{
	padding-left:10px;
}

.lista td
{
	padding:4px;
	border-bottom:1px dashed #58595b;
}

.lista_nb td
{
	padding:4px;
}

.lista_small td
{
	padding:2px;
}

ul.flat li
{
    margin-left:-15px;
}

table.forum td,table.komentarze td
{
    border-bottom:1px dashed #58595b;
    padding:10px;
}

table.forum div.post_left,table.komentarze div.post_left
{
    width:46%;
    float:left;
    padding:2%;
    background-color:#dddddd;
    margin-bottom:8px;
}

table.forum div.post_right,table.komentarze div.post_right
{
    width:46%;
    float:right;
    padding:2%;
    text-align:right;
}

table.forum div.post_right_grey,table.komentarze div.post_right_grey
{
    width:46%;
    float:right;
    padding:2%;
    background-color:#dddddd;
    margin-top:8px;
}

table.forum div.forum_post
{
    width:96%;
    float:left;
    padding:2%;
    background-color:#f0f0f0;
    line-height:1.3;
}

table.komentarze div.forum_post
{
    width:96%;
    float:left;
    padding:2%;
    background-color:#f0f0f0;
    min-height:60px;
}

table.forum div.forum_post img
{
    max-width:630px;
}

table.komentarze div.forum_post img
{
    max-width:315px;
}

.share_links
{
    /*height:120px;
    padding:10px 0;*/
    width:100%;
}

.share_links .content_add
{
    float:left;
    margin-right:10px;
}

#start .header,#static .header {
	height:42px;
	background:url("/images/layout/body/line.png") no-repeat scroll left bottom transparent;
}

#start .header .right,#start .header2 .right {
	float:right;
	text-align:right;
	padding:5px 5px 0 0;
}

#start .header .left,#start .header2 .left,#static .header .left,#static .header2 .left
	{
	margin-top:8px;
	float:left;
	text-align:left;
	display:block;
	font-size:14px;
	font-weight:bolder;
	width:500px;
	color:#000000;
}

#static .news_content {
	width:98%;
	/*border-bottom:1px solid #58595b;*/
	height:auto;
	padding:10px;
}

#rotator
{
    height:327px;
}

#main-content-forum table h3 b {
    font-size:16px;
}

#header-info {
    font-size:24px;
    margin:245px 0 0 30px;
    position:absolute;
    z-index:20;
    color:#ffffff;
    font-weight: bold;
}

#banner_link {
    height:70px;
    position:absolute;
    z-index:9;
}

#main-content-vt .left-side {
	padding: 15px;
    width: 930px;
}
