﻿/* LinkList */
div.linkitem
{
    padding-top: 20px;
}

div.linkitem a 
{
    font-weight: bold;
}

/* DownloadList */
div.downloaditem
{
    padding-top: 20px;
}

div.downloaditem a 
{
    font-weight: bold;
}

/* EventList */
div.eventcontent 
{
    border: solid 1px #663300;
    padding: 10px;
    width: 462px;
    overflow: hidden;
}

div.eventcontent date
{
    font-weight: bold;
}

tr.pastevent td, tr.pastevent td a, tr.pastevent td a:link, tr.pastevent td a:visited, tr.pastevent td a:active, tr.pastevent td a:hover
{
    color: #663300;
}

/* NewsList */
div.newscontent 
{
    border: solid 1px #663300;
    padding: 10px;
    width: 523px;
    overflow: hidden;
}

div.newscontent date
{
    font-weight: bold;
}

/* gallery */
td.gallerycell 
{
    vertical-align: middle;
    text-align: center;
    width: 121px;
    height: 121px;
    border: solid 1px #663300;
    background-color: #FFFFFF;
}

td.gallerycell td.imagecell
{
    vertical-align: middle;
    text-align: center;
    width: 121px;
    height: 121px;
}

td.gallerycell td.buttoncell
{
    background-color: #B17F66;
    padding: 3px;
}

div.gallerydetails 
{
	margin-top: 8px;
    width: 503px;
    padding: 10px;
    margin-bottom: 20px;
    border: solid 1px #663300;
}

/* guestbook */
div#guestbookentries
{
    width: 522px;
    max-height: 200px;
    height: expression(this.scrollHeight > 200? "200px" : "auto" );
    border: solid 1px #663300;
    overflow: auto;
}

div#guestbookentries span.date
{
    color: #663300;
    font-weight: bold;
}

div#guestbookentries span.author
{
    padding-left: 30px;
    color: #000000;
    font-weight: bold;
}

div#guestbookentries div.entry
{
    padding-top: 5px;
}

div#guestbookentries div.odd  
{
   width: 100%;
   background-color: #E1D0C3;
}

div#guestbookentries div.even
{
    width: 100%;
    background-color: #FFFFFF;
}

div#guestbookentries div.even div.pad, div#guestbookentries div.odd div.pad
{
    padding: 10px;
}


div.roundedTop
{
	width:523px;
	height: 20px;
	background: transparent url(_images/content_top.gif) no-repeat top left;
}

div.roundedBottom
{
	width:523px;
	height: 20px;
	background: transparent url(_images/content_bottom.gif) no-repeat top left;
}

/* Blog Entries */
table.search td
{
	padding-bottom: 23px;
}

table.search td.separator
{
	padding-left: 5px;
	padding-right: 4px;
	color: #000000;
}

table.search td.searchtitle
{
	color: #000000;
}

td.blogcell table.entry
{
	margin-top: 4px;
	border: solid 1px #ffffff;
}

td.blogcell
{
	padding-bottom: 5px;
}

td.blogcell td.title
{
    vertical-align: middle;
    padding: 7px 12px 7px 12px;
    background-color: #ffffff;
    border-bottom: solid 1px #ffffff;
    color: #663300;
    font-weight: bold;
}

td.blogcell td.title a
{
	color: #663300;
	text-decoration: none;
}

td.blogcell td.content
{
     padding: 7px 12px 7px 12px;
}

td.blogcell td.footer
{
    padding: 6px 12px 6px 12px;
    font-style: italic;
    border-top: solid 1px #ffffff;
}

/* Blog Detail */
table.blogDetail
{
	margin-top: 4px;
	border: solid 1px #ffffff;
}

table.blogDetail td.title
{
    vertical-align: middle;
    padding: 7px 12px 7px 12px;
    background-color: #ffffff;
    border-bottom: solid 1px #ffffff;
    color: #663300;
    font-weight: bold;
}

table.blogDetail td.content
{
    padding: 7px 12px 7px 12px;
}

table.blogDetail td.footer
{
    padding: 6px 12px 6px 12px;
    font-style: italic;
    border-top: solid 1px #ffffff;
}

/* Blog Comments */
div.CommentTitle
{
	color: #000000;
	font-weight: bold;
	padding: 25px 0px 8px 0px;
}

td.commentcell
{
	border: solid 1px #663300;
}

td.commentcell table.even
{
	background-color: #E1D0C3;
}

td.commentcell table.odd
{
	background-color: #FFFFFF;
}

td.commentcell td.title
{
    vertical-align: middle;
    color: #000000;
    font-weight: bold;
    padding: 6px 12px 3px 12px;
}

