/* ==== Set overall font size, color and family in the body tag below === */

body { 
color: #244884;
font-size: 11px; 
font-family: verdana;
font-weight: normal;
text-align: justify;
margin: 0px;

background-color: transparent;
background-image: url(../images/pagebak.jpg);
}


p {
color: #244884;
font-size: 11px; 
font-family: verdana;
font-weight: normal; 
text-align: justify;
}




/* ==== Set link styles within text (not menu - see below) - hover, active and visited colors ==== */

a  {  
color: #a75E17;
text-decoration: none;
}

a:visited {  
color: #a75E17; 
text-decoration: none;
}


a:hover {  
color: #D1C15F; 
text-decoration: none;
}











/* ==== styles for different headers ==== */

h1 { 
color: #192845;
font-weight: normal; 
font-size: 24px; 
font-family: Garamond, ITC Garamond, Adobe Garamond, Times, Times New Roman; 
}

h2 { 
color: #192845;
font-weight: bold; 
font-size: 22px; 
font-family: Garamond, ITC Garamond, Adobe Garamond, Times, Times New Roman; 
}

h3 { 
color: #192845;
font-weight: normal; 
font-size: 20px; 
font-family: Garamond, ITC Garamond, Adobe Garamond, Times, Times New Roman; 
}

h4 { 
color: #192845;
font-weight: bold; 
font-size: 18px; 
font-family: Garamond, ITC Garamond, Adobe Garamond, Times, Times New Roman; 
padding-bottom: 0px;
margin-bottom: 0px;
}

h5 { 
color: #192845;
font-weight: normal; 
font-size: 16px; 
font-family: Garamond, ITC Garamond, Adobe Garamond, Times, Times New Roman; 
}

h6 { 
color: #192845;
font-weight: normal; 
font-size: 14px; 
font-family: Garamond, ITC Garamond, Adobe Garamond, Times, Times New Roman; 
}






/* ==== miscellaneous tags ==== */

ul {
list-style-type: square; 
list-style-image: none;
}

li {
padding: 1px
}

hr {
color: black;  
height: 1px; 
}

form {
margin-top: 1px; 
margin-bottom: 1px;
}

input {
font size: 10px;
}








/* ==== Classes - used to change the style of certain things like tables of data or admin functions ==== */

.admin {
color: white;
background-color: #de2900; 
font-size: 9px; 
text-transform:uppercase;
padding:1px;
}

.admin a {
color:cyan;
}


/* Used on the stats page to create graphs */
.graphbar {
background-color: #ddddff;
border: 1px solid navy;
}


/* Design for tables of data (rather than layout tables) */
.datatable {
border: 1px black solid;
}

.datatable th {
font-size: 11px;
background-color: #999999;
text-align: left;
font-weight: bold;
}

.datatable td {
font-size: 11px;
background-color: #cccccc;
text-align: left;
}

/* Alternating colours etc for table rows */
.row0 {background-color: none; padding: 5px;}
.row1 {background-color: none; padding: 5px;}


/* Pictures - you can put a border around all images here for instance */
.photo {
}

.photo img {
margin-right: 10px;
margin-left: 10px;
}


/* Captions to go below pictures */
.caption {
font-size: 10px;
text-align: center;
font-face: courier;
}









/* ==== The Divs ==== */

/* Click to log in - normally at top left hand corner. */
#hiddenlogin {
position: absolute; 
top: 0px; 
left: 0px; 
width: 20px; 
height: 20px: 
z-index: 10;}



/* Main Page Content */
#maincontent {
position: relative; 
margin-left: 205px; 
margin-top: 120px;
width: 506px;
height: 300px;
}




/* Divs for 3 pics on right layout */
#textonleft {
float: left;
width: 60%;
}

#picsonright {
width: 40%;
float: left;
padding-top: 35px;
text-align: center;
}







/* Top Bar including image map navigation */
#topbar {
position: absolute;
left: 0px;
top: 0px;
}



