

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html { background: #000000;}

body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0 auto; 	padding: 0; 
	background: #010000 url(bg1.jpg) repeat-x center top;
	text-align: center;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #BEBEBE;	
}
a:hover {
	color: #fff;
	border-bottom: 1px solid #9B7864;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
	color: #FAFAFA;
}
h1 {
	font-size: 3.1em;	
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 10px;	
    font-weight: lighter
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;		
}

p, dl { padding: 1px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: normal;
  color: #999;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #242424;
   border: 6px solid #242424;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

 a.arrow {}
  a.arrow:hover {}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #070707;
	border: 1px solid #111;   
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #070707 url(quote.gif) no-repeat 10px 10px;
	border: 1px solid #111; 
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}

/* start - table */
table {
			
}
th {
	
}
tr {
		
}
td {
	
}
/* end - table */


/* form elements */
#quick-search{
	margin: 0px 5px; 
	padding: 0px 0px 0px 0px; 
	background: #000; 	
	border: 0px dashed #ebebeb;
    width:251px;
    float:right;
    margin-top:14px;
}
#searchimage{display:block; overflow:hidden; text-indent:-666em;}

form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	background: #070707; 	
	border: 1px solid #111;	
}
form p {
	border-bottom: 1px solid #101010;
	padding: 0px 0 5px 0;	margin: 0;	
}
label {
	font-weight: bold;	
	color: #FAFAFA;
	width: 150px;
	display: block;
	float: left;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #999;
	background: #0C0C0C;  
	border: 1px solid #999;
	display: block;
	width: 350px;
    float: left;
}
option { padding-right: 0.5em; } 

.divform {
    overflow: hidden;
    clear: both;
    margin-bottom: 0.5em;
  }
  fieldset
  {
  border: 0px;
  }
#name, #email, #message{
	width: 480px;
}
input.button { 
	font: bold 12px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #242424;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 950px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	clear: both;
	width: 950px;	
	float: left;	
	padding-top: 15px;
	padding-bottom: 50px;	
    background: #000 url(tlo_container.png) repeat-y;	
	border-top: 0px solid #121212;
	border-bottom: 1px solid #121212;
}
#header {
	position: relative;
	width: 950px;	
	height: 270px;	
	margin: 0; padding: 0;	
	background: url(bg2.jpg) no-repeat center top;	
}
#header h1#logo-text a {
	
	margin: 0; padding: 0;
	font: 40px Arial, Tahoma, Sans-serif;
	font-weight: bold;
	letter-spacing: -1.5px;
	color: #9B7864;
	text-decoration: none;
	text-transform: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 95px; left: 0px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	
	margin: 0; padding: 0;
	font-family: times, Tahoma, Sans-serif;
	font-weight: normal;
	font-size: 1.6em;	
	font-style: normal;
	text-transform: none;
	color: #969696;
	width: 750px;
	
	
	/* change the values of top and left to adjust the position */
	top: 136px; left: 30px;		
}

#intro {
	
	margin: 0; padding: 0;
	font-family: times, Tahoma, Sans-serif;
	font-weight: normal;
	font-size: 1.6em;	
	font-style: normal;
	text-transform: none;
	color: ##969696;
	width: 750px;	
	top: 136px; padding-left: 12px;		
}

#logo_calosc {height:90px;padding-top:50px;}

/*  Navigation  */
#nav_gl{
	
	margin: 0; padding: 0;		
	
	left: 0px;	top: 0px;
	
	width:100%;
}
#nav {
	float:left;
	margin: 0; padding: 0;		
	left: 0px;	top: 14px;
	font-size:12px;
	width:72%;
	color:#777;
	padding-top:20px;
	
	
}
#nav ul {
	float: left;
	list-style: none;
	height: 50px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 12px;
	font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #c95723;	
	text-transform: uppercase;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #eee;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #D33972;	
}

/* Main Column */
#main {
	float: left;
	width: 600px;
	padding: 0; margin: 0 0 0 0px;
	display: inline;    
}
#main h2 {
	padding: 5px 12px;
	margin: 15px 5px 10px 5px;
	font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	color: #9B7864;
	border: 1px solid #555; 
	background-image: url(pattern.gif);	
}
#main h2 a {
	color: #9B7864;
	text-decoration: none;		
	border: none;		
}

