a:active {
	outline:none;
	-moz-outline-style: none;
}
a:focus {
	-moz-outline-style: none;
	outline:none;
}

body {
	background: #FFF url(../images/newsite/flint_bg2.jpg) left top;
	background-attachment:fixed;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:150%;
	height:100%;
	overflow-y:auto;
}
body.brick{
	background: #FFF url(../images/newsite/brick1_bg.jpg) left top;
	background-attachment:fixed;
}
body.shiny{
	background: #FFF url(../images/newsite/shiny_wallbg.jpg) left top;
	background-attachment:fixed;
}
body.brick2{
	background: #FFF url(../images/newsite/brick2_bg.jpg) left top;
	background-attachment:fixed;
}
body.flint2{
	background: #FFF url(../images/newsite/flint_bg3.jpg) left top;
	background-attachment:fixed;
}
body.mouth{
	background: #FFF url(../images/newsite/brick8_bg.jpg) left top;
	background-attachment:fixed;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	
	padding-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #77725E;
}
p {
	font-size: 90%;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
a{
	color:#77725E;
	text-decoration:none;
	display: inline-block;
}
a:hover{

	text-decoration:underline;
}


.pagewrapper {
	width:950px;
	margin: auto;
	padding:0px;
	position:relative;
}

/*  CREDIT  */
#credit {
	font-size: 70%;
	color:#77725E;
	width: 586px;
	padding:10px 0px;
	text-align: center;
	clear: both;
	float: left;
	background-color: #D0CEC9;
}
#credit a{
	color:#77725E;
	text-decoration:underline;
}
#credit a:hover{
	color:#333333;
	text-decoration:underline;
}
/*****/

#page{
	
	text-align:left;
	width:780px;
	float:right;
	padding-bottom:2em;
	
}

/* CONTENT */
#content{
	margin:2.5em 0px 0em 0em;	
	
	width: 770px; 
	padding: 0px;
}

#content p{
	
}

#content .rightcolumn,#content_left .rightcolumn,#content_right .rightcolumn, .rightmedia {
	float: right;
	padding: 0px 0px 0px 10px;
	/*border: 1px solid #9999CC;*/
	font-size: 75%;
}




/* BANNER */
.banner{
	
	
	width:800px;
	margin-left:0px;
	margin-right:0px;
	float: right;
	text-align:right;
	background-color:#FFF;
}

.banner h1{
	text-transform:uppercase;
	position:absolute;
	top:110px;
	right:20%;
	text-align:right;
	width:auto;
	background-color:#FFF;
	padding:4px;
}

h1#pagetitle {
	text-align:right;
	width:auto;
	background-color:#FFF;
	padding:4px;	
	text-transform:uppercase;
	width:auto;
	position:absolute;
	right:0px;
	top:110px;
}

/*****/

#nav{
	position:fixed;
	top:0px;
	/*left:0px;*/
	float:left;
	width:150px;
	text-align:left;
	padding-top:5px;
	overflow:hidden;
	background-color:#000;
	height:100%;
	opacity:0.9;
	filter: alpha(opacity = 90);
	margin:0px;
}

#nav ul{
	padding:0px;
	margin:0px;
	
}
img {
	border: none;
}
img.logo{
	padding-bottom:20px;
}

#nav img.logo{
	padding-bottom:20px;
	padding-left:15px;
}

#nav ul li{
	display:inline;
}
#nav ul li a{
	display:block;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
}
#nav ul li a:hover{
	
}
#nav ul li a.depth0{
	
	padding-left:5px;
	
	
}
#nav ul li a.depth1{
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:1px solid #FFF;
	color:#FFF;
}
#nav ul li.here a.depth0,#nav ul li.expandhere a.depth0,#nav ul li.ancestor a.depth0{
	color:#000000;
	font-weight:bold;
	
	
	
	background-color: #FFFFFF;
	
	background-repeat: no-repeat;
	
	
}
#nav ul li.expandhere a.depth0,#nav ul li.ancestor a.depth0{
	border-bottom:0px;
}
#nav ul li.here a.depth1,#nav ul li.expandhere a.depth1{
	color:#FFFFCC !important;
}

#nav ul li a.depth2{
	color:#000 !important;
	_color:#ffffff;
	padding-left:20px;
	font-size:0.9em;
}

#nav ul li a.depth2:hover {
	background-color:#eee;
}

#nav ul li.here a.depth2 {
	font-weight:bold;
	background-color:#eee;

}

#nav ul li ul{
	background:#FFF;
	padding-bottom:3px;
	
	border-top:0px;
	background-color: #FFFFFF;
	
	
}

.pageblock{
	clear:both;
	padding-top:1em
}

