
/** Font styles 
---------------------------------*/

body {
	margin: 0;
	font: 12px/20px Arial, sans-serif;
	color: #939598;
}

/* Links */

a {
	color: #939598;
	text-decoration: none;
}

/* Titles  */

h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	font-size: 2.2em;
	font-weight:300;
	padding: 0 0 0.5em;
	margin: 0;
}

h2 {font-size:1.8em;font-weight:300;margin-bottom:0.75em;}
h3 {font-size:1.4em;margin-bottom:1em;}
h4 {font-size:1.2em;margin-bottom:0.8em;}
h5 {font-size:1.1em;font-weight:600;margin-bottom:0;}
h6 {font-size:1em;font-weight:bold;}

/* Paragraph Styles */

p {
  margin:0 0 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

body { margin: 0; background: #000; }

.front .center { margin: 0 !important; width: 100%; }
.front #page { color: #fff; width: 100%; }
.front #header-region { clear: both; float: left; width: 100%; height:53px; }
.front #main { clear: both; margin: 0 auto; }
.front #content { text-align: center; }
.front #block-block-1 { float: left; margin: 30px 0 0 0; margin-left: 15%; clear: both; }
.front #block-block-1 ul { list-style: none; float: left; margin:0; padding: 0; }
.front #block-block-1 li { text-align: right; margin:0 0 20px; padding: 0; }
.front #block-block-1 a { color: #58585a; font-family: "Arial Narrow"; font-size: 18px; font-weight: bold; }

#footer { clear: both; color: #58585a; font-size: 11px; text-align: right; margin: 0 10px 20px 0; }

.front #block-block-1,
.front #logo,
.front #footer { display: none; }

#page { width: 100%; }
#sidebar-first { margin-right:-400px; width:400px; height: 493px; }
.not-front .center { margin: 0 60px 0 460px !important; }

#block-menu-primary-links,
#block-menu-secondary-links { float: left; margin-left: 60px; line-height: 20px; }
#block-menu-primary-links a,
#block-menu-secondary-links a { color: #939598; text-decoration: none; }
#block-menu-primary-links li,
#block-menu-secondary-links li { list-style: none; text-align: right; font-family: "Arial Narrow"; font-size: 18px; font-weight: bold; }

/* .page-strona-glowna #sidebar-first { width: 1px; } */
.page-strona-glowna #block-menu-primary-links { display: none; }
#logo-mask { width: 400px; overflow: hidden; float: left; clear: both; height:140px;}
.not-front #logo { float:left; margin-left: 400px; }

//#footer { display: none; }

.title { display: none; }
.links { display: none; }

tr.even,
tr.odd { background: #000; }

/* .not-front */ #footer .sign,
/* .not-front */ #footer .footer-in { float:left; }
.not-front #footer .sign {  }
/* .not-front */ #footer .footer-in { width: 310px; margin-top: 10px; }

.view-projekty-text { }

#footer { float: right; margin-bottom:20px; margin-right:20px; padding-top:20px;}

#block-views-projekty_text-block_1 { float: left; }
#block-views-projekty_imgs-block_1 { float: right; width: 220px; }

.field-field-gallery .field-item { float: left; margin: 10px; min-height:150px; }


#page { float: left; }

#content { text-align:justify; }

.img-list li { list-style: none; }

#block-views-projekty_text-block_1 .title { display: block; }

.img-list h3 {
	text-align: center;
	color:#939598;
}

table {
border-collapse:separate;
}