/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(/images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(/images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(/images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-07-13 15:22:45 */
div#news {
  margin: 0.2em;  /* margin for the entire div surrounding the news list */
  border: 1px dotted #fff; 
background:#DFDFDF;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

div#news p
{padding:0px;}

.NewsSummarySummary p
{padding:0px;}

#NewsPostDetailReturnLink,
#NewsPostDetailReturnLinkHome,
#NewsPostDetailPrintLink,
#NewsPostDetailDate
{padding-left:10px;}

.NewsSummary {
    border-bottom: 1px solid #ccc; 
padding-top:0px;
padding:5px;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* Stylesheet: Module: News Modified On 2009-07-13 17:12:11 */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(http://www.greenwoodarchers.co.nz/images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(http://www.greenwoodarchers.co.nz/images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(http://www.greenwoodarchers.co.nz/images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(http://www.greenwoodarchers.co.nz/images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(http://www.greenwoodarchers.co.nz/images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* Stylesheet: Navigation: Simple - Vertical Modified On 2013-07-18 12:03:35 */
/* Navigation */
#menu_horiz {
	clear: both;	
	padding: 0;		
}
#menu_horiz ul {
	float: left;
	list-style: none;
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/nav.jpg) repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#menu_horiz ul li {
	display: inline;
	margin: 0; padding: 0;
}
#menu_horiz ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 7px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 12px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#menu_horiz ul li a:hover, 
#menu_horiz ul li a:active {
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/nav-hover.jpg) repeat-x;	
}
div#menu_horiz ul li.current a {	
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/nav-current.jpg) repeat-x;	
}
/* Stylesheet: Navigation: Simple - Horizontal Modified On 2013-07-18 12:05:05 */
* {
	margin: 0;
	padding: 0;
	outline: 0
}
body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #444;
	text-align: center;
	margin: 15px 0;
}
/* links */
a, a:visited {
	color: #316B9F;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 190%;
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 130%;
}
h1, h2, h3, h4, p {
	padding: 10px 0;
	margin: 0;
}
.clear input {
	margin-left: 10px;
}
h4 {
	padding: 5px 10px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
/* images */
#main img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
}
.black-tie-casino-night img {
	border: none;
	padding: 0px;
}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
.intro {
	font-size: 9px;
	color: #888;
	margin: 5px;
	padding: 0px;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre;
*/
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/post.jpg);
	border: 1px solid #E0DBC9;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 25px;
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(http://www.greenwoodarchers.co.nz/uploads/images/template/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first, th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */
/* form elements */
.fancy form {
	margin: 10px;
	padding: 0 5px;
	border: 1px solid #D5D5D5;
	background-color: #BFBFBF;
}
.fancy form td {
	border-color: #BFBFBF;
	font-weight: bold;
}
.fancy label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
.fancy input, input.curr {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}
.fancy textarea {
	width: 202px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
	margin-bottom: 8px;
}
.fancy .input_captcha input {
	margin-top: 5px;
}
.fancy input.fbsubmit, .norm, #guestbookmodulesubmit, #m2submit {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #8EB50C url(http://www.greenwoodarchers.co.nz/uploads/images/template/nav.jpg) repeat-x 0 0;
	border: none;
}
/********************************************   LAYOUT********************************************/
#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(http://www.greenwoodarchers.co.nz/uploads/images/template/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
	position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(http://www.greenwoodarchers.co.nz/uploads/images/template/top-bg.jpg) repeat-y center top;
	top: 0;
	left: 0;
	z-index: 2;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 790px;
	padding: 0;
	background: #E8E8E8;
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;
	display: inline;
}
#header {
	width: 820px;
	position: relative;
	height: 95px;
	background: #CCC url(http://www.greenwoodarchers.co.nz/uploads/images/template/header-bg.jpg) repeat-y center top;
	padding: 0;
	color: #FFF;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;
/* change the values of top and left to adjust the position of the logo*/
	top: 25px;
	left: 30px;
}
#header h1#logo-text span {
	color: #9A9696;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 17px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