td.commentcell td.content
{
    padding: 6px 12px 6px 12px;
}

td.commentcell td.footer
{
    padding: 6px 12px 6px 12px;
    font-style: italic;
    color: #898989;
}

/* Blog Form */
td.blogTitle
{
	padding-top: 4px;
	color: #663300;
}

td.blogField
{
	color: #663300;
}

input.textboxBlog 
{
	width: 522px; 
    border: solid 1px #ffffff;
    margin: 2px 0px 2px 0px;
}

/* Tags Popup */
.keys
{
    background-color: #ffffff;
    padding: 10px;
}

.keys td.close
{
	text-align: left;
	vertical-align: bottom;
    color: #000000;
}

.keys td.close a
{
	padding-top: 5px;
    color: #000000;
    text-decoration: none;
}

.tagTitle
{
	font-size: 11px;
	font-weight: bold;
	color: #663300;
	padding-bottom: 8px;
}

.tagFrame
{
	border: solid 1px #663300;
}

.tagListItem td
{
	white-space: nowrap;
	padding-right: 4px;
}

/* TagCloud */
table.tagcloud
{
	border: solid 1px #ffffff;
	width: 60%;
}

.tagcloud td.title
{
    border-bottom: solid 1px #ffffff;
    background-color: #ffffff;
    padding: 5px;
    color: #663300;
    font-weight: bold;
}

.tagcloud td.tags
{
   padding: 7px 12px 7px 12px;
}

ul.tagcloudlist
{
	margin: 0px;
	padding: 0px;
}

ul.tagcloudlist li
{
	list-style-type: none;	
	margin-left: 0px;
}

.cloud1, .cloud2, .cloud3, .cloud4, .cloud5, .cloud6, .cloud7, .cloud8, .cloud9, .cloud10 {
  margin: 0;
  padding: 0;
  display:inline;
}

.cloud1 a:link, .cloud1 a:visited, .cloud1 a:active {
	margin-right: 6px;
	color: #000000;
	font-size: 100%;	
	font-weight: 100;
}

.cloud2 a:link, .cloud2 a:visited, .cloud2 a:active{
	margin-right: 6px;
	color:  #000000;
	font-size: 110%;	
	font-weight: 200;
}

.cloud3 a:link, .cloud3 a:visited, .cloud3 a:active {
	margin-right: 6px;
	color:  #000000;
	font-size: 120%;	
	font-weight: 300;
}

.cloud4 a:link, .cloud4 a:visited, .cloud4 a:active{
	margin-right: 6px;
	color: #000000;
	font-size: 130%;	
	font-weight: 400;
}

.cloud5 a:link, .cloud5 a:visited, .cloud5 a:active {
	margin-right: 6px;
	color: #000000;
	font-size: 150%;
	font-weight: 500;
}

.cloud6 a:link, .cloud6 a:visited, .cloud6 a:active {
	margin-right: 6px;
	color: #000000;
	font-size: 160%;
	line-height: 110%;
	font-weight: 600;
}

.cloud7 a:link, .cloud7 a:visited, .cloud7 a:active {
	margin-right: 6px;
	color: #000000;
	font-size: 170%;
	line-height: 130%;
	font-weight: 700;
}

.cloud8 a:link, .cloud8 a:visited, .cloud8 a:active {
	margin-right: 6px;
	color: #000000;
	font-size: 180%;
	line-height: 150%;
	font-weight: 800;
}

.cloud9 a:link, .cloud9 a:visited, .cloud9 a:active {
	margin-right: 6px;
	color: #000000;
	font-size: 190%;
	line-height: 170%;
	font-weight: 900;
}

.cloud10 a:link, .cloud10 a:visited, .cloud10 a:active {
	margin-right: 6px;
	color: #000000;
	font-size: 200%;
	line-height: 190%;
	font-weight: 900;
}

/* Tag Calendar */
.calendarStyle
{
	background-color: #ffffff;
	border: solid 1px #ffffff;
}

.calendarStyle a
{
	text-decoration: none;
}

.calendarTitle
{
	background-color: #ffffff;
    color: #663300;
    font-weight: bold;
}

.calendarHeader
{
	background-color: #FFFFFF;
	border-top: solid 1px #663300;
	color: #663300;
}

.calendarDay
{
	background-color: #FFFFFF;
}

/* Blogroll */
div.blogrollitem
{
    text-decoration: none;
    color: #663300;
}

div.blogrollitem a 
{
	padding: 2px;
	display: block;
    width: 50%;
	text-decoration: none;
    color: #663300;
}

div.blogrollitem a:hover
{
    background-color: #ffffff;
}