/************************************/
/* Szkkoła Wyższa Przymierza Rodzin */
/********************************************
   HTML ELEMENTS
********************************************/

/* top elements
------------------------------*/
/* reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

#kontener {
width: 980px; 
margin: 0px auto;}

* { padding: 0; margin: 0; }

body {
        margin: 0;         padding: 0;
        /*font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;*/
        font: normal 73%/1.5em 'Verdana', Arial, Helvetica, sans-serif;
        color: #555;
        background: #FFF ;
        text-align: center;

}

/* links
------------------------------*/
a {outline-style: none;}

/*blue hiper3acze*/
a.blue {font: 9pt verdana; font-style: normal; color: rgb(17, 17, 193); text-decoration: none;}
a.blue:link {color: rgb(17, 17, 193);}
a.blue:visited {color: rgb(17, 17, 193);}
a.blue:hover {
        text-decoration:underline;
        color: #008000;
}
a.blue:active {
        text-decoration:underline;
        color: #008000;
}


/* headers
--------------------------------*/
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em;
         /*color: #65944A;*/
         color: #000000;
}
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
        margin: 10px 15px;
}

hr {
        color: #F0F0F0;
        height:1px;
}
ul, ol {
        margin: 10px 40px;
        padding: 0 15px;
}

/* images
----------------------------------
img {
        border: 1px solid #DADADA;
        padding: 5px;
        background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

*/



/* text and stuff
------------------------------------*/
.compname {
        font: 1.2em "Times New Roman", Times, serif;

}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
        margin: 15px;         padding: 0 0 0 20px;
          background-color: #FAFAFA;
        background-position: 8px 10px;
        border: 1px solid #f2f2f2;
        border-left: 3px solid #146d6a;
        font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
        color: #666666;
}

/* start - table
-------------------------------------
table {
        border-collapse: collapse;
        margin: 10px 15px;
}
th strong {
        color: #fff;
}
th {
        background: #74A846;
        height: 29px;
        padding-left: 11px;
        padding-right: 11px;
        color: #fff;
        text-align: left;
        border-left: 1px solid #B6D59A;
        border-bottom: solid 2px #FFF;
}
tr {
        height: 30px;
}
td {
        padding-left: 11px;
        padding-right: 11px;
        border-left: 1px solid #FFE1C3;
        border-left: 1px solid #FFF;
        border-bottom: solid 1px #ffffff;
}
td.first,th.first {
        border-left: 0px;
}
tr.row-a {
        background: #F8F8F8;
}
tr.row-b {
        background: #EFEFEF;
}
*/
/* end - table */

/* form elements
--------------------------------------*/
form {
        margin:10px 15px; padding: 0;
        border: 1px solid #f2f2f2;
        background-color: #FAFAFA;
}
label {
        display:block;
        font-weight:bold;
        margin:5px 0;
}
input {
        padding: 2px;
        border:1px solid #eee;
        font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
        color:#777;
}
textarea {
        width:400px;
        padding:2px;
        font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
        border:1px solid #eee;
        height:100px;
        display:block;
        color:#777;
}
input.button {
        margin: 0;
        font: bold 1em Arial, Sans-serif;
        background: #FFF url(gradientbg.jpg) repeat-x;
        padding: 2px 3px;
        color: #333;
        border: 1px solid #DADADA;
}

/* search form
--------------------------------------*/
.searchform {
        background-color: transparent;
        border: none;        margin: 0; padding: 0;
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox {
        width: 130px;
        color: #333;
        height: 20px;
        padding: 2px;
        vertical-align: top;
}
.searchform input.button {
        font: bold 12px Arial, Sans-serif;
        color: #333;
        width: 60px;
        height: 26px;
        border: 1px solid #DADADA;
        padding: 3px 5px;
        vertical-align: top;
}

/****************************************
          LAYOUT
******************************************/
#header-content, #content, #footer-content {
        width: 800px;
}

/* HEADER
-------------------------------------------------------*/
#header {
        height: 182px;
        text-align: left;
        /*border:2px solid #000;        */
}
#header-content {
        margin: 0 auto; padding: 0;
        position: relative;
        /*border:2px solid #000;        */
}
#header-content h1#logo {
        position: absolute;
