﻿/*----------Style sheet for seasidehistory web site-------------------*/
/*------------------------new template------------------------------*/
body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: arial, helvetica, sans-serif;
text-align: left;


}


li.plain1a {
	list-style-type:none;
	padding: 5px;
	margin-left:-30px;
}

li.plain3a {
	list-style-type:none;
	padding: 0px;
	margin-left:0px;
}

li.plain_inline
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	
}
li.plain1
{
	list-style-type:none;
	margin-left:-30px;
}


/* end from screen3 */

b{font-size: 110%;}
em{color: red;}
hr{ color:#C0C0C0; background-color:#C0C0C0; height:1px;}
img{ padding:5px;}
a{ font-weight:normal;}

div.hr {
border-bottom: 1px solid #C0C0C0;
margin-top:0px;
margin-bottom:0px;
padding:5px 0px 5px 0px;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
position:absolute;
top:0px;
background: /*#EAEAEA*/ #FFFFFF;
height: 110px; /*Height of top section*/
width:840px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
margin-top:115px;
}

#contentcolumn{
margin: 0 0 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
line-height:normal;
font-size:10pt;
}


#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: /*#C8FC98*/ #FFFFFF;
margin-top:115px;
}

#leftcolumn a
	{
		color: #000000;
		font-size:12pt;
		font-weight:bold;
		text-decoration:none;
	}
	
#leftcolumn a.minor
	{
		color: gray;
		font-size:8pt;
		text-decoration:none;
	}


#leftcolumn a:hover {
	 color: #000000;
	 text-decoration: underline; 
}





#rightcolumn{
float: left;
width: 0px; /*Width of right column*/
/*margin-left: -190px;*/ /*Set left margin to -(RightColumnWidth)*/
background: /*#FDE95E*/ #FFFFFF;
margin-top:115px;
}



#rightcolumn a.bold_a
	{
		color: #000000;
		font-size:12pt;
		font-weight:bold;
		text-decoration:none;
	}

#rightcolumn a.bold_a:hover {
	 color: #000000;
	 text-decoration: underline; 
}



#footer1{
clear: left;
width: 100%;
background: #FFFFFF;
color: #000000;
text-align: left;
padding: 4px 0px 4px 0;
border-top: 1px solid #C0C0C0;

}

#footer1 a{
color: #808080;
text-decoration:none;
}

#footer1 a:hover {
	 color: #808080;
	 text-decoration: underline; 
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #FFF2BF;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
font-weight:bold;
}

.bevelmenu li a:hover{
color: black;
background-color: #FFE271;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid #C0C0C0;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}

}

/*================end of new template=========================================================*/

#main, #sub, #footer{
	width: 620px;
	margin-left: 182px;
	padding-bottom: 10px; 
}


#main {
	margin-top: 50px;
}

#footer_menu {
	float:left;
	width: 615px;
	background-color: #ADD8E6;
	margin-left:0px;
	border:0px;
	height:20px;
	padding-right:5px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:10px;
}
html>body #footer_menu {padding-top:0px;padding-bottom:10px;}

#main, #sub p {
	text-align: justify;
}

#nav {
	width: 170px;
	position: absolute;
	top: 100px;
	left: 2px;
	margin-left:10px;
	padding:0px;
	color:#FFFFE0;
}

#nav h2 {
	font-size: 11pt;
	line-height: 0px;
	color: black;
}

#nav li {
	/*list-style: none outside none;*/
	list-style-type: none;
	padding-bottom: 15px;
}

#nav a {
	font-size: 8pt;
	color: Black;
	text-decoration: none;
}

#nav a:hover {
	 color: #FFFFE0; 
	 text-decoration: underline; 
}

#nav a.heading{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	line-height: 0px;
	color: black;
}

#nav a.heading:hover{
	text-decoration: underline;
	color: #FFFFE0; 
}
#nav_top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 809px;
	background-color: #ADD8E6;
	border: 2px solid #FFFFE0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 20px;
	font-weight: 600;
}

#nav_top a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 550;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:0px;
}

#nav_top a:hover {
	color: #F3E450;
	text-decoration: none;
}

#nav_top ul{
	list-style: none;
}

#nav_top li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#centre_within_div {
	position:absolute;
	top:5px;
	left:0px;
	bottom:0px;
	right:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
}

#sub_margin_right {
	margin-right:0px;
	margin-left:0px;
}

/*--------------end of page layout------------------*/

/*--------------basic tag classes - applies everywhere----------------*/
td{font-family:verdana, arial, helvetica, sans-serif;font-size:8pt;}
th{font-family:verdana, arial, helvetica, sans-serif;font-size:12pt;}
H1 {font-size:16pt; text-align:left}
H2 {font-size:12pt; text-align:left}
H3 {font-size:10pt; text-align:left}
H4 {font-size:10pt;}

/* ------------------anchor tags------------------ */

a {
	font-family:verdana, arial, helvetica, sans-serif; 
	color:#0000FF; 
	text-decoration: underline;
	}

