
/* Stylesheet */
@import "rssfeed.css";


table {
	margin:0px;
	padding:0px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
td {
    margin:0px;
	padding:2px;	
	border: 1px solid #ccc;
}
table.layout {
    margin:0px;
	padding:0px;
	border: none;	
}
table.layout td{
    margin:0px;
	padding:10px;
	border: none;
	vertical-align:top;		
}
table.archive {
    margin:0px;
	padding:0px;
	border: none;	
}
table.archive td{
    margin:0px;
	padding:4px;
	border: none;
	font-size:0.75em;
	border: 1px solid #ccc;
	border-collapse: none;
	width:130px;
			
}
.colfont1 {
    color: #163D5C;
	font-weight: bold; 
}
#history table{
margin:0px;
width:100%;
border:none;
padding:10px;

}
#history td {
background-color:#DACDCF;
width:100%;
padding:20;
border-width:10px 5px 50px 5px;
border-color:#FFFFFF;

}
#history p {
font-size: 1em;
color:#333333;
}
#history h3, #history h2 {
text-align:center;
}
 
.caption {
    font-size: 0.75em;
	text-align:center;
	vertical-align:text-top;
}
.caption a {
    font-weight: normal;
}
.caption2 {
    font-size: 0.6em;
	text-align:center;
	vertical-align:text-top;
}
p.borders {
border-width: thin;
border-color: #8D131E;
border-style: ridge;
padding:5px;
font-size:1.25em;
text-align:center;
}
p.reverse {
color: #fff;
background-color: #8D131E; 
padding:20px 20px 20px 20px;
vertical-align: middle;
text-align:center;
font-weight:bold;
font-size:1.25em;
}
p.reverse2 {
color: #fff;
background-color: #8D131E; 
vertical-align: middle;
text-align:center;
font-weight:bold;
margin: 0;
}
p.reverse2 a {
color:#fff;
text-decoration:none;
}
p.reverse2 a:hover{
text-decoration:none;
}
p.reverse3 {
color: #fff;
background-color: #8D131E; 
vertical-align: middle;
text-align:center;
font-weight:bold;
margin: 0;
font-size:1.25em;
}
p.nospace {
margin-bottom:0;
}
ul.nospace {
margin-top:0;
margin-bottom:0;
}

p.oneem {
font-size: 1em;
}
body {
	margin: 15px 15px 0px 15px;
	/*background:#211D1E;     nearly black*/
	/*padding: 0 10px 0 10px; black spacing on left and right */
	background:#FFF;    
	font-family:Verdana, Arial, Helvetica, sans-serif; /*inherits to container*/
	color:#333;          /*dark grey*/
	font-size: 100%;
    line-height: 1.125em;
}
body a {
        text-decoration: none;
		color:#333;          /*dark grey*/ 
		font-weight: bold;       
}

body a:hover {
        text-decoration: underline;       
}

#headercontainer{
	height:200px;
	background:url(../img/headerrepeat.jpg) repeat-x; /*blue 1px strip for rhs*/
	width:100%;       
	clear:both;
	overflow: visible;
}

#header {
	height:200px;
	background:url(../img/banner.jpg) no-repeat;   /*Norwich Phil Soc + squiggle background*/      
}

#searchbox{
position: absolute;
z-index:0;
right: 10px;
padding:10px 10px 0px 0px;
text-align: right;
}

#banphoto {
	width:100%;
	height:180px;
    /*position: relative;*/	
    z-index: -1;
	background-repeat: no-repeat;
	/*margin: 0px 10px 0px 10px*/
}
.clear
	{	clear: both;
		overflow: hidden;
		height: 0}

#container {
	width:100%;
	padding: 0 !important;
	border:none !important;
	min-width: 674px !important;
	max-width: 1254px !important;
    background:#FFF; 
	margin-top: 15px;
}

#content {
	/*
	padding-left:15px;
	padding-right:15px;
	*/
	padding-bottom: 1em;
        width:100%;
}
#contentlhs {
	float: left;
	width: 62%;
	padding-right: 1em;
}
div#contentrhs {
	float: right;	
	/*border-left: 1px solid #ccc;*/
	
	margin: 10px 0px 10px 0px;
	border: 1px solid #ccc;
    /*padding:0px 10px 0px 10px;*/
	width: 35%;
	/*height: 100%;*/
}
div#padright{
    padding-right: 15px;
}
div#padleft{
    padding-left: 15px;
}
div#padboth{
    padding-left: 15px;
	padding-right: 15px;
}