#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 300px;
	padding: 0; margin: 0px 18px 0 0;		
	display: inline;	
}	
#sidebar h3 {
	padding: 5px 12px;
	margin: 15px 5px 10px 0;
	font: bold 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	color: #9B7864;
	border-bottom: 1px solid #121212; 
	background-image: url(pattern.gif);		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 20px 5px 20px 0px; 
	padding: 0;		
	border-top: 1px solid #111;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #111;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	border: none;
	color: #fff;
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;		
}
#sidebar ul.sidemenu li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul.sidemenu li a:hover,
#sidebar ul.sidemenu li a:hover span {	
	color: #666666;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#quick-search {
	padding: 0; margin: 20px 0 35px 0;
	border:1px solid #444;
	width: 290px; height: 33px;
	background: url(header-search.gif) no-repeat;
	
}
#sidebar form#quick-search p {
	margin: 0; padding: 0;		
}
#sidebar form#quick-search input {
	float: left;
	border: none;
	background: transparent;
	color: #4E4E4E;	
	margin: 0;
}
#sidebar form#quick-search .tbox {
	margin: 4px 0 0 5px; 
	width: 240px;	
	display: inline;
    background: #333;
	color: #fff;
	border:1px solid #555;
}
#searchimage{
width: 27px; height: 27px;	

}
		  #searchimage::-moz-focus-inner {border: none;}
#sidebar form#quick-search label {
	display: none;
}
.taright, #sidebar p.taright {text-align: right;}
 #sidebar {margin: 0px 0 30px 0; width: 300px; ;}
      #sidebar div {padding: 15px;}
      #sidebar img { float: left; margin: 10px 10px 0px 0; }
      #sidebar h3 { font-size: 1.9em;  font-weight: normal; padding: 10 0 10px 0; margin-bottom: 15px;border:1px solid #555;}
#sidebar p {margin-bottom: 0px; line-height: 1.4em; text-align: justify;}      
      #sidebar strong {color: #4E4E4E; font-weight: bold;}
	  .floathelp {clear: both; font-size: 1px; height: 1px; line-height: 1px;}

