﻿/*
CSS for LSYC site - 05july 2008 - Conall Morrison - style1
Updated Karen Sleat - June 11
*/

body {
	border: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 110%;
	padding: 10;
	margin: 10;
	background-color: #e2edff;
}

h1, h2, h3, h4, h5 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 24px;
	font-style: bold;
	background-color: navy;
	color: white;
	padding-top: 32px;
	padding-bottom: 6px; 
	margin: 0;
	background: navy url('../backgrounds/banner.jpg') repeat-x;
	right: 0;
	bottom: 0;
}
h2 {
  color: white;
  font-size: small;
  background-color: navy;
  font-weight: bold;
  padding-top: 0;
  padding-left: 10px;
}

h3 {
  color: navy;
  font-size: 110%;
  font-weight: normal;
  padding-top: 15px;
  padding-left: 10px;
}

h4 {
  color: navy;
  font-size: small;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 20px;
}

li {
  font-size: small;
  list-style-type: none;
}

li.bullets {
	font-size: small;
	list-style-type: disc;
	color: navy;
}

p {
  font-size: small;
  color: navy;
}

#tagline p {
  font-style: normal;
  font-family: Georgia, Times, serif;   
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .1em;
  padding-bottom: .1em;
  padding-left: 0.8em;
  margin: 0;
  background: #eeeeee; 
/*  REMOVE FOR NOW url(tag.jpg) repeat-y left bottom */
}
#bodycontent p {
 padding-left: 5px;
 padding-right: 5px;
 text-align: justify;
}

#footer p {
 font-size: x-small;
 color: gray;
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
}

#sponsorstrip {
	text-align:center;
}


a {
  font-weight: bold;
}

a:link {
	color: navy;
	font-size: small;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color:  #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

.feature {
  float: right;
  margin: 10px;
}


.photocredit {
  font-weight: normal;
  color: gray;
}

#navigation {
	width: 150px;
	background: #7da5d8 url('../backgrounds/nav1.jpg') repeat-x;
	height: 600px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li a:link, #navigation li a:visited  {
  font-size: 90%;
  display: block;
  padding: 0.2em 0 0.2em 1em;
  color: #000000;
  text-decoration: none;
}

#navigation li a:hover {
  background-color: #7da5d8;
  color: #FFFFFF;
}

/* subnav style */
#navigation ul ul {
  font-size: small;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
  padding: 0.1em 0 0.1em 2em;
  color: #333333;
  background-color: #cccccc;
}
#navigation ul ul a:hover {
  background-color: #7da5d8;
  color: #ffffff;
}


/* ABSOLUTE POSITIONING OF DIVS, HEADER/BANNER top, NAV TO LEFT, AND CONTENT TO RIGHT. */

#header, #navigation, #bodycontent, #sitebranding, #tagline, #footer {
 position: relative;
}


#bodycontent {
	border: thin;
	background-color: #e2edff; 
	/*float: right; */
	/*width: 750px; */
	height: 410px;
}

#header {
 	border-top: 3px solid #7da5d8;
}

#banner-images {
	background-repeat: repeat-y;
}

#picture-border {
	border-style: solid;
	border-width: 1px;
	float: left;
}

#wordpress-insert {
}

}
#footer {
/*	border-bottom: medium; */
	clear: both;
	font-size: 80%;
	text-align: center;
	background-color: #e2edff;
	border-top-width: thin;
/*	margin-bottom: 2em; */
}

#info {
	background-color:silver;
	border:thin;
	border-style:groove;
	list-style:disc;
	font:calibri;
	color:maroon;
}

				/*  CSS for tables  */
				
table.results {
  border-collapse: collapse;
/* margin set on all tables */
  margin-left: 10px;
  margin-right: 10px;

}

table.results th, table.results td {
  padding: 4px;
  border: 1px solid #000066;
}

table.results th {
  font-size: x-small;
  text-align: left;
  background: #241374 url("../backgrounds/header-bg.jpg");
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.results td {
  font-size: small;
  background: #e2edff url("../backgrounds/td.jpg") repeat-x top;

}

table.results caption {
  color: #000066;
  font-size: small;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
}


#committeetable {
	position:absolute;
	width: 400px; 
	height: 350px;
	top: 195px;}
			
table.committeetablestyle{
  border-collapse: collapse;
/* margin set on all tables */
  margin-left: 10px;
  margin-right: 10px;

}

table.committeetablestyle th, table.committeetablestyle td {
	padding: 4px;
	border: #000066 solid;
}

table.committeetablestyle th {
  font-size: x-small;
  text-align: left;
  background: #241374 url("../backgrounds/header-bg.jpg");
  color: #ffffff;
  width:120px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.committeetablestyle td {
	border: double;
	font-size: small;
	color: navy;
	text-align: left;
	background-color: #c0c0c0;
	width: 80px;
	height: 30px;
	outline-style: none;
	line-height: 15px;
}

table.committeetablestyle caption {
	color: #003366;
	font-size: xx-small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: normal;
}

table.committeetablestyle td.rolecolour1 {
	background: #3399FF;
}
table.committeetablestyle td.rolecolour2 {
	background: #FF5050;
}
table.committeetablestyle td.rolecolour3 {
	background: #99FF66;
}
table.committeetablestyle td.rolecolour4 {
	background: #CC6699;
}
table.committeetablestyle td.rolecolour5 {
	background: #FFFF66;
}


.roleinfo {
	background-color:silver;
	border:medium;
	border-style:groove;
	list-style:disc;
	font:calibri;
	color:maroon;
	position: absolute; 
	left: 400px; 
	top: 195px; 
	width: 350px; 
	height: 340px; 
}

li.roletext {
	margin: 1 1 1 1;
	font-size: small;
	list-style-type: square;
	font-weight: normal;
}
	