div#centrediv {
/*because IE doesn't centre the content of centrediv*/
/*with the margin-left/right alone from nextconc (inside it) below*/
text-align: center;
margin-right:auto;
margin-left:auto;
}
div#nextconc {
margin-right:auto;
margin-left:auto;
width: 550px;
text-align: left;
}
div#contactstable {
margin-right:auto;
margin-left:auto;
width: 100%;
text-align: left;
}
div#contactstable td {
vertical-align:top;
width:25%
}
div#conc {
text-align: left;
}
div#conc h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #8D131E
}
div#conc h4 a{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #8D131E;
}
div#news {
clear: both;
width: 100%;
padding-bottom: 0.5em;
}
div#news h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #8D131E
}
div#news h3 a{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #8D131E;
}
.maptags{
text-align:left;
font-size: 14px;
line-height: 12px;
}
.maptags p{
text-align:left;
margin: 0;
}
.maptags a{
font-weight:normal;
color:blue;
}
.maptags a:hover{
text-decoration:underline;
}
/*footer stuff*/

#footer {
	padding-top:5px;	
	border-top:solid 1px #d1cabb;	
	clear:both;
}
table.foot {
    border: none;
	width: 100%;
}
table.foot td{ 
    width: 33%;     
    border: none;
}
#footer_text_left {
    padding-left:10px;
	padding-bottom:5px;
	text-align:left;	
	font-size:11px;
	color:#9F6863;
}
#footer_text_centre {    
	padding-left:10px;
	padding-bottom:5px;
	text-align:center;	
	font-size:11px;
	color:#9F6863;
}
#footer_text_centre a {
	text-decoration:none;
	color:#9F6863;
}

#footer_text_centre a:hover{
	text-decoration:underline;
}
#footer_text_right {	
	padding-right:12px;
	padding-bottom:5px;
	text-align:right;
	font-size:11px;
	color:#9F6863;
}
#footer_text_right a {
	text-decoration:none;
	color:#9F6863;
}
#footer_text_right a:hover{
	text-decoration:underline;
}

/* drop down menu styles */
#ddmdiv{
	/*height:60px;*/
	/*background:url(../img/headerrepeat.jpg) repeat-x;*/
	width:100%; 
}

#jsddm
{	margin: 0;
	padding: 0;
    margin: 160px 0 0 230px;   /*outside menu items: top, right, bottom, left*/ 
	position: absolute;
}

	#jsddm li
	{	float: left;
		list-style: none;            
		font: 12px Verdana, Arial, Helvetica, sans-serif;  /*more squished tahoma font for menus*/
    }

	#jsddm li a
	{	display: block;        /*line break before and after each element*/          
		padding: 5px 12px;
		text-decoration: none; /*no hyperlink underline*/		
		width: 100px;        
		color: #FFF;           /*font colour - white*/
		font-weight: normal;
        /*white-space: nowrap*/
	}

	#jsddm li a:hover
	{	background: #ABB3D8} /*lilac hover over top level menu*/
		
		#jsddm li ul
		{	margin:0;
			padding: 0;                  		
			display: none;
			position: relative;	
			float: left;		
		}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: 100px;
				display: block;
				background: #163D5C; /*dark blue dropdown bg colour*/
				color: #FFF}         /*white for font*/
			
			#jsddm li ul li a:hover
			{	background: #ABB3D8} /*lilac hover over dropdown items*/

 
/*fonts etc*/

p, ul, ol, dl, blockquote, pre, code  {
	font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.25em;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #163D5C;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.25em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 0.75em;
	font-weight: bold;
}
h4.nospace {
margin-bottom:0;
}

p {
	margin: 0 0 1em 0;
}

.imgright{
float:right;
padding:0 10px 10px 10px;
}
.imgright h6{
margin-top:0px;
}
.imgleft{
float:left;
margin-right: 2em;
padding:0 0 0 10px;
}
.imgleft2{
float:left;
margin-right: 1em;
}
.imgcentre{
display: block; 
margin-left: auto;
margin-right: auto;
}

#venuemap {
	width:400px;
	height:600px;
	margin-right:auto;
    margin-left:auto;			
}

#venuetable {
	width:100%;
	border: none;
	font-size: 1em;		
}

#venuetable td {
    /*border:1px solid #000;*/
	vertical-align:top;	
	width:50%;
	/*padding:5px;*/
	border: none;	
}

.venuemaptd {
	
}
#venuemap2 {
	width:400px;
	height:500px;
	margin-right:auto;
    margin-left:auto;			
}
/*for rounded corners*/
div#nifty {
  margin: 0 0%; background: #8D131E;
}
div.rounded div {
  height: 1px;
  overflow: hidden;
}
#radiusx, #radiusy {
  text-align: right;
  width: 30px;
}

#colmar {
margin-right:auto;
margin-left:auto;
width:950px;
/*padding: 0px 144px 0px 144px;*/
}
/*tr.search-tr td.date {
	visibility: visible;
}*/
