/* BODY, BASIC SETTINGS, WRAPPERS ETC. */

body {
	margin: 0;
/*margin-left: 60px; this nearly did the trick with IE7 problem with galleries; padding-left set to 60 px ditto*/
	background: #f2f2f2 url(images/gs_page_bg9.jpg) repeat-y center top;
	font: 62.7% 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* TinyMCE specific rule */
body.mceContentBody {
	text-align: left;
	}

#nestedbg {
	text-align: center;	/* IE-Win hack */
	background: url(images/gs_topbg10.jpg) no-repeat center top;	
	}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	/*border-top: 1px solid #666666;*/
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background: #FFFFFF  url(images/fauxcol.jpg) repeat-y left top;
	text-align: left;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;/* removes border (e.g blue) on image links */
}

a 	{
	outline:none; 
	} /* removes gray dotted border on Firefox links */
	

/* BANNER */

#banner {
	/*background: url(images/canaltrain_banner5.jpg) no-repeat right top; now put inline so it'll print out, like Caroline's */
	height: 180px;
	position: relative; /* needed for absolutely positioned time and date divs */
}

#banner h1 {
	position: absolute;
	color: #904402;
	top: 60px;
	left: 190px;
	letter-spacing: 1px;
	display: none; /* added now that banner img is inline at not a background so that it will print out */
	}
	
#sitetools {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0;
	right: 7px; 
}

#sitetools a {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	background: #3c2e21;
	padding: 5px;
	height: 2em;
	font-weight: bold;
	padding-bottom: .5em; /* to display bottom border on links in IE */	
}

#sitetools a:hover {
	color: #3c2e21;
	background: #c2ac94;
}

#time {
	position: absolute;
	top: 160px;
	right: 13px;
	width: 70px;
	height: 20px;
	font-size: 1em;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	}

#date {
	position: absolute;
	top: 200px;
	left: 30px;
	width: 149px;
	height: 30px;
	font-size: 1.1em;
	color: #72371A;
	text-transform: uppercase;
	}


/* LEFT COLUMN */

#leftcol {
	float: left;
	width: 179px;
	margin-left: -890px; /* in 2-col layout, increase this neg fig by same amount as width is increased in #main above. The #legal border-right also has to be set to 0; and the final bit of CSS, with asterisk html, has to be changed to correct for IE5 buggery */
	border-right: 1px solid #bbb;
}

#leftcol p {
	color: #a06800;
	padding-right: 6px;
	padding-left: 8px;
	padding-bottom: 15px;
}

#leftcol p.nextmeeting {
	text-align: center;
	font-size: 1.3em;
	color: red;
	padding-bottom: 20px;
	}

#leftcol blockquote {
	width: 179px;
	margin: 0;
	padding: 0;
	background: #f5f0ec url(images/lquote15.gif) no-repeat 7px top;
	}

#leftcol blockquote p {
	color: #0374B5;
	padding: 5px 15px 0 17px;
	}

#leftcol blockquote p.quote {
	text-align: center;
	font-size: 1.15em;
	padding-bottom: 1px;
	background: url(images/rquote15.gif) no-repeat 145px bottom;
	}
	
#leftcol blockquote p.author {
	text-align: right;
	color: #444;
	font-size: 1.15em;
	padding-top: 10px;
	padding-bottom: 15px;
	}

/* MENU */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	position: relative; /*needs for flyout*/
	}

#menu ul {
	border-top: 1px solid #bbbbbb;
	margin-top: 48px;
	margin-bottom: 20px;
	list-style:none; 
	white-space:nowrap;
	text-align:left;
	/*padding:1px 1px 0 1px; this screws up my design slightly */
	background:#fff;
	}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul#toplevel {position:absolute; left:0; top:0;}

#menu a {
	display:block; 
	padding: 0 0 0 30px;
	line-height: 28px; /* must be used, rather than padding top and bottom */
	color: #555555;
	font-family: verdana,arial,sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #bbbbbb;
	background-color: #E7E7E7;
 /*width: 149px; GNS to make the table work on IE6 - now done with conditional in head*/
}

a#here {
	background: #DDDBE7 url(images/home.png) no-repeat 4px center;
	color: #92026f;
	font-weight: bold;
}

a#here2 {
	background: #DDDBE7;
	color: #92026f;
}

