

html, body {
	height:100%;
}

body {
	background: #ffffff url(/img/cholsey/bg.png) repeat-x;
}

#wrapper {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 15px black;
	min-height:100%;


}


/*  Header
    ======  */
#header {
	width: 961px;
	height: 277px;
	background: url(/img/cholsey/header.png) no-repeat;
	position: relative;
	
}

	#header h1 {
		margin: 0 0 0 18px;
		line-height: 1.35em;
		font-size: 2.6em;
		color: #F2D008;
		text-shadow: 2px 2px 2px #444;
	}

	#header p {
		margin:5px 0 0 20px;
		font-size: 1.5em;
		color: #eee;

	}

	#header #search {
			position: absolute;
			bottom: 0;
			right: 20px;
			height: 28px;
			padding: 7px 8px;
		
		}

        #header #search form {
            padding: 0;
            margin: 0;
        }

		#header #search input {
			-webkit-border-top-right-radius: 0;
			-webkit-border-radius-topright: 0;
			border-top-right-radius: 0;
			-webkit-border-bottom-right-radius: 0;
			-webkit-border-radius-bottomright: 0;
			border-bottom-right-radius: 0;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-radius-topleft: 5px;
			border-top-left-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-webkit-border-radius-bottomleft: 5px;
			border-bottom-left-radius: 5px;
		}

		#header #search .btn {
			padding-left: 15px;
			padding-right: 15px;
			-webkit-border-top-left-radius: 0;
			-webkit-border-radius-topleft: 0;
			border-top-left-radius: 0;
			-webkit-border-bottom-left-radius: 0;
			-webkit-border-radius-bottomleft: 0;
			border-bottom-left-radius: 0;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-radius-topright: 5px;
			border-top-right-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-radius-bottomright: 5px;
			border-bottom-right-radius: 5px;
            margin: 0;
            height: 28px;
		}

/*  Nav
    ===  */
	
	a:hover {

    text-decoration: none;
}

#nav {
	float: left;
	width: 206px;
	padding: 10px 5px 5px 0px;
    position: relative;
    top: 10px;
	margin-left:26px;

}

	#nav ul {
		list-style: none;
		margin: 0;
	}

		#nav ul li {
			line-height: 57px;
			margin-bottom: 10px;
			font-size:1.2em;
			color: #111;
				background: url(/img/cholsey/m1.png) no-repeat;
		}

			#nav ul li a {
			
				font-size:16px;
				font-weight:bold;
				color: black;
				display: block;
				padding-left: 20px;
				position: relative;
				z-index: 2;
				height:35px;
				padding-top:5px;
				line-height: 27px;
			 font-family: Arial;
	
			
				
			}

				#nav ul li ul {
					background: #fff;
					width:196px;
					
					border-radius: 20px;
					position: relative;
					
					padding-top: 18px;
					padding-bottom:25px;
					z-index: 1;
				}

					#nav ul li ul li {
					background:none !important;
						line-height: 2em;
						font-size: 14px;
						position: relative;
						margin: 0;
					
					}

						#nav ul li ul li a {
							background: none !important;
							color: #111 !important;
							padding-left:10px;
							text-shadow: none;
							font-size:13px;
							height:auto;
				line-height: 22px;
				filter:none;
						}

						#nav ul li li li a { text-indent: 16px; background: url(/img/cholsey/arrow.png) no-repeat 16px 8px !important; }
						#nav ul li li li li a { text-indent: 32px; background: url(/img/cholsey/arrow.png) no-repeat 32px 8px !important; }
						#nav ul li li li li li a { text-indent: 48px; background: url(/img/cholsey/arrow.png) no-repeat 48px 8px !important; }

							#nav ul li ul li ul {
								padding: 0;
								top: 0;
								margin: 0;
								border-radius: none;
							}

		
		
		#nav ul li.item2,
		#nav ul li.item9,
		#nav ul li.item16 {
			background: url(/img/bespoke/cholsey/m2.png) no-repeat;
			
		}

		#nav ul li.item3,
		#nav ul li.item10,
		#nav ul li.item17 {
			background: url(/img/bespoke/cholsey/m3.png) no-repeat;
		}

		#nav ul li.item4,
		#nav ul li.item11,
		#nav ul li.item18 {
			background: url(/img/bespoke/cholsey/m4.png) no-repeat;
		}

		#nav ul li.item5,
		#nav ul li.item12,
		#nav ul li.item19 {
			background: url(/img/bespoke/cholsey/m5.png) no-repeat;
		}

		#nav ul li.item6,
		#nav ul li.item13,
		#nav ul li.item20 {
			background: url(/img/bespoke/cholsey/m6.png) no-repeat;
		}
                
                #nav ul li.item7,
		#nav ul li.item14,
		#nav ul li.item21 {
			background: url(/img/bespoke/cholsey/m7.png) no-repeat;
		}
                
         
		
		

		
		
/*  Content
    =======  */
	#content-wr{
	width: 961px;
	margin-left: auto;
	margin-right: auto;

	height:100%;
	min-height:650px;
	

	background: url(/img/cholsey/tile.png) repeat-y;
	
	}
#content {
	float: left;
	width:690px;
margin-left:5px;
	padding: 10px 10px;

}



/*  Footer
    ======  */
#footer {
	color: #ffffff;

	font-size: 1.1em;
	text-align: center;
	width:941px;
	padding: 15px 10px;
	height: auto;
	font-weight:bold;
	background: #8e1812;
}

	#footer a {
		color: inherit;
	}