/* change the values of top and left to adjust the position of the slogan*/
	top: 67px;
	left: 158px;
}
/* header links */
#header #header-links {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #838181;
	font-size: 10px;
}
#header #header-links a {
	color: #838181;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #444;
}
/* header-photo */
#header-photo {
	clear: both;
	height: 200px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(http://www.greenwoodarchers.co.nz/uploads/images/template/header-photo.jpg) no-repeat center center;
}
.black-tie-casino-night #content-wrap {
	background: #FFF
}
.black-tie-casino-night #header-photo {
	background: #FFF url(http://www.greenwoodarchers.co.nz/uploads/images/template/header-photo-casino.jpg) no-repeat center center;
	height: 250px;
}
/* Main Column */
#main {
	float: left;
	width: 66%;
	padding: 20px 0 0 10px;
	margin: 0 0 0 10px;
	display: inline;
}
#main.full {
	width: 95%;
	margin: 0px;
}
#main.contact {
	width: 60%;
	margin: 0px;
}
.contact #sidebar {
	width: 35.5%;
}
.black-tie-casino-night #sidebar {
	float: left;
	text-align: center;
}
.black-tie-casino-night #main {
	float: right;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #85970C;
	text-transform: none;
	padding: 10px 0 0px 0px;
}
#main h2 a {
	color: #85970C;
	text-decoration: none;
}
#main ul li {
	list-style-image: url(http://www.greenwoodarchers.co.nz/uploads/images/template/bullet.gif);
}
.black-tie-casino-night #main h2,  .black-tie-casino-night #main h3 {
	color: #A29061
}
/* Sidebar */
#sidebar {
	float: right;
	width: 27.5%;
	padding: 20px 10px 0 0;
	margin: 0;
}
#sidebar h3 {
	padding: 5px 5px;
	font: bold 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #555;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #666666;
}
#sidebar ul.sidemenu li a:hover {
	color: #1773BC;
}
#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebar ul.sidemenu ul li {
	background: none;
}
/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;
	text-align: left;
	padding: 15px 0;
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/footer-bottom.jpg) no-repeat center bottom;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
}
#footer-columns {
	color: #888;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/footer-dots.jpg) repeat-x left bottom;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center {
	margin: 0 15px;
}
/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 820px;
	padding: 10px 0;
	text-align: center;
	padding: 0 0 20px;
}
/* postmeta */
.post-footer {
	background: url(http://www.greenwoodarchers.co.nz/uploads/images/template/post.jpg);
	padding: 5px;
	margin: 5px 10px 10px 10px;
	font-size: 95%;
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date {
	margin: 0 10px 0 5px;
}
.post-footer a.comments {
	margin: 0 10px 0 5px;
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
}
.post-info {
	font-size: .95em;
	padding: 0 10px;
	margin-left: 2px;
	color: #888;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* display and additional classes */
.clear {
	clear: both;
}
div#footer {
	clear: both;
	color: #6c6c6c;
}
div#footer {
	font-size: 0.8em;
	margin: 0pt;
	padding: 0em;
	text-align: center;
}
div#footer p a {
	color: #6c6c6c;
}
.footertable {
	vertical-align: top;
	margin: 0px auto;
	border: none;
}
.footertable td {
	border: none;
}
.footertable a, .footertable a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #6c6c6c;
}
.footertable a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #6c6c6c;
}
.CGBlogSummary {
	border-bottom: 1px dotted #555;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.clearDon {
	position: relative;
}
.clearDon input {
	position: relative;
	top: -5px;
}
ul#dontate li,  ul#sub li {
	text-align: center;
}
#newsletter {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #777;
	width: 290px;
}
#newsletter p {
	padding: 5px;
	padding-left: 0px;
}
#newsletter input {
	width: 140px;
}
#newsletter input#m2submit {
	width: 50px;
	position: relative;
	top: 0px;
}
#newsletter.fancy form {
	border: none;
	background: transparent;
	padding: 0px;
	margin: 0px;
}
.username {
	margin-right: 18px;
}
.emailadd {
	margin-right: 0px;
}
.red {
	color: #D2232A
}
.noborder {
	border: none;
	padding: 0px;
}
#main img.noborder {
	border: none;
	padding: 0px;
}
.clearDon input.curr {
	top: -10px;
}
.dollar {
	position: relative;
	top: -10px;
}
.map {
	border: none;
	margin: 0px;
	margin: 5px;
	background: #e9e9e9
}
.map img {
	border: none;
	padding: 0px;
	background: transparent;
}
#CGGoogleMaps {
	padding: 5px;
	border: 1px solid #ccc;
background:#fff;
}
#CGGoogleMaps img {
	border: none;
	padding: 0px;
	background: transparent;
}
.map td {
	padding: 0px;
}
.gold {
	font-weight: bold;
	color: #A39063
}
.center, #sidebar ul#mid li {
	text-align: center;
}
.black {
	color: #000;
}
table#books tr td {
	padding: 3px;
	text-align: center;
}
table#books tr td.left {
	text-align: left;
}
table#books tr th {
	padding: 5px;
	text-align: center;
}
table#books tr th.left {
	text-align: left;
}
table#books tr th {
	border-bottom: none;
}
div.leftC {
	float: left;
	width: 70%;
}
div.rightC {
	float: right;
	width: 29%;
}
#sidebar .light h3 {
	color: #000;
	font-size: 15px;
}
/* Stylesheet: Layout: Top menu + 2 columns Modified On 2013-07-18 12:06:46 */
