/* Start of CMSMS style sheet 'PMW - 1 Column' */
* {
   margin:0;
   padding:0;
}
img {
   border: none;
}

/*****  Colours  *****/
h1, h2, h3, 
span.dropcap,
div#footer,
span.pmw_news_summary_link a,
span.pmw_news_summary_link a:visited,
span.pmw_news_date
{
   color: #611;
}


/*****  Body Style  *****/
body {
   text-align: left;
   font-family: "Times New Roman", Times, serif;
   background: #831 url('images/cms/woodgrain2.jpg') repeat;
   margin-bottom: 40px;
}

/*****  Text Styles  *****/


/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.3em 0; 
   line-height: 1.3em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

span.dropcap { 
   float: left;
   font-size: 290%; 
   font-weight: bold;
   line-height: 1.5ex;
   padding-top: 3px;
   padding-right: 3px;
}

br.clear {
   clear: both;
}


/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
default link styles
*/
a,
a:link 
a:active {
   background-color: inherit; 
   color: #a00; 
   text-decoration: none;
}

a:visited {
   background-color: inherit;
  color: #a00;     
}

a:hover {
   text-decoration: underline;
   color: #f00;
}

/*****  Header Styles  *****/

div#header_bg {
   margin-top: 10px;
   background: transparent url('images/cms/bg_header-2.png') no-repeat bottom center;
   height: 159px;
}
* html div#header_bg {
   background: transparent url('images/cms/bg_header.gif') no-repeat bottom center;
}
div#header {
   margin: 0 auto;
   width: 632px;
   height: 122px;    /* adjust according your image size */
   background: transparent;           
}

div#header h1 a {
   background: transparent url('images/cms/pmw_title.png') no-repeat bottom center; 
   display: block;
   height: 122px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
* html div#header h1 a {
   background: transparent url('images/cms/pmw_title.gif') no-repeat bottom center;
}
div#header h2 {
   text-align: center;
   font-size: 18px;
   font-weight: bold;
   padding-top: 15px;
}


/*****  Content Styles  *****/

div#content_bg {
   background: transparent url('images/cms/bg_content-2.png') repeat-y fixed top center;
}
* html div#content_bg {
   background: transparent url('images/cms/bg_content.gif') repeat-y fixed top center;
}

div#content_wrapper {
   width: 632px;
   margin: 0 auto;
   padding-top: 20px;
   min-height: 400px;
}
div#main {
   width: 600px;
   margin: 0 16px;
   padding: 20px 0 0 0;
   clear: both;
}
div#main img {
   border: 5px double #000;
}

div.rule {
  clear: both;
  background: transparent url('images/cms/hr_600_1.gif') no-repeat center;
  height: 6px;
}
div#bookmarks {
   float: right;
   padding: 20px 0 16px 0;  
}
div#bookmarks ul {
   list-style: none;
   display: inline;
}
div#bookmarks li {
   display: inline;
   padding-left: 8px;
}
div#bookmarks img {
   border: none;
}
div.quotebox {
   width: 500px;
   margin: 15px 0 20px 50px;
   font-size: 1.1em;
   
}
div.quotebox p {
   margin: 0;
   padding-bottom: 3px;
}
div.quotecredit {
   text-align: right;
   font-weight: bold;
   font-size: 0.8em;
}


/*****  Footer Styles  *****/
div#footer_bg {
   background: transparent url('images/cms/bg_footer-2.png') no-repeat top center;
   height: 124px;
   margin-bottom: 10px;
}
* html div#footer_bg {
   background: transparent url('images/cms/bg_footer.gif') no-repeat top center;
   height: 114px;
}
div#footer {
   width: 600px;
   clear: both;
   background: transparent url('images/cms/hr_600_1.gif') no-repeat top center;
   margin: 0 auto;
   min-height: 2.5ex;
   padding-top: 20px;
/*   border-top: 1px solid #611; */
  
}
div.float_right {
   float: right;
   text-align: right;
}
div.float_left {
   float: left;
   text-align: left;
}
div#footer a,
div#footer a:visited {
   text-decoration: none;
   color: #000;
}
div#footer a:hover {
   background: transparent;
   color: #a00;
}
div.signature {
   text-align: center;
   padding: 0;
   margin: 0;
   clear: both;
}
div#main .signature img  {
   margin: 0;
   border: none;
}
div#homeImage {
   text-align: center;
   padding-top: 10px;
}
/*****  Album Styles  *****/
ul.pmw_albumlist {
            margin: 0;
            padding: 0;
}
li.pmw_thumb {
        width:160px;
        margin: 0 20px 0px 20px;
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
        height: 150px;
        display: inline;
}
li.pmw_thumb a,
li.pmw_thumb a:visited { 
       display:block;
        margin-top: 0px;
	background-color: transparent;
	text-decoration:none;
        color: #000;
      font-weight: bold;
}
li.pmw_thumb a:hover { 
   color: #a00;
}
div#main .pmw_thumb_img {
      border: 3px double #000; 
}
li.pmw_thumb a p { 
            padding-top: 5px;
            font-size: 10.5pt;
}
li.pmw_thumb img { 
      width: 130px;
}

