﻿@import url('layout.css');

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:	10pt;
	color: #000;
	background-color: #FFFFFF;
	text-align: justify;
}
/* top bar for navigation */
#navtop{
	width:800px;
	height:18px
}

#container {
	margin: 0px auto 0px auto;
	width: 800px;
	background-color: #333333;
}
#about 	{width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	text-align: right;
	width: 800px;
	overflow: auto;
	background-color: #666666;
}
.author {
	font-size: x-small;
	font-weight: bold;
	display: inline-block;
	text-align: right;
	float: right;
}
#content {
width: 760px;
background-color: #FFFFFF;
padding:0px 20px 10px 20px
}

#footer {
	clear: both;
	width: 800px;
	background-color: #FFFFFF;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
}
/* Styles for Navigation */
#menu{
	list-style:none;
	font-weight:bold;
	margin-bottom:1px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#menu li{
	/* list-style:none;
	display:inline;
	margin:0 5px;
	*/	
	float:left;
	margin-right:10px;
	position:relative;
}
#menu a{
	display:block;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	cursor:pointer;
	padding:0 0 1px 0;}

/*
#menu ul{
	list-style:none;
}
*/
#menu a:hover{
	color:#ffffff;
	background:#333333;
	text-decoration:none;
}

/* #menu li a{
	color:#999999;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	padding:0 0 1px 0;
} */

/*#menu li a:hover{
	color:#ffffff;
	text-decoration:none;
}
*/
#menu li a.current{
	color:#008fd5;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
	NAV
\*------------------------------------*/

/*--- DROPDOWN ---*/
#menu ul{
	background:#ffffff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#menu ul li{
	padding-top:2px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#menu ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#menu li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#menu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#333333;

}
#menu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#menu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}



/* Styles for Footer */
p {
	font-size: small;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#footer a {
	color: #333;
	text-decoration: underline;
	text-align: center;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
#footer p {
	text-align: center;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.pagetitle {
	font-size: xx-large;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.copyright {
	font-size: x-small;
}

#content p {
	text-align: justify;
	font-size: 11pt;
	line-height: 125%;
}
#content h1 {
	font-size: 12pt;
	font-weight: bold;
	line-height: normal;
	vertical-align: top;
}

#content h2 {
	font-size: 14pt;
	font-weight: bold;
	line-height: normal;
	vertical-align: top;
}

#content h3 {
	font-size: 14pt;
	font-weight: bold;
	line-height: normal;
	vertical-align: top;
}

#content h4 {
	font-size: 12pt;
	font-weight: bold;
	line-height: normal;
	vertical-align: top;
}

.pictureholder {
	padding: 10px 0px 0px 15px;
	float: right;
	text-align: right;
}
.picturecaption {
	font-size:10pt;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
}
.photocaption {
	font-size: 10pt;
	text-align: center;
	font-style: italic;
	vertical-align: middle;
}

.mainimage {
	float: right;
	vertical-align: text-top;
	padding: 10px 0px 0px 15px;

}
.format_date {
	font-style: italic;
	font-size: 10pt;
}
.tagtitle {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.notice_format_date {
	font-style: normal;
	font-size: medium;
	font-weight: bold;
}

/* styles for diary */
.diaryhead {
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	background-color: #414141;
}
.diaryprac {
	font-size: x-small;
	text-align: center;
	background-color: #DFDFFF;
}

.diarymeet {
	font-size: x-small;
	text-align: center;
	background-color: #FFE2D5;
}

.diaryout {
	font-size: x-small;
	text-align: center;
	background-color: #D9FFD9;
}

.diaryother {
	font-size: x-small;
	text-align: center;
	background-color: #DDEEFF;
}
.diaryfoot {
	font-size: x-small;
	background-color: #414141;
}

.noticebox {
	border: 1px solid #0000FF;
	background-color: #DDEEFF;
}
.pictureframe {
	border: 1px solid #000000;

}

