/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/* link */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable,

because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics
ul,ol { list-style:none } */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with

normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary… */

/*All credit to Tantek */

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 100%;

}


.skiplink {
		position: absolute;
		left: -999px;
		width: 990px;
}

/* HTML Styles */

p{
	color: #222;
	font-size: 100%;
	margin: 0.8em 10px 0 45px;
	/*width: 470px;*/
}

p a{
	color: #19653f;
	
	text-decoration: none;

}

p a:visited{
	color: #19653f;

	text-decoration: none;

}

p a:hover{
	color: #222;
	text-decoration: underline;
}

ol{
	

	font-size: small;
}

ol li{

padding-left: 0;
margin-left: 0;
padding-right: 20px;
}

ul{
	font-size: small;
}

ul li{

padding-left: 0;
margin-left: 0;

}

h1{
	color: #19653f;
	font-size: 140%;

	font-weight: normal;
	text-align: left;
}

h2{
	color: #000;
	font-size: 130%;
	font-weight: normal;
	margin: 0;
}

h3{
	color: #222;
	font-size: 100%;
	margin: 0.8em 0 0 0;
}

h4{
	color: #7e1214;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

h5{
	color: #7e1214;
	font-size: small;
	font-weight: bold;
	margin: 0;
}

/* HTML Styles END*/

/* Layout Styles */

#main_container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
   text-align: left;
   border: 1px solid #227a4e;
   background-image:url(/images/sidebar.gif);
   background-position:left;
   background-repeat:repeat-y;
}

#header{
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header img{
   /*float: left;*/
   border: none;
	padding: 0;
	margin: 0;
}

#topnav{
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	text-align:right;
	background-color: #227a4e;
}

#topnav ul{
	padding: 1em 0 0.5em 0;
	margin: 0;
}

#topnav li{
	display: inline;
	padding: 0 0.7em 0 0;
}

#topnav li a{
	color: #fff;
}

#topnav li a:visted{
	color: #fff;
}

#topnav li a:hover{
	color: #ffff99;
	text-decoration: underline;
}

#topnav .selected{
	color: #cc9900;
}


/* column structure */

#leftcol{
	float: left;
	width: 212px;
	padding: 20px 0 0 0;
	margin: 0;
	text-align: left;
	background-color:#227a4e;
	background-image:url(/images/side-grad.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

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

#leftcol li{
	padding: 0 0 0.5em 0;
}

#leftcol li a{
	color: #fff;
	padding-right: 1.2em;
	text-decoration: none;
}

#leftcol li a:visited{
	color: #fff;
	text-decoration: none;
}

#leftcol li a:hover{
	color: #222;
	text-decoration: underline;
}

#leftcol li a.selected{
color: #cc9900;
}

#leftcol li a:visited.selected{
color: #cc9900;
}


/*   Side Search  */

#sidesearch{
    display:block;
	width: 100%;
	padding: 51px 0 20px 0;
	margin: 0 0 0 0;
	background-image:url(/images/side-buildings.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#19653f;
}

#sidesearch form{
    background-color:#19653f;
	padding: 0 0 0 10px;
	margin: 0;
	width: 202px;
}

#sidesearch label{
    color: #fff;
	font-size: 70%;
}

#sidesearch input{
margin: 0.3em 0 0 0;
}

/*  Side Search Ends  */


.redtext{
	color: #cd202c;
}

#body_area_main{
	display: block;
	float: right;
	text-align: left;
	width: 710px;
	padding: 0 15px 100px 0;
	margin: 0.5em 0 0 0;
	background-image:url(http://collingham.glowmedia.co.uk/images/collingham-home-watermark.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;

}

#body_area_main p{
	margin-left: 0;
	margin-right: 0;
	font-size: 80%;
	/*width: 94%;*/
}


/* column structure end */

/* listings start  */

#listings{
    margin: 1em 0;
padding:0;
list-style-type:none;
}

