@font-face {
    font-family: 'cooper_blk_btblack';
    src: url('/fonts/bespoke/muchwenlock/coopbln-webfont.eot');
    src: url('/fonts/bespoke/muchwenlock/coopbln-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bespoke/muchwenlock/coopbln-webfont.woff') format('woff'),
         url('/fonts/bespoke/muchwenlock/coopbln-webfont.ttf') format('truetype'),
         url('/fonts/bespoke/muchwenlock/coopbln-webfont.svg#cooper_blk_btblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
				font-family: 'comic sans ms';
				src: url('/fonts/bespoke/muchwenlock/2086.eot');
				src: url('/fonts/bespoke/muchwenlock/2086.eot?#iefix') format('embedded-opentype'),
						 url('/fonts/bespoke/muchwenlock/2086.woff') format('woff'),
						 url('/fonts/bespoke/muchwenlock/2086.ttf') format('truetype'),
						 url('/fonts/bespoke/muchwenlock/2086.svg#2086') format('svg');
				font-weight: normal;
				font-style: normal;
		}

html, body {
	height:100%;
}

body {
	background: #0B388A url(/img/bespoke/muchwenlock/bg.png) no-repeat top center;
}

#wrapper {
	min-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	min-height:100%;
}

.sj_events dd {
    color: black !important;
}

.sj_events dd p small {
    color: black !important;
}

li small, .sj_element_newsletters p, .sj_element_newsletters strong {
    color: #444;
}

/*  Header
    ======  */
#header {
	width: 1090px;
	height: 172px;
        margin:0 auto;
	background: url(/img/bespoke/muchwenlock/header_new.png) no-repeat top center;
	position: relative;
}

#header-image {
        min-width:1090px;
        margin:0 auto;
        height: 180px;
        margin-bottom: 20px;
        background: url(/img/bespoke/muchwenlock/header-image.png) no-repeat top center;
}

	#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;
			top: 0px;
			right: 38px;
			height: 28px;
			padding: 7px 8px;
                        /*
			background: #006738;
			-webkit-border-bottom-left-radius: 8px;
			-webkit-border-radius-bottomleft: 8px;
			border-bottom-left-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			-webkit-border-radius-bottomright: 8px;
			border-bottom-right-radius: 8px;
			-webkit-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
			box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
                        */
		}

        #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
    ===  */
#nav {
	float: left;
        padding: 10px 46px 10px 5px;
        position: relative;
        width: 268px;
        margin-top:-50px;
}

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

		#nav ul li {
			line-height: 31px;
			margin-bottom: 5px;
			font-size:1.2em;
			color: #fff;
                        background: url(/img/bespoke/muchwenlock/m1.png) no-repeat;
		}

			#nav ul li a {
				color: inherit;
				*color: #fff;
				display: block;
				padding-left: 16px;
				position: relative;
				z-index: 2;
				min-height:31px;
				line-height: 31px;
                                font-family:'cooper_blk_btblack',arial;
			}
                        
                        #nav > ul > li > a {
                                font-size: 15px;
                                height: 55px;
                                line-height: 55px;
                                padding-left: 55px;
                                text-align: left;
                                overflow:hidden;
                                text-shadow: 1px 1px 1px #333,
                                             1px -1px 1px #333,
                                             -1px 1px 1px #333,
                                             -1px -1px 1px #333;
                                
                                filter:glow(color=#333333, strength=2);
                        }

				#nav ul li ul {
					background: #fff;
					padding: 12px 0;
					border-radius: 10px;
                                        -moz-border-radius: 10px;
                                        -webkit-border-radius: 10px;
					position: relative;
					z-index: 1;
                                        margin:10px;
				}

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

						#nav ul li ul li a {
							background: none !important;
							color: #111 !important;
						}

						#nav ul li li li a { text-indent: 16px; background: url(/img/bespoke/muchwenlock/arrow.png) no-repeat 16px 8px !important; }
						#nav ul li li li li a { text-indent: 32px; background: url(/img/bespoke/muchwenlock/arrow.png) no-repeat 32px 8px !important; }
						#nav ul li li li li li a { text-indent: 48px; background: url(/img/bespoke/muchwenlock/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.item11,
		#nav ul li.item20,
		#nav ul li.item29 {
			background: url(/img/bespoke/muchwenlock/m2.png) no-repeat;
			color: #f2f2f2;
		}

		#nav ul li.item3,
		#nav ul li.item12,
		#nav ul li.item21,
		#nav ul li.item30 {
			background: url(/img/bespoke/muchwenlock/m3.png) no-repeat;
		}

		#nav ul li.item4,
		#nav ul li.item13,
		#nav ul li.item22,
		#nav ul li.item31 {
			background: url(/img/bespoke/muchwenlock/m4.png) no-repeat;
		}

		#nav ul li.item5,
		#nav ul li.item14,
		#nav ul li.item23,
		#nav ul li.item32 {
			background: url(/img/bespoke/muchwenlock/m5.png) no-repeat;
		}

		#nav ul li.item6,
		#nav ul li.item15,
		#nav ul li.item24,
		#nav ul li.item33 {
			background: url(/img/bespoke/muchwenlock/m6.png) no-repeat;
		}
                
                #nav ul li.item7,
		#nav ul li.item16,
		#nav ul li.item25,
		#nav ul li.item34 {
			background: url(/img/bespoke/muchwenlock/m7.png) no-repeat;
		}
                
                #nav ul li.item8,
		#nav ul li.item17,
		#nav ul li.item26,
		#nav ul li.item35 {
			background: url(/img/bespoke/muchwenlock/m8.png) no-repeat;
		}
                
                #nav ul li.item9,
		#nav ul li.item18,
		#nav ul li.item27,
		#nav ul li.item36 {
			background: url(/img/bespoke/muchwenlock/m9.png) no-repeat;
		}
                

