/***********************************************************************
** ssofb.co.uk_masterstrokegolf.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {
  margin:0px; background-color:#ffffff; 
  font-family:Arial,Helvetica,sans-serif; font-size:11pt;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:12px; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { 
  color: #809d3a;
  line-height:100%; 
  margin: 10px 0px 10px 0px;  
}
h1, h2, h3, h6 { 
  font-weight:normal; 
}
h4, h5 { 
  font-weight:bold; 
}
h1 code, h2 code, h3 code, h4 code { 
  font-size:1em; 
}
h1 { 
  font-size:15px; 
  padding: 15px 0px 0px 0px;  
}
h2 { 
  font-size:14px; 
  padding: 14px 0px 0px 0px;  
}
h3 { 
  font-size:13px; 
  padding: 13px 0px 0px 0px;  
}
h4 { 
  font-size:12px; 
  padding: 12px 0px 0px 0px;  
}
h5 { 
  font-size:11px; 
  padding: 11px 0px 0px 0px;  
}
h6 { 
  font-size:10px;
  padding: 10px 0px 0px 0px;  
}

#wikitext h1 a { 
  color: #809d3a;
  text-decoration:none;
}

#wikitext h1 a:hover { 
  color: #809d3a;
  text-decoration:underline;
}


/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:4px; padding:6px; border-bottom:1px #cccccc solid; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft { 
  width:155px; 
  padding:6px; border-right:1px #cccccc solid; 
  line-height:1.33em;
  font-size:9.4pt; font-family:Verdana,sans-serif;
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }
.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:11pt; font-weight:bold; font-style:normal; 
}
.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affects the main content area. */
#wikibody { 
  padding:0px 10px 10px 10px; background-color:white; 
  font-size:11pt; 
}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }

/* Title field from title tag to head of wiki page */
.pagetitle { 
  line-height:120%; 
  margin:0px; 
  font-size:32px; 
  font-weight:normal; 
  color: #58585a;
  letter-spacing: 1px;
  padding: 22px 0px 8px 0px;
}
.wikiaction { margin-top:4px; margin-bottom:4px; }

/* Body text field from tag to body of wiki page */
#wikitext { 
  margin-top:12px; 
  font-size:11px; 
  line-height:1.33em; 
  color: #7d7d7f
}
/* links in body text field from tag to body of wiki page */
#wikitext a { 
  color: #7d7d7f;
}

#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
  /* Print customisations by SSOFB */
  /* dont think they work though
  .pagetitle { display:block; } 
  .pop-up_box_container { display:none; }
  */
}


/* Code by SSOFB */

/* main body center */
.page_center {
  text-align: center;
  /* border: 1px #00aaaa solid; */
  margin: 5px;
}

/* page container */
.page_container {
  /* border: 1px #aa00aa solid;  */
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 1000px;
}

/* logo container */
.logo_container {
  position: relative;
  /* border: 1px #aaaa00 solid; */
  padding-left: 22px;
  padding-top: 50px;
  padding-bottom: 42px;
}
  
/* breadcrumb container */
.breadcrumb_container {
  position: relative;
  text-align: right;
  /* border: 1px #aa0000 solid; */
  padding: 0px 0px 8px 0px;
  font-size: 7pt;
  font-family:Verdana,sans-serif; 
  color: #939598;
}  
  
/* menu container */
.menu_container {
  position: relative;
  text-align: left;
  /* border: 1px #440044 solid; */
  height: 35px;
  width: 1000px;
  background: #ffffff url(menu_bar_background.gif) 0% 0% repeat-x;
  float:left;
  font-size: 11px;  
  display: block;
  line-height: 0px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;  
}    
/* menu un-numbered list container */
.menu_container ul {
  margin: 0px;
  padding: 0px 0px 0px 30px;
  list-style: none;
  text-decoration: none;
  background: url(menu_bar_end.gif) 0% 0% no-repeat;
  height: 35px;
  /*border: 1px red solid;*/
}
/* menu un-numbered list item container */
/* all items are links, so a applies to all of them */
.menu_container li a {
  float: left;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 18px 0px 5px 0px;
  width: 100px;
  height: 20px;
  color: #ffffff;
  list-style: none;
  text-decoration: none;
  /*border: 1px blue solid;*/
  display: block;
}
/* menu un-numbered list item container, mouse over decoration */
.menu_container li a:hover {
  background: url(menu_bar_over_background.gif) top left no-repeat;
}

/* tour_boxes_container holds the three boxes in place under the menu */
.tour_boxes_container {
  /* border: 1px red solid;*/
  position: relative;
  float: left;  
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 20px; 
  height: 230px;
  width: 980px;
}

