/* Copyright Poradniki NaZdrowo.pl */

/* Frame Page */

.pageContainer{width: 750px; margin: auto;}

.topPage{width: 750px; height: 390px; background: url('_images/image_top.jpg') no-repeat right bottom; margin: 10px auto;}
 .topLogoLeft{width:206px; height:111px; float: left;}
 .topLogoRight{width:530px; height:25px; float: right; background: #F1F4F6; margin-top: 15px;}


.middlePage{}
 .middlePageLeft{width: 200px; float: left;}
 .middlePageRight{width: 550px; float: left;}

.footerLinks{width: 750px; height: 15px; background: #F1F4F6; text-align: center; margin: 10px auto;} 
 
.footerPage{width: 750px; height: 50px;}
 .footerPage p{color: #4F4F4F; font-family: arial; font-size: 12px; letter-spacing: 1px; text-align: center; font-weight: bold; padding-top: 1px;}
 .footerPage a{color: #0084A5;}

/* Body */

body{font-family: Times New Roman; background: #FFFFFF; margin: 0px;}
h2{color: #208302; font-size: 12px; border-bottom: #E4E4E4 1px solid; padding: 0 0 0 5px; margin: 10px 0 10px 10px;}
a{color: #DFDFDF}
hr{height: 1px; border: 1px #D4D3D1 solid;}
h1{color: #208302; font-size: 20px; border-bottom: #E4E4E4 1px solid; padding: 0 0 0 5px;}

/* Posts List */

.fpPost{width: 540px; background: #F0F0E6; border: 1px #FFFFFF solid; margin: 5px auto;}
 .fpPost h2{font-size: 16px; border: 0px; margin: 3px 0 2px 2px;}
 .fpPost h3{font-size: 16px}
 .fpPost p{font-size: 13px; color: #4F4F4F; text-align: justify; margin: 5px;}
 .fpPost a{color:#25C100; text-decoration: none;}
 .fpPost a:hover{color: #54BCFB; text-decoration: underline;}
 .fpPostThumb{width: 120px; height: 75px; background: #FFFFFF; float: left; border: 1px #D0CFCA solid; padding: 3px; margin: 5px;}
 .fpPostFooter{width: 520px; text-align: right; font-size: 12px; border-top: 1px #FFFFFF dotted; padding-bottom: 3px; margin: auto;}
 .fpPostFooter h3 {float:left; font-size: 9px; color: #CCCCCC; margin: 0px; }

/* Cat Page*/ 
.catText p{color: #355f51; font-size: 13px; padding: 5px; line-height: 20px} 
/* Post Page*/ 
 
.postPage{width: 540px; background: #f8f8ee; border: 1px #ecece2 solid; margin: auto;}
 .postPage h1{font-size: 28px; text-align: center; color: #25C100; margin-top: 10px;} 
 .postPage h2{font-size: 16px; color: #FF781F; padding-left: 10px; border: 0px;}
 .postPage h3{font-size: 14px; text-align: left; color: #208302; padding-left: 10px; border: 0px;}
 .postPage p{color: #355f51; font-size: 15px; padding: 10px; line-height: 20px}
 .postPage ul{font-size: 15px; line-height: 26px}
 .postPage img{background: #FFFFFF; float: left; border: 1px #FFFFFF solid; margin: 5px;}
  
/* Ads */

.ad1{width:120px; height:240px; float: left; margin-left: 20px;}
.ad2{width: 750px; height: 60px; text-align: center; border-top: 1px #E4E4E4 solid; padding-top: 5px; margin: 10px 0 0 0;}
.ad3{width: 160px; height: 600px; margin: 10px auto;}

/* Menu */

.pageMenu{width: 200px; text-align: center; overflow: hidden;}
 .pageMenuCaptio , .pageMenuCaptio a{height: 20px; background: #3ebcd3; color: #FFFFFF; text-decoration: none; text-align: center; font-weight: bold; margin: 0px;}
 .pageMenuCaptio a:hover{color: #4FE6FF;}

.menuLinks{list-style-type: square; color: #D2D2CA; padding: 0 0 0 10px; margin: 5px 0 0 5px;}
 .menuLink{width: 150px; color: #F0F0E6; text-align: left; font-size: 16px; margin: 2px 0 0 0;}
 .menuLink a{text-decoration: none; color: #25C100; font-weight: bold;}
 .menuLink a:hover{color: #54BCFB; text-decoration: underline;}
 
 .menuSubLink{width: 150px; list-style-type: none; text-align: left; font-size: 12px; margin: 0 0 0 8px;}
 .menuSubLink a{text-decoration: none; color: #25C100;} 
 .menuSubLink a:hover{color: #54BCFB; text-decoration: underline;}
 
 .pages{width: 90%; font-size: 12px; background: #ffffff; border-radius: 10px; text-align: center; color: #4F4F4F; line-height: 18px; padding: 5px; margin: 5px auto;}
 .pages a{text-decoration: underline; color: #25C100;}
 .pages a:hover{text-decoration: underline; }
 
