/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  color: #999999; 
  font-size:80%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.container_12,
.container_16{
text-align:left}

/* Headings
-------------------------------------------------------------- */

h1,h2 { font-weight: normal; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; color: #508583;}
h2 { font-size: 1.5em; margin-bottom: 0.75em; color: #508583; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 1em; font-weight: bold;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; font-weight: bold;}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
#kroki-3 h1, #kroki-3 h2, #kroki-3 h3, #kroki-3 h4, #kroki-3 h5, #kroki-3 a{color:#5B5B5B}
#druk_cyfrowy h1, #druk_cyfrowy h2, #druk_cyfrowy h3, #druk_cyfrowy h4, #druk_cyfrowy h5, #druk_cyfrowy a {color:#333333}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 1.5em 0 1.5em 0; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #FFFFFF;text-decoration: none} 
a           {
	color: #999999;
	text-decoration: underline;
	font-weight:normal;
	outline: none;
}

blockquote  { margin: 1.0em; color: #508583; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #999; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#999; }

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


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */
table       { margin-bottom: 1em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #EBF5FE; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
/*caption     { background: #eee; }*/


/* Misc classes
-------------------------------------------------------------- */
.highlight  { background:#00647D; }

input		
{
	margin: 0px;  /* hack for chrome */
}