/* scotland_tour_container, ireland_tour_container and bespoke_tour_container */
/* settings that are common to all three boxes */
.scotland_tour_container, .ireland_tour_container, .bespoke_tour_container {
  /*border: 1px blue solid;*/
  position: absolute;
  width: 320px;
  line-height: 120%;
  text-align: left;
  font-size: 8pt;
  font-family:Verdana,sans-serif; 
  color: #7d7d7f;  
}

/* scotland_tour_container, ireland_tour_container and bespoke_tour_container */
/* link settings that are common to all three boxes */
.scotland_tour_container a, .ireland_tour_container a, .bespoke_tour_container a {
  /*border: 1px blue solid;*/
  color: #7d7d7f;  
}


/* scotland_tour_container, ireland_tour_container and bespoke_tour_container */
/* h1 settings that are common to all three boxes */
.tour_boxes_h1 {
  position: relative;
  font-size: 12pt;
  font-family:Verdana,sans-serif; 
  color: #7c7c7e;
  line-height: 20%;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 14px 0px 12px 0px;
}

/* scotland_tour_container, ireland_tour_container and bespoke_tour_container */
/* h1 link settings that are common to all three boxes */
.tour_boxes_h1 a {
  text-decoration: none;
}

/* scotland_tour_container, ireland_tour_container and bespoke_tour_container */
/* h1 link settings that are common to all three boxes */
.tour_boxes_h1 a:hover {
  text-decoration: underline;
}

/* scotland tour container settings */
.scotland_tour_container {
  left: 0px;
}

/* ireland tour container settings */
.ireland_tour_container {
  left: 330px; 
}

/* bespoke tour container settings */
.bespoke_tour_container {
  left: 660px;
}

/* body container, this contains the main body of the page */
.body_container {
  /*border: 1px pink solid;*/
  position: relative;
  float: left;  
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 20px; 
  width: 980px;
  color: 7d7d7f;
}

/* hr style, to be used everywhere */
hr {
  border: 0px;
  height: 2px;
  background: #fff url(horizontal_line.gif) repeat-x ;
}

/* footer bar container, this contains the footer bar at the bottom of the page */
.footer_bar_container {
  background: #fff url(footer_bar_background.gif) repeat-x ;  
  /*border: 1px green solid;*/
  position: relative;
  float: left;  
  padding: 3px 0px 0px 6px;
  margin: 0px 0px 0px 20px; 
  height: 21px;
  width: 974px;
  text-align: left;
  font-size: 7pt;
  font-family:Verdana,sans-serif; 
  color: #59595b;  
  z-index: 0; 
}

/* credit bar container, this contains the footer bar at the bottom of the page */
.credit_bar_container {
  background: #fff;  
  /*border: 1px green solid;*/
  position: relative;
  float: left;  
  padding: 3px 0px 0px 0px;
  margin: 0px 0px 0px 20px; 
  height: 21px;
  width: 980px;
  text-align: left;
  font-size: 6pt;
  font-family:Verdana,sans-serif; 
  color: #c9cacb;  
  letter-spacing: 1px;
  text-decoration: none;
  z-index: 0; 
}

/* credit bar container links, this contains the footer bar at the bottom of the page */
.credit_bar_container a {
  font-size: 6pt;
  text-decoration: none;
  color: #c9cacb;  
}

/* credit bar container links mounse over, this contains the footer bar at the bottom of the page */
.credit_bar_container a:hover {
  font-size: 6pt;
  text-decoration: underline;
  color: #c9cacb;  
}

/* admin bar container, this contains the footer bar at the bottom of the page */
.admin_bar_container {
  background: #fff url(admin_bar_background.gif) no-repeat ;  
  /*border: 1px green solid;*/
  position: relative;
  float: left;  
  padding: 2px 0px 0px 10px;
  margin: 0px 0px 0px 20px; 
  height: 21px;
  width: 980px; 
  text-align: left;
  font-size: 7pt;
  font-family:Verdana,sans-serif; 
  color: black;  
}

/* admin bar container links, this contains the footer bar at the bottom of the page */
.admin_bar_container a {
  text-align: left;
  font-size: 7pt;
  font-family:Verdana,sans-serif; 
  color: black;  
}

/* pop-up box style */
/* this is used for pop-up detail windows on the site */
.pop-up_box_container {
  z-index: 2; 
  position: absolute; 
  top: -250px; 
  left: 150px; 
  width: 600px; 
  background: #ffffff; 
  border: 10px solid #c5c19d; 
  padding: 0px 20px 20px 20px; 
  text-align:left;'
}
