/* Start of CMSMS style sheet 'pdi home' */
* {
   margin:0;
   padding:0;
}

body {
   background: #AEAEAE url('uploads/images/linen2.gif'); 
   color: #333;
   margin:0;
   padding: 0;
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: small;
   line-height: 1.2em;
}

hr {
   width: 70%;
   text-align: right;/*this will align it for IE*/
   margin: 0 30px 0 auto; /*this will align it right for Mozilla*/
   border: none 0;
   border-top: 1px solid #9F9FAC;/*the border*/
   height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

img {
   border: 0;
}

a, a:link, a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #036; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #036;  
}
a:hover {
   text-decoration: none;
   color: #B07B39;
}

img.opacityit {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity: 1;
}

img.opacityit:hover{
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
   -moz-opacity: 0.7;
}

div#pagewrapper {
   margin: 0 auto; 
   width: 800px;   
   background-color: #fff; 
   color: black;
}

div#header {
   height: 170px; 
   background: #fff;
   margin: 0;          
}

div#header h1 a {
   background: #fff url(uploads/images/header.jpg) no-repeat; 
   display: block;
   height: 170px; 
   text-indent: -999em; 
   text-decoration:none; 
}

div#buttons {
   width: 560px;
   height: 130px;
   float: left;
   margin: 15px 0 0 20px;
}
div#buttons img {
   padding-right: 10px;
}

div#search {
   float: right;
   width: 23em;   
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; 
   font-size: 90%;        
   margin: 0 1em;        
   border-bottom: 1px dotted #000;
}

div#content {
   clear: both;
   text-align: left;
   margin: 1.5em auto 2em 0; 
}

div#main {
   position: relative;
   margin-left: 30%;
   margin-right: 4%;
}

div#sidebar {
   float: left;  
   width: 24%;
   /*display: inline;*/
   margin-left: 0;
}

div#newsletter {
  background: #fff url('uploads/images/btn_newsletter.gif') no-repeat 10px 10px;
  width: 204px;
  /*height: 103px;*/
  margin-top: 20px;
}

div#newsletter p {
  font-family: verdana, arial, geneva, helvetica, sans-serif;
  font-size: 100%;
  color: #C60D11; background: transparent;
  padding: 20px 0 0 60px;
  line-height: 140%;
}

div#newsletter p.text {
  margin: -30px 0 0 -40px;
  color: #036; background: transparent;
  line-height: 120%;
}

.leader {
  color: #036; background: transparent;
  margin: 12px 0 0 -25px;
  font-weight: bold;
}

div#newsletter p a {
  color: #B8202C; background: transparent;
} 

/* Coaching Session Signup info in left sidebar */
div#coaching {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;  
  background: #fff url('uploads/images/btn_coachsession.gif') no-repeat 170px 80px;
  width: 210px;
  margin: 20px 0 0 5px;
}

div#coaching p {
  font-family: verdana, arial, geneva, helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  color: #036; background: transparent;
  padding: 20px 0 0 0;
  line-height: 140%;
}

div#coaching p.text {
  margin: -25px 35px 30px 10px;
  font-weight: normal;
  text-align: left;
  color: #036; background: transparent;
  line-height: 140%;
}

div#coaching p a {
  color: #B8202C; background: transparent;
  font-weight: bold;
  text-decoration: underline;
} 

div#coaching p a:hover {
  text-decoration: none;
} 


div#footer {
   clear: both;      
   position: relative;
   height: 80px;    
   width: 800px;
   background: #fff url(uploads/images/footer.jpg) no-repeat 0 0;
    
}

div#footer p {
   font-size: 0.9em;
   color: #fff;
 /*  padding: 2.4em 1.4em 2.4em 1.4em; */
   text-align: left; 
}

div#footer p a {
   text-decoration: none;
   color: #fff;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#main h2 {
   margin: 0 0 10px 0;
   color: #272258; 
   font-size: 1.4em; 
   font-family: verdana, tahoma, arial,  sans-serif;
   font-weight:normal;
   text-align: left; 
   width: 90%;
   padding-bottom: 4px;
   border-bottom: 1px solid #eaeaea;

}
div#content h3 {
   color: #2d1c15; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #000; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #000; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 0.90em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/* bold list with coloured text */
ul.bold {
  list-style-type: square;  
  font-weight: bold;
  
}

ul.bold a {
  color: #069; background: #fff;
 font-size: 85%;
}

/* END LISTS */
/* End of 'pdi home' */

