* {
	margin: 0;
	padding: 0;
	}

body {
	font: 12px/1.6em Arial, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: #444444;
	}
	
a {
	color: #333;
	}
	
a:hover {
	text-decoration: none;
	}
	
#header {
	background: #fff url(../images/header-bg1.png) no-repeat top right;
	height: 200px;
	width: 970px;
	}
	
#about-page #header {
	background: #fff url(../images/about-page-bg.png) no-repeat top right;
	}
	
#event-page #header {
	background: #fff url(../images/event-page-bg.png) no-repeat top right;
	}
	
#event-list-page #header {
	background: #fff url(../images/events2-header-bg.png) no-repeat top right;
	}

#wrap {
	width: 970px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	text-align: left;
	background: url(../images/wrap-bg.png) repeat-y top left;
	position: relative;
	}
	
#inside-wrapper {
	width: 970px;
	}
	
#nav {
	width: 230px;
	float: left;
	}
	
#content {
	float: right;
	width: 740px;
	z-index: 1;
	}
	
#content-main {
	float: left;
	width: 412px;
	background: #fff;
	border-top: 10px solid #f25301;
	padding: 10px 20px 20px 20px;
	}
	
#content-2 {
	float: right;
	width: 268px;
	background: #fff;
	border-top: 10px solid #f25301;
	padding: 28px 20px 0px 0px;
	}
		
#search-box form {
	background-color: #f25301;
	padding: 0px 9px 9px 12px;
	width: 246px;
	color: #fff;
	font-size: 13px;
	}

.content-group {
	clear: both;
	}	
	
.clear-me {
	clear: both;
	}
	
#footer {
	clear: both;
	}
	
.row-1 {
	background: #f5f5f3;
	}
	
.row-2 {
	background: #ebebeb;
	}
	
#event-list-page .content-page dl {
	
	}
	
#event-list-page .content-page dt {
	padding: 5px 0px 10px 10px;
	}
	
#event-list-page .content-page dt a {
	font-size: 12px;
	text-decoration: none;
	}
	
#event-list-page .content-page dt a:hover {
	text-decoration: underline;
	}
	
#event-list-page .content-page dd {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 7px 10px;
	}
	
.event-location {

	}
	
.event-date {
	float: right;
	margin: -18px 10px 0px 0px;
	}
	
	
.shop-item {
	border-bottom: 5px solid #ebebeb;
	margin: 0px 0px 20px 0px;
	}
	
.event-item, .news-item, .story-item {
	border-bottom: 5px solid #ebebeb;
	margin: 0px 0px 20px 0px;
	padding-bottom: 20px;
	}


	
/* Typography */

h1 {
	background: url(../images/logo.png) no-repeat top left;
	display: block;
	height: 200px;
	width: 672px;
	text-indent: -9999px;
	}

#header h1 a {
	display: block;
	width: 250px;
	height: 200px;
	}
	
p {
	margin: 10px 0px 10px 0px;
	}
	
#search-box p {
	margin: 0!important;
	}
	
#content-main h2 {
	color: #f25301!important;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	}
	
#content-main h3 a {
	text-decoration: none;
	color: #4b4c2c;
	font: 18px;
	}
	
#content-main h3 a:hover {
	text-decoration: underline;
	}
	
#content-main h2.reduce-space {
	margin: -2px 0px 0px 0px!important;
	}
	
#content-main h2 span {
	font-size: 11px;
	font-weight: normal;
	margin-left: 125px;
	}
	
.ie6 #content-main h2 span {
	margin-left: 104px!important;
	}

#content-2 h2 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: #4b4c2c;
	padding: 1px 5px;
	width: 257px;
	margin: 10px 0px 5px 0px;
	}
	
#content-2 h2 a {
	color: #fff;
	text-decoration: none;
	}
	
.shop-link {
	display: block;
	width: 267px;
	height: 55px;
	background: url(../images/online-shop.gif) no-repeat top left;
	text-indent: -9999px;
	}
	
.arts-council {
	display: block;
	width: 92px;
	height: 90px;
	clear: both;
	text-indent: -9999px;
	background: url(../images/arts-council.gif) no-repeat top left;
	margin: 50px 0px 50px 60px;
	}
	
