/* Copyright Poradniki NaZdrowo.pl */

/* Frame Page */

.pageContainer{width: 1006px; background: url('_images/container.gif') repeat-y; border: 1px #c7c7b5 solid; margin: auto;}

.topPage{width: 979px; height: 349px; border: 1px #e7e7dc solid; margin: 10px auto;}
 .topLogoLeft{width:654px; height:101px; float: left; background: url('_images/logo_top_left.jpg') no-repeat;}
 .topLogoRight{width:325px; height:349px; float: right; background: url('_images/logo_top_right.jpg') no-repeat;}
 .topImageLeft{width:654px; height:248px; float: left; background: url('_images/image_top_left.jpg') no-repeat;}

.middlePage{}
 .middlePageLeft{width: 175px; float: left;}
 .middlePageCenter{width: 510px; float: left;}
 .middlePageRight{width: 321px; float: left;}	

.footerLinks{width: 979px; height: 15px; background: #e3e4d6; text-align: center; border: 1px #e7e7dc solid; margin: 10px auto;} 
 
.footerPage{width: 1006px; 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: #4F4F4F; font-size: 14px; border-bottom: #D2D2CA 1px solid; padding: 0 0 0 5px; margin: 0 0 0 10px;}
a{color: #DFDFDF}
hr{height: 1px; border: 1px #D4D3D1 solid;}
h1{text-align: center; font-size: 18px; color: #030200;}

/* Posts List */

.fpPost{width: 480px; 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:#0084A5; text-decoration: none;}
 .fpPost a:hover{color: #FF781F; text-decoration: underline;}
 .fpPostThumb{width: 120px; height: 75px; background: #FFFFFF; float: left; border: 1px #D0CFCA solid; padding: 3px; margin: 5px;}
 .fpPostFooter{width: 440px; 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{width: 500px; background: #f3f3e8; border: 1px #D2D2CA solid; margin: auto;}
.catText h1{font-size: 28px; text-align: center; color: #0096AF; margin-top: 10px;} 
.catText h2{font-size: 16px; color: #FF781F; padding-left: 10px; border: 0px;}
.catText h3{font-size: 16px; text-align: center; color: #CBBB8A; padding-left: 10px; border: 0px;}
.catText p{font-size: 14px; padding: 0 10px 0 10px; line-height: 20px}
.catText a{color: #0096AF;}
 
/* Post Page*/ 
.postPage{width: 670px; background: #f3f3e8; border: 1px #D2D2CA solid; margin: auto;}
 .postPage h1{font-size: 28px; text-align: center; color: #0096AF; margin-top: 10px;} 
 .postPage h2{font-size: 16px; color: #FF781F; padding-left: 10px; border: 0px;}
 .postPage h3{font-size: 16px; text-align: center; color: #CBBB8A; padding-left: 10px; border: 0px;}
 .postPage p{font-size: 14px; padding: 0 10px 0 10px; line-height: 20px}
 .postPage ul{font-size: 14px; line-height: 22px; clear: both}
 .postPage img{float:left; border: 1px #CCCCCC solid; padding: 2px; margin: 5px;}
  
/* Ads */

.ad1{width: 979px; height: 15px; background: #e3e4d6; text-align: center; border: 1px #e7e7dc solid; margin: 10px auto;}
.ad2{width: 300px; height: 250px; margin: 98px 0 0 10px;}
.ad3{width: 160px; height: 600px; margin: 10px auto;}

/* Menu */

.pageMenu{width: 310px; text-align: center; border-left: 1px #D2D2CA solid;  margin: 10px auto; 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;}
 .menuLink{width: 250px; text-align: left; font-size: 16px; margin-bottom: 3px;}
 .menuLink a{text-decoration: none; color: #0084A5; font-weight: bold; }
 .menuLink a:hover{color: #68CFE5; background: #EFF7FF}
.menuSubLink{font-size: 12px; text-align: left; margin: 0 0 5px 10px;}
.menuSubLink a{color:#00afd4}
.menuSubLink a:hover{color: #68CFE5;}

 .pages{width: 90%; font-size: 12px; background: #E4E5D7; border: 1px #D1D1BE solid; border-radius: 3px; text-align: center; color: #4F4F4F; line-height: 18px; padding: 5px; margin: 5px auto;}
 .pages a{text-decoration: underline; color: #0084A5;}
 .pages a:hover{text-decoration: underline; }
 