/* Credits - showing Plexus and Site Map etc */
#credits {
font-family: tahoma; 
font-size: 10px; 
color: #244884;
border-top: 1px #192845 solid;
padding-top: 12px;
margin-top: 20px;
clear: both;
}

#credits a {
}

#credits a:hover { 
background-color: #244884; 
color: #fff;
}




/* ============================================== */
/* Styles for DIARY */
/* ============================================== */

#daynames {
border: black solid 1px;
border-right: 2px black solid;
border-bottom: 2px black solid;
background-color: #92A3CE;
text-align: center;
font-weight: bold;
}

/*hack for ie4,5,6 to emulate min-height in #day */
* html #day {
height: 40px;
}

#day {
border-bottom: black solid 2px;
border-left: black solid 1px;
border-right: black solid 2px;
background-color: #ffffcc;
min-height: 40px;
}

#day a:hover div {
background-color: #DF9E5F;
text-decoration: none;
color: black;
}

#cellhed {
text-align: center;
background-color: #BFC6D6;
border-top: black 1px solid;
border-bottom: black 1px solid;
font-weight: bold;
}

#cellhedtoday {
text-align: center;
background-color: #fFa6b6;
border-top: black 1px solid;
border-bottom: black 1px solid;
font-weight: bold;
}

#eventeven {
text-align: left;
font-family: tahoma;
font-size: 10px;
background-color: #ffffcc;
border-bottom: 1px black solid;
padding: 1px;
}

#eventodd {
text-align: left;
font-family: tahoma;
font-size: 10px;
background-color: #E7EFFA;
border-bottom: 1px black solid;
padding: 1px;
}

#addbutton {
background-color: #ffbb99;
font-family: tahoma;
font-size: 10px;
text-align: center;
}


#detailsinner {
padding: 10px;
}

.calhead td {
text-align: center;
font-weight: bold;
}







/* ============================================== */
/* Styles for GUESTBOOK */
/* unpublished comments are highlighted */
/* ============================================== */


.gb-post-pub {
width: 100%;
}

.gb-post-unpub {
width: 100%;
background-color: #ffffbb;
}

.gb-reply-pub {
width: 100%;
margin-bottom: 10px;
}

.gb-reply-unpub {
width: 100%;
margin-bottom: 10px;
background-color: #ffffbb;
}




/* ============================================== */
/* Styles for MENU */
/* ============================================== */

/* ============================================== */
/* ==== styles for vertical navigation menu ==== */
/* ============================================== */

/* ==Un-comment background-image lines to add graphic buttons==*/


/* #nav padding-bottom controls amount of menubak image showing below menu - height sets minimum amount of graphic to show */
#nav { position: absolute; left: 0px; top: 115px; width: 165px; text-align: left; background-image: none; background-position: right bottom; padding-bottom: 170px; height: 150px;}

#nav a { 
	display: block;  
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 8px;
	font: 14px  Garamond, ITC Garamond Book, Adobe Garamond, Times, Times New Roman; 
	letter-spacing: 0px;
	font-weight: bold; 
	margin-top: 0px;
	margin-bottom: 0px;
	color: #192845;
	
	/*background-image: url(../images/button_off.jpg);*/
	}
#nav a:hover, #nav a.on { 
	color: #3D5689;  
	background-color: none;
	text-decoration: none; 
	
	/*background-image: url(../images/button_on.jpg);*/
	}
	
	

	
#nav-sub { width: 165px; text-align: left;}
#nav-sub a { 
	display: block;  
	padding: 3px 6px 3px 8px;
	font: 12px  Garamond, ITC Garamond Book, Adobe Garamond, Times, Times New Roman; 
	letter-spacing: 0px;
	color: #192845;
	font-weight: bold; 
	
	background-color: none;
	background-image: none;
	/*background-image: url(../images/wee-button_off.jpg);*/
	}
	
#nav-sub a:hover, #nav-sub a.on { 
	color: #3D5689;  
	background-color: none;
	text-decoration: none;
	
	background-image: none;
	/*background-image: url(../images/wee-button_on.jpg);*/
	}
	

/* ==== end of styles for vertical navigation menu ==== */