div.pmw_album_nav {
/*   font-family: arial, sans-serif; */
   font-size: 10pt;
   text-align: center;
   padding-bottom: 15px;
}
div.pmw_album_nav a,
div.pmw_album_nav a:visited  {
   font-family: arial, sans-serif; 
   text-decoration: none;
   font-weight: bold;
   font-size: 12pt;
   padding: 0 3px;
}

span.pmw_album_return {
/* font-family: arial, sans-serif; */
   font-size: 11pt;
   float: right;
   clear: right;
   padding-top: 10px;
}
span.pmw_album_return a,
span.pmw_album_return a:visited {
  text-decoration: none;
  font-weight: bold;
}
div#pmw_album_picture {
   text-align: center;
   padding: 5px 0;
}

div.pmw_album_comment {
   margin: 10px 0 20px 0;
   padding: 0;
}

div.pmw_album_comment p {
   margin: 0;
   padding: 10px 0 0 0;
}

div#pmw_album_thumbs {
   text-align: center;
   padding-top: 5px;
   clear: both;
}

div#pmw_album_thumbs td {
   padding: 0 5px;
}
div#pmw_album_thumbs {
   padding: 5px 20px 10px 20px;
   text-align: center;
}
div#pmw_album_picture img {
   border: 5px double #000;
}
div#pmw_album_thumbs img {
   border: 3px double #000;
   max-width: 96px;
}


/*****  News Styles  *****/
span.pmw_news_summary_link {
   font-weight: bold;
   font-size: 120%;
}

span.pmw_news_summary_link a,
span.pmw_news_summary_link a:visited
 {
   text-decoration: none;
}

span.pmw_news_date {
   float: right;
   font-weight: bold;
}
.pmw_NewsSummary {
   border-top: 1px solid #611;
   padding: 10px 10px 20px 10px;
   margin: 0;
}
.pmw_NewsSummarySummary p {
   padding: 0;
   margin: 0;
}
.pmw_NewsSummaryMorelink {
   text-align: right;
}
div#NewsPostDetailSummary {
   padding-top: 10px;
}
div#NewsPostDetailReturnLink {
   text-align: right;
}
img.newsImage {
   float: left;
   margin: 0 15px 5px 0;
}
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto; 
   color: black;
}

/* 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;
}

/*****  Contact Page  *****/
div#contactdetails {
   margin: 0 30px 0 170px;
   font-size: 13pt;
}
div#contact {
   padding-top: 30px;
   padding-bottom: 30px;
}
form#contactform {
}
form#contactform dl {
   text-align: left; 
}
form#contactform dt {
   clear: left;
   float: left;
   width: 150px;
   padding-bottom: 10px;
   text-align: right;
   padding-right: 15px;
}
form#contactform dd {
   float: left;
   padding-bottom: 10px;
}
div.contact_result {
   color: #611;
   font-weight: bold;
   padding-left: 150px;
   padding-bottom: 30px;
}
.textfield {
   border: #e2c097 1px solid;
   color: #611;
}
form#contactform label {
   font-weight: bold;
}

div.pictureAboutRight {
   width: 160px;
   text-align: center;
   font-weight: bold;
   font-size: 80%;
   float: right;
   margin: 0 0 10px 15px;
}
div.pictureAboutLeft {
   width: 160px;
   text-align: center;
   font-weight: bold;
   font-size: 80%;
   float: left;
   margin: 0 15px 10px 0;
}

div.pictureAbout {
   width: 160px;
   text-align: center;
   font-weight: bold;
   font-size: 80%;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; 
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   font-size: 1.5em; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0;    

}
div#content h3 {
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/***** Link Manager *****/
div#linkmgr {
   padding: 10px 10px 40px 10px;
   min-height: 300px;
}
div#linkmgr dl {
   list-style: none;
}
div#linkmgr dd {
   padding-bottom: 15px;
}



/* 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 of 'PMW - 1 Column' */

