html {
  font-family: verdana;
}

body {
/*	background: #161616;*/
  background: url(gfx/bggradientpattern.png) repeat;
	font-family: sans-serif;
	font-size: 12px;
/*	color: #6f6f6f;*/
}

td {
	font-family: sans-serif;
	font-size: 12px;
}

a {
/*	color: #6f6f6f;*/
  color:black;
}

a:hover {
	color: #005;
}

a img {
/*	border: solid black 2px;*/
  border: solid white 4px;
}

img {
/*	border: solid black 2px;*/
  border: solid white 2px;
}

.page {
	width: 854px;
	margin: auto;
}

.header_text {
}


.header {
	text-align: left;
	margin-bottom: 10px;
  font-weight: 900;
  color: black;
}

.small_header {
/*  color: #0AF;*/
  color:black;
	font-size: 14px;
	font-weight: bold;
/*	border: solid #930104 1px;*/
/*  background: url(gfx/contentbgblue.png) bottom left repeat;*/
	padding: 4px;
	margin-bottom: 10px;
  margin-left: 10px;
	clear: both;
/*border: solid 2px #BBF;*/
  border: 1px solid black;
}

/*
.foot {
	color: #ff7200;
	border: solid #930104 1px;
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	clear: both;
}
*/

.foot a {
	color: #ff7200;
}

/* Ex. Column more section */
.more {
	color: black;
	text-align: right;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
  margin-left:20px;
	clear: both;
}

.more a {
/*	color: #DDD;*/
  color:black;
}

.menu {
/*	background: url(gfx/menu_bg.jpg) no-repeat; *//* center 0px; */
  position:relative;
	width: 877px;
/*	padding-left: 30px;*/
/*  padding-right: 30px;*/
}

.menu img {
  border:2px black solid;
}

.flags {
  position:relative;
  left:30px;
  top:265px;
  z-index:3;
}

/* Menu from:
 * http://www.alistapart.com/articles/dropdowns/
*/
/* Navbar styles  */
.navbar {
  position:relative;
  left:343px;
  top:244px;
  z-index:3;
}
.navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar li {
  float: left;
  position: relative;
  width: 10em;
  text-align: center;
  cursor: default;
  /*  border: 1px solid #7d6340;*/
  border: 1px solid #227;
  background-color: white;

  border-width: 1px 0;
}


.navbar li#first {
  border-left-width: 1em;
}

.navbar li#last {
  border-right-width: 1em;
}
.navbar li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: normal;
  background: url(gfx/dropdown.png) bottom left no-repeat;
  padding: 0.5em 0 1em 0;
/*  border-right: solid 1px #7d6340;*/
}

.navbar li>ul {
  top: auto;
  left: auto;
}

.navbar li li {
  display: block;
  float: none;
   background-color: transparent;
/*  background-color: white;*/
  border: 0;
}

.navbar li:hover ul, li.over ul {
  display: block;
}


.navbar #nav a {
  font-weight: bold;
  color: #223;
}

.navbar #nav a {
  text-decoration: none;
}

.navbar #nav li li a {
  display: block;
  font-weight: normal;
  color: black; /*#060;*/
  padding: 0.2em 10px;
}

.navbar #nav li li a:hover {
  padding: 0.2em 5px;
  border: 5px solid #006;
  background:#DDF;
  border-width: 0 5px;
}

.wrapper {
	overflow: hidden;
}

.content {
  top:2px;
  border:2px solid black;
  border-right: none;
  background:white;
	width: 518px;
	min-height: 300px;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 50px;
	padding-right: 18px;
  text-align: justify;
	/*
	 * Adapted Wholesale hack:
	 *  http://www.positioniseverything.net/articles/onetruelayout/equalheight
	 */
	padding-bottom: 10014px;
	margin-bottom: -10000px;
}