/*  Text Styles
    ===========  */

#content .row {
	margin-left:-50px;
}

#content .span4 {
	margin-left: 50px;
}

#content .page-header {
	border-bottom: 1px solid #444;
	margin: 0;
    margin-bottom: 8px;
}

#content .page-header h2 {
	margin: 2px 0 0px;
	font-size: 2.1em;
	color: #333;
    padding-bottom: 10px;
}



#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: black;
	font-size: 1.5em;

}

#content h1 { font-size: 1.5em; margin: .5em 0; }
#content h2 { font-size: 1.4em; margin: .5em 0; }
#content h3 { font-size: 1.3em; margin: .5em 0; }
#content h4 { font-size: 1.2em; margin: .5em 0; }
#content h5 { font-size: 1.1em; margin: .5em 0; }
#content h6 { font-size: 1.0em; margin: .5em 0; }

#content, #content p, #content li, #content dt, #content dd, #content label {
	font-size: 15px;
	line-height: 21px;
}

#content dd {
	margin: 0 0 9px 0;
}

/*  Events
    ======  */
dl.events {
	padding-left: 60px;
}

	dl.events dt {
		position: relative;
	}

		dl.events dt small {
			position: absolute;
			left: -60px;
			top: 4px;
			width: 48px;
			height: 48px;
			background: #fff;
			box-shadow: 0 0 5px #bbb;
			border: 1px solid #ccc\9;      /* IE8 and below */
		}

			dl.events dt small .day {
				position: absolute;
				top: 18px;
				height: 30px;
				line-height: 30px;
				text-align: center;
				left: 0;
				width: 48px;
				background: #f4f4f4;
				font-weight: bold;
				font-size: 23px;
				color: #444;
			}

			dl.events dt small .month {
				color: #fff;
				background: #b00;
				position: absolute;
				top: 0;
				left: 0;
				line-height: 18px;
				height: 18px;
				width: 48px;
				text-align: center;
				font-weight: bold;
			}

			dl.events dt small .year {
				display: none;
			}

/* Mobile theme
   ============ */

@media (min-width: 768px) {
	#nav ul {
		display: block !important;
	}
}

@media (max-width: 767px) {
	#wrapper {
		width: auto;
		background: url(/img/cholsey/gd.png)  repeat-x 0 0px;
	}

	#header {
		width: 100%;
		padding: 0;
		padding-top: 168px;
		
		height: auto;
		background-position:center top;
		background-size:103%;
	}
	
		#footer {
		width: 100%;
		padding: 0;
		padding-top: 58px;
		
		height: auto;
		background-position:center top;
		background-size:110%;
	}

	#header #search {
	
	}

	#nav:before {
		content: 'Menu';
		font-size: 20px;
		font-weight: normal;
		height: 31px;
		line-height: 31px;

	}

	#nav {
		float: none;
		width: auto;
	margin:0;
		background: lightblue url(/img/cholsey/show_menu.png) no-repeat right 23px;
		border-radius: 10px;
		margin-bottom: 0;
		padding:10px;
		cursor: pointer;
        top: 0;
		-webkit-transform: translate3d(0, 0, 0);   /* Smoother animations on mobile */
	}

	#nav > ul {
		display: none;
		padding:10px;
		padding-top:0;
		margin: 0;
		margin-left:-10px;
		margin-right:-10px;
		margin-bottom:-10px;
		
	}

	#nav ul {
		width: auto;
		border-radius: 0 !important;
		clear:both;
	}
	
	#footer-a{
	width:auto;
	}

	#nav ul li {
		margin: 0;
		line-height: 31px;
		width: auto;
		padding: 0;
		background:none !important;
	}

	#nav ul li a {
		width: auto;
		line-height: 31px;
		height: auto;
		padding: 0;
		background: none;
		color: #000 !important;
		font-size: 16px !important;
		text-shadow:none;
			background:none;
	}

	#nav ul li ul {
		padding: 0;
		top: 0;
		background:#EBF9D2;
	}

#content-wr{
width:auto;
box-shadow:none;
background:#ffffff;

}

	#nav ul li ul li a { height:auto;  background: url(/img/cholsey/arrow.png) no-repeat 0px 8px !important; }
	#nav ul li li li a {  background: url(/img/cholsey/arrow.png) no-repeat 16px 8px !important; }
	#nav ul li li li li a {  background: url(/img/cholsey/arrow.png) no-repeat 32px 8px !important; }
	#nav ul li li li li li a {  background: url(/img/cholsey/arrow.png) no-repeat 48px 8px !important; }


	#content {
		width: auto;
		padding: 10px;
	
        min-height: 0;
	}

	
		#content .column {
                width: auto !important;
        }
        
        #content .element-slideshow .slideshow img {
                width:100% !important;
                height:auto !important;
        }
        
        #content .element-slideshow .slideshow {
                width:100% !important;
        }

        #content .element-image img {
                width:100% !important;
                height:auto;
        }
        
        #content img {
                height: auto;
                width: 100% !important;
        }
        
        #content .element object {
                width: auto !important;
        }
        
        #content .element object embed {
                widht: 320px !important;
        }

	.span4 {
		width: auto;
	}

}

@media (max-width: 480px) {
		#header {
				padding: 105px 0 0;
		}
}