/* footer */
#footer {
	clear: both;
	padding: 1em 0 2.5em 0;
    	  
	color: #4E4E4E;
	width: 100%;
	float: left;		
		
}
#footer a {	
	color: #9B7864;
	border: none;
}
#footer a:hover {
	color: #fafafa;
}
#footer .rssfeed {
	background: url(rss.gif) no-repeat left 1px;
	padding-left: 17px;
}
#footer-left {
	float: left;
	width: 100%;
	
}
#footer-right {
	float: right;
	width: 20%;
	padding-right:260px;
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 30px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111; 
	background: #070707; 
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444;	}
.post-info a, .post-info a:visited { color: #AE275A; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
 .article {}
          .article h2 {font-size: 1.9em; font-weight: lighter; margin: 0 0 15px 0; padding: 0 0 10px 0;}
          .article h2 a {color: #9B7864; text-decoration: none;}
          .article h2 a:hover {color: #9B7864; text-decoration: none;}
		  .article  a {text-decoration: none;}
          .article  a:hover {text-decoration: none;}
          .article p {line-height: 1.5em; margin-bottom: 13px;padding-right:10px;padding-bottom:10px;}
          .aligntoleft {margin: 5px 25px 10px 0; float: left;}
          .aligntoright {margin: 5px 0 10px 25px; float: right;}
          p.info {color: #9B7864; padding: 5px 10px; margin-bottom: 40px; font-size: 0.8em;
		 	background-image: url(pattern.gif);
		  }
          p.info a {color: #9B7864; text-decoration: underline;}
          p.info a:hover {color: #888; text-decoration: none;}
          
		  
	 .articlevip {background:#570101 url(tlo_vip.gif) repeat;}
          .articlevip h2 {font-size: 1.9em; font-weight: lighter; margin: 0 0 15px 0; padding: 0 0 10px 0;}
          .articlevip h2 a {color: #9B7864; text-decoration: none;}
          .articlevip h2 a:hover {color: #9B7864; text-decoration: none;}
		  .articlevip  a {text-decoration: none;}
          .articlevip  a:hover {text-decoration: none;}
          .articlevip p { line-height: 1.5em; margin-bottom: 13px;padding-right:10px;padding-bottom:10px;}
          .aligntoleft {margin: 5px 25px 10px 5px; float: left;}
          .aligntoright {margin: 5px 0 10px 25px; float: right;}
          p.info {color:#9B7864; padding: 5px 10px; margin-bottom: 40px; font-size: 0.8em;
		 	background-image: url(pattern.gif); border:1px solid #444;}
          p.info a {color: #9B7864; text-decoration: underline;}
          p.info a:hover {color: #888; text-decoration: none;}
          p.info img { background: black;
   border: 0;
	padding: 0px;}	  

#footer_caly{float:left;width:100%;height:70px;border-top:1px solid #555; background:#000 url(tlo_footer.png) repeat-x;}

#qsearch{width:200px;}

#lewa_c{float:left;width:45%;}
#prawa_c{float:right;width:45%;margin-top:0px;text-align:right;}
#prawa_c img {   border: 0;	padding: 0px;}

#info_all{color:#fff; padding: 0px 0px; margin-bottom: 0px; font-size: 0.9em;border:0px dashed #ebebeb;background:fff;width: 100%; margin-top: 1px; float: left; text-align: center;}		
#info_all a {color: #fff; text-decoration: none;}
#info_all a:hover {color: #888; text-decoration: none;}
#info_all img { background: black;border: 0;	padding: 0px;}  


#sart_user{text-align:center;width:470px;}
#sart_user1{width:100px;float:left;}
#sart_user2{width:100px;float:right;}

#sart_user_opis{text-align:center;color:#CC9966;font-size:11px;}
#article2 {line-height: 1.6em; margin-bottom: 13px;padding-right:0px;padding-bottom:0px;text-align:right;}

#divform_register{text-align:center;color:#F00;font-weight:bold;font-size: 1.4em;margin-top:50px;margin-left:130px;margin-bottom:10px;}
#divform_register a{color:#F00;}
#divform_rejestracja input{background: #ccc;border: 1px dashed #999;color: #111;display: block;float: left;font: 1em times,Tahoma,sans-serif;margin: 0;padding: 4px;width: 360px;}


#rodo {float:left;width:100%;padding:0 20px;box-sizing:border-box;font-size:1.1em;line-height: 1.4;}
#rodo a {color: #666;text-decoration:none;}
#rodo a:hover {text-decoration:none;}
#rodo input[type=checkbox] {float:left;width: auto;margin-right:10px;}
#rodo_send {float:left;width:100%;margin:10px 0 30px 0;text-align:right;padding:0 20px;box-sizing:border-box;}
#rodo_send input {float:left;font-size:14px;font-weight:normal;}




/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1116px){ /* RWD Step 1 */
#wrap, #footer_caly {width:95%;padding:0px 2.5%;}
#header {width:100%;}
#content-wrap {width:100%;}
#main {width:60%;}
#content-wrap {background-image: none;}
#sidebar iframe {width: 100% !Important;}
#table1 {width: 100%;}
#galeria_a img {width:99%;height:99%;}
.article img {width:89%;height:89%;}
input, select, textarea {width:60%;}
form  {width:100%;float:left;padding:0px;margin-left:0px;margin-right:0px;}
#main .article  {width:100%;float:left;}
.articlevip p {height: auto !Important;}
.articlevip {width:100%;float:left;}
.info2 img {width: auto !Important;height: auto}
#info_all  img {width: auto !Important;height: auto}
.info img {width: auto !Important;height: auto}
#quick-search {overflow: hidden;}
#intro {width:80%;}
}
@media screen and (max-width:925px){
#main {width:55%;}
#divform_register {margin-left: 0px;}

}
@media screen and (max-width:865px){
input, select, textarea {width:50%;}
#main {width:50%;}
#main .article {float:left;}
#article2 {float:left;width:100%;clear:both;}
#main .article p {height: auto !Important;}
#galeria_a img {width:89%;height:89%;}
#table1 img {width:90%;height:90%;}
#sart_user2 img {width:90%;height:90%;}
#sart_user1 textarea {width:60%;}
#sart_user {width:60%;}
#sart_user1 {width:100%;}
#table3 {width:100%;}
.divform {width:70%;}
#divform_rejestracja input {width:70%;}
#logo_calosc {height: auto;}
}
@media screen and (max-width:852px){
}
@media screen and (max-width:800px){
}
@media screen and (max-width:782px){

}
@media screen and (max-width:760px){
input, select, textarea {width:45%;}
#main {width:45%;}
#header {height: auto;}
#prawa_c {display:none;}
td[width="430"] {width: 70%;}
.divform3a {width:70%;margin-left: 0px;}
#divform2a {width:70%;margin-left: 0px;}
}
@media screen and (max-width:860px){
}
@media screen and (max-width:640px){
input, select, textarea {width:90%;}
#main {width:100%;}
#sidebar {float:left;width:100%;}
#logo_calosc {height: auto;float: left;padding:0px;margin:10px 0;}
#quick-search {float:left;width:90%;margin:10px 0;}
#qsearch {width:80%;}
#nav {width: 100%;}
#intro {width: auto;}
#galeria_a img {width:79%;height:79%;}
}
@media screen and (max-width:630px){
}
@media screen and (max-width:584px){
#header h1#logo-text a { font-size: 0.7em !Important;}
}
@media screen and (max-width:481px){
#galeria_a img {width:69%;height:69%;}
.adbox img {width:59%;height:59%;}
input, select, textarea {width: 90%;}
#divform_register {font-size: 1em;}
}
@media screen and (max-width:320px){
}