/*        font: bold 45px 'Trebuchet MS', Sans-serif;*/

        font: bold italic 33px "Times New Roman", Times, serif;
        letter-spacing: -1px;
        color: #008000;
        margin: 0; padding: 0;
        /* change the values of left and top to adjust the position of the logo */
        top: -2px; left: 3px;
}
#header-content h1#logo a {
        text-decoration: none;
        color: #008000;
}

.styl1 {color: #1C1F80; font-weight:normal; font-size: 18px;} /* patron - im. blogoslawionego Edmunda Bojanowskiego */

#header-content #slogan {
        position: absolute;
        font: bold 12px 'Trebuchet Ms', Sans-serif;
        text-transform: none;
        color: #FFF;
        margin: 0; padding: 0;

        /* change the values of left and top to adjust the position of the slogan */
        top: 55px; left: 50px;
}

#header-content h2#slogan a {
        text-decoration: none;
        color: #FFF;
}

/* --------------------------header photo */
.headerphoto {
        margin: 0 auto;
        width: 800px;
        height: 182px;
        /*padding: 15px 10px 10px 10px; */
        padding-top: 0px;
        background: url(headerphoto3.jpg) no-repeat center;
}
/* --------------------------header photo */
.ontopgraph_1 {
        position: absolute;

        margin: 0; padding: 0;

        /* change the values of left and top to adjust the position of the slogan */
        top: 121px; left: 777px;
}
.ontopgraph_2 {
        position: absolute;

        margin: 0; padding: 0;

        /* change the values of left and top to adjust the position of the slogan */
        top: 0px; left: -38px;
}
.ontopgraph_3 {
        position: absolute;

        margin: 0; padding: 0;

        /* change the values of left and top to adjust the position of the slogan */
        top: 0px; left: 793px;
}

.zaloba {
        position: absolute;

        margin: 0; padding: 0;

        /* change the values of left and top to adjust the position of the slogan */
        top: 35px; left: 0px;
}
/* ---------------------------- date */

.date {
        position: absolute;
        right:10px;
        top: 34px;
        text-decoration:none;
        font: 0.9em 'Trebuchet MS', Tahoma, Sans-serif;
        font-weight: bold;
        color: #FFF;
}
/* ---------------------------- zalogowany
#header-content #zalogowany {
        position: absolute;
        left: 0px;
        top: 152px;
        margin:0 0 0 0px;
        padding:5px 5px 5px 5px;
        text-decoration:none;
        text-align: center;
        background: #004000;
        font: 1.0em 'Trebuchet MS', Tahoma, Sans-serif;
        color: #FFF;
}
*/
/* MENU
----------------------------------------------------------- */
a{ outline: none; text-decoration: none; }

#menu {
width: 910px;
height: 28px;
background: url('../images/menuTlo.jpg') repeat-x;
}

#menu ul{
list-style: none;
width: 910px;
height: 28px;

}

#menu ul li{
float: left;
padding: 8px 13px 0px 13px;
height: 28px;
}

#menu ul li:last-child { 
padding: 8px 26px 0px 26px;
}

#menu a {
color: #000000;
}
#menu a:hover {color: #CCCCCC; 
}
#menu ul li:hover {background: url('../images/bg_menu.gif') repeat-x; 
					 
				color: #CCCCCC;	}

 
/* CONTENT
--------------------------------------------------------------*/
#content-wrap {
        clear: both;
        float: left;
        width: 100%;
}
#content {
        text-align: left;
        padding: 0;
        margin: 0 auto;
}


/* MAPA
---------------------------------------*/
.mapa {
        padding-left: 30px;
        padding-top: 0px;
}
.mapa a {
        text-decoration:none;
        color: #000;
}
.mapa a:hover {
        color: #008000;
}

/* SIDEBAR
----------------------------------------------------------- */
#sidebar {
        float: left;
        width: 23%;
        margin: 0 0 10px 0; padding: 0;
}
#sidebar h1 {
        padding: 10px 0px 5px 10px;
        margin: 0;
        font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
}
#sidebar h1 a {
        text-decoration:none;
        font-size: 1.0em;
         /*color: #65944A;*/
        color: #000;
}

.sidebox {
        background: #F9F7F2;
        border: 1px solid #EFEDED;
        border-right: 0px;
        margin-bottom: 10px;
        text-align: justify;
}

