/*
    name:   cloudyDay.css  author: Pat Heard (fullahead.org)
    ported to Textpattern by Stuart (thebombsite.com)
M'n'M website: what was gallery is used for travels
                      what was links is used for families
                      what was about is used for news
*/



/* -- Site container definition -- */

* {
  padding: 0;
  margin: 0;
}

body {
  font: 0.7em verdana, sans-serif; 
  /* font: 0.8em arial, sans-serif; */
  color: #444444;
  background-color: #FFFFFF;
  margin: 20px 40px 20px 40px;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

#container {
  width: 99%;
}


/* -- Header definitions -- */

#headerBox {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 1.5em;
  font-weight: bold;
  background: url(/images/6.gif) repeat-x left bottom; /*hdr_bg.gif*/
}

#headerLeft {
  float: left;
  width: 39%;
  height: 50px;
  background: url(/images/7.gif) no-repeat left bottom; /*hdr_left.gif*/
}
/* mnm change text colour here */
#headerLeft h1.title {
  font-size: 1.6em;
  text-decoration: none;
  /* color: #999999; */
  color: #990033;
}

#headerRight {
  float: right;
  width: 59%;
  height: 50px;
  text-align: right;
  background: url(/images/8.gif) no-repeat right bottom; /*hdr_right.gif*/
}


/* -- Header link bar definitions -- */

#headerRight a {
  padding-left: 20px;
  text-decoration: none;
  color: #999999;
}

#headerRight a:hover {
  color: #444444;
}

#headerRight a.home:hover, #headerRight a.activehome {
  color: #444444;
  background: url(/images/12.gif) no-repeat left center; /*icn_home.gif*/
}

#headerRight a.gallery:hover, #headerRight a.activegallery {
  color: #444444;
  background: url(/images/11.gif) no-repeat left center; /*icn_gallery.gif*/
}

#headerRight a.about:hover, #headerRight a.activeabout {
  color: #444444;
  background: url(/images/9.gif) no-repeat left center; /*icn_about.gif*/
}

#headerRight a.links:hover, #headerRight a.activelinks {
  color: #444444;
  background: url(/images/13.gif) no-repeat left center; /*icn_links.gif*/
}

#headerRight a.contact:hover, #headerRight a.activecontact {
  color: #444444;
  background: url(/images/10.gif) no-repeat left center; /*icn_email.gif*/
} 


/* -- Content column & layout definitions -- */

#contentBox {
  width: 100%;
  clear: both;
}

#sidebar {
  float: left;
  width: 28%;
  padding: 1em 5px 1em 0;
}

#sidebar h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding-left: 5px;
}

.sidebarBox {
  margin-bottom: 1.4em;
  margin-top: 0.5em;
  padding-top: 1em;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  background: url(/images/23.gif) repeat top left; /*news_bg.gif*/
}

.sidebarBox form {
  padding-left: 5px;
}

#sidebar a {
  text-decoration: none;
  color: #999999;
}

#sidebar a:hover {
  color: #111111;
}

#content {
  float: right;
  width: 69%;
}
/* removed by Malc to put back underline on links
#content p a {
  text-decoration: none;
  color: #999999;
}

#content ul a {
  text-decoration: none;
  color: #999999;
}
*/
#content p a {
  color: #999999;
}

#content ul a {
  color: #999999;
}

#content p a:hover, #content ul a:hover {
  color: #111111;
  background: #CCCCCC url(/images/2.gif) repeat-x left bottom; /*a_hover.gif*/
}

.post ol {
  list-style-position: inside;
  margin-left: 0.75em;
}

#content h2.posttitle {
  clear: both;
  margin-top: 1.0em;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  background: url(/images/23.gif) repeat left bottom; /*news_bg.gif*/
}

#content h2.posttitle a {
  /*font-size: 1.4em;  MH */
  font-size: 1.3em;
  text-decoration: none;
  color: #999999;
}

#content h2.posttitle a:hover {
  text-decoration: none;
  color: #444444;
}

#content h2.singleposttitle {
  clear: both;
  color: #999999;
  font-size: 2.2em;
  margin-top: 0.7em;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  background: url(/images/23.gif) repeat left bottom; /*news_bg.gif*/
}

.categorytitle, .searchtitle, .searchcount {
  font-size: 1.5em;
}

hr.clearing {
  clear: both;
  display: none;
  height: 1px;
}


/* -- Footer definitions -- */

#footerBox {
  clear: both;
  width: 100%;
  height: 25px;
  font-size: 0.8em !important;
  font-size: 1em;
  color: #999999;
  border-top: 1px solid #D1D1D1;
  margin-top: 1em;
}

