/*************************************************/
/* KASKADOWY ARKUSZ STYLI DLA Galka.MountLab.Net */
/* AUTOR: Damian Gałka galka(at)mountlab(dot)net */
/* OSTATNIA ZMIANA: 8 kwietnia 2008              */
/*************************************************/

/******** Layout ********/

html, body, * { margin: 0; border: 0; padding: 0 }
body {
    width: 750px;
    margin: 0 auto;
    background: #EEEEE7 url(../images/lay_cien_kartki.gif) top center repeat-y;
    font: small/18px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    }
#top {
    height: 130px;
    margin: 0 10px 0 10px;
    border-top: 10px solid #EBDCC8;
    border-right: 0;
    border-bottom: 10px solid #EBDCC8;
    border-left: 0;
    background: #EBDCC8 url(../images/lay_top.jpg) top left no-repeat;
    }
#top h1 { /* ukrywanie tytulow H1 i H2 gdy obslugujemy CSS */
    display: none;
    }
#main {
    float: left;
    width: 100%;
    }
#main #content {
    float: left;
    width: 535px;
	margin-top: 0;
	margin-bottom: 0;
	/* Fałszywe marginesy dla wszystkich IE włącznie z 6.0 */
	margin-left: 5px;
	margin-right: 10px;
    }
html>body #main #content {
	/* Poprawne marginesy dla przeglądarek nie cierpiących na IE Win's bugs */
	margin-left: 10px;
	margin-right: 10px;
	}
#main #sidebar {
    float: right;
    width: 185px;
	margin-right: 5px;
    }
html>body #main #sidebar {
	/* Poprawne marginesy dla przeglądarek nie cierpiących na IE Win's bugs */
	margin-right: 10px;
	}
#footer {
    clear: both;
	margin: 0 10px 0 10px;
	border-top: 10px solid #EBDCC8;
	border-right: 0;
	border-bottom: 10px solid #EBDCC8;
	border-left: 0;
    padding: 5px 0;
    background-color: #546179;
    }

/******** Linki ********/

	/* Content */
#content a:link,
#content a:visited {
	color: #546179;
	font-weight: bold;
	text-decoration : underline;
	}
#content a:hover {
	color: #73819B;
	font-weight : bold;
	text-decoration : underline;
	}
#content a:active {
	color: #546179;
	font-weight : bold;
	text-decoration : underline;
	}
#content .right a:link,
#content .right a:visited {
	color: #546179;
	font-size: 10px;
	font-weight: bold;
	text-decoration : underline;
	}
#content .right a:hover {
	color: #73819B;
	font-size: 10px;
	font-weight: bold;
	text-decoration : underline;
	}
#content .right a:active {
	color: #546179;
	font-size: 10px;
	font-weight: bold;
	text-decoration : underline;
	}

	/* Sidebar */
#sidebar a:link, #sidebar a:visited {
	color: #EBDCC8;
	font-weight: normal;
	text-decoration : none;
	}
#sidebar a:hover {
	color: #FFF;
	font-weight : bold;
	text-decoration : none;
	}
#sidebar a:active {
	color: #EBDCC8;
	font-weight : bold;
	text-decoration : none;
	}

	/* Footer */
#footer a:link, #footer a:visited {
	color: #E2CFB8;
	font-weight: bold;
	text-decoration : none;
	}
#footer a:hover {
	color: #FFF;
	font-weight : bold;
	text-decoration : underline;
	}
#footer a:active {
	color: #E2CFB8;
	font-weight : bold;
	text-decoration : underline;
	}

/******** Typografia ********/

div#main h2 {
	padding: 2px 5px;
	background: #546179;
	color: #EEEEE7;
	line-height: 17px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 5px;
	}
div#main h3 {
	padding: 2px 5px 2px 0px;
	font-size: 13px;
	text-align: center;
	color: #000;
	}
div#main h4 {
	font-size: 11px;
	text-align: left;
	color: #000;
	}
div#main h5 {
	padding: 5px;
	font-size: 10px;
	text-align: left;
	color: #546179;
	}
div#main h6 {
	padding: 5px;
	font-size: 9px;
	text-align: left;
	color: #546179;
	}

	/* Content */
#content p {
    margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
	line-height: 17px;
	text-align: justify;
	}
#content dt {
	margin-top: 5px;
    margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 2px 5px 2px 0px;
	color: #546179;
	line-height: 17px;
	font-weight: bold;
	}
#content dd {
	margin-top: 0;
    margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
	line-height: 17px;
	text-align: justify;
	}
#content h2 {
	margin: 0 0 20px 0;
    }
#content ol {
	margin: 0 0;
	}
#content li {
	margin: 0 0 0 30px;
	line-height: 17px;
	font-size: 13px;
	}
#content * abbr,
#content * acronym {
    cursor: help;
    border-bottom: 1px dotted #546179;
    }
#content table {
    border-spacing: 0px;
	}
#content .tab_border td {
	border: solid 1px #999999;
	}
#content .tab_border th {
	border: solid 1px #999999;
	}

	/* Sidebar */
#sidebar ul {
	margin: 0 0 20px 0;
	}
#sidebar li {
    list-style: none;
	margin: 0 0 4px 10px;
	line-height: 17px;
	font-size: 13px;
	}
#sidebar p {
    margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
	line-height: 17px;
	text-align: center;
    color: #E2CFB8;
	}

	/* Footer */
div#footer p {
	background: transparent url(../images/lay_footer_face.gif) center left no-repeat;
	text-align: center;
	font-size: 11px;
	color: #EEEEE7;
	}

    /* Formularze */
#content .button {
	cursor: pointer;
	color: #6D6E71;
	border: outset 1px #ccc;
	font-weight: bold;
	padding: 1px 2px 0px 2px;
	font-size: 0.9em;
	color: #EEEEE7;
	background-color: #546179;
	width: 80px;
    }
#content textarea {
	margin: 1px 1px 1px 1px;
    }
#content input {
	margin: 1px 1px 0px 1px;
    }
#content .cssform p {
    width: 300px;
    clear: left;
    margin: 0px 0px 1px 0px;
    padding-left: 145px; /*width of left column containing the label elements*/
    }
#content .label{
    float: left;
    margin-left: -145px; /*width of left column*/
    width: 140px; /*width of labels. Should be smaller than left column (145px) to create some right margin*/
    }
#content .cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
    width: 196px;
    }
#content .subform {
    margin: 0px;
    padding: 0px;
    }
#content .sublabel {
    margin: 0px;
    padding: 0px;
    }
#content .subinput {
    margin: 0px;
    padding: 0px;
    width: 50px;
    }

    /* Cytaty */
#content blockquote .cytat {
    background: #EEEEE7 url(../images/lay_cytat1.gif) top left no-repeat;
    padding: 10px 10px 10px 60px;
    margin: 0;
	text-align: justify;
    }
#content blockquote .autor {
    background: transparent url(../images/lay_cytat2.gif) top right no-repeat;
    height: 20px;
    padding: 0 10px 0 0;
    text-align: right;
	font-size: 10px;
    }
#content .zdjecie {
    border: 10px solid #EEEEE7;
    }
#content .codemain {
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, Courier New, Verdana, Arial;
	font-size: 10px;
	margin: 2px auto 2px auto;
	padding: 2px;
	width: 98%;
    }
#content .uwaga {
	color: #F00;
    }
#content .right {
    text-align: right;
    }
#content .srodek {
    margin: 0 auto 0 auto;
    }

