	html, body {
      height:100%;
      margin: 0; padding: 0;
      }

   body {
      width: 99%; max-width:1100px;
      background-color: #333;
      font: 400 0.8em arial, sans-serif;
      color: #ccc;
      line-height: 1.4em;
	  background: #333 url('../fade.jpg');
	  background-repeat: no-repeat;
	  background-position: 24% 0%; 
	  padding-top:20px;
	
   } 

	a {
		text-decoration: none;
		color: #0c0;
		}

	a:hover {
		text-decoration: underline;
		color: #cf0;
		}

	#left {
		float:left;
		width: 25%;
		text-align: right;
		}


	#main {
		float:right;
		width: 73%;
/*		height: 100%; */
/*		margin: 20px 5% 20px 28%;*/
/*		padding-top: 0px !important; */
		padding-top: 20px;
		overflow: visible;
		}

	h1 {
		display: inline;
		margin-right: 30px;
		font: 800 35px 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		text-align: right;
		}

	h2.title {
		display: block;
		margin: 0 0 5px 0;
		font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		}


	a.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #aaa;
		padding: 0 30px 3px 0;
		}

	a.nav:hover {
		color: #cf0;
		background: #222;
		text-decoration: none;
		}

	div.main {
		margin-left: 2.9em;
		margin-bottom: 25px;
		border-left: solid 1px #3a3a3a;
		padding: 0 30px 30px 5px;
		background: #333 url('../corner.jpg') no-repeat bottom right;
		}


	p.license {
		display: block;
		text-align: center;
		color: #888;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'trebuchet ms', arial, sans-serif;
		}

	span.credit {
		display: block;
		text-align: center;
		color: #555;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'trebuchet ms', arial, sans-serif;
		}

	.credit a, .credit a:hover {
		color: #555;
		}


/* FORM */

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin-right: 1em;
 margin-bottom: 0em;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }

#outer ul {
	padding: 0 30px 3px 0;
	margin: 0;
}

#outer li {
	list-style: none ;
}

h2 {
	display: block;
	margin: 0;
	/*margin-top: 1em;*/
	text-decoration: none;
	font: 400 20px 'trebuchet ms', arial, sans-serif;
	color: #bbb;
	padding: 0 30px 3px 0;
}
h3 {
	display: block;
	margin: 0;
	text-decoration: none;
	font: 1.25em 'trebuchet ms', arial, sans-serif;
	color: #bbb;
	padding: 1em 5px 3px 0;
}



.eventbox {
	border : 1px solid #aaa;
	font-size : 10px;
	color : #303030;
	width : 450px;
	height : 400px;
	float : left;
	padding-top : 5px;
	margin-bottom : 2px;
	margin-left : 2px;
	margin-right : 2px;
	margin-top : 2px;
	text-align : center;
}
.eventimage {
	width : 368px;
	height : 265px;
	margin : auto;
	padding-top : 20px;
	text-align : center;
}

.eventtitle {
	width : 360px;
	height : 65px;
	margin-left : 4px;
	text-align : center;
	font-size : 10px;
	color:#aaa;
}
img {
    border : 0;
}

h1 a {
	color : white;
}













.event {
    margin-left: 2.9em;
    margin-bottom: 15px;
    border-left: solid 1px #3a3a3a;
    padding-left : 5px;
    background: #333 url('corner.jpg') no-repeat bottom right;
	overflow: hidden;
/*	width: 100%*/

}
.event img {
    width : 400px;
    margin : 0 10px 0 0;
    padding : 1px;
    border : 1px solid #aaa;
}

.even img {
    float : left;
}

.odd img {
    float : right;
}
.odd .date {
}

.event .date {
    font-weight : bold;
    color : #cf0;
}
.event h2 {
    display: block;
    margin: 0 0 5px 0;
    font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
    color: #fff;
}
.event p {
    margin : 0;
}

#small {
	width : 100%;
}

#small .event img {
    float : left;
    width : 100px;
    margin : 0 10px 0 0;
}

#small .date {
    font-weight : normal;
    color : #cf0;
}


#gallery .box {
    float : left;
    width : 124px;
    height : 124px;
    text-align : center;
    padding : 0px;
    margin : 10px;
}

#gallery img {
    margin : 0;
    border : 1px solid #ccc;
    padding : 1px;       
}

.admin input[type="text"]:not([size]) { 
     width: 30em;    /* Desired width of input field */
}


#guestbook div.header {
  background : #000;
  color : #ddd;
  padding : 0.25em;
}

#guestbook p {
  margin : 0.5em;
}

#guestbook .author {
  font-weight : bold;
}
#guestbook .item {
  margin-bottom : 2em;
  border : 1px solid #aaa;
}
#guestbook .item-reaction {
  margin-bottom : 2em;
  margin-left : 2em;
  margin-top : -1.5em;
  border : 1px solid #aaa;
}
#guestbook .date {
  float : right;
  margin-right : 0.5em;
}

.clearer {
	clear:both;
	height:1px;
}

em {
	color : 	#cf0;	
}


table {
	border-collapse: collapse;
	}

th {
    color: #333;
    background:#ccc;
	padding: 0 0.5em;
	text-align: left;
	border-bottom: 1px solid #CCC;
	}
td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}

td:first-child {
	width: 5em;
    text-align:center
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: left;
	}