.column {
  top:2px;
/*  background-color: #05A;*/
  background-color: white;
  border: solid 2px black;
  border-left:2px dotted black;
	width: 247px;
	min-height: 300px;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 4px;
	padding-bottom: 6px;
	/*
	 * Adapted Wholesale hack:
	 *  http://www.positioniseverything.net/articles/onetruelayout/equalheight
	 */
	padding-bottom: 10008px;
	margin-bottom: -10000px;
}

.footer {
  border-top:2px solid black;
	width: 852px;
	height: 49px;
	clear: both;
	font-family: sans-serif;
	font-size: 10px;
	color: black;
	padding-top: 8px;
	text-align: center;
}

.footer a {
	color: black;
}

/*********** Page specific styles ***********/

.events {
}

.events .event {
	border: dotted #6f6f6f 1px;
	padding: 5px;
	margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 10px;
}

.events .event_title {
	font-weight: bold;
}

.events .event_time {
	font-style: italic;
}

.events .event_description {
}

/*** Column events ***/

.random_image {
	text-align: center;
}

.random_image img {
  border: solid black 2px;
}

.column .event {
	padding-bottom: 0px;
}

.column .event_title {
	float: none;
	padding-bottom: 0px;
  padding-left: 10px;
	font-weight: bold;
}

.column .event_time {
	float: none;
/*	color: #09D;*/
  color: black;
	padding-bottom: 5px;	
	font-style: italic;
}

.column .event_description {
	display: none;
}

.column .news_entry {
	padding-bottom: 0px;
  padding-left:10px;
}

.column .news_title {
	float: none;
	padding-bottom: 0px;
  padding-left:10px;
	font-weight: bold;
/*  color:#0DD;*/
  color:black;
}

.column .news_time {
	float: none;
/*	color: #09D;*/
  color: black;
	padding-bottom: 5px;
  padding-left:10px;
	font-style: italic;
}

.column .news_description {
	display: none;
}

.column .link {
}

.column .link_title {
	display: none;
}

.column .link_icon {
}

.column .link_icon img {
	border: 0px;
}

.column .linkgroup {
	text-align: center;
}

.column .linkgroup_title {
	display: none;
}


/*** News entries ***/

/*
.rss {
	background: url(gfx/feed.png) no-repeat center 0px;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}

.rsstitle {
  margin-top: 2px;
	text-decoration: none;
	color: #ff7700;
	margin-left: 5px;
	float: left;
}
*/

.news_form input {
  background: white;
  border: solid black 1px;
  color: black;
	width: 150px;
}

.news_form button {
  border: solid black 1px;
	color: black;
}

.news_entry {
	padding-bottom: 20px;
}

.news_title {
	float: left;
	padding-bottom: 5px;
	font-weight: bold;
}

.news_time {
	color: #444;
	float: right;
	padding-bottom: 5px;	
	font-style: italic;
}

.news_description {
	border-top: dotted #444 1px;
	padding-top: 5px;
	clear: both;
}

/*** Gallery ***/

.album {
	text-align: center;
	float: left;
	padding-top: 8px;	
	padding-bottom: 11px;	
  width: 177px;
  height: 100px;
/*
	padding-left: 25px;	
	padding-right: 25px;	
	border: solid green 1px;
*/

}

.album .icon {
	position: relative;
	top: 14px;
}

.album .icon img {
  border: solid black 2px;
}

.album .title {
	position: relative;
	top: 10px;
}

.gallery {
}

.gallery_buttons {
	text-align: center;
}

.gallery_button {
	display: inline;
}

.gallery_button img {
  border: solid black 2px;
}

.gallery_copyright {
	float: right;
	padding-bottom: 3px;
}

.gallery_album_title {
	float: left;
	padding-bottom: 3px;
}

.gallery_photo {
	clear: both;
	text-align: center;
}

.gallery_photo img {
  border: solid black 2px;
}

.gallery_photo_title {
	clear: both;
	text-align: center;
	padding-bottom: 15px;
	font-style: italic;
}

