﻿body {
	height:100%;
	margin:0px 0px 0px 0px;
	font-family: Georgia; font-size: 10pt; font-weight: normal;
    word-spacing: 0;
	background-color:#fe26fb;
	color: black;
	background-image:url('images/page/background.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
}
html {
	height:100%;
	overflow-y:scroll;
}

.body-outer {
	padding:10px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.body-inner {
	width:100%;
	height:100%;
	border:4px #333 solid;
	background-color:#555;
	position:relative;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}

h1 { /* Main Page large heading */
	font-size:48pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:yellow;
}
h2 {
	 /* small heading */
	 font-family:"Times New Roman", Times, serif;
	 font-size:20pt;
	 font-weight:bold;
	 margin-bottom:0px;
	 margin-top:10px;
	 padding-top:0px;
	 color:yellow;
}
h6 { /* Admin Menu headings */
	font-size:16pt;
	font-weight:bold;
	text-align:center;
	color:blue;
	font-family:Verdana;
	margin:-10px 0px 10px 0px;
}
a:link {
	color:blue;
}
a:visited {
	color:red;
}

.preloadimage {
	visibility:hidden;
	display:none;
}

/* HEADER ---------------------------------------------------------------------------------------*/
.header {
	position:relative;
	text-align:center;
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:black;
	margin:0px;
	background-color:#bbbbbb;
	border-bottom:4px #555 solid;
	padding:5px;
	height:124px;
}
.header a {
	text-decoration:none;
}
.logotext {
	float:right;
	font-size:56pt;
	font-weight:bold;
	font-family:Verdana;
	margin-bottom:-15px;
}
.avatar {
	position:absolute;
	left:5px;
	top:5px;
}
/* MENU ---------------------------------------------------------------------------------------*/
.menu {
	margin:0px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right:0px;
	clear:both;
	float:left;
	width:160px;
	height:auto;
	min-height:400px;
	background-color:#555555;
	color:white;
}
#nav-menu ul
{
	list-style: none;
	padding:0px;
	margin:0px;
} 
#nav-menu li
{
	margin:4px auto;
	width:155px;
} 
#nav-menu li a
{
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	font-family:Verdana;
	font-size:9pt;
	letter-spacing:1px;
	font-weight:bold;
	padding:3px 0px;
}
#nav-menu ul a:hover {
	}

#nav-menu a{
	background: #333 center center no-repeat;
	border:1px #999 solid;
	padding:2px;
	color:white;
}
#nav-menu a:hover {
	background: #111 center center no-repeat;
	color:#6699ff;
}
#nav-menu-selected a {
	background: #AAA center center no-repeat;
	color:black;
}
#nav-menu-selected a:hover {
	background: #AAA center center no-repeat;
	color:black;
}
.nav-extra p, .nav-extra a, .nav-extra img {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:white;
	border:0px transparent none;
}

/* BODY ---------------------------------------------------------------------------------------*/
.body {
	position:relative;
	margin:0px;
	float:right;
	padding:15px;
	width:695px;
	min-height:405px;
	text-align:center;
	background-color:#ffffff;
	border-left:4px #555 solid;
}
.body a {
	text-decoration:none;
}
/* FOOTER ---------------------------------------------------------------------------------------*/
.footer {
	clear:both;
	margin:0px;
	background-color:#777777;
	border-top:4px #555 solid;
	text-align:center;
	padding:3px 0px;
	color:white;
}

/* COMMON ---------------------------------------------------------------------------------------*/
.gallery-header {
	padding:5px 0px 3px 0px;
	background-color:silver;
	border:4px #444 solid;
	margin-top:0px;
	margin-bottom:15px;
	font-size:14pt;
	font-family:Verdana;
	font-weight:bold;
	color:#333;
}
.gallery-thumbs {
	border:3px silver solid;
	margin:3px;
}
.gallery-small {
	border:3px #444 solid;
	margin:3px;
}
.gallery-name {
	margin:0px;
	padding:0px;
}
.gallery-name a{
	font-family:Verdana;
	font-weight:bold;
	padding:3px;
	line-height:2em;
	margin:0px;	
}
.gallery-name a:hover 
{
	background-color:silver;
	border:2px #333 solid;
}
.website-image {
	border:0px transparent none;
	margin:5px 10px;
}

.catchme-next {
	margin:auto;
	margin-top:30px;
	background-color:silver;
	border:4px #333 solid;
	padding:10px;
	display:inline-table;
	width:70%;
}

.date, .venue {
	margin-top:7px;
	margin-bottom: 7px;
	font-size:16pt;
	font-family:Verdana;
	font-weight:bold;
}

.event {
	margin-top:-7px;
	font-style:italic;
}

.no-boxes img {
	text-decoration:none;
	border:0px transparent none;
}


