/* @override http://www.szkola-marzen.pl/szkola/wp-content/themes/exelmedia/css/grid.css */

/* @override http://www.szkola-marzen.pl/szkola/wp-content/themes/exelmedia/css/grid.css */

/* @override http://www.szkola-marzen.pl/szkola/wp-content/themes/exelmedia/css/grid.css */

/* @override http://www.szkola-marzen.pl/szkola/wp-content/themes/exelmedia/css/grid.css */

/* @override http://www.szkola-marzen.pl/szkola/wp-content/themes/exelmedia/css/grid.css */

/* @override http://www.szkola-marzen.pl/szkola/wp-content/themes/exelmedia/css/grid.css */

@charset "UTF-8";

/*
 * CSS v2.0 - may 2011, grid system + layout control
 *
 * Copyright (c) 2008- 2011 Exelmedia - http://www.exelmedia.pl
 *
*/ 

/* @group CSS Sterowanie layoutem */


/*3 column layout*/
.column aside#aside-left, .column aside#aside-right

{
	display: inherit;
	
}

.column section#main-content

{
	width: 440px;

}

aside#aside-left

{
	width: 220px;

}

aside#aside-right

{
	width: 240px;
	
}

/*2 column layout*/
.column-right aside#aside-left

{
	display: none;
}

.column-left aside#aside-right

{
	display: none;
}

.column-left section#main-content
{
	
	width: 700px;
	padding: 20px 10px;
}

.column-right section#main-content

{
	width: 700px;
}


/*1 column layout*/
.full-width aside#aside-left, .full-width aside#aside-right

{
	display: none;
}

.full-width section#main-content

{
	width: 98%;
	
}

/*1 sterowanie layoutem*/
div#container  {
	width: 100%;
	height: 100%; /*dla ie6-7*/
    height: auto !important;
    min-height: 100%;
    margin-bottom: -100px; /*tyle samo co footer-push*/
}


div#header-out {
	width: 100%;
	}

header#header-in

{
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
    height: 225px;
	
}

div#wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: white;
	overflow: hidden;
    height: 100%; /*dla ie6-7*/
    height: auto !important;
    min-height: 100%;
    }

div#footer-push {
    height: 100px;
}

aside#aside-left {
	background:url(../images/pasek-pod-menu.png) repeat-y;
	padding: 10px 0px;
	position: relative;
	float: left;
	margin: 0px 10px 10px 10px;
	
}

aside#aside-right {
	background-color: black;
	padding: 0px;
	position: relative;
	margin: 0px;
	float: left;
	margin: 0px 10px 0px 10px;

}


section#main-content {
	padding: 0px;
	margin: 0px 0px 0px 0px;	
	position: relative;
	float: left;


}

section#main-content div:first-child

{
	
}

section#main-content div:last-child

{
	
}

div#footer-out {
	background-color: #24211f;
	width: 100%;
}

footer#footer-in

{
	
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 100px;
	
}

/*column-width*/
.e100
{
	width: 100%;
	clear: both;

}

.e50

{
	width: 50%;
	float: left;
	
}

/* @end */

/* @group Ogolne ustawienia */

/*http://www.fontsquirrel.com/*/
@font-face {
    font-family: 'MyriadProLight';
    src: url('../fonts/myriadpro-light-webfont.eot');
    src: url('../fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-light-webfont.woff') format('woff'),
         url('../fonts/myriadpro-light-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-light-webfont.svg#MyriadProLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MyriadProCondensed';
    src: url('../fonts/myriadpro-cond-webfont.eot');
    src: url('../fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}




body, select, input, textarea, p {color: #333;}

body {
	font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: white url(../images/pasek-tla-prawa-strona.jpg) repeat-x top center;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;

}

* p:last-child {margin-bottom: 0;}

blockquote

{
	margin: 20px;
	font: italic bold 14px/16px "helvetica neue", verdana, tahoma, arial, sans-serif;	
}

.logo

{
	position:absolute;
	left: 30px;
	top: 20px;
   
}

.logo h1 {
	background:transparent url(../images/tablica.png) no-repeat top left;	
    display:block;
    width: 230px;
	height: 150px;

}

.logo h1 a {
    display:block;
   	width: 230px;
	height: 150px;

}

.logo h1 a span {
    display:none;
}


h1,h2,h3,h4,h5,h6

{	
	
	margin: 0px 0px 10px 0px;

}

h1 {
	font-size: 28px;
	
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 19px;
}

h5 {

	font-size: 17px;
}

h6 {

	font-size: 16px;
}

a {color: #af251c;}
a:link {color: #af251c;} 
a:hover {color: #af251c;}
a:active {color: #af251c;}

nav a

{
	text-decoration: none;
}

article > a

{
	margin: 0px 0px 10px 0px;
	display: block;
}

a[href$=".pdf"]{
	padding-right: 50px;
	background: url(../images/pdf_icon.gif) no-repeat right center;
}

/*a[href^="http://"]:hover {
	padding-right: 20px;
	background: url(../images/external_link.gif) no-repeat right center;
}*/


ol {
	list-style: decimal;
	margin: 0px 0px 10px 0px;
}

ul {
	list-style: disc;
	margin: 0px 0px 10px 0px;
}

li {
	margin-left: 20px;
}

img

{

}

img[class="alignleft"]

{
	margin: 0px 10px 0px 0px;
	
}

img[class="alignright"]

{
	margin: 0px 0px 0px 10px;
}

figure

{
	margin: 0px 0px 10px 0px;
	
}

figcaption

{
	display: block;
	margin: 10px 0px 10px 0px;
	font-size: 80%;
	
}

time

{
	margin: 0px 0px 10px 0px;
	display: block;
}

article

{
	
	float: left;
	width: auto;
	margin: 0px 0px 10px 0px;
}


/* @end */

/* @group Deklaracje podreczne */

.fontface { font-family:'MyriadProLight', Arial, sans-serif; }

.aligncenter {
	display: block;
	margin: 0 auto
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	clear: left;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	clear: right;
}
.horizontal {
    list-style-type: none;
    display: inline;
}

.vertical {
    list-style-type: none;
    display: block;
}

.currentstate

{color: red}

.big {
	font-size: 130%;
}

.small {
    font-size: small;
}

.large {
    font-size: large;
}

.bold {
    font-weight: bold;
}

.upper {
	text-transform: uppercase;
}

.firstcharacter { 
float: left;  
font-size: 75px; 
line-height: 60px; 
padding: 4px 8px 0px 3px;
}


/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

.shadow {	text-shadow:1px 1px 1px #666; 
	 	}/*<-- edit the color you wish to use in your shadows */
	 	
/* @end */

.nagkat, .nagpodkat, .nagprod{
font-size:16px;
}
