/* Style sheet for screen display for the South Lakes U3A  web site
Next line contains the Tantek Celic box model hack for IE 

George Coulthard 2006 */

body {
	background-color: #FEFEAA;
	color:#000000;
	padding: 0px;
	margin: 0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:medium;
}

/* The next two rules are necessary to make the layout work with IE 5.1 */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#wrapper {width:772px;}

/* The basic page columns */

.leftside {
	width: 160px;
	float:left;
	text-align:left;
}

.rightside {
	width:610px;
	float:right;
	text-align:left;
	/*position:relative;*/
}

p, li {
	margin-bottom: .7em;
	font-size:85%;
	line-height: 1.4em;
	margin-top: 0px;
}

/* styles for the left-hand navigation bar */

#navigation ul {
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

#navigation li, #gplist li {
	margin: 0px;
}

#navigation li a {
	display:block;
	font-size:12px;
	text-decoration: none;
	color:#0000FF;
	background-color: #dddddd;
	border-top: 2px solid #eeeeee;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #eeeeee;
	padding: 3px 2px 4px 8px;
	width:110px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:110px;
}

#navigation li a:hover, #navigation li a:focus {
	color:#0000FF;
	background-color: #999999;
}

#navigation li a:active {
	color:#000000;
	background-color: #999999;
	border-top: 2px solid #333333;
	border-right: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	border-left: 2px solid #333333;
}

body#home li.home a, body#groups li.groups a, body#meetings li.meetings a,
body#seminars li.seminars a, body#locations li.locations a, body#news li.news a,
body#committee li.committee a, body#contact li.contact a, body#join li.join a,
body#join li.join a, body#gallery li.gallery a, body#horizons li.horizons a
{
	color: #000000;
	background-color: #ffffff;
}

#gplist {
	height:150px;
	width:150px;
	overflow:auto;
}

#gplist ul {
	border:10px black;
	list-style-type:none;
	padding:0;
	margin:0;
}

#gplist li a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:125px;
	text-decoration: none;
	color:#0000FF;
	background-color: #dddddd;
	line-height:19px;
	padding-left:5px;
}

#gplist li a:hover,#gplist li a:focus  {
	color:#0000FF;
	background-color: #999999;
}

#gplist li a:active {
	border-top: 2px solid #333333;
	border-bottom: 2px solid #eeeeee;
}

	
.gplisttitle {
	font-size:80%;
	font-weight:bold;
	margin-bottom:0;
	padding-left:5px;
}

/* #groupstable td {
font-size:85%;
padding-bottom:2px;
padding-right:10px;
} */

.separatorinvisible {
	clear: both;
	height: 5px;
}

#emphasise {
	font-style: italic;
	font-size:100%;
}

.limage {
	float:left;
	position: relative;
	top: 5px;
	margin-right:20px;
	margin-bottom:10px;
	border:0;
}

.rimage {
	float: right;
	position:relative;
	top:5px;
	margin-bottom: 10px;
	margin-left: 20px;
	border:0;
}

.limage p, .rimage p {
	font-size: 75%;
	font-style: italic;
	text-align: center;
	margin-bottom:10px;
	padding-bottom: 0px;
}

.limagesmall {
	float:left;
	position: relative;
	top: 5px;
	width:90px;
	margin-right:20px;
	margin-bottom:10px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size:140%;
	margin-bottom:4px;
	margin-top:5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size:100%;
	margin: 0;
	padding:0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	text-decoration: none;
	margin:0;
}

.grouplist a{
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

a:link, a:visited{
	color:#0000FF;
	text-decoration:none;
}

a:hover{
	color:#0000FF;
	text-decoration:underline;
}

a:active{
	color:#FF0000;
	text-decoration:none;
}

td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-right:15px;
	font-size:90%;
}

td.label {
		  text-align:right;
		  font-weight:bold;
		  }

table, tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
.bottomlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: italic;
	padding-left:20px;
}

 .gptable {
	width:400px;
	margin-top: 10px;
	margin-bottom: 15px;
	color:#000000;
	background-color: #DDDDDD;
}

.gptable2 {
	width:300px;
	margin-top: 10px;
	margin-bottom: 15px;
	color:#000000;
	background-color: #DDDDDD;
}

.error {
	font-size: 100%;
	background-color:#000000;
	color:#FFFFFF;
}

.label {
	padding-left: 5px;
	padding-right: 10px;
}

.appleftcol {
	width: 450px;
}

input, textarea {
	border: 1px solid #333333;
}

.formtable {
	background-color: #FFFfaa;
}

.leftcol {
	width: 150px;
	color:#003300;
}

.obituary {
	border: medium solid #000000;
	padding:5px;
}
.noscreen {
	display: none;
}

.meetingtable {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
}

.meetingtable p {
font-size:90%;
}

.caption {
	font-style: italic;
}

#skipnav {
	display: none;
}

/* Following are styles for the News page */

#news .entry {
margin-bottom: 8px;
padding: 0 8px 5px 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px solid #ccc;
-webkit-box-shadow: 3px 3px 6px #555;
-moz-box-shadow: 3px 3px 6px #555;
box-shadow: 3px 3px 6px #555;
background: #F9F8F2;
color: #000;
}

#news .title {
text-transform:uppercase;
font-size: 95%;
font-weight: normal;
background: transparent;
color: #00397A6;
margin-bottom: .1em;

}

.posted {
margin-bottom: 0;
font: 80% lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #9e9ea8;
}

/* Styles for Group Reports */

#groupreps .entry {
margin-bottom: 10px;
padding: 0 8px 5px 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border: 1px solid #ccc;
background-color:#EEEE88;
color: #000;
}

#groupreps p {
line-height: 1.4em;
margin-bottom: 0.4em;
}

#groupreps .title {
font-size: 85%;
font-weight: normal;
color: #002C77;
margin-bottom: .1em;
}

#groupreps .author {
margin-bottom: 0;
font: 85% verdana, arial, helvetica, sans-serif;
color: #0039A6;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 90%;
	font-style: normal;
}

#contact dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
}

#contact dt {
	float:left;
	width: 320px;
	text-align:right;
	margin: 0 10px 0 0;
	padding: 2px 0 7px 0;
	line-height: 100%;
}

#contact dd {
	margin: 0;
	line-height: 100%;
	padding: 2px 0 7px 0;
	font-style:italic;
}


/* Styles for Philosophy Reports page */

.philorep {
background-color: #FFFFdd;
margin-top:1em;
margin-bottom: 1em;
}

div.philorep p, li {
	margin-bottom: .5em;
	margin-left: 2em;
	font-size:85%;
	line-height: 1.3em;
	margin-top: 0px;
}

/* Styles for pop up images */

.rpopup {
	position:relative;
	float:right;
	padding-left:10px;
}

.rpopup p {
	font-size: 75%;
	font-style: italic;
	text-align: center;
	margin-bottom:10px;
	padding-bottom: 0px;
}