a img {
	border: none!important;
	margin: 15px 0px 0px 0px;
	}
	
.no-space {
	margin: 0px 0px 0px 0px!important;
	}
	
h3.extra-space {
	margin: 10px 0px 5px 0px!important;
	}
	
.breadcrumbs {
	margin: 0px 0px 11px 0px;
	}	
	
.pagination {
	text-align: center;
	}
	
#footer .copyright {
	display: block;
	width: 230px;
	float: left;
	color: #999;
	font-size: 10px;
	clear: left;
	line-height: 1.4em;
	}

	
#footer .copyright a {
	color: #999;
	margin: 20px 0px 0px 0px;
	}
	
.add-event-link {
	display: block;
	background: #4b4c2c;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 7px 10px;
	}
	
.add-event-link strong {
	text-transform: uppercase;
	}
	
p.shop-buttons {
	clear: both;
	display: block;
	width: 400px;
	}
	
.shop-buttons a {
	display: block;
	float: left;
	padding: 10px;
	width:80px;
	border: 1px solid #ebebeb;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;  
	text-decoration: none;
	text-align: center;
	margin: 0px 10px 0px 0px;
	}

.shop-buttons a:hover {
	background-color: #f25301;
	color: #fff;
	}

.more {
	float: right;
	}
	
.instruction {
	color: #666;
	display: block;
	font-style: italic;
}	

	
	
/* Lists */	
	
#nav ul {
	margin: 50px 0px 0px 0px;
	}
	
#nav ul li {
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	}
	
.ie6 #nav ul li {
	border-bottom: 1px solid #f25301;
	}
	
#nav ul li a {
	display: block;
	background: #f25301 url(../images/nav-bg.png) repeat-y top right;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 6px 0px 6px 9px;
	}	
		
#nav ul li a:hover {
	background: #d83401;		
	}
		
.ie6 #nav ul li a {
	padding: 6px 0px 5px 9px!important;
	}
	
#nav ul li ul {
	margin: 2px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background: #ededed url(../images/sub-nav-bg.png) repeat-y top right;;
	}
	
#nav ul li ul li {
	margin: 0;
	}	
	
#nav ul li ul a {
	background: url(../images/bullet.png) no-repeat 10px 8px;
	background-color: #ededed!important;
	color: #333333;
	font-size: 14px;
	padding: 2px 0px 2px 25px!important;
	width: 179px;
	}
	
#nav ul li ul a:hover {
	text-decoration: underline;
	background: url(../images/bullet.png) no-repeat 10px 8px;	
	}
	
#nav ul li ul li ul {
	padding: 0px 0px 0px 20px!important;
	}

#nav ul li ul li ul a {
	width: 150px;
	}
		
#nav ul li ul li ul li ul {
	padding: 0px 0px 0px 20px!important;
	}
		
#nav ul li ul li ul li ul a {
	width: 130px;
	}
		
.ie6 .ie-border {
	border-bottom: 1px solid #333!important;
	margin: 0px 0px 1px 0px!important;
	}
	
.ie6 #nav ul li ul a {
	padding: 2px 0px 2px 25px!important;
	}
	
.ie6 #nav ul li ul li {
		border-bottom: 1px solid #ededed!important;
	}
	
#nav .selected {
	background: #d83401;
	}
	
	
#are-you {
	
	}
	
#are-you li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	}	
	
#are-you li a {
	display: block;
	width: 267px;
	height: 40px;
	text-indent: -9999px;
	}
	
#a-interested {
	background: url(../images/interested.png) no-repeat top left;
	}
	
#a-join {
	background: url(../images/join-banner.gif) no-repeat top left;
	height: 80px!important;
	}
	
#a-storyteller {
	background: url(../images/storyteller.png) no-repeat top left;
	}
	
#a-looking {
	background: url(../images/looking.gif) no-repeat top left;
	}
	
	
.story-directory-group ul {
	margin: 0px 0px 0px 15px;
	}

#event-list-page dl a {
	font-weight: bold;
	}
	
dl {
	color: #777!important;
	}
	
#future-events-list dt {
	padding: 5px 10px 0px 10px;
	}
	
#future-events-list dd {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 10px;
	}
	
