﻿.bkcolor { background-color: #ecebea;}

.size12px {
	font-size: 12px;
	color: #7a7979;
}

.size14px {
	font-size: 14px;
	color: #7a7979;
}

.size14pxbold {
	font-size: 14px;
	font-weight:bold;
	color: #7a7979;
}

a.footer:link { font-size: 14px; color: #4a6f4f; text-decoration: none;}
a.footer:visited { font-size: 14px; color: #4a6f4f; text-decoration: none;}
a.footer:hover {
 		 color: #277a32;
		 font-size: 14px;
		}

a.relatedevent:link { color: #33ccff;}
a.relatedevent:visited { color: #33ccff;}
a.relatedevent:hover {
 		 color: #33ccff; text-decoration: none;
		}

a.changesize:link { color: #33ccff; text-decoration: none;}
a.changesize:visited { color: #33ccff; text-decoration: none;}
a.changesize:hover {
 		 color: #33ccff; text-decoration: none;
		}

a.event:link { font-size: 14px; color: #000; text-decoration: none;}
a.event:visited { font-size: 14px; color: #000; text-decoration: none;}
a.event:hover {
 		 color: #000;
		 font-size: 14px;
		 text-decoration:underline;
		}

a.otherwebsites:link { text-decoration: none;}
a.otherwebsites:visited { text-decoration: none;}
a.otherwebsites:hover { text-decoration:underline; }

/* boxes
----------------------------------------------- */
.box
{
    margin-bottom: 10px;
    padding: 1px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles
{
    padding-top: 0px;
    margin-top: 20px;
}
.article
{
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    margin-bottom: 0.3em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4
{
    font-size: 1.3em;
    text-transform: uppercase;
    margin-bottom: .5em;
    color: #16387C;
    font-weight: bold;
    font-family: ·L³n¥¿¶ÂÅé;
}

.article a:link { color: #16387C; text-decoration: none;}
.article a:visited { color: #16387C; text-decoration: none;}
.article a:hover {
 		 color: #16387C;
		 text-decoration:underline;
		}
		
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}

/* Misc
-----------------------------------------------------*/
div.spacer {
		
	height: 1em;
}
em.red {
	color:red;
}