/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// body
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body { color:#000; background-color:#003200; font-size:75%; text-align:left; line-height: 1em; 
	font-family:"Trebuchet MS" , Tahoma, Sans-Serif; }
div { font-size:1em; }
img {  margin:0; padding:4px; border:solid 1px #ccc; background-color:#fff; display:inline; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// headings
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
h1 { margin:.5em 0 1em 0; font-size:150%; font-weight:lighter; color:#004b18; background-color:inherit; line-height:1.5em; }
h2 { margin:.5em 0 .8em 0; font-size:125%; font-weight:lighter; color:#004b18; background-color:inherit; line-height:1.5em; }
h3 { margin:.5em 0 .5em 0; font-size:100%; font-weight:lighter; color:#004b18; background-color:inherit; line-height:1.3em; }
h4 { margin:.5em 0 .3em 0; font-size:75%; font-weight:lighter; color:#004b18; background-color:inherit; line-height:1.3em; }
h5 { margin:.5em 0 .3em 0; font-size:50%; font-weight:lighter; color:#004b18; background-color:inherit; line-height:1.3em; }
h6 { margin:.5em 0 .3em 0; font-size:40%; font-weight:lighter; line-height:1.3em; }
h1.section-title
{ margin:0; padding:0 0 10px 0; font-size:110%; color:#185b1a; text-transform:uppercase; 
	background:url(../_images/section-title.gif) repeat-x left bottom; }
h2.section-title
{ margin:0;  padding:0 0 10px 0; font-size:110%; color:#185b1a; text-transform:uppercase; 
	background:url(../_images/section-title.gif) repeat-x left bottom; }
	
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// event title
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.event-title
{ }
	div.event-title p.date
	{ margin:1em 0 -5px 0; padding:0; display:block; border-bottom:solid 1px #e7eee8; }
	div.event-title h1
	{ margin:0;  padding:5px 0; font-size:150%; color:#185b1a;  text-transform:uppercase }
	div.event-title p.place
	{ margin:-5px 0 1em 0; padding:0; display:block; border-top:solid 1px #e7eee8; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// poll title
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.poll-title
{ }
	div.poll-title p.date
	{ margin:1em 0 -5px 0; padding:0; display:block; border-bottom:solid 1px #e7eee8; }
	div.poll-title h1
	{ margin:0;  padding:5px 0; font-size:150%; color:#185b1a;  text-transform:uppercase }
	div.poll-title p.votes
	{ margin:-5px 0 1em 0; padding:0; display:block; border-top:solid 1px #e7eee8; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// tables
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
table { font-size:1em; margin:0 0 1.5em 0; padding:0; }
table caption { font-weight:bold; margin:0; padding:0 0 1.5em 0; }
th { font-weight:bold; text-align:left; }
td { font-size:1em; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// lists
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul { line-height:1.4em; margin:.5em 0 .5em 0;  padding:0; }
ul li { margin:0 0 0.1em 3em; padding:.1em; list-style:disc; }
ol { font-size:1.0em; line-height:1.4em; margin:.5em 0 .5em 0; padding:0; }
ol li { font-size:1.0em; margin:0 0 0.1em 3em; padding:.1em; list-style:decimal; }
dl { margin:2em 0 2em 0; padding:0; line-height:1.4em; }
dl dt { font-weight:bold; margin:0.25em 0 0.25em 0; padding:0; }
dl dd { margin:0 0 1em 2em; padding:0; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// links
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
a:link, a:visited { color:#004b18; background-color:inherit; text-decoration:none; }
a:active, a:hover, a:focus { color:#009f3c; background-color:inherit; text-decoration:underline; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// texts
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
p { margin:.5em 0 .5em 0; padding:.5em; line-height:1.4em; color:inherit; }
blockquote { margin:1em 0 1em 0; padding:1.5em 0 0 0; font-size:120%; line-height:1.4em; 
	background:url(../_images/quote-start.gif) no-repeat left top; }
	blockquote div.blockquote
	{ padding:0 0 1.5em 0; background:url(../_images/quote-end.gif) no-repeat right bottom; }
pre { font-family:monospace; font-size:1.0em; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
code { font-family:"Courier New", Courier, monospace; font-size:1em; white-space:pre; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// horisontal rule
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
hr { display: none; }
div.hr { height:1px; margin:1.5em 1em;  border-bottom:1px dotted black; }