/* TTC CSS
Copyright 2010, 2011, Tararua Tramping Club, Simon Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, Version 2, as
published by the Free Software Foundation.
http://www.gnu.org/copyleft/gpl.html
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
  v0.0 2010-04-30 New TTC website skin
Colours
Leaf	#b6d731
Sky   #00b3f7
Sand	#afb3b5
Moss	#6b842f
River	#408cae
Rock	#6d7174

*/
html, body {
  background-color : #b6d731; /* leaf */
  color: #6d7174; /* rock */
}
/* no borders around images */
img {
  border : 0em;
}
table {
    background-color : transparent;
}
tr {
  vertical-align : top;
}
ul {
  list-style-type : circle;
  list-style-position:inside;
  list-style-image : none;
}
h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
  color: #6d7174; /* rock */
}
h1 {
	text-align: left;
	font-size: 20pt;
}
h2 {
  font-size : 17pt;
}
h3 {
  font-size : 14pt;
}
h4 {
	color: #408cae; /* river */
  font-size : 12pt;
}
h5 {
	color: #afb3b5; /* sand */
  font-size : 11pt;
}
h6 {
	color: #00b3f7; /* sky */
  font-size : 10pt;
}
/* don't wrap or break anchors */
a {
    white-space : nowrap;
}
a:link {
    color : #408cae; /* river */
    background-color : transparent;
}
a:visited {
    color : #6d7174; /* rock */
    background-color : transparent;
}
a:hover {
    background-color : #6b842f; /* moss */
    color: white;
    text-decoration : none;
}
a:active {
    color : #afb3b5; /* sand */
    background-color : transparent;
}
/* classes */
strong, blockquote, em {
	color: #6d7174; /* rock */
	background-color: transparent;
}
/* content */
.sidebar {
  /* used in Fixturecard GroupHeader */
  list-style : none;
	list-style-image: none;
	display: block;
	border: 2px none #CE8C8C;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 400;
	font-size: smaller; /* Slightly smaller than for body */
	text-align: center;
	width: 100%;
  }
.sidebar li {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 180%;
}

/* turn off printing for navigation and similar objects */
@media print {
/* style sheet for print */
  .toc, .tocfloat, .newpage, .newpagebutton, .newpagetext,
  #wikilogo, #wikihead, #wikifoot, #wikileft, #wikicmds, /* #wikititle, */
  .wikitrail, .noprint {
    display : none;
  }
  body {
    width:100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #wikileft, #wikiright {
    width: 0px;
  }
}