a:visited {
	/*color: #0000FF;*/
	color:#800080; 
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	/*color:orange;*/
}

a.bold {font-weight:bold;}



/*------------------old seaside history tags-----------------------------
a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #483D8B;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FFC964;
}
-----------------------------------------------------------------------------*/
img{
	padding: 0px 10px 10px 10px;
}

img.frith{
	padding: 10px 10px 10px 10px;
	border: 1px solid #999999;
	margin:5px;
}



/*----------------------Custom tag classes-----------------------*/

/*----------anchors---------*/

/*Thumbnail picture as anchor*/
a.picture {
	text-decoration: none;
	border: none;
}
/*Large bold link*/
a.home {font-size:12pt; font-weight:bold}

/*--------list items------*/

li.plain {
	list-style-type:none;
	padding: 0px;
	margin:0px;
}
/*more padding*/
li.plain1 {
	list-style-type:none;
	padding: 5px;
	margin:0px;
}
/*inline list*/
li.plain_inline
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	
}

/*used for the top marker*/
li.plain_inline1
{
	display: inline;
	list-style-type: none;
	padding-left:145px; 
}
/* image tags*/
img.thumb {
	padding: 5px 5px 5px 5px;
}


/*Centred text*/
p.centre {
	text-align:center;
}

/*-------------------DIV TAGS-----------------------------*/

div.sub_nav {
	text-align: center;
}
div.sub_nav ul {
	list-style: none;
}

div.sub_nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	line-height: 15px;
}

div.sub_nav2 {
	text-align: center;
}
div.sub_nav2 ul {
	list-style: none;
}

div.sub_nav2 li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	line-height: 30px;
}

/*square, background colour: pale green, float:left;*/
div.float {
	float: left;
	width: 290px;
	height: 200px;
	padding: 5px; 
   margin-right:10px;
	margin-bottom: 10px;
	/*background-color: #ADD8E6;*/
	border: 2px solid #ADD8E6;
	
}

div.float h2 { 
	text-align:center;
}

div.float a {
	text-align: center;
	
}

div.float1 {
	float: right;
	width: 290px;
	height: 200px;
	padding: 5px; 
   margin-right:0px;
	margin-bottom: 10px;
	/*background-color: #ADD8E6;*/
	border: 2px solid #ADD8E6;
	
}

div.float1 h2 { 
	text-align:center;
}

div.float1 a {
	text-align: center;
	
}

/*home page discription box*/
div.heading {
	float: left;
	width: 292px;
	height: 90px;
	padding: 5px; 
   margin-right:10px;
	margin-bottom: 10px;
	border: 2px solid #ADD8E6;
}


div.special_feature {
	float: left;
	width: 292px; 
	height: 165px;
	padding: 5px 5px 5px 5px; /*margin-right:5px;*/
	margin-right: 5px;
	margin-bottom: 10px;
	border: 2px solid #ADD8E6; /*background-color: #D8FF00;*/
}
html>body div.special_feature {padding-top:2px;padding-bottom:8px;}

div.special_feature1 {
	float: right;
	width: 292px; 
	height: 165px;
	padding: 5px 1px 5px 5px; 
	margin-right: 0px;
	margin-bottom: 10px;
	border: 2px solid #ADD8E6; 
}
html>body div.special_feature1 {padding-top:2px;padding-bottom:8px;}

div.text_left
{
	text-align:left;
}

div.floatwide {
	float: left;
	width: 610px;
	height: 130px;
	padding: 5px 1px 5px 5px; 
   margin-right:0px;
	margin-bottom: 10px;
	border: 2px solid #ADD8E6;
	
}

/* Thinner box for front page*/
div.floatwide1 {
	float: left;
	width: 610px;
	height: 100px;
	padding: 5px 1px 5px 5px; 
   margin-right:0px;
	margin-bottom: 10px;
	border: 2px solid #ADD8E6;
	
}

div.clear_right {
	float:right;
}
/* A day out in Brighton*/
#next {
		position:absolute;
		top:418px;
		left:750px;
		height:20px;
		width:80px;
		
		}
#previous {
		position:absolute;
		top:435px;
		left:715px;
		height:20px;
		width:100px;
		visibility:hidden;
		}
		
a.picture {text-decoration:none;}

/*Advert boxes*/
div.ad_large_skyscraper { /* height - 280 px; width - 336 px;*/
	float:right;
	width:160px; /*336 + 5 padding on left, none right*/
	height:600px; /* 10 padding*/
	padding-left:10px;
	padding-right:0px;
	padding-bottom:5px;
	padding-top:5px;
}

/*Advert boxes*/
div.ad_large_rectangle_right { /* height - 280 px; width - 336 px;*/
	float:right;
	width:341px; /*336 + 5 padding on left, none right*/
	height:290px; /* 10 padding*/
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	padding-top:5px;
}
div.left{float:left;}
div.right{float:right;}
div.ad_large_rectangle_left{float:left;width:310px;height:260px;padding-left:0;padding-right:5px;padding-bottom:5px;padding-top:5px;}

