@charset "utf-8";
body {
	background: url(../images/texture.jpg) repeat;
	font: 95% thin Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #container {
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto;
	border: Thistle solid 0.7em;
	padding: 3px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF'); /* for IE */
	background-color: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFF)); /* for webkit browsers */
	background-color: -moz-linear-gradient(top, #EEEEEE, #FFF); /* for firefox 3.6+ */
}
.thrColFixHdr #header {
	padding: 0;
	margin: 0 0 5px 0;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 145px;
	background-color: #DDD;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 280px;
	padding: 0 0 0 10px;
}
.thrColFixHdr #mainContent {
	margin: 0 290px 0 160px;
	border: Thistle solid 0.08em;
	padding: 0.5em;
}
.thrColFixHdr #footer {
	margin: 0;
	padding: 0;
	background-color: #BBB;
	height: 25px;
}
.thrColFixHdr #footer p {
	margin: 0;
	padding: 0;
	padding-top:5px;
	text-align: center;
	font-size: 0.75em;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
}
h3, h4, h5 {
	padding-left: 3px;
	color: #39F;
	font-weight: lighter;
}
h5 {
	text-align: left;
}
ul {
	font-size: 1em;
	color: #999;
}
.lists {
	text-align: left;
	font: 0.85em Verdana, Geneva, sans-serif;
	color:#585858;
	margin:0;
	padding: 0.1em 0.5em 0 0.3em;
}
.category {
	background-color:#EEE;
	font-weight:bold;
}
.recipe {
	font:0.95em Verdana, Geneva, sans-serif;
	color:#888888;
	margin: 0 0 0 2em;
	padding: 0.1em 0.5em 0 0.3em;
}
.banners {
	text-align:center;
}
.headlines {
	font: 1.4em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #F00;
}
.pics {
	float: left;
	border: Thistle solid 0.08em;
	margin: 0 1em 0 0.2em;
	padding: 0.2em 0.2em 0.2em 0.2em;
	-moz-box-shadow: 2px 2px 6px #333; /* Firefox */
	-webkit-box-shadow: 2px 2px 6px #333; /* Safari and Chrome */
	box-shadow: 2px 2px 6px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
.picsArchive {
	margin: 0 1em 0 0.2em;
	padding: 0.2em 0.2em 0.2em 0.2em;
	-moz-box-shadow: 2px 2px 5px #333; /* Firefox */
	-webkit-box-shadow: 2px 2px 5px #333; /* Safari and Chrome */
	box-shadow: 2px 2px 5px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
.archiveSpot {
	text-align: center;
	margin-top: -0.3em;
}
.picsRight {
	float: right;
	margin: 0 1em 0.5em 0.5em;
	border: Thistle solid 0.08em;
	padding: 0.2em 0.2em 0.2em 0.2em;
	-moz-box-shadow: 2px 2px 6px #333; /* Firefox */
	-webkit-box-shadow: 2px 2px 6px #333; /* Safari and Chrome */
	box-shadow: 2px 2px 6px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
.rates {
	font: 1em lighter Arial, Helvetica, sans-serif;
	width: 100%;
	color: #069;
	text-align: left;
}
.rates th {
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 0.3em;
}
.rates td {
	padding: 0.4em;
}
.ratesDifColour {
	background: #CCFFFF;
}
.classifieds table {
	width: 100%;
}
.classifieds caption {
	background-color: #DDD;
	color: #069;
	border: solid 1px Thistle;
	padding: 3px;
	font-size: 1.1em;
}
.classifieds td {
	color: #069;
	border-bottom: solid 1px Thistle;
	padding: 3px;
	font-size: 0.95em;
}
.contactUs {
	color: #069;
	font: 1em Arial, Helvetica, sans-serif;
}
#poetryPage {
	background: url(../images/bgroundPoetryPage.gif) repeat;
}
#poetryPage p {
	font: 0.9em "Courier New", Courier, monospace;
	color: #006;
	margin-left: 1em;
}
a {
	text-decoration: none;
}
/* calendar */

#calendar {
	border-spacing: 3px;
}
#calendar th {
	border-right: solid 4px #D0D0D0;
	border-bottom: solid 2px #3D3D3D;
	width: 37px;
	color: #F9F9F9;
	background-color: #999;
}
#calendar td {
	border-right: solid 4px #D0D0D0;
	border-bottom: solid 2px #A2A2A2;
	text-align: center;
	color: #FFF;
	background-color: Thistle;
}
#calendar a {
	display: block;
	text-decoration: none;
}
#calendar a:link {
	color: #39F;
}
#calendar a:visited {
	color: #666;
}
#calendar a:hover {
	color:#FFF;
}
#calendar a:active {
	color:#F00;
}
/* horizontal rules */

hr {
	height: 1px;
	border-width: 0;
	color: Thistle;
	background-color: Thistle;
}
/* SJAAG */

#actionGroup {
	border: solid thin;
	padding: 0;
}
#sjaag {
	font-size: 12px;
	border: solid 1px #999;
	padding: 3px 0 0 4px;
}
#sjaag ul {
	margin-left: -1.4em;
}
/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8.5em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 3000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8.5em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul {
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.5em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible {
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li {
	width: 8.5em;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical {
	border: 1px solid #FCF;
	margin:0 auto;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul {
	border: 1px solid #FCF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.5em;
	color: #39F;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
	background-color: Thistle;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: Thistle;
	color: #FFF;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu {
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover {
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe {
	position: absolute;
	z-index: 1010;
 filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
ul.MenuBarVertical li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
}
/* other nav */

.issuesNav table {
	width: 100%;
	border: 0;
	padding: 3px;
}
.issuesNav td {
	padding: 3px;
}
.issuesNav a {
	text-align: left;
	font-size: 0.9em;
	padding-left: 2px;
	color: #39F;
	text-decoration: none;
}
.issuesNav a:visited {
	color: #33F;
}
.issuesNav a:hover {
	color: #6FF;
}
.issuesNav h5 {
	text-align: left;
}