#menu ul li:hover > ul {
	left:100%; 
	margin-top: -30px;
	margin-left:0px;
	}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu li a:hover {background: #DDDBE7; color:#FC7E03;} 
#menu li:hover > a {background: #DDDBE7; color:#FC7E03;}
#menu li.top:hover > a {background: #DDDBE7 url(images/home_h.png) no-repeat 4px center; color:#FC7E03;} /*GNS solution to a difficult problem */
#menu li a.fly {background: #e7e7e7 url(images/arrow.gif) no-repeat right 3px;}
#menu li a.fly:hover {background:#DDDBE7 url(images/arrow.gif) no-repeat right 3px;} 

#menu li a.fly#here:hover {background:#DDDBE7 url(images/arrow_h.gif) no-repeat right 3px; font-weight: normal;} /* GNS This solution for the flyout menu not working with id 'here' in IE took many hours to find */

#menu li:hover > a.fly {background:#DDDBE7 url(images/arrow_h.gif) no-repeat right 3px;}


#menu ul ul a {
	padding: 0px 15px 0px 10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	}

 #menu li a.fly#here {/* this took a lot of working out how to do ...! GNS */
	background: #DDDBE7 url(images/home.png) no-repeat 4px center;
}

#menu table {position:absolute; left: 100% /*99%*/; height:0; width:0; border-collapse:collapse; margin-top:-58px; margin-left:-1px;}


/* MAIN */

#main {
position: relative;
  	display: inline; /* for IE */
	float: left;
	width: 700px; /* was 419px. change this width for 2-col layout, and leftcol above */
	margin-left: 179px;
	padding-left: 10px;
	border-left: 1px solid #bbbbbb;
}

#main a, .nextmeeting a {
	/*text-decoration: none;
	border-bottom: 1px dashed #9f0169;*/
	color: #8514C0;
}

#main a:hover, .nextmeeting a:hover {
	color: #FC7E03;
	}
	
#main h1 {
	color: #92026F/*#743117*/;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 9px;
	border-bottom: 2px solid #904402;
	font: bold 1.8em 'Lucida Grande', Tahoma, Arial, sans-serif;
	line-height: 24px;
	/*text-transform: uppercase;*/
	/*letter-spacing: 1px;*/
	/*word-spacing: 5px;*/
	background: url(images/feature_bug.png) no-repeat top right;
}

#main h2 {
	font: bold 1.4em 'Lucida Grande', Verdana, Arial, sans-serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #9F0169/*#7E4E25*/;
}

#main h3 {
	font: bold 1.2em 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #6E2856;
	margin: 8px 0 3px;
	}

#main p, #main ul {
	font-size: 1.25em;
	line-height: 1.4em;
	margin-bottom: 10px;
	color: #555555;
}

#main p strong {
	color: #333333;
}

#main ul {
	line-height: 1.8em;
	margin-left: 20px;
	color: #555555;
	}
	
img.floatright {
	float: right;
	margin: 30px 0px 5px 8px;
	border: 1px solid gray;
	}
	
.clear {
	clear: right;
	}
	
.photopanel_R {
 position: relative;
 float: right;
 top: 0px;
margin: 5px 0px 3px 8px;
 }

.photopanel_R img {
 display: block;
 border: 1px solid gray;
 }
 
/* Qdig gallery thumbnails */


.qdig-thumb, .qdig-all-thumb, .qdig-image {
	border: 1px solid #bbb;}

img#qdig-thumb-current { 
	border:1px solid #ff0000; 
	}

/* headlines with warnings */
.warning {
	background: url(images/warning.png) no-repeat left center;
	padding-top: 2px;
	padding-left: 30px;
	/*border-bottom: 1px dotted #CCCCCC;*/
}


/* RIGHT COLUMN */

#rightcol {
	float: right;
	width: 175px;
}

#rightcol .story {
	background: url(images/bg_story.png) repeat-y;
	color: #FFFFFF;
	padding: 5px 5px;
	border-bottom: 1px dashed #AAEB11;
	display: block;
	text-decoration: none;
	line-height: 110%;
}
#rightcol span.title {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color: #FFCC00;
}
#rightcol a.story:hover {
	color: #4A761D;
	background: url(images/bg_story_high.png);
}

* html #rightcol a {
	height: 1px;
}

#rightcol h2 {
	background: #B2F511 url(images/bg_newshead.png) no-repeat;
	color: #333333;
	font-size: 2em;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#rightcol h2 span {
	background: url(images/down.png) no-repeat;
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}


/* ADVERTISING */
div.natEx {
	text-align: center;
	margin-top: 25px;
	font-weight: bold;
}

.natEx p {
	margin-bottom: 5px;
}
#rightcol a.story:hover span.title {
	color: #000000;
}



/* FOOTER */

#footer {
	clear: both;
	position: relative;
	margin-right: 0px; /* same as R padding below for 3-col layout; 0 for 2-col */
	padding: 5px 0 20px 10px;
	border-top: 1px solid #bbbbbb;
	font-weight: bold;
	color: #666666;
	background-color: #fff;
}

#gsweb {
	position: absolute;
	top: 4px;
	right: 10px;
	}

* html #main {
	width: 711px;
	w\idth: 700px;
}


