/* Style sheet for church.chelveston.org.uk */

body
{
	background: #EEEEEE; /* grey */
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}

div.container
{
	background: #fff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 0px;
	border: solid 1px #0033cc; /* darkish blue */
	max-width: 100%;
	padding: 1px;
	text-align: left;
}

div.mast-head
{
	background: #fff;
	color: #000000;
	margin: 0;
	position: relative;
	border-bottom: solid 4px #ccc;
	display: block;
}

div.mast-head h1
{
	font-size:3.0em;
	font-weight:bold;
	color: #0033cc;
	text-align: left;
	z-index: 0;
	padding-top: 1em;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	padding-left: 0px;
}

#logo-left  /** used in the mast head **/
{
	float : left;
	display: inline;
	padding-left: 10px;
	margin-top: 0px;
}

#logo-right  /** used in the mast head **/
{
	float : right;
	display: inline;
	padding-right: 10px;
}

/* --- MENUS --- */
#left-menu {
	width: 18%;
	float: left;
	padding: 0 0 0 0;
	margin-bottom: 1.5em;
	margin-right: 0px;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#left-menu img{
	width: 80px;
	padding: 10px;
	padding-top:20px;

}


#left-menu p{
	padding-left: 10px;
}

#left-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #0033cc;
	border-top: 1px solid #fff;
}

#left-menu-head {
	width : auto;
	font-family : Verdana, Arial, Helvetica, sans-serif;  
	font-size : 1.1em; 
	text-align : left; 
	font-weight : bold; 
	color : #ffffff; 
	background-color : #0033cc; 
	padding-top : 3px; 
	padding-bottom : 4px; 
	padding-left : 4px; 
	border-left: 5px solid #0033cc;
	display : block; 
}

#left-menu-gap {
	width : auto;
	color : #ffffff; 
	background-color : #fff; 
	padding-top : 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom : 0px; 
	padding-left : 4px; 
	display : block; 
	border-bottom: 1px solid #0033cc;
	border-top: 1px solid #fff;
	height: 10px;
}

#active a{
	display: block;
	padding: 3px 0px 3px 0.6em;
	border-left: 5px solid #0033cc;
	border-bottom: 2px solid #0033cc;
	border-top: 3px solid #fff;
	background-color: #b3c6ff;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	width: auto;
}
#inactive  a {
	display: block;
	padding: 3px 0px 3px 0.6em;
	border-bottom: 1px solid #0033cc;
	border-top: 3px solid #fff;
	background-color: #b3c6ff;
	color: #000;
	text-decoration: none;
	width: auto;
}
#left-menu a:hover {
	border-left: 5px solid #b3c6ff;
	border-bottom: 1px solid #0033cc;
	border-top: 3px solid #fff;
	border-right: 5px solid #b3c6ff;
	background-color: #0033cc;
	color: #fff;
}

#contact-email a
{padding-left: 0px;}

#contact-email a:hover {
	padding-left: 0px;
	border:0px;
	background-color: #fff;
	color:#000;}


/* end of menus */

/* start of styles for main body of content */

div.content
{
	margin-left:18%;
	margin-top: 0;
	padding-left: 0px;
	padding-right: 10px;

}

div.content p
{
color: #000;
padding-top: 0em;
padding-bottom: 0em;
margin-top: 0.5em;
margin-bottom: 0em;
margin-left: 10px;
}

ol li
{color: #000;
padding: 0.5em;
}

ol.alpha 
{
list-style-type: lower-alpha;
}

ol.alpha li
{
padding: 0.0em;
}

table.mug-shots tr td img
{
height: 140px;
}

div.two-column img
{
color: #000;
float: left;
padding-top: 0em;
padding-bottom: 0.5em;
margin-top: 0.5em;
margin-bottom: 0em;
margin-left: 10px;
margin-right: 20px;
width: 46%;
}


div.content .float-right 
{
	float : right;
	padding-right: 10px;
}

.content div.gallery-box {
    margin: 5px;
    padding: 5px;
    border: 1px solid #0033cc;
    height: 160px;
    width: 150px;
    float: left;
    text-align: center;
}	