/* -------------------- sidebar menu*/

#sidebar ul.sidemenu {
        font-size:11px ;
        list-style:none;
        margin: 10px 0 15px 0;
        padding: 0;
        background: #F9F7F2;
}
#sidebar ul.sidemenu li {
        padding: 0px 10px;
}
#sidebar ul.sidemenu a {
        display:block;
        font-weight:normal;
        color: #333;
        height: 1.5em;
        padding:.3em 0 .3em 15px;
        line-height: 1.5em;
        border-bottom: 1px dashed #D4D4D4;
        text-decoration:none;
}
#sidebar ul.sidemenu a.top{
        border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
        background: #F2F2F2;
        padding: .3em 0 .3em 10px;
        border-left: 5px solid  #146d6a;
        /*color: #65944A;                */
        color: #146d6a;
}

/* -------------------- sidebar link*/
#sidebar ul.sidelink {
        list-style-type: disc;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;

}
#sidebar ul.sidelink li {
        padding-top: 8px;
}
/* cos nie tak */
#sidebar ul.sidelink li a {
        color: #000;
        text-decoration:none;
}
#sidebar ul.sidelink li a:hover {
        color: #008000;
}

#sidebar ul.sidelink li a:visited {
        color: #008000;
}

/* SIDEBAR1
----------------------------------------------------------- */
#sidebar1 {
        float: left;
        width: 100%;
        margin: 0 0 10px 0; padding: 0;
}
#sidebar1 h1 {
        padding: 10px 0px 5px 10px;
        margin: 0;
        font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
}
#sidebar1 h1 a {
        text-decoration:none;
        font-size: 1.0em;
         /*color: #65944A;*/
        color: #000;
}


/* -------------------- sidebar menu*/

#sidebar1 ul.sidemenu {
        font-size:11px ;
        list-style:none;
        margin: 10px 0 15px 0;
        padding: 0;
        background: #F9F7F2;
}
#sidebar1 ul.sidemenu li {
        padding: 0px 10px;
}
#sidebar1 ul.sidemenu a {
        display:block;
        font-weight:normal;
        color: #333;
        height: 1.5em;
        padding:.3em 0 .3em 15px;
        line-height: 1.5em;
        border-bottom: 1px dashed #D4D4D4;
        text-decoration:none;
}
#sidebar1 ul.sidemenu a.top{
        border-top: 1px dashed #D4D4D4;
}
#sidebar1 ul.sidemenu a:hover {
        background: #F2F2F2;
        padding: .3em 0 .3em 10px;
        border-left: 5px solid  #146d6a;
        /*color: #65944A;                */
        color: #146d6a;
}

#sidebar1 ul.sidemenu a:visited {
        background: #E2E2E2;
        padding: .3em 0 .3em 10px;
        
        /*color: #65944A;                */
        color: #146d6a;
}
/* -------------------- sidebar link*/
#sidebar1 ul.sidelink {
        list-style-type: disc;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;

}
#sidebar1 ul.sidelink li {
        padding-top: 8px;
}
/* cos nie tak */
#sidebar1 ul.sidelink li a {
        color: #000;
        text-decoration:none;
}
#sidebar1 ul.sidelink li a:hover {
        color: #008000;
}

#sidebar1 ul.sidelink li a:visited {
        color: #008000;
}

/* SIDEBARLEFT  ???????????????????
----------------------------------------------------------- */
#sidebarLeft {

        float: left;
        width: 0;
        margin: 0 20px 10px 20px; padding: 0;
}
#sidebarLeft h1 {
        padding: 10px 0px 5px 10px;
        margin: 0;
        font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
}
#sidebarLeft h1 a {
        text-decoration:none;
        font-size: 1.0em;
         /*color: #65944A;*/
        color: #000;
}


/* -------------------- sidebarLeft menu*/

