/*** Chatton Village Hall CSS Document ***/
/*
File			vhdstyle.css
Creation Date	16th January 2015
Last Modified	30th January 2015
Version			1.0
URL				http://villagehall.chatton.biz/
Author			Ian Catchpole
Description		Cascading Style Sheet for Chatton Village Hall web site
*/

/*** tCycle2 ***/
/* tCycle2 is used to manage the picture slideshows
   Further details can be found at http://jquery.malsup.com/cycle2/tcycle/
*/

body {
  margin: 0;
  padding: 0px 0 0;
  background: #8fb0b5;
  color: #373737;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;

}
div, h1, h2, h3, h4, p, li, form, label, input, textarea, img, span {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
img {
  border: none;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
  background: #ffffff url(images/page_gl7.png) no-repeat fixed;
  width: 920px;
}
#menu_column {
  padding: 0;
  width: 170px;
  min-height: 950px;
  float: left;
}
#menu_content {
  padding: 5px;
}
.menu_ul {
  font-size:16px;
  text-align:center;
  list-style:none;
  margin:0;
  padding:0;
}
.menu_ul a, .menu_ul a:link, .menu_ul a:visited
{               
  display:block;
  color:#373737;
  font-style:italic;
  padding:4px;
  text-decoration:none;
}
.menu_ul a:hover
{               
  display:block;
  color: #8fb0b5;
  font-style: normal;
  font-weight:900;
  padding:4px;
  text-decoration:none;
}
#content_wrapper {
  margin: 0;
  padding: 0;
  width: 750px;
  height: auto;
  float: left;
  min-height: 300px;
}
#main_content {
  padding: 35px;
  width: 460px;
  height: auto;
  float: left;
  text-align: justify;
}
#main_content p {
  padding: 0 0 10px 0;
}
#main_content li {
  margin: 0 0 0 30px;
  list-style-type: disc;
  font-size: 15px;
}
#main_content li li{
  font-style: italic;
  list-style-type: none;
}
#main_content h1 {
  font-size: 30px;
  color: #8fb0b5;
}
#main_content h2 {
  font-size: 25px;
  color: #8fb0b5;
  font-style:italic;
}
#bookingtable {
	padding: 0;
	margin: 0 auto 0 auto;
	border: 1px solid #000000;
	border-collapse:collapse;
}
#bookingtable tr, #bookingtable td {
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #373737;
	border-right: 1px solid #373737;
	color:#373737;
	text-align: center;
}
#bookingtable th {
	padding: 5px;
	margin: 0;
	line-height: 1;
	font-size:13px;
	font-style:italic;
	border-bottom: 1px solid #373737;
	border-right: 1px solid #373737;
	color:#8fb0b5;
} 
#contactform {
  border: 2px solid #8fb0b5;
  border-radius: 10px;
  width: 500px;
}
#submenu_column {
  padding: 10px;
  width: 200px;
  height: auto;
  float: left;
}
#submenu_column p {
  padding: 0 0 10px 0;;
}
#submenu_column h1 {
  font-size: 16px;
  color: #8fb0b5;
}
#submenu_column h2 {
  font-size: 14px;
  color: #8fb0b5;
  font-style:italic;
}
.submenu_content {
  font-size: 12px;
  text-align: justify;
  padding: 35px 10px;
}
.submenu_fixed {
  position: fixed;
  width: 180px;
  font-size: 12px;
  text-align: justify;
  padding: 35px 10px;
}
.submenu_item .submenu_item ul {
  width: 180px;
}
.submenu_item a, .submenu_item a:link, .submenu_item a:visited {               
  display:block;
  width:180px;
  height:50px;
  color:#373737;
  font-size: 14px;
  padding:5px;
  text-decoration:none;
}
.submenu_item li:hover{
  width: 180px;
  background: #FFFFAA;
  color: #666633;
}
#footer {
  background: #373737;
  padding: 10px;
  width: 900px;
  height: 30px;
  clear: both;
  color: white;
  font-size: 11px;
}
#footer_left {
  float: left
}
#footer_right {
  float:right;
  text-align: right;
}
#address {
  position:relative;
  top:-165px;
  left:0;
  z-index:1;
  padding: 0;
  height: 25px;
  width: 170px;
  display: block;
  color: black;
  font-size: 12px;
  text-align:center;
  line-height: 1.35;
}
#content_box {
  margin: 10px;
  padding: 5px;
  border: 5px solid #999966;
  border-radius: 10px;
  background: rgb(102, 102, 51);
  color: white;
  font-size: 16px;
  text-align:center;
  font-style:italic;
  line-height: 1.8;
}
.container{
    display:table;
    /*width:90%; */
    border-collapse: collapse;
    }
.heading{
     font-weight: bold;
     display:table-row;
     background-color:#C91622;
     text-align: center;
     line-height: 25px;
     font-size: 14px;
     font-family:georgia;
}
.table-row{  
     display:table-row;
     text-align: left;
}
.col1{
	display:table-cell;
	width:33%;
	padding: 20px;
    /* font-size: 30px; */
}
.col2{
	display:table-cell;
	width:30%;
	/* font-size: 25px; */
}
.col3{
	display:table-cell;
	width:30%;
	/* text-align: left; */
}
.bo{
     background-color:#8fb0b5;
	 font-weight: bold;
     font-size: 27px;
	 color:white;
}
.container li {
  margin: 0 0 0 25px;
  list-style-type: disc;
  font-size: 15px;
}
.container li li{
  font-style: italic;
}
.container h1 {
  font-size: 30px;
  color: #8fb0b5;
}
.container h2 {
  font-size: 25px;
  color: #8fb0b5;
  font-style:italic;
}
#wide_content {
  padding: 20px;
  width: 720px;
  height: auto;
  float: left;
  text-align: justify;
}
#wide_content p {
  padding: 0 0 10px 0;
}
#wide_content li {
  margin: 0 0 0 30px;
  list-style-type: disc;
  font-size: 15px;
}
#wide_content li li{
  font-style: italic;
  list-style-type: none;
}
#wide_content h1 {
  font-size: 30px;
  color: #8fb0b5;
}
#wide_content h2 {
  font-size: 23px;
  color: #8fb0b5;
  font-style:italic;
}
#luxcal { 
  width:100%; 
  height:800px; 
  /*  margin:20px; */
  border-style:solid; 
  border-width:1px; 
  border-color:grey; 
}