.pageblocktext{
	background-color:#FFF;
	border:8px solid #EEE;
	width:500px;
	padding:5px;
	-webkit-box-shadow: 5px 5px 10px #000;
	float:left;
	
}

.pblight .pageblocktext{
	float:right;
	
}


.imageholder{
	float:right;
	text-align:center;
	width:210px;
	border:8px solid #EEE;
	overflow:hidden;
	background-color:#FFF;
}

.about .imageholder{
	width: auto;
}

.pblight .imageholder{
	float:left;
}

.onethird{
	width:28%;
	margin-right:1%;
	margin-left:1%;
	border:8px solid #EEE;
	background-color:#FFF;
	float:left;
	clear:none!important;
	-webkit-box-shadow: 5px 5px 10px #000;
}

.onethird .pageblocktext{
	width:auto;
	float:none;
	border:none;
	padding-left:15px;
	padding-right:15px;
	-webkit-box-shadow:none;
}

.onethird .imageholder{
	width:auto;
	float:none;
	border:none;
}

.clearboth{
	clear:both;
}

/*  FOOTER  */
#footer{
	background-color:#FFF;
	text-align: center;
	height: 42px;
	float: left;
	width: 586px;
	color: #77725E;
	font-size: 80%;
	margin-top:20px;
}
#page #footer a{
	font-weight:normal;
	color: #77725E;
}
#page #footer a:hover{
	/*font-weight:normal;*/
	color: #000000;
}
/*  */


.largetype{
	font-size:150%;
	line-height:120%;
}

.highlight .pageblocktext{
		background-color:#FFFFCC;
		border-color:#FFFF00;
}

.feed_item, .vevent {
	border-top:		1px #cccccc solid;
	padding:		5px;
}
.feed_item .dark, .feed_item .light, .vevent .dark, .vevent .light {
	padding:		10px;
}
.disc td, .newsitem td, .vevent td, .feed_item td {
	vertical-align:	top;

}
td{
	
	padding:3px;
	margin:0px;
	border:0px;
}
tr{
	border:0px;
	margin:0px;
	padding:0px;
	
}
table{
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
}
.dark {
	
	background-color:	#E2E0DA;
}
.light {
	background-color:	#F0EEE7;
}
.dtstart, .dtend {
	font-weight:		bold;
}
.contact, .comment {
	
	font-weight:		bold;
}

.formelementwrapper {
	clear:			both;
	padding:		10px 0px 2px 0px;
}
.formelementwrapper label {
	width:			150px;
	text-align:		right;
	float:			left;
	font-size:		.8em;
	margin-left:		0px;
}
.formelementwrapper .biginput, .formelementwrapper .inputnote {
	width:			350px;
	float:			right;
	font-size:		.8em;
}
.formelementwrapper .textarea {
	width:			354px;
	height:			150px;
	float:			right;
	font-size:		.8em;
}
.formelementwrapper .smallinput {
	margin-left:		8px;
	font-size:		.8em;
}
.formelementwrapper .button {
	margin-left:		38px;
	width:			175px;
}
#side .message {
	font-size:		.8em;
	border-bottom:		1px #cccccc solid;
}
table a{
	color:brown;
 text-decoration:none;
}
table a:hover{
 text-decoration:underline;
}
td.date{
	text-align:center;
	background-color:#BBBBBB;
	width:100px;
	color:white;
	font-size:0.8em;
}
td.description{
	vertical-align:top;
	font-size:0.9em;
}
tr.here, tr.expandhere{
 display:none;
 visibility:hidden;
}
.pagemenu ul li {
	list-style-position:	inside;
}
#lewesliveliteratureforthcomingeventsfeed{
	padding: 0px 5px 0px 5px;
}
.buytickets{
	text-align:right;
	font-size:110%;
	width:40%;
	position:relative;
	top:-30px;
	left:60%;
}

.galleryholder{
	
	width:515px;
	background-color:#000;
	border:0px;
	margin-top:1em;
	padding:10px 0px 0px 10px;
	-webkit-box-shadow: 5px 5px 10px #000;
}

.gallery_thumb{
	width:auto;
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
	
	

}
.gallery_thumb a{
	height:120px;
	overflow: hidden;
	
}
.gallery_thumb img{
}
table{
	background-color:#FFF;
	border:8px solid #EEE;
	margin-top:1em;
	padding:5px;
	-webkit-box-shadow: 5px 5px 10px #000;
}

.inyourcart{
	background-color:green;
	color:white;
	font-size:0.9em;
	padding:3px;
}
.inyourcart input{
	font-size:0.75em;
	padding:0px;
}
.gotocheckout{
	background-color:#FFF;
	padding:10px;
	text-align:right;
	margin-top:10px;
}
.checkout_no_items{
	background-color:#FFF;
	padding:10px;
	text-align:center;
	margin-top:10px;
	font-size:1.5em;
}