#sidebarLeft ul.sidemenu {
        font-size:11px ;
        list-style:none;
        margin: 10px 0 15px 0;
        padding: 0;
        background: #F9F7F2;
}
#sidebarLeft ul.sidemenu li {
        padding: 0px 10px;
}
#sidebarLeft ul.sidemenu a {
        display:block;
        font-weight:normal;
        color: #333;
        height: 1.5em;
        padding:.3em 0 .3em 15px;
        line-height: 1.5em;
        border-bottom: 1px dashed #D4D4D4;
        text-decoration:none;
}
#sidebarLeft ul.sidemenu a.top{
        border-top: 1px dashed #D4D4D4;
}
#sidebarLeft ul.sidemenu a:hover {
        background: #F2F2F2;
        padding: .3em 0 .3em 10px;
        border-left: 5px solid  #146d6a;
        /*color: #65944A;                */
        color: #146d6a;
}

/* -------------------- sidebarLeft link*/
#sidebarLeft ul.sidelink {
        list-style-type: disc;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;

}
#sidebarLeft ul.sidelink li {
        padding-top: 8px;
}
/* cos nie tak */
#sidebarLeft ul.sidelink li a {
        color: #000;
        text-decoration:none;
}
#sidebarLeft ul.sidelink li a:hover {
        color: #008000;
}

#sidebarLeft ul.sidelink li a:visited {
        color: #008000;
}


/* MAIN
------------------------------------------------------------*/

#main {
        float: right;
        width: 77%;
        margin: 0 0 10px 0; padding: 0;
        text-align: justify;
        vertical-align:top;
/*        background: inherit;*/
        background: #FFF url(bg_head-podyp.jpg) repeat-x;
}
#main h1 {
        padding: 10px 0px 0px 5px;
        margin: 0 0 0 0px;
        background: #F9F7F2;
        /*border-bottom: 1px solid #f2f2f2;         */
        border-bottom: 1px solid #988508;
        font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
        /*font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;*/

}

#main h1 a {
        text-decoration:none;
        font-size: 1.0em;
        color: #000000;
}

#main ul li {
        list-style-image: url(bullet.gif);
}

#main ul li.new {
        list-style-image: url(new.gif);
}


/* MAIN
------------------------------------------------------------*/

#main1 {
        float: right;
        width: 100%;
        margin: 0 0 10px 0; padding: 0;
        text-align: justify;
        vertical-align:top;
/*        background: inherit;*/
        background: #FFF url(bg_head-podyp.jpg) repeat-x;
}
#main1 h1 {
        padding: 10px 0px 0px 5px;
        margin: 0 0 0 0px;
        background: #F9F7F2;
        /*border-bottom: 1px solid #f2f2f2;         */
        border-bottom: 1px solid #988508;
        font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
        /*font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;*/

}

#main1 h1 a {
        text-decoration:none;
        font-size: 1.0em;
        color: #000000;
}

#main1 ul li {
        list-style-image: url(bullet.gif);
}

#main1 ul li.new {
        list-style-image: url(new.gif);
}

/* --------------------- post */
.post {
        margin: 0; padding: 0;
        background: #FFF url(gradientbg.jpg) repeat-x;
        border: 1px solid #EFEDED;
/*        text-align: justify;*/
}
.post .post-footer {
        background-color: #FAFAFA;
        border: 1px solid #f2f2f2;
        padding: 5px; margin-top: 20px;
        font-size: 95%;
}
.post .post-footer .date {
        background: url('clock.gif') no-repeat 0 center;
        padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
        background: url('comment.gif') no-repeat 0 center;
        padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
        background: url('page.gif') no-repeat 0 center;
        padding-left: 20px; margin: 0 10px 0 5px;
}

/* STARTPAGE --------GLÓWNA.PHP---------------------------------------------------------------------------------------------------------------*/

#startPage {
        margin:0 0 0 0px;
        vertical-align:top;
        padding: 10px 0px 0px 0px;
        /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
        /*background-color: #F9F7F2;*/
        background: #FFF url(bg_head-podyp.jpg) repeat-x;
}

#startPage p {
        font: 10pt Verdana, Arial, Helvetica, sans-serif;
        color: #000;
}

#startPage h1 {
        font: 16pt Verdana, Arial, Helvetica, sans-serif;
        color: #000;
}

#startPage ul {
        font: 10pt Verdana, Arial, Helvetica, sans-serif;
        color: #000;
}
#startPage img{ margin-right:21px;}

/* --------------------- top */
#top {
        float:left;
        padding: 10px 10px 20px 0px;
        text-align: left;
}

