﻿@import '/menu.css';
@import '/lightbox.css';
/*@import '/Christmas.css';*/

body {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size:small;
 margin-top:0px;
 }
h1 {
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
hr {
	background:url('http://www.stowlonga.org.uk/_themes/inmotion/inmhorsd.gif') transparent repeat-x;
	background:url('/images/backgrounds/shadow-png.png') transparent repeat-x;
	background:url('/images/inmhorsd.gif') transparent repeat-x;
	height:10px;
	border:0px transparent none;
}
.hr1, .hr2 {
	position:relative; 
}
.hr1 {
	margin-bottom:12px;
}
.container {
	min-width:725px;
}
.side {
	width:235px;
}
img {
	border:0;
}
/* .hr2 { margin:0px; padding:0px; top:-4px; } */
.hr2 { top:-4px; }
.topTable {
top:-6px;
position:relative;
height:110%;
margin:0px;
left:0px;
width:100%;
min-width:790px
}
a:hover, a:focus {
 color:red;
 text-shadow: #000 1px 1px 1px;
}

a:visited {
 color: blue;
 text-shadow: #770 1px 1px 10px;
}

a:active {
 color:orange;
 text-shadow: #0f0 1px 1px 10px;
}

.topTable, .clr {
	clear:both;
}

h4 {
	font-size:large;
}
.block {
	display:inline-block
}
.wrapper {
    width:auto;
    overflow:hidden;/*contain inner floats*/
}
.floatright {
	float: right;
}
.floatOb {
	width:350px;
	margin-right:20px;
}
.floatleft {
	float: left;
}
.top {
	vertical-align:top;
}
.middle {
	vertical-align:middle;
}
.right {
	text-align: right;
}
.left {
	text-align:left;
}
.justify {
	text-align:justify;
	margin: 0px 6px 0px 0px;
}
.centre {
	text-align:center;
}
.u {
	text-decoration: underline;
}

.pr { display: none; }
div.layer {z-index: 1; }

.pubPanel {
	text-align: center;
	background-color:rgb(232, 232, 200);
}

/* NIFTY CORNERS */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

.dropshadow{
	float:left;
	clear:left;	
	background: url(/images/backgrounds/shadow-png.png) repeat center center !important;
	background: none no-repeat top left; /* we need to clear the background graphic for the alphaloader to work in IE5.5 and 6 */
	margin: 10px 10px 10px 15px;
	overflow:visible;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='/images/backgrounds/shadow-png.png'); 
}
.dropshadow img{
	position:relative;
	bottom:6px;
	right: 8px;
	border: 1px solid #eee;
	border-color: #eee #888 #666 #ddd;
	background:#fff;
	padding:8px 6px 15px 6px; /* gives us the white area - but not in IE5 + IE5.5 */
	margin: 0px;
}

.addthis_default_style{
	display:inline
}

@media mobile {
	.notInMobileDevices {
		display:none;
	}
}