﻿/*Newbury Mountain Club style sheet - 2007 version*/
/*created by Sarah Davies in January 2007 with a lot of swearing and even more coffee*/

/*Starting with the container elements*/

#header /*top of page, contains logo and club name*/ 
	{
	
	}
#nav /*contains the menu links*/ 
	{
	background-image: url('sidebar_blank.jpg');
	background-repeat: no-repeat;
	background-position: center;
	float:left;
	right: 0px;
	width: 150px;
	} 

#main /*body text as the name suggests*/
	{width:70%;
	float:left;
	padding: 1em;} /*no wider than 70% of page*/
	
#sidebar /*meets and news box on main page*/
	{width: 200px;
	float: right;
	border: thin dashed #999999;
	padding: 4px;
	margin: 10px;
	background: #E0DADE;}

#logos /*logos on main page*/
	{width: 200px;
	float: right;
	padding: 4px;
	margin: 10px;}

#footer /*holds the small print*/
	{clear:left;}            /*forces new line below the other container elements*/
	
#photor /*holds photos on the right of the page*/
	{width: 210px;
	float: right;
	padding: 4px;
	margin: 10px;}

#photol /*holds photos on the left of the page*/
	{width: 200px;
	float: left;
	padding: 4px;
	margin: 10px;}

/*next we have the general style and paragraph elements*/
/*body is used for the Journal and in trip details*/

body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000066;
     }
	 
/*h1 is used at the top of pages for titles like Links, Journal, etc */

h1 {
	clear:left;
	color: #CC9900;
	font-weight: bold;
	font-size: 18pt;
	 }
	 
/*h2 is for subheadings on pages such as the About Us page */
	 	 
h2 {
	clear:left;
	color: #CC9900;
	font-weight: bold;
	font-size: 14pt;
	 }	 
	 
/*h3 is a further heading level - like h1 and h2, but smaller. Used in the meets list table headings */
	 
h3 {
	clear:left;
	color: #CC9900;
	font-weight: bold;
	font-size: 11pt;
	 }
	 
/*navlink is used for the text on the left-hand menu */

.navlink {
	color: #000066;
	font-weight:bold;
	font-size: 12pt;
	text-align: center;
}

/*footer is used, as the name suggests, for the text in the footer on the homepage */

.footer {
	color: #000066;
	font-size: 7pt;
	 }

/* main is slightly smaller than body, and is used in most pages apart from those which use body*/

.main {
	color: #000066;
	font-size: 9pt;
	 }
	 
/* the next two are for the formatting of the meets list table, ensuring there is ample space */
	 
td {
	padding: .75pt .75pt .75pt .75pt;
	 }
.meet {
	border:inset .75pt;
	}



h4 {
	color: #000066;
	font-weight: bold;
	font-size: 7.5pt;
	 }

/* trip enables the highlighting of trip names in the meets list table */

.trip {
	color: #000066;
	font-weight: bold;
	 }

/* org is for the organiser's name in the meets list table */

.org {
	color: #000066;
	font-size: 7.5pt;
	 }
	 
/* contents is for the table of contents at the top of a Journal page */

.contents {
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000066; 
	font-weight:bold; 
	}

/* author is for the author's name at the end of a Journal report */

.author {
	font-size:10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000033;
	}



.title {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #CC9900; 
	font-weight: bold; 
	}
	
/*the test classes below are used to make the navlinks behave properly - no underlining or changing colour. Unfortunately this doesn't work on Firefox, so they're also in each individual page :-(*/
.test:link{
	color: #000066;
	font-weight:bold;
	font-size: 12pt;
	text-align: center; 
	text-decoration: none;
	}
	
.test:visited{
	color: #000066;
	font-weight:bold;
	font-size: 12pt;
	text-align: center; 
	text-decoration: none;
	}
	
.test:hover{
	color: #000066;
	font-weight:bold;
	font-size: 12pt;
	text-align: center; 
	text-decoration: none;
	}
	
.test:active{
	color: #000066;
	font-weight:bold;
	font-size: 12pt;
	text-align: center; 
	text-decoration: none;
	}