#future-events-list a {
	font-size: 12px;
	font-weight: bold!important;
	text-decoration: none;
	}
	
#future-events-list a:hover {
	text-decoration: underline;
	} 
	
#future-events-list span {
	float: right;
	margin: -18px 10px 0px 0px;
	}
	
#footer ul {
	float: right;
	width: 720px;
	text-align: left;
	}
	
.ie6 #footer ul {
	margin: 65px 0px 0px 0px;
	}
	
#footer ul li {
	display: inline;
	list-style-type: none;
	}	

ul#sitemap, ul#sitemap ul {
	padding: 0px 0px 0px 20px;
	}

#sitemap li {
	margin: 5px 0px 5px 0px;
	}

#sitemap li li {
	margin: 0!important;
	}



/* Imagery */

.content-page img {
	float: right;
	margin: 5px 0px 10px 10px;
	}	
	
.shop-item img {
	width: 150px;
	float: right;
	}
	
.story-directory-group img {
	float: left;
	margin: 5px 10px 10px 0px;
	}
	
.gallery-item {
	display: block;
	width: 120px;
	float: left!important;
	margin: 0px 17px 19px 0px;
	}

.gallery-item img {
	float:left!important;
	margin: 0!important;
	}

img.web-button, img.web-banner {
	float: left!important;
	}

img.web-button {
	margin: 0px 5px 10px 0px!important;
	}

img.button-lrg {
	width: 160px;
	}

.button-med {
	width: 130px!important;
	}

	
	
/*event*/

#event-booking {
	float: right;
	width: 182px;
	margin: -145px 0px 0px 0px;
	}
	
#event-details {
	
	}
	
#event-details p {
	width: 230px;
	margin: 0!important;
	}
	
#event-details span {
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
	}
	
#event-booking img {
	float: none;
	}
	
.booking-btn {
	display: block;
	width: 172px;
	background: url(../images/book-place-btn.png) no-repeat top left;
	text-indent: -9999px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	}

#event-content {
	clear: both;
	padding: 10px 0px 0px 0px;
	}


	


/* forms */

#content-group input, #content-group textarea {
	border: 2px solid #777;
	height: 20px;
	padding: 3px;
	width: 250px;
	}

textarea {
	
	}

.medium-area {
	height: 100px!important;
	width:400px!important;
	}
.large-area {
	height: 200px!important;
	width:400px!important;
	}
#entryform_teller textarea, #entryform textarea {
	width: 400px!important;
	height: 100px!important;
	}
	
select {
	border: 2px solid #777;
	height: 100px;
	width: 100px;
	padding: 3px;
}
#entryform select {
	width: 260px;
	height: 200px;
}
#entryform_teller select {
	width: 260px!important;
	height: 30px!important;
	padding: 3px!important;
}
#search-box {
	position: absolute;
	top: 210px;
	left: 702px;
	width: 200px;
	clear: both;
	}
#search-box form #keywords {
	width: 130px;
	border: 1px solid #333;
	padding: 2px!important;
	margin: 0px 10px;
	}
	
.hide {
	height: 0px!important;
	border: none!important;
}
#entryform #content-group input, #content-group textarea {
	border: 2px solid #777;
	height: 20px;
	padding: 3px!important;
	width: 250px;
	}
#entryform_teller #content-group input {
	height: 20px;
	padding: 3px!important;
}

select.county-select {
	height: 30px!important;
	width: 250px!important;
}
select#keywords {
	height: 30px!important;
}
select#keywords .county-select {
	height: 30px!important;
}
#search-storytellers .submit {
	width: 50px!important;
	height: 30px;
	padding: 3px!important;
	margin: 10px 0px 0px 0px;
}
#submit-btn {
	width: 150px!important;
	padding: 3px;
	font-size: 15px;
	height: 30px!important;
}
.multiselect {
	height: 200px!important;
	width: 150px!important;
}
.paginate-links {
	padding: 3px 10px;
	margin: 0px 0px 10px 0px;
	background-color: #f5f5f3;
	border: 1px solid #ebebeb;
	text-decoration: none;
	font-size: 15px;
}
a.paginate-links:hover {
	background-color: #ebebeb;
}