/* 
    Document   : common
    Created on : 2013-10-15, 13:02:22
    Author     : psad
    Description:
        Purpose of the stylesheet follows.
*/

/* Modified by JMM 2014-03-05 to add div styles for tutorial pages. */

/*

header

*/
.header {
    width:1000px;
    height:230px;
    margin-bottom:30px;}

.logo {
    float:left;
    width:220px;
    height:190px;}

.logo a {
    display:block;
    width:220px;
    height:190px;
    -webkit-background-size: 220px 190px;
    background:url(../images/logo.png) no-repeat top left;
    overflow:hidden;
    text-indent:-99999px}

.header-items {
    float:left;
    width:606px;
    height:190px;}


.header-items img {
    float:right;}

.header-rotator {
    float:left;
    width:174px;
    height:190px;}

.header-items .strap-line {
    float:left;
    height:36px;
    line-height: 30px;
    padding:50px 0 0 30px;
    color:#feb67a;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size:34px;}
/*
endof headers
*/

/* #Link list */
.link-list {
    float:left;
    height:auto;
    margin:0 10px 30px 10px;}

.link-list ul {
    margin:0;}

.link-list ul li {
    height:24px;
    list-style:none;
    margin:0;}

.link-list ul li a {
    display:block;
    text-indent:27px;
    padding:2px 0 0 0;
    height:18px;
    width:100%;}

.link-list ul li a.rss-icon {
    background:url(../images/RSS-icon-20.png) no-repeat top left;
    background-size:20px 20px;}

.link-list ul li a.twitter-icon {
    background:url(../images/twitter-icon-20.png) no-repeat top left;
    background-size:20px 20px;}
.site-search .button {
    

}

/*****************************************************************************/

#cwebstats, #cwebstats td {
    border: none !important;
}
#cwebstats .cwsnumber {
    text-align: right !important;
}

.items-more {
    display: none;
}

.link-list {
    margin-top: 5px;
}

.breadcrumbs {
    width: 100%;
}

.cat-children {
    display: none;
}

#userForm {
    clear: both;
}


/* Additions by JMM 2014-03-05: */

/* Block of text occupying left half of screen: */
div.dMainText {
  float:left;
  padding: 5px 5px 5px 5px ;
  position: relative;
  width:50% 
}

/* Block of text on the right of main text, used for commentary or explanatory notes: */
div.dCommentary {
  float:right;
  background-color: #ADFF2F;
  padding: 5px 5px 5px 20px ;
  position: relative;
  top: 0px ;
  width:40%  ;
  font-style:italic ;
  font-size:small 
}


/* Additions by JMM 2014-05-05: */
/* An information icon (or some text, or anything) placed inside an infoicon div, when rolled over, will bring up a pop-up box */
/* with the text defined by the infotooltip div class. */
.infoicon {
    margin:1px;
}

.infoicon:hover .infotooltip {
    display: block;
}

.infotooltip {
    display: none;
    background: #CCFF99;
    margin-left: 28px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width:600px;
    height:300px;
}