/*  Content
    =======  */
#content {
	float: left;
	width:690px;
	padding: 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
        margin-top:-33px;
}

#content-wrapper {
        width: 1090px;
        height: auto;
        margin: 0 auto;
        background: url(/img/bespoke/muchwenlock/content-tile.png) repeat-y top center;
}

#content-top {
        width: 1090px;
        height: 78px;
        margin: 0 auto;
        background: url(/img/bespoke/muchwenlock/content-top.png) no-repeat top center;
}

#content-bot {
        width: 1090px;
        height: 83px;
        margin: 0 auto;
        background: url(/img/bespoke/muchwenlock/content-bot.png) no-repeat top center;
}

/*  Footer
    ======  */
#footer {
	background: url("/img/bespoke/muchwenlock/footer.png") no-repeat scroll center top #000;
        color: #FFFFFF;
        font-size: 1.2em;
        margin-top: 20px;
        padding: 100px 0 10px;
        text-align: center;
}

	#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: #005e11;
	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-size: 104% auto;
                min-width:0;
	}

	#header {
		background-position: center bottom;
                background-size: 99% auto;
                height: 100px;
                width: 100%;
	}

	#header #search {
		right: 10px;
	}
        
        #header-image {
                min-width:0;
                background-size:120%;
                height:80px;
        }

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

	}

	#nav {
		float: none;
		width: auto;
		margin: 10px;
		background: #eee url(/img/bespoke/muchwenlock/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;
		margin-top:10px;
	}

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

	#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: 31px;
		padding: 0;
		background: none;
		color: #000 !important;
		font-size: 16px !important;
	}
        
        #nav > ul > li > a {
                text-align:left;
                text-shadow:none;
                filter:none;
                
        }

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

	#nav ul li.item1 a,#nav ul li.item2 a,#nav ul li.item3 a,#nav ul li.item4 a,#nav ul li.item5 a,
	#nav ul li.item6 a,#nav ul li.item7 a,#nav ul li.item8 a,#nav ul li.item9 a,#nav ul li.item10 a,
	#nav ul li.item11 a,#nav ul li.item12 a,#nav ul li.item13 a,#nav ul li.item14 a,#nav ul li.item15 a,
	#nav ul li.item16 a,#nav ul li.item17 a,#nav ul li.item18 a,#nav ul li.item19 a,#nav ul li.item20 a,
	#nav ul li.item21 a,#nav ul li.item22 a,#nav ul li.item23 a,#nav ul li.item24 a,#nav ul li.item25 a,
	#nav ul li.item26 a,#nav ul li.item27 a,#nav ul li.item28 a,#nav ul li.item29 a,#nav ul li.item30 a {
		background: none;
	}

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


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

        #content-wrapper {
                width:auto;
                background: #C2C2C2;
        }
        
        #content-top,
        #content-bot {
                display:none;
        }
        
      
	
		#content {
		width:80% !important;
		padding: 10px;
		margin: 10px;
        min-height: 200px;
	}

      #content .column {
                width: auto;
        }
        
        #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 .element object {
                width: auto !important;
        }
        
        #content .element object embed {
                width: 320px !important;
        }
		 #content .element .form {
                width: 100% !important;
        }
      
      #content  .media-grid li.small {
    width: auto;
}

  #content  .media-grid img {
    width: auto;
}

#content .media-grid li.small div {
  width:auto;
}

#content .element-media {
  width:auto;
}
#content .media {
  width:auto !important;
}

        
	#footer {
		width: 100%;
                background-size: 174% auto;
	}

	.span4 {
		width: auto;
	}

}

@media (max-width: 480px) {
        #header {
                height:110px;
        }
}