/*
Theme Name: Metafore Default
Theme URI: http://metafore.org
Description: Template created by Innoblast.com
Version: 1
Author: Innovative Blast LLC.
Author URI: http:innoblast.com
Tags: custom 

*/



html, body {
  text-align: center;
  background-color: #eef1f5;
  font-size:24px;
  font-family:Arial;
  height:100%;

}

a.pcp-selected, a.pcp-unselected {
   color:white;

}

#MainContainer {
  margin: 0 auto;
  width: 804px;
}

#content {
  font-size:10pt;
  text-align: left;
  border:0px solid blue;
  margin-left:20px;
  margin-right:20px;
  /*background-color:white;*/
  /*height:500px;*/

}

.BodyBox {
  background-image:url('images/body-mid-repeat.jpg');
  height:500px;
}

.BodyBottom {
  background-image:url('images/body-bottom-background.jpg');
  height:80px;
}


.SideBarTop {
   width:174px;
   height:13px;
   background-image:url('images/sidebar-background-top.jpg');
   background-repeat:no-repeat;
   border:0px solid red;
   margin-bottom:0px;
   padding-bottom: 0px;
}

.SideBarMiddle {
   height:100%;
   padding-top:0px;
   margin-top:0px;
   border:0px solid green;
   background-image:url('images/sidebar-background-middle.jpg');
}

.SideBarBottom {
   background-image:url('images/sidebar-background-bottom.jpg');
   height:11px;
}

.MetaForeLogoText {
   margin-left:9px;
   margin-bottom:3px;
   font-size: 9pt;
   color:white;
}

.SideBarMenu {
  padding: 0px 5px 0px 5px;
  /*margin-bottom:40px;*/
  height:369px;
  /*height:100%;*/
  text-align:left;
}

.pcp-pagegroup {
   list-style-type:none;
   margin:0px;
   padding:0px;

}

.pcp-pagegroup-item {
    border:0px solid green;		  
    margin: 3px 0px 3px 0px;
    font-size:10pt;
}

a.pcp-unselected, a.pcp-selected {
   display:block;
   width:154px;
   height:19px;
   padding-left:10px;
   padding-top:5px;
   background-image:url('images/nav-background-def.jpg');
   text-decoration:none;
}

a.pcp-unselected:hover, a.pcp-selected:hover {
   text-decoration:underline;
   background-image:url('images/nav-background-hover.jpg');
}

/********* FOOTER ************/

.footer-pcp-pagegroup {
   list-style: none;
   padding: 0;
   margin: 0;
}

.footer-pcp-pagegroup-item {
    display: inline;
}

.footer-pcp-pagegroup li:before { content: "| "; }
.footer-pcp-pagegroup li:first-child:before { content: ""; }

* html .footer-pcp-pagegroup li {
    border-left: 1px solid black;
    padding: 0 0.4em 0 0.4em;
    margin: 0 0.4em 0 -0.4em;
}

a.footer-pcp-unselected, a.footer-pcp-selected {
   padding-right:3px;
   padding-left:3px;
   color:#444444;
   text-decoration: none;
}

a.footer-pcp-unselected:hover, a.footer-pcp-selected:hover {
   text-decoration: underline;
}

.FooterContainer {
   margin-top:6px;
   padding-bottom:20px;
}

.FooterLeft, .FooterRight {
   font-size:8pt;
   color:#333333;
   float:left;
}

.FooterRight {
   font-size:8pt;
   color:#aaaaaa;	     
   float:right;
}