.gallery_image {
	text-align: center;
	float: left;
	padding-top: 8px;	
	padding-bottom: 11px;	
	width: 132px;
	height: 80px;
}

.gallery_image img {
  border: solid black 2px;
}

/*** Guestbook ***/
/*
.guestbook_form input {
	background: #000;
	border: solid #930104 1px;
	color: #6f6f6f;
	width: 150px;
}

.guestbook_form textarea {
	background: #000;
	border: solid #930104 1px;
	color: #6f6f6f;
	width: 400px;
	height: 50px;
	margin-bottom: 4px;
}

.guestbook_form button {
	background: url(gfx/chicken.jpg) repeat;
	border: solid #930104 1px;
	color: #ff9f00;
}

.guestbook_entry {
	padding-bottom: 20px;
}

.guestbook_name {
	font-weight: bold;
	padding-bottom: 5px;
	float: left;
}

.guestbook_time {
	color: #444;
	padding-bottom: 5px;
	float: right;
}

.guestbook_email {
	color: #444;
	font-style: italic;
	padding-bottom: 5px;
	margin-left: 15px;
	float: left;
}

.guestbook_text {
	border-top: dotted #444 1px;
	padding-top: 5px;
	clear: both;
}
*/

/*** Admin ***/
.logout {
	text-align: right;
  z-index:3;
}

.admin_form h2 {
	text-align: center;
  z-index:3;
}

.admin_menu {
	margin-top: 4px;
  border-top: solid black 1px;
	border-left: solid black 1px;
	border-right: solid black 1px;
  padding-right: 2px;
	float: left;
  z-index:3;
}

.admin_menu_entry {
	text-align: center;
	border: solid black 1px;
	color: black;
	padding: 1px;
	margin: 3px 0px 3px 3px;
	width: 90px;
	float: left;
  text-decoration: none;
  z-index:3;
}

.admin_menu_entry_active {
	text-align: center;
	border-top: solid  black 1px;
	border-left: solid black 1px;
	border-right: solid black 1px;
  background-color: #CCC;
	color: black;
	font-weight: bold;
	padding: 2px 2px 6px 2px;
	margin: 1px -1px 0px 2px;
	width: 90px;
	float: left;
  text-decoration: none;
  z-index:3;
}

.admin_form {
	padding: 4px;
  border: solid black 1px;
	min-height: 300px;
  clear:both;
  z-index:3;
}

.admin_form input {
	margin: 1px;
	padding: 0px;
	background: #fff;
	border: solid black 1px;
	color: #000;
	width: 300px;
  z-index:3;
}

.admin_form gallery {
  margin: 1px;
  padding: 0px;
  background: #fff;
  border: solid black 1px;
  color: #000;
  width: 300px;
  height: 10px;
  z-index: 3;
}

.admin_form select {
	background: #fff;
	border: solid black 1px;
	color: #000;
	width: 150px;
  z-index:3;
}

.admin_form textarea {
	background: #fff;
	border: solid black 1px;
	color: #000;
	width: 500px;
	height: 100px;
	margin-bottom: 4px;
  z-index:3;
}

.admin_form button {
	border: solid black 1px;
	color: black;
  z-index:3;
}

.admin_link {
	width: 40px;
	height: 26px;
	position: fixed;
	top: 96.5%;
	left: 95.5%;
  z-index:3;
}

.admin_link_text {
	display: none;
  z-index:3;
}

/*** Links ***/
/*
.links .link {
}

.links .link_title {
}

.links .link_icon {
	display: none;
}

.links .linkgroup {
	float: left;
	width: 240px;
	padding: 10px;
}

.links .linkgroup_title {
	font-size: 13px;
	font-weight: bold;
	color: #ff9f00;
	border: solid #930104 1px;
 	background: url(gfx/chicken.jpg) repeat;
	padding: 4px;
	margin-bottom: 10px;
	clear: both;
}
*/

