@charset "utf-8";
body  {
	background: #FFFFCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#headerTop {
	background-color:#FFF;
	background-image: url(../images/borgueTop.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:220px;
} 
#header { 
	background: #FFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.inscriptionCont {
	float:left;
	width: 590px;
	padding-right: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	text-align:justify;
}
.linkCont {
	float:left;
	width: 120px;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrtHome { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 0 0 10px 5px;
	width: 350px;
	border:thin solid #999;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltlftHome { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 0 0 10px 5px;
	width: 225px;
	height: 225px;
	border:thin solid #999;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Left Navigation*/
ul#nav {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
ul#nav li {
	display: block;
	padding: 0;
	margin: 0;

}
ul#nav li a {
	display: block;
	width: 183px;
	padding: 0.5em 0 0.5em 0.5em;
	border-width: 0.5px;
	border-style: solid;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #a4b8f2;
	font-size: 12px;
}
ul#nav li a:hover {
	color: #fff;
	background-color: #0848fe;
	background-repeat: no-repeat;
	background-position: right center;

}
ul#nav li#current a {
	color: #fff;
	background-color: #0848fe;
}
ul#nav li#current a:hover {
	color: #fff;
	background-color: #0848fe;
	background-repeat: no-repeat;
	background-position: right center;
}
h1 {
	text-align:center;
}
.toOptimise {
	display:none;
}
.searchBox {
	background-color:#a4b8f2;
	color:#FFF;
	padding: 6px;
	margin: 10px 0;
	width: 176px;
	font-size: 12px;
	font-weight:bold;
}
.searchBox a {
	background-color:#FFF;
	padding: 4px;
}
.parishList {
	float: right;
	width: 175px;
	padding-left: 10px;
}
.parishList p {
	font-size:9px;
	font-weight:bolder;
	text-align:center;
}	
th {
	background-color:#EEE;
	border-right:1px solid #D5D5D5;
	font-size:13.5px;
	line-height:120%;
	font-weight:bold;
	padding:8px 5px;
	text-align:left;
}
tr.altRow {
	background-color:#F2EAEA;
}
.opr td {
	font-size:11px;
}
p {
	line-height: 18px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dl-dropdown.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
  a, a:visited, a:hover, a:active, a:focus {direction:ltr; outline:0;}
 
 #holder {position:absolute; width:740px; background:url(dl-menu/tabs_1.gif) repeat-x left top; padding-left:10px; overflow:hidden;}
 dl.menu {width:250px; float:left; margin:-32700px -150px 0 0; background:url(dl-menu/tabs_1.gif) no-repeat left bottom;}
 dl.menu a {display:block; height:25px; color:#fff; font:normal 11px/25px verdana, sans-serif; text-decoration:none; text-indent:10px;}
 dl.menu a:visited {color:#fff;}
 
 dl.menu dt {float:left; padding:0; margin:32700px 0 0 0; position:relative; z-index:50;}
 dl.menu dt a {background:transparent; width:100px;}
 dl.menu dt a:hover,
 dl.menu dt a:focus,
 dl.menu dt a:active
 {margin-right:1px; background:url(dl-menu/tabs_1.gif) no-repeat left top; text-decoration:none;}
 
 dl.menu dd {float:left; padding:25px 0 0 0; margin:-25px 0 0 0; position:relative; z-index:10; background:url(dl-menu/tabs_1.gif) no-repeat left top;}
 dl.menu dd a {background:#0848fe;width:150px;}
 dl.menu dd a:hover,
 dl.menu dd a:focus,
 dl.menu dd a:active
 {margin-right:1px; background:#a4b8f2; color:#000;}
 
 ul.slideshow {
	width:764px;
	margin: 0px ;
	padding: 0;
	display:block;
	min-height:40px;
	padding-top:5px;
	padding-bottom:3px;
}

ul.slideshow li{
position: relative;
width: 252px;
height: 256px;
margin-bottom: 2px; 
margin-left:0;
margin-right:0;
padding: 0;
text-align:left;
background:url(../images/liback.png) top left no-repeat;
list-style-type: none;
float: left;}

img.thumb{
margin-top:6px;
margin-left:5px;
width:240px;
height:180px;
border: 1px solid #363636;
background:#000;
}
p.textbox{
margin-top:6px;
margin-left:5px;
padding:2px;
width:235px;
height:207px;
background:transparent;
overflow:hidden;
font-size:11px;
}

ul.slideshow li:hover img.thumb {border: 1px solid #888;}
h3{
position:absolute;
top: 192px;
left:7px;
color: #808080;
width: 238px;
height:27px;
overflow:hidden;
text-transform:capitalize;
text-align:center;
font-weight:normal;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;}

ul.slideshow li:hover h3, ul.slideshow li:hover p {color:#0000FF;}
span.link{
z-index:20;
position: absolute;
left: 0;
top: 0;
width: 252px;
height: 256px;}

span.link a{
display: block;
width: 100%;
height: 100%;
background: url(/images/blank.gif);}

span.link a b{
display: none;}

span.link a img{
display: none;}

span.theDate{
position: absolute;
z-index:10;
opacity: .5;
filter: alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
top: 169px;
left: 165px;
color:#fff;
background:#111;
width:80px;
padding-top:2px;
padding-bottom:2px;
text-align:center;
border-left:1px solid #fff;
border-top:1px solid #fff;
font-weight:bold;
font-size: 11px;}

span.theDate b, span.leftBox b, span.rightBox b{
color: #8f8375;
font-weight: normal;
display:none;
}

span.leftBox{
position: absolute;
top: 226px;
left: 7px;
color:#707070;
text-align: left;
background:url(../images/camera.jpg) top left no-repeat;
text-indent:20px;
padding-top:3px;
padding-bottom:2px;
font-size: 10px;}

span.rightBox{
	position: absolute;
	top: 226px;
	right: 7px;
	color:#F00;
	height:12px;
	max-width:225px;
	overflow:hidden;
	text-align:right;
	/*background:url(../images/site.png) top left no-repeat;*/
padding-left:22px;
	padding-top:3px;
	padding-bottom:2px;
	font-size: 14px;
	width: 214px;
}