div.gallery-box img {
    display: inline;
    margin: 5px;
    border: 2px solid #ffffff;
	width:100px;
}

div.gallery-box a:hover img {
    border: 2px solid #0033cc;
}

div.gallery-title {
  text-align: center;
  font-size: 1.2em;
  color: #0033cc;
  font-weight: bold;
}
div.gallery-desc {
  text-align: center;
  font-weight: normal;
}


.content div.thumb-box {
    margin: 5px;
    padding: 5px;
    border: 1px solid #0033cc;
    height: 145px;
    width: 150px;
    float: left;
    text-align: center;
}	

div.thumb-box img {
    display: inline;
    margin: 5px;
    border: 2px solid #ffffff;
	width:100px;
}

div.thumb-box a:hover img {
    border: 2px solid #0033cc;
}


div.calendar
{margin-left: 10px;
}

#pagetitle
{
	font-size:1.8em;
	font-weight:bold;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0.3em;
	color: #0033cc;
}

p.right 
{	text-align:right;
	color: #000;}

p.right a
{	text-align:right;
	color: #000;}

p.right img
{	vertical-align:text-top;}

div.content ol
{
	padding-top: 0.3em;
	margin-top: 0em;
}

div.content ol li
{
	padding-top: 0.3em;
	margin-top: 0em;
}

div.content h1
{
	font-size:1.5em;
	font-weight:bold;
	text-align: left;
	z-index: 0;
	margin-left: 10px;
	margin-top: 0.8em;
	margin-bottom: 0em;
	padding-top:0em; 
	padding-bottom: 0em; 
}

div.content h2
{
	font-size:1.2em;
	font-weight:bold;
	text-align: left;
	z-index: 0;
	padding-top:0.5em
	padding-bottom: 0em; 
	margin-left: 10px;
	margin-bottom: 0em;
}

div.content h3
{
	font-size:1.0em;
	font-weight:bold;
	text-align: left;
	margin-bottom: 0em;
	z-index: 0;
	margin-left: 10px;
	padding-top:0.5em; 
}

div.downloadlinkright a  {
	float: right;
    height: 25px;      /* equals max image height */
    color: #000;
    text-align: center; margin: 1em 0;
}


div.downloadlinkright img {
    display: inline-block;
	float: right;
    vertical-align: middle;
    max-height: 50px;
}

table
{
border-collapse:collapse;
border:1px solid #0033cc;
vertical-align:top;
margin-top:0.5em;
margin-left:10px;
padding: 5px 5px 5px 5px;
}

td h3
{
margin-top: 0em;
padding-top:0em;
}
td
{
padding: 5px;
}

/* File & Meeting lister styles */

.lister table
{
border-collapse:collapse;
margin-top: 1em;
margin-left: 10px;
vertical-align:middle;
margin-bottom: 1em;}

table, td, th
{
border:1px solid #0033cc;
vertical-align:top;
}

.lister  .event td 
{
vertical-align:middle;
color: #000;
padding: 5px 5px 5px 5px;
margin: 0px;
background: #fff;
}

.lister  .folder td, th 
{
vertical-align:middle;
padding: 5px 5px 5px 5px;
margin: 0px;
background: #b3c6ff;
}

.lister #icon
{width:30px}

.lister  .blankline td 
{
vertical-align:middle;
color: #000;
padding: 5px 5px 5px 5px;
margin: 0px;
background: #0033cc;
}


/* start of styles for footer block */

div.footer 
{
	clear: both ;  
	background:#0033cc;
	color:#FFF;
	padding:5px;
	Padding-bottom: 55px;
	border-top:solid 4px #ccc;
}

div.footer a
{
	color: #FFF
}

div.footer-left
{
	text-align: left;
	float: left;
}

div.footer-right
{
	text-align: right;
	float: right;
}

div.footer a:hover,a:active,a:focus
{
	background: #FFF;
	color:#000;
}

div.counter
{
	float: left;
	background:#0033cc;
	color:#FFF;
	padding:0px;
	margin-top: 1.6em;
	margin-left: -100px;

}