#listings li{
    padding: 0 0.4em 0 20px;
	background-image:url(http://collingham.glowmedia.co.uk/images/leaf-icon.gif);
	background-position: 0 50%;
	background-repeat:no-repeat;
}

#listings a{
   color: #19653f;
   font-weight:bold;
}

#listings a: visited{
   color: #19653f;
   font-weight:bold;
}

#listings a:hover{
   color: #222;
   font-weight:bold;
   text-decoration:underline;
}



/* Listings end */

/* Footer Start */

#footer{
	clear: both;
	display: block;
	width: 100%;
	padding: 0 0 0.5em 0;
	text-align: right;
	font-size: x-small;
}

#footercontent{
display: block;
/*float: right;*/
clear: both;
	width: 650px;
	padding: 0.6em 0.3em 0 0;
	margin-left: 290px;
	color: #666;
}


#footercontent a{
	color: #19653f;
	
	text-decoration: none;

}

#footercontent a:visited{
	color: #19653f;

	text-decoration: none;

}

#footercontent a:hover{
	color: #222;
	text-decoration: underline;
}



/* Footer End */



/* Contact Form */

form{
   float:left;
	margin:1em 0 0 0;
	width: 100%;
}

.formline{
   float: left;
   margin: 0 0 0.5em 0;
   clear: both;
   width: 99%;
}

.formbuttons{
   float: left;
   margin: 0 0 0.5em 0;
   padding: 0 0 0 160px;
   clear: both;
   width: 200px;
}

label{
	font-size: 80%;
}

.formlabel{
   float: left;
   width: 150px;
   text-align:right;
   margin: 0 0.6em 0 0;
}

.forminput{
   float:left;   
}

/* church stuff */
.churchintro {
    float: left;
	width: 290px;
	padding-right: 10px;
}

.churchpic {
    float: left;
	width: 240px;
	padding-top: 10px;
}

/* Events */

.calendarBG {
 background-color: #000; 
}

.calendarBlank { 
 background-color: #9DB7A7;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #000; 
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #663300; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

/* Have Your Say */

.hyscommentone{
width: 90%;
background-color:#ececec;
padding: 2px 10px 5px 10px;
margin-top: 5px;

}

.hyscommenttwo{
width: 90%;
padding: 5px 10px 5px 10px;

}

.hysbox{
float: left;
width: 250px;
background-color: #99cc99;
margin: 10px 10px 10px 0;
background-image:url(/images/hys_footer.jpg);
 background-position:bottom;
   background-repeat:no-repeat;
padding-bottom: 10px;
}

.hysbox p{
padding-left: 10px;
width: 230px;

}

.homeemail{
float: left;
width: 134px;
margin: 10px 5px 10px 10px;
}

/* Notice Board */

.cc-top{
float:left; 
clear: both;
height:10px;
width: 542px;
margin: 20px 0 0 0;
padding:0;
}


.cc-content{
float:left;
clear:both;
background-color:#19653F;
width: 690px;
margin-top:0;
margin-bottom: 10px;
padding: 0 10px 10px 10px;
background-image:url(/images/cc-bottom.jpg);
background-repeat: no-repeat; 
background-position: bottom right;
}

.cc-content h2{
color:#fff;
}

.cc-content p{
color: #fff;
}

.cc-content a{
color:#98dc98;
}

.cc-content a:visited{
color:#98dc98;
}

.cc-content a:hover{
color:#fff;
}

.notice-left{
width:330px; 
float: left; 
margin-top: 10px;

}

.eventsbox{
background-color:#98DC98; 
background-image:url(/images/events-top.jpg); 
background-repeat: no-repeat; 
background-position: top; 
width:320px; 
padding: 10px 5px;
}

.eventsbox h3{
color:#0f4d2e;
}

.eventsbox a{
color:#222;
}

.eventsbox a:visited{
color:#222;
}

.events-bottom{
width: 100%;
padding; 0;
margin: 0;
}

.notice-right{
float: left;
width:340px;
margin: 10px 0 0 25px;

}

.notice-right h2{
margin: 0.5em 0 0.5em 0;
}