#footerLeft {
  float: left;
  width: 49%;
  text-align: left;
}

#footerRight {
  float: right;
  width: 49%;
  text-align: right;
}

#footerBox a {
  text-decoration: none;
  color: #999999;
}

#footerBox a:hover {
  text-decoration: underline;
  color: #111111;
}


/* -- Layout class definitions -- */

.subHeading {
  display: block;
  clear: both;
  font-size: 0.85em;
  font-weight: bold;
}

.noDisplay  {
  display: none;
}

.bigRightChar, .bigLeftChar {
  font-size: 5.0em;
}

.bigRightChar {
  float: right;
  width: 11%;
  text-align: left;
}

.bigLeftChar {
  float: left;
  width: 10%;
  text-align: right;
}

.center {
  text-align: center;
}

#righttext a {
  float: right;
  text-decoration: none;
  color: #444444;
  padding: 5px;
  margin-top: 1em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  border: 1px solid #444444;
  background: url(/images/23.gif) repeat left bottom; /*news_bg.gif*/
}

#righttext a:hover {
  color: #000000;
  text-decoration: underline;
  border: 1px solid #000000;
}

#lefttext a {
  float: left;
  text-decoration: none;
  color: #444444;
  padding: 5px;
  margin-top: 1em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  border: 1px solid #444444;
  background: url(/images/23.gif) repeat left bottom; /*news_bg.gif*/
}

#lefttext a:hover {
  color: #000000;
  text-decoration: underline;
  border: 1px solid #000000;
}


/* -- Element class definitions -- */

acronym {
  cursor: help;
  background-color: #FFFFFF;
  border: 1px solid #D2D2D2;
}

#content ul {
  margin-left: 2.0em;
  padding-left: 2.0em;
  list-style-image: url(/images/3.gif); /*bullet.gif*/
}

#sidebar ul {
  list-style-position: inside;
  margin-left: 0.75em;
  padding-bottom: 1em;
  list-style-image: url(/images/3.gif); /*bullet.gif*/
}

#sidebar ul li:hover {
  list-style-image: url(/images/4.gif); /*bullet_on.gif*/
}

p {
  margin: 15px 0 15px 0;
}


/* -- Comments -- */

h3#comment {
  clear: both;
  font-size: 1.6em;
  margin-top: 2.0em;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  background: url(/images/23.gif) repeat left bottom; /*news_bg.gif*/
  text-align: center;
}

ol.comments {
  margin: 1.2em 1.2em 1.2em 0;
  list-style-type: none;
}

ol.comments li {
  border-bottom: 1px solid #999999;
  padding: 1px 0 1px 0;
  margin-bottom: 1.5em;
}

h3.commenttitle a {
  font-size: 1.1em;
  text-decoration: none;
  color: #444444;
  border: 0;
}

h3.commenttitle a:hover {
  background: #CCCCCC url(/images/2.gif) repeat-x left bottom; /*a_hover.gif*/
}

.commentmeta {
  font-size: 0.9em;
}

#cpreview p.preview {
  font-size: 1.2em;
  color: #444444;
  text-align: center;
}


/* -- Comment Form -- */

h3#postcomment {
  display: block;
  clear: both;
  margin: 0.6em 0.6em 0 0.6em;
  font-weight: bold;
  font-size: 1.6em;
  color: #444444;
  text-align: center;
  border: 0;
}

form#txpCommentInputForm {
  margin-top: 40px;
  border: 1px solid #444444;
  background: url(/images/23.gif) repeat left bottom; /*news_bg.gif*/
  padding-bottom: 1.2em;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

form#txpCommentInputForm p {
  margin: 0 0 0 1.2em;
  padding: 0;
}

input#forget, input#remember {
  margin-right: 5px;
}

textarea.txpCommentInputMessage {
  height: 250px;
  width: 325px;
  margin-bottom: 10px;
}

p#txpCommentInputForm {
  width: 300px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 10px 0;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  background: url(/images/23.gif) repeat left bottom; /*news_bg.gif*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}


/* -- Image class definitions -- */

.imgBlock {
  float: left;
  width: 75%;
  text-align: center;
  padding-left: 10px;
  margin-bottom: 1.0em;
}

.imgBlock .imgThree {
  padding: 0 2% 0 2%;
}

.imgLeft {
  float: left;
  padding: 5px;
}

.imgRight {
  float: right;
  padding: 5px;
}

.imgText {
  display: block;
  font-size: 0.7em;
}


/* -- Form element class definitions -- */

.inputField {
  font-size: 0.70em;
  border: 1px solid #D2D2D2;
  background-color: #FFFFFF;
}

.inputField:focus {
  color: #444444;
  border: 1px solid #999999;
}