/* --------------------- picture menu */
#picture-menu{
        margin: 30px 0 30px 0px;
}
#picture-menu a {
        text-decoration: none;
}
/*uczelnia*/
#picture-menu a#uczelnia {
        display: inline-block;
        width: 145px;
        height: 99px;
    background: url(sg_uczelnia4-2-30-30.gif) top left no-repeat;
}
#picture-menu a:hover#uczelnia {
        background-position: 0 -99px;
}

/*kandydaci*/
#picture-menu a#kandydaci {
        display: inline-block;
        width: 145px;
        height: 99px;
    background: url(sg_kandydaci4-2-30-30.gif) top left no-repeat;
}
#picture-menu a:hover#kandydaci{
        background-position: 0 -99px;
}

/*studia*/
#picture-menu a#studia {
        display: inline-block;
        width: 145px;
        height: 99px;
    background: url(sg_studia5-2-30-30.gif) top left no-repeat;
}
#picture-menu a:hover#studia {
        background-position: 0 -99px;
}

/*podyplomowe*/
#picture-menu a#podyplomowe {
        display: inline-block;
        width: 150px;
        height: 99px;
    background: url(sg_podyplomowe4-2-30-30.gif) top left no-repeat;
}
#picture-menu a:hover#podyplomowe {
        background-position: 0 -99px;
}

/*utw*/
#picture-menu a#utw {
        display: inline-block;
        width: 145px;
        height: 99px;
    background: url(sg_utw4-2-30-30.gif) top left no-repeat;
}
#picture-menu a:hover#utw {
        background-position: 0 -99px;
}
/*mala szkola*/
#picture-menu a#malaszkola {
        display: inline-block;
        width: 775px;
        height: 75px;
    background: url(sg_malaszkola.gif) top left no-repeat;
}
#picture-menu a:hover#malaszkola {
        background-position: 0 -75px;
}






/* --------------------- letter */
#letter{

        float:none;
        text-align:justify;
}
/* --------------------- zaloba */
#zaloba {float: right;
        width: 100%;
        margin: 0 0 10px 0; padding: 0;
        text-align: justify;
        vertical-align:top;
/*        background: inherit;*/
        background: #FFF url(bg_head-podyp.jpg) repeat-x; }

/* FOOTER -------------------------------------------------------------------------------------------------------------------------*/
#footer {
        clear: both;
        margin: 5px;
        font: normal 0.9em 'Trebuchet MS', Tahoma, Arial, sans-serif;
        text-align: center;
        background: #FFF;
}

#footer h1, #footer p {        margin-left: 0; }

#footer-content {
        border-top: 1px solid #EAEAEA;
        margin: 0 auto;
        padding-left: 15px;
}
#footer-content a {
        text-decoration: none;
        color: #777;
}
#footer-content a:hover {
        text-decoration: underline;
        color: #333;
}
#footer-content ul {
        list-style: none;
        margin: 0; padding: 0;
}
#footer-content .col1 {
        width: 35%;
        padding: 0 5px 30px 0;
}
#footer-content .col2 {
        width: 25%;
        padding: 0 5px 30px 0;
}

#footer-content .col3 {
        padding: 0 0 30px 0;
}
/* --------------------- alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {        text-align: right; }

/* ---------------------- additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }


/* ---------------------- tables */
table.modern {
        border:1px solid #74A846;
        margin: 10px 15px;
        color:#000;
        -moz-border-radius-topleft:6px;
        -moz-border-radius-topright:6px;
        -moz-border-radius-bottomleft:6px;
        -moz-border-radius-bottomright:6px;

}

td {
        padding: 0 5px 0 5px;
}
th strong {
        color: #fff;
}
th {
        /* background: rgb(215, 217, 232); /* kolor granat z loga*/ /*#74A846; /*zielony AInet*/
        background: #FFF url(bg_head-podyp.jpg) repeat-x;
        height: 25px;
        padding-left: 11px;
        padding-right: 11px;
        color:  #124797; /* kolor granat z loga*/ /*#74A846; /*zielony AInet*/
        text-align: left;
        border-left: 1px solid #B6D59A;
        border-bottom: solid 2px #FFF;
}
#histo {margin-top: 20px;
		font-size: 13px;
		text-indent: 15px;
		width: 600px;
		text-indent: 20px
		
}
#histo-img {
			float:left;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
}
