/* Default Styles (assuming reset.css applies) */
html{
	-webkit-font-smoothing: antialiased;
}
body {

font-family: "Helvetica Neue", Arial, sans-serif;

 


}


/* "Helvetica Neue",
             Helvetica,
             "Nimbus Sans L",Typography */
h1, h2, h3, h4, h5, h6 {
margin-bottom:20px;
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
font-family:  Arial, sans-serif;
font-weight:normal;

}

h1 {
font-size:30px;
}
h2 {
font-size:25px;
}
h3 {
font-size:18px;
}
h4 {
font-size:15px;
}

#header h1{
	background: url(../images/site/logo.gif) no-repeat;
	width: 78px;
	height: 85px;
	margin: 20px 0px 0px 0px;
	float:left;
	display:block;
}

#header h1 a{
	width: 78px;
	height: 85px;
	display:block;
}
h1 span{
	display:none;
}


p{
	font-family: "Helvetica Neue", Arial, sans-serif;
	/*font-family:  Arial, sans-serif;*/
	line-height: 26px;
}
p {
margin-bottom:18px;
font-weight: normal;
}


div.main h1{
	color: #999;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: normal;
	padding-bottom: 3px;
	margin: 0px 0px 20px 0px;
}

span.back{
	position:absolute;
	right:20px;
	top: 20px;
	font-size: 14px;
	color: #999;
}
span.category{
	margin-right: 10px;
	color: #333;
}

ul.pagination{
	clear: both;
	
}

div.global_wrap div.container div#content div.main ul.pagination li {
	display:inline;
	width: auto;
	margin: auto;
	
}

div.global_wrap div.container div#content div.main ul.pagination li a {
	padding:  5px;
	background:transparent url(../images/site/shiny_bg.png) repeat-x 0 0;
	border: 1px solid #d5d5d5;
	color:#a3a3a3;
	font-size: 14px;
	font-weight: bold;
	border-right:none;
	
}
div.global_wrap div.container div#content div.main li.beginning a{
	
}

div.global_wrap div.container div#content div.main ul.pagination li.next a{
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-right: 1px solid #d5d5d5;
	
}

div.global_wrap div.container div#content div.mainul.pagination li.previous a {
	margin-top: -1px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
		-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-right: none;
	
}
div.global_wrap div.container div#content div.main ul.pagination li a:hover{
	background: #fff;
	color: #333;
}

div.global_wrap div.container div#content div.main ul.pagination li.here a{
	background: #cc3300;
	color: #fff;
}

div.global_wrap div.container div#content div.main li.page-total{
	float:left;
	font-size:14px;
}

div.main ul{
	margin: 0;
}
/* Links & Behaviors */
a{
	color: #333;
	
	text-decoration:none;
}


a:focus {
border:none;
}
a:hover {
border-bottom: none;
color:#CC0033;
}
a.active {
font-weight:bold;
color: #CC0033;

}

a:active {
  position: relative;
  top: 1px;
}

body#bd-directory div.result a:active{
	position:static;
}




hr {
border:0 #ccc solid;
border-top-width:1px;
clear:both;height:0;
}

ol {
list-style:decimal;
}
ul {
list-style-type:none;
}
ol, ul {
margin-bottom:20px;
margin-left:20px;
}
ol ol, ul ul {
margin-bottom:0;
}

.green {
color:green;
}
.red {
color:#cc0000;
}

.ftools, .gridlink {
position:fixed;
left:0;
bottom:0;
border-top:1px solid #333;
border-right:1px solid #333;
border-bottom:1px solid #333;
-moz-border-radius-bottomright:10px;
-webkit-border-radius-bottomright:10px;
-moz-border-radius-topright:10px;
-webkit-border-radius-topright:10px;
background-color:#fff;
margin-bottom:105px;
display:block;
float:left;
padding:10px;
color:#333;
opacity:0.5;
text-decoration:none;
}
.ftools:hover, .gridlink:hover {
opacity:1;
box-shadow: 10px 10px 5px #888;
}
.gridlink {
margin-bottom:55px;
}
.ga_false, .ga_true {
width:136px;
height:20px;
position:fixed;
bottom:0;
left:0;
opacity:0.5;
border:1px solid #333;
border-left:0;
margin-left:0px;
margin-bottom:10px;
padding:7px 6px 6px 6px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-radius-topright:10px;
-webkit-border-radius-bottomright:10px;
background-color:#fff;
}
.ga_false:hover, .ga_true:hover {
opacity:1;
}
.ga_false span em, .ga_true span em {
display:none;
}

.ga_false span, .ga_true span {
display:block;
width:136px;
height:20px;
}

.ga_false span {
background:transparent url(../images/site/ga_sprite.jpg) 0 0 no-repeat;
}
.ga_true span {
background:transparent url(../images/site/ga_sprite.jpg) 0 -20px no-repeat;
}
#ga_form {
position:fixed;
bottom:0;
margin-left:158px;
margin-bottom:14px;
}


/* General Styles */

.clear {
clear:both;
}
.float_left {
float:left;
}
.float_right {
float:right;
}
.align_right {
text-align:right;
}
.align_center {
text-align:center;
}
.align_left {
text-align:left;
}
.cleaner {
height:1px;
clear:both;
display:block;
width:100%;
zoom:1;
}

/* Structure */


div.global_container{
}

div.container{
width: 1000px;
margin: 0 auto;
}
div.masthead{
	width: 100%;
	background:	#fff url(../images/site/masthead_bg.jpg) repeat-x  center bottom;
}
div#header{
	height: 180px;
	width: 1000px;
	margin: 0 auto;
	background:	#fff url(../images/site/masthead_bg.jpg) repeat-x center bottom;

	
	
}

div.header_top{
	border-bottom: 1px dotted #333;
	clear:both;
	overflow:hidden;

}

p.tagline{
	float: left;
	margin:10px 0px;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
}
p.tagline span{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
div.nav{
	background-color: red;
}

ul.secondary_nav{
	float:right;
	margin: 15px 0px 0px 0px;

}

ul.secondary_nav li, ul.utilities li{
	display:inline;
	margin-left: 15px;
	font-size:12px;
}

ul.secondary_nav li a{
	border: none;
}

ul.secondary_nav li a:hover{
	color: #cc3300;
}
ul#nav{

	width: 340px;
	float:left;
	margin: 25px 0px 0px 50px;
	
}

ul#nav li{
	float:left;
	width: 170px;
	margin-bottom:15px;
	font-size: 14px;
	padding: 1px 0px;
	font-family: arial, helvetica, sans-sefif;
	
}
ul#nav li a{
	color: #595959;
	
	
}

ul#nav li.active a{
	color: #cc3300;
	font-weight:bold;

}

ul#nav li a:hover{
	color: #cc3300;


}

div.main_search{
	width: 345px;
	float:right;
	text-align:right;
	margin-top:45px;
}

div.main_search input[type=text]{
	width: 305px;
	padding: 7px 0px 7px 5px;
	float:left;
}

div#content{
	background:#fff;
	width: 960px;
	margin-top:20px;
	overflow:hidden;
	padding:20px;
}

body#bd-events div#content, body#bd-outlets div#content, body#bd-directory div#content, body#bd-directory div#content, body#bd-opportunities div#content, body#bd-resources div#content, body#bd-news div#content, body#bd-programmes div#content, body#bd-about div#content {
	width: 1000px;
	background-color: transparent;
	padding: 0;
	
}
body#bd-events div.main,body#bd-outlets div.main, body#bd-directory div.main, body#bd-opportunities div.main, body#bd-resources div.main, body#bd-programmes div.main, body#bd-about div.main, body#bd-news div.main {
padding:20px;
position:relative;
width:680px;
background-color: #fff;
	
}
body#bd-events div.sidebar{
margin-left:15px;
width:260px;

}

body#bd-directory div.main{
padding:20px;
position:relative;
width:780px;
background-color: #fff;
overflow:hidden;
}

body#bd-directory div.sidebar{
margin-left:15px;
width:165px;

}

div.sidebar div.internal_nav{
	background: #fff;
	border-top: 3px solid #cc3300;
	padding: 20px 0px 20px 20px;
	margin-bottom: 20px;
}
div.sidebar div.internal_nav h3{
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 0px 3px;
	
}

div.sidebar div.internal_nav ul{
	margin: 0;
	padding: 0;
}

div.sidebar div.internal_nav ul li {
font-size: 14px;

}

div.sidebar div.internal_nav ul li:hover {
font-size: 14px;
color: #000;
}


div.sidebar div.internal_nav ul li a{
	display:block;
	margin-left:-20px;
	padding:9px 9px 9px 20px;
	border-left: 3px solid #fff;
}

div.sidebar div.internal_nav ul li a:hover, div.sidebar div.internal_nav ul li a.active{
	background-color: #F7DCE3;
	color: #000;
	border-left: 3px solid #cc3300;
	margin-left:-23px;
	text-indent: 3px;
}
body#bd-events div.sidebar div.archive{
	width: 220px;
	background: #fff;
	padding: 20px;
	
}

div.sidebar div.archive{
	width: 210px;
	background: #fff;
	padding: 20px;
	
}
div.sidebar div.archive ul{
	padding:0;
	margin:0;
	
}
div.sidebar div.archive h3{
	
	
	
}
div.sidebar div.themes, div.sidebar div#mailing_list {
	background: #fff;
	padding: 20px;
	
}

body#bd-home div.themes{
	padding: 0px;
}




/* --- Errors --- */

label.error {
color:#cc0000;
font-size:12px;
margin-left:6px;
}

input.error, textarea.error, select.error {
background-color:#FFDFDF;
}

input[type=text]{
	border-color:#7F7F7F #CCCCCC #CCCCCC #7F7F7F;
	border-style:solid;
	border-width:1px;
}


div.carousel{
width: 670px;
float: left;
position: relative;
z-index:1;
overflow:hidden;
height: 310px;


}

div#pager{
	position: absolute;
	bottom: 10px;
	z-index:50;
	left: 10px;
	
}



div#pager a{
	width: 15px;
	height: 15px;
	background: transparent url(../images/site/carousel_controls_alt.png) no-repeat 0px 0px;
	float:left;
	text-indent: -3000 em;
	font-size: 1px;
	margin-right: 3px;
	color:#6B7A7A;
	text-align:center;
	

}

div#pager a:active{
	color:transparent;
}

div#pager a.activeSlide, div#pager a:hover{
	background-position: 0px -15px;
	background-color:transparent;
	color:transparent;
}

div#pager a:hover{
	background-position: 0px -30px;
	background-color:transparent;
	color:transparent;
}



ul.slideshow_pager{
	width: 670px;
	margin: 0;
	padding: 0;
	
}

ul.slideshow_pager li{
list-style-type: none;
padding: 0;
margin: 0;}
	
div.carousel div.slide img{
float:left;
}
	
div.carousel div.slide div.description{
float:left;
background: url(../images/site/shiny_bg.png) repeat-x #333;
width: 240px;
height: 310px;
overflow:hidden;
	
}
	
div.carousel div.slide div.description div.content{
padding: 30px;}

div.carousel div.slide div.description div.content p.section_name{
	text-transform:uppercase;
	color:#999;
	font-size: 14px;
	
}

div.main p.section_name a{
 	color: #999;
	border-bottom: none;
 }
 
div.main p.section_name a:hover{
 	color: #fff;
 }
div.main div.carousel div.slide div.description h1{
	border-bottom:none;
	margin: 0;

}

div.main div.carousel div.slide div.description h1 a{
color: #fff;
font-size: 22px;
font-weight: bold;



}
	

div.carousel div.slide div.description p{
color: #F9FAFE;
line-height:18px;
margin: 10px 0px;


}

div.carousel div.slide div.description div.more a{
	padding: 5px;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	display:inline;
}

div.carousel div.slide div.description div.more a:hover{
	background-color: #cc3300;
	color: #fff;
	}

div.directory{
width: 250px;
float: left;
background:  #CC3300;
color:#fff;

}

div.sidebar div.directory h3{
font-size: 22px;
color: #fff;
margin: 0;
}

div.directory div.content{
padding: 30px;
}
div.directory div.content img{
	margin-bottom: 10px;
	
}

div.directory div.content p{
	font-size: 14px;
	line-height: 20px;
}

div.directory select {
	margin-bottom:10px;
	width: 200px;
	border: none;
	background: #fff;
	padding:6px 7px 6px 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:0 2px 2px #7F0F0E;
	-webkit-box-shadow:0 2px 2px #7F0F0E;
	box-shadow:0 2px 2px #7F0F0E;
	border-radius: 4px;
}

div.main{
	width: 700px; 
	overflow:visible;
	float:left;
	}
	
div.main div.col{
	width: 350px;
	float:left;
}

div.news, div.events, div.opportunities, div.programmes{
width: 310px;
margin: 25px 40px 25px 0px;

}



div.news h3, div.events h3, div.opportunities h3, div.programmes h3{
margin-bottom: 0px;
border-bottom: 1px solid #ccc;
font-size: 18px;
font-weight: lighter;

color: #999;}


#bd-home div.news h3 a:hover, #bd-home div.events h3 a:hover, #bd-home  div.opportunities h3 a:hover, #bd-home div.programmes h3 a:hover{


color: #333;}

div.news li h3,div.events li h3,div.opportunities li h3,div.programmes li h3, div.main ul.events li h3, body#bd-programmes div.main ul.programmes li h3, body#bd-opportunities div.main ul.opportunities li h3, body#bd-news div.main ul.news li h3,ul.resources li h3, ul.outlets li.an_outlet h3 {
border-bottom:1px dotted #CC3300;
display:inline;
font-size:20px;
line-height:28px;
color: #333;
}

div.news li,div.events li,div.opportunities li,div.programmes li{


list-style-type: none;
margin:0px 0px 0px -18px;
border-left: 3px solid #fff;
overflow:hidden;


}


div.main ul.events li, body#bd-programmes div.main ul.programmes li, body#bd-opportunities div.main ul.opportunities li, div.main ul.resources li, ul.outlets li.an_outlet{


list-style-type: none;
margin:0 40px 0 -18px;
border-left: 3px solid #fff;
overflow:hidden;
width: 310px;

float:left;
}

body#bd-news div.main ul.news li{
	width: 100%;
	border-left: 3px solid #fff;
	border-bottom: 1px dotted #ccc;
	margin:0 -10px;
	padding:0 10px;
}

body#bd-news div.main ul.news div.first_entry li.news_item {
	width:100%;
	margin:0 -10px;
	padding:0 10px;
}
div.news_item h3{
border-bottom:1px dotted #CC3300;
display:inline;
font-size:28px;
font-weight:normal;
line-height:36px;
margin:20px 0;
}

div.sidebar_content{
	background: #fff;
	padding: 20px;
}
body#bd-events div.main ul.events li a, body#bd-augustcraftmonth div.main ul.events li a, body#bd-programmes div.main ul.programmes li a, body#bd-opportunities div.main ul.opportunities li a, ul.outlets li.an_outlet a{
	padding:15px;
	display:block;
	cursor:pointer;
	overflow:hidden;
}

body#bd-news div.main ul.news li a{
	padding:15px 0px;
	display:block;
	cursor:pointer;
	overflow:hidden;
}
div.main ul.events li img, ul.news li img, div.event img, div.news_body div.image img, ul.programmes div.image img, div.programme div.image img, ul.opportunities div.image img, div.opportunity div.image img, ul.resources div.image img, #bd-augustcraftmonth div.image img{
	float:left; 
	margin: 0px 15px 0px 0px;
	border: 1px solid #ccc;
}

body#bd-events div.main ul.events li:first-child, body#bd-programmes div.main ul.programmes li:first-child, body#bd-opportunities div.main ul.opportunities li:first-child{
	width: 100%
}
body#bd-events div.main ul.events li:first-child h3, body#bd-programmes div.main ul.programmes li:first-child h3, body#bd-opportunities div.main ul.opportunities li:first-child h3, body#bd-news div.main ul.news li:first-child h3, div.event h2, body#bd-news div.news h3, #bd-augustcraftmonth h1#craftmonth, div.programme h2, div.opportunity h2, div.a_resource h2{
	font-size: 28px;
	font-weight: normal;
	border-bottom: 1px dotted #cc3300;
	display:inline;
	margin: 20px 0px;
	line-height: 36px;
	
}

h1#craftmonth{
	color:#333;
}

h1#highlights{
	margin-top: 40px;
}

body#bd-events div.main ul.events li:first-child p, body#bd-news div.main ul.news li:first-child p, div.introduction p, div.main ul.opportunities div.first_entry li div#introduction p, div.main ul.resources div.first_entry li p{
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #333;

}



div.news li:hover,div.events li:hover,div.opportunities li:hover,div.programmes li:hover, body#bd-events div.main ul.events li:hover, body#bd-programmes div.main ul.programmes li:hover,  body#bd-opportunities div.main ul.opportunities li:hover, body#bd-news div.main ul.news li:hover, ul.outlets li.an_outlet:hover{
background-color: #F7DCE3;
border-left: 3px solid #cc3300;





}

div.news li:hover p,div.events li:hover p,div.opportunities li:hover p,div.programmes li:hover p{
	color: #333;
}

div.news li:hover h3,div.events li:hover h3,div.opportunities li:hover h3,div.programmes li:hover h3{
	color: #000;
}

div.news li:hover div.date, div.events li:hover div.date, div.opportunities li:hover div.date, div.programmes li:hover div.date{
	font-size: 12px;
	color: #000;
	letter-spacing: 2px;
	margin: 8px 0px;
}

div.news li p,div.events li p,div.opportunities li p,div.programmes li p, div.main ul.events li p, body#bd-programmes div.main ul.programmes li p, body#bd-opportunities div.main ul.opportunities li p, div.main ul.news li p, ul.resources li p{

	font-size: 14px;
	color: #666;
	line-height: 22px;

}

div.news ul li img,div.events ul li img,div.opportunities ul li img,div.programmes ul li img{
	float: left;
	border: 1px solid #ccc;
	margin-right: 10px;
	}
	
div.news li div.date, div.events li div.date, ul.opportunities li div.date, div.programmes li div.date, div.main ul.events li div.date, ul.resources li div.date{
	font-size: 12px;
	color: #999;
	letter-spacing: 2px;
	margin: 8px 0px;
	line-height: 20px;
}

body#bd-news div.main ul.news li div.date{
	font-size: 14px;
	margin: 20px 0px;
	color: #999;
	letter-spacing: 2px;

	
}
div.news li a,div.events li a,div.opportunities li a,div.programmes li a{
	padding: 15px;
	display:block;
	position:relative;
	overflow:hidden;
}

div.news li a span.goto, div.events li a span.goto, div.opportunities li a span.goto, div.programmes li a span.goto{
display:none;
}


div.news li a:hover span.goto, div.events li a:hover span.goto, div.opportunities li a:hover span.goto, div.programmes li a:hover span.goto{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 5px;
	background-color: #cc3300;
	font-size:12px;
	color: #fff;
	height: 11px;
	display:block;
	
}


div.sidebar{
width: 250px;
float:left;
margin-left:10px;
}

}

div.event h2, div.news_item h3, div.programme h2, div.opportunity h2{
	font-size: 28px;
	line-height: 36px;
	
}
div.event p, div.news_item p, div.programme div.description p, 
div.a_resource div.description p, div.opportunity div.description p, 
div.description p, div.programme p, div.opportunity p, div.description div{
	
	color: #666;
	line-height: 26px;
	font-size:17px;
	
}

div.event div.intro p, div.news_item div.intro p, div.intro p, #bd-themes div.intro p:first-child{
	
	color: #333;
	line-height: 26px;
	font-size:18px;
}


div.description ul li{
	margin: 15px;
	color: #666;
	clear:both;
	list-style-type:disc;
}

div.description h3{
	color: #cc3300;
}

body#bd-events div.main ul.events  div.first_entry div.date {
	margin: 18px 0px;
	color: #666;
	font-size: 14px;
	letter-spacing: 2px;
	
}
div.event div.date, div.news_item div.date, div.a_resource div.date, div.opportunity div.date{
	font-size: 14px;
	letter-spacing: 2px;
	margin: 20px 0px;
	color: #666;
}

div.main div.first_entry li{
	width: 100%;
}

div.main div.first_entry li h3{
	font-size: 28px;
	font-weight: normal;
	border-bottom: 1px dotted #cc3300;
	display:inline;
	margin: 20px 0px;
	line-height: 36px;
}

div.main ul.resources div.first_entry  li div.date{
	margin: 18px 0px;
	color: #666;
	font-size: 14px;
	letter-spacing: 2px;
	}


body#bd-programmes  div.main ul.programmes div.first_entry li a div.introduction p{
	font-size: 18px;
	line-height: 28px;
	font-weight: lighter;
	margin-left: 0;
	color: #333;
}

div.promo_area {
	margin-top: 20px;
}
div.promo_area div.promo{
	margin: 20px 0px;
	
	
	
}

div.sidebar div.promo_area div.promo h3 {
	font-size: 20px;
	font-weight:bold;
	margin: 0;
	
}

div.sidebar div.themes {
	background:#fff;
}

div.sidebar div.themes h3{
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-bottom: 10px;
}
div.sidebar div.themes ul{
	margin: 0;
	padding: 0;
	
	
}



div.sidebar div.themes ul li{

	font-size: 14px;
	border-bottom: 1px dotted #999;

	
}

div.sidebar div.themes ul li a{
	display:block;
	cursor: pointer;
	padding: 10px 0px;
	}
	
	
div.sidebar div.themes ul li a:hover{
	background-color: #F2F1EE;
	color:#000;
}

div.sidebar div.themes p{
	color: #999;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0px;
}

div.sidebar div.follow_us{
	clear: both;
}

div.mailing_list {
	margin:20px 0px;

	overflow:hidden;
}
div.mailing_list div#theForm, div.mailing_list div#mailing-list-form  {
	float:left;
	width: 150px;
	
}

div.sidebar  input[type=text], div#footer div.mailing_list input[type=text]{
	width: 90%;
	padding: 3px;
	margin-bottom:10px;
}
div.mailing_list img{
	float:left;
}

div.sidebar div#mailing_list img{
	display:none;
}
div#footer{
clear:both;
background-color: #fff;
color: #666;
width: 1000px;
margin: 20px 0px;

overflow: hidden;
}

/*Directory*/
body#bd-directory div#browseby h2{
	float:left;
	padding-left: 40px;
	font-size:20px;
	background: url(../images/site/directory_search_icon.gif) no-repeat;
	width:255px;
	margin:7px 0px 0px 10px;
}
body#bd-directory div#browseby input[type="text"]{
	width: 375px;
	padding: 7px;
	float:left;
	margin-right:20px;
}

body#bd-directory div#browseby{
	background: url(../images/site/directory_search_bg.jpg) repeat-x;
	border: 1px solid #e2e2e2;
	height: 40px;
	padding-top: 8px;
	margin-bottom: 20px;
}

body#bd-directory form#directory_materials_springboard, body#bd-directory form#directory_product_types_springboard{
	display:none;
}


div#footer div.sitemap{
	padding: 30px 0px 30px 30px;
	overflow:hidden;
	background: url(../images/site/shiny_bg.png) repeat-x #333;
}

div#footer div.sitemap a.title {
margin-bottom:10px;
font-size:16px;
font-weight: bold;
display:block;



}

div#footer div.sitemap a.title:hover{
	color: #ccc;
}

div#footer div.sitemap ul{
	
	
	margin: 0px 80px 0px 0px;
	float:left;

	
}

div#footer div.sitemap ul li {
	margin: 1px 0px;

}

div#footer div.sitemap ul li a{
	color: #ccc;
	font-size: 12px;
	display:block;
	/*border-bottom: 1px dotted #707070;*/
	padding: 5px 0px 3px 0px;
	margin: 0;
	font-weight: normal;

	
}

div#footer div.sitemap ul li a:hover{

	color: #fff;
	background-color: #585858;
}



div#footer div.sitemap a{
	color: #fff;
	
}

div#footer div.mailing_list, div#footer div.main_search, div#footer div.follow_us{
	float:left;
}

div#footer div.mailing_list{
	margin: 30px 100px 30px 30px;
}


div#footer div.follow_us{
	margin: 30px 0px;
	
}

div#footer div.main_search{
	float: right; 
	margin: 30px 30px 30px 0px;
	text-align:left;
}

div#footer p.contact{
	width: 390px;
	background: url(../images/site/logo_small.gif) 0 0 no-repeat;
	margin-left:20px;
	padding:20px 0 20px 90px;
	font-size: 12px;
	clear:left;
	line-height: 20px;
	float:left;
}

div#footer ul.utilities{
	float:right;
	margin: 25px 30px 10px 0px;
	width: 390px;
}

div#footer ul.ultilities li{
	
}

div#footer div#copyright_notice{
	float:right;
	margin:10px 30px 0px 0px;
	color: #999;
	font-size:12px;
	
}

div.sidebar h3, div#footer h3{
	font-size: 16px;
	font-weight: bold;
	color: #999;
	margin:10px 0px;
	
	
}
div.follow_us ul {
	margin: 0;
}

div.follow_us ul li{
		margin: 8px 0px;
}
div.follow_us ul li a{
	font-size: 12px;
	color: #999;


	padding:5px 0 5px 25px;
	
	
	
}
div.follow_us ul li a:hover{
	color: #333;
}

div.follow_us ul li.twitter a{
	background: url(../images/site/twitter_icon.gif) no-repeat 0% 50%;
}
div.follow_us ul li.facebook a{
	background: url(../images/site/fb_icon.gif) no-repeat 0% 50%;
	
}

div.follow_us ul li.flickr a{
	background: url(../images/site/flickr_icon.gif) no-repeat 0% 50%;
}

div.follow_us ul li.youtube a{
	background: url(../images/site/youtube_icon.gif) no-repeat 0% 50%;
}
div.follow_us ul li.craftmap a{
	background: url(../images/site/craftmap_icon.gif) no-repeat 0% 50%;
}
/* --- Navigation --- */

.main_nav {
}

div.grid_12 ul#nav {

float:left;
margin-top:20px;
}



ul#nav ul li {
float:none;
}

ul#nav li:hover ul, #nav li.over ul {
display:block;
}

div.sidebar_left ul li{
	margin: 5px 0px;
}

/* --- Search --- */

#search_form {
}

/* --- Breadcrumb --- */

#breadcrumb {
padding:20px 0;
}

#materials{
	
}

div.result{float:left;  width: 260px; text-align:left; height: 277px; margin: 30px 0px; position:relative;}
body.bd-type div.result{height:306px;
}

div.result:hover img{border: 1px solid #cc0033; overflow:visible;  -moz-box-shadow: 0 2px 2px #666; box-shadow: 0 2px 2px #666;}



div.result img{border: 1px solid #dedede; overflow:visible;
}


div.result  span.cta{
	position:absolute;
	
	color: #fff;
	background: rgb(204,0,51);
	background: rgba(204,0,51, 0.80);
	display:none;
	text-align:center;
	width:242px;
	bottom:-2px;
	font-size: 18px;
	padding: 15px 0px;
	
	
}

div.result:hover span.cta, div.result:hover span.cta_product{
	display:block;
}


div.result  span.cta_product{
	position:absolute;
	
	color: #fff;
	background: rgb(204,0,51);
	background: rgba(204,0,51, 0.80);
	display:none;
	text-align:center;
	width:243px;
	bottom:0px;
	font-size: 18px;
	padding: 15px 0px;
}
div.result h2{
	font-size: 20px;
	margin-bottom: 15px;
	height: 22px;
	text-overflow:ellipsis;
	overflow:hidden;


	
}
div.result h2 a{


	
	color: #999;
	text-overflow:ellipsis;
	overflow:hidden;
	width:230px;

	
}

div.result:hover h2 a{
	color: #333;
}

div.result div.maker{
	margin-bottom: 10px;
}
#bd-themes div.theme{
	width: 300px;
	padding-right: 10px;
	float:left;
	margin-bottom: 40px;
	height: 400px;
	
	

	
}
#product_1,#product_2,#product_3,#image_1,#image_2,#image_3{
	float:left;
	margin-right: 23px;
	
	clear:right;
}

#description{
	clear:both;
	padding-top:20px;
}

#bd-themes ul li{list-style:none;}
div.maker_profile{
	width: 495px;
	float:left;
}
div.maker_extras{
	float:left;
	width:190px;
	margin-left: 60px;
	font-size: 15px;
	color: #666;
}



div.maker_extras h3{
	font-weight: bold;
	font-size: 16px;
	color: #999;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 15px;
}

div.maker_extras li span.date{
	display:block;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999;
	margin-bottom: 3px;
}

div.maker_extras li a, div.sidebar_extras{
	border-bottom: 1px dotted #cc0033;
	line-height: 21px;
	color: #666;
	font-size:14px;
	padding-bottom:1px;
}
div.sidebar_content li div.date{
	font-size:12px;
	color: #333;
	margin-bottom: 5px;
}
div.sidebar_content li a, div.sidebar div.archive li a{
	border-bottom: 1px dotted #fff;
	line-height: 21px;
	color: #666;
	font-size:14px;
	padding-bottom:1px;
}
div.sidebar_content li a:hover, div.sidebar div.archive li a:hover{
	border-bottom: 1px dotted #cc0033;
	
}
div.sidebar_content ul, div.sidebar div.archive ul{
	list-style-type:none;
	margin:0;
	border-bottom:1px dotted #CCCCCC;
}

div.maker_extras li:hover{
	
}
div.maker_extras li a:hover{
	border-bottom: none;
	color: #666;
}
div.maker_contact, div.related_events, div.related_news, div.related_programmes, div.where_to_buy{
	padding: 20px 0px;
	border-bottom: 1px solid #e3e3e3;

}
div.maker_profile h2{
	font-size: 28px;
	border-bottom: 1px dotted #CC3300;

	display:inline;
}
div.maker_profile div.intro p{
	font-size: 16px;
	margin-top: 15px;
	line-height: 24px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #333;
}

div.maker_profile div.image{
	
}

div.maker_profile div.image img{
	border: 1px solid #DFDFE2;
	margin-bottom: 20px;
	
}
div.maker_profile div#product_area{
	overflow:hidden;
}
div#product_types ul li, div#materials ul li{
	font-size: 14px;
	margin: 5px 0px;
}
div.maker_profile h4{
	font-family:"Helvetica Neue", Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

div.maker_extras a{
	color: #666;
}
div.maker_extras a.google_map{
	color: #fff;
}

div.maker_extras a.google_map:hover{
	background-color:#cc3300;
	color: #fff;
}
div.maker_extras a:hover{
	color: #666;
}

div.maker_extras li{
	margin: 15px 0px;
	
}
div.maker_profile div#product_area img{
	border: 1px solid #DFDFE2;
}

div.maker_extras div.maker_contact div.email, div.maker_extras div.maker_contact div.web{
	margin-top: 15px;
	
}

div.email a, div.web a{
	text-decoration:underline;
}

div.email a:hover, div.web a:hover{
	text-decoration:none;
}

div#product_area a{
	position:relative;
}

div#product_area a img:hover{
	border: 1px solid #cc3300;
	
}

div#product_area a span.cta{
	display:none;
	position:absolute;
	bottom: 4px;
	background: #cc3300;
	padding: 5px;
	width: 122px;
	color: #fff;
	text-align:center;
	font-size:12px;
}

div#product_area a:hover span.cta{
	display:block;
	z-index:10;
}
div.maker_profile div.description{
	clear:both;
}
div.maker_profile div.description p{
	font-size: 14px;
	color: #666;
	margin-top: 25px;
	line-height: 22px;
	
}

div.carousel{
	margin-bottom: 10px;
}

div#product div#maker, div#product div#materials, div#product div#materials, div#product div#product_types, div#product div#value{
	margin-bottom:10px;
}

div.maker_profile div#materials, div.maker_profile div#product_types {
	float:left;
	width: 240px;
	margin: 10px 0px;
	
}

div.news ul, div.events ul, div.opportunities ul, div.programmes ul{
	margin: 0;
	padding: 0;
	
}
div.news li, div.events li, div.opportunities li, div.programmes li{
	margin-bottom: 10px;
}

.clear{
	clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;
}

.htmlfivefix, body#bd-home span.htmlfivefix{
	display: block;
}

.awesome {

-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
background: #222 url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;

}

.small.awesome {
font-size: 11px;
color: #fff;
border-bottom: none;
}
.medium.awesome {
font-size: 13px;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
}

div#experience{
	position: relative;
	width: 100%;
}

ul#boxLinks{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
overflow:hidden;
}

ul#boxLinks li{
	display:inline;
	background: url(../images/site/tabs_bg.png) repeat-x;
	border: 1px solid #d9d9d9;
	margin: 0;
	float:left;
	
	
}
ul#boxLinks li a{
	display:block;
padding:8px;
}

#boxLinks li a {
display:block;
float:left;
left:1px;
margin-left:-1px;
padding:5px 10px;
position:relative;
text-decoration:none;
}

#boxLinks li a:active{
	background-image: none;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#box {

height:500px;
overflow:hidden;

position:relative;
top:-1px;
}

.box {
display:block;
height:500px;
overflow-x:hidden;
overflow-y:auto;
position:relative;
}


h3.experience{
	font-size: 20px;
	border-bottom: 1px dotted #cc3300;
	display:inline;
	padding-bottom: 1px;
	
}
#content-explorer {
width:100%;
line-height:normal;
margin-top: 25px;
}

#content-explorer ul {
		
list-style: none;

height: 31px;
margin-bottom:15px;
}

#content-explorer ul li {
float: left;
background: url(../images/site/tabs_bg.png) repeat-x;
border: 1px solid #d9d9d9;
text-align: center;
overflow: hidden;
margin-left: -1px;
			
}
	
#content-explorer ul li a {
display: block;
color: #333;
padding:5px 10px;
font-size:14px;
margin-left:-1px;
}

#content-explorer ul li a:hover {
color: #333;
	}
			
#content-explorer ul li.selected {
border-bottom: none;
background-image:none;
}
#content-explorer ul li.selected a {

border-bottom: 1px solid #fff;
color: #333;
}
div.yui-content {
	overflow: auto;
	clear:both;
}

div#exhibitions p, div#commissions p, div#publications p,div#awards p{
	font-size: 14px;
	padding: 5px 0px;
	margin: 0;
	color: #666;
	

}
div#exhibitions p:hover, div#exhibitions p:hover, div#commissions p:hover, div#publications p:hover,div#awards p:hover{
	background: #FAEAEE;
	color: #333;
	
}

body#bd-search div.main ul li{
	margin: 10px;
}

body#bd-search div.main h3{
	margin-bottom: 5px;
	font-size: 20px;
	border-bottom: 1px dotted #cc3300;
	display:inline;
}

span.date{
	padding-right: 10px;
	color:#666;
}

#bd-augustcraftmonth div.header{
	background: url(../images/site/acm_new_banner.jpg) no-repeat 0 0;
	height:308px;
	
	
}

#bd-augustcraftmonth div.header div.content h1{
	font-size: 36px;
	border-bottom: 1px dotted #cc3300;
	display:inline;
}

#bd-augustcraftmonth div.header div.content p.date{
	color: #999;
	font-size: 26px;
	margin-top:20px;
}
div.header div.content{
	width: 525px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 35px;
	height: 180px;
	}
	
div.header div.content ul{
	margin-top: 30px;
	margin-left: 0;
	}
div.header div.content ul li{
	display:inline;
	
}

div.header div.content ul li a{
	margin-right: 5px;
	font-size: 16px;
	padding: 3px 5px;
}

div.header div.content ul li a:hover{
	background: #d13d65;
	color: #fff;
	-moz-border-radius: 3px;
}
#bd-augustcraftmonth div#content{
	padding: 0;
	background: transparent;
	width: 980px;
}
#bd-augustcraftmonth div.main{
	background: #fff;
	padding:20px;
	width: 680px;
}
#bd-augustcraftmonth table{
	
}


#bd-augustcraftmonth table tr{
	border-left: 2px solid #fff;
}
#bd-augustcraftmonth table tr:hover {
	background-color: #f7dce3;
	border-left: 2px solid #cc3300;
	
}

#bd-augustcraftmonth table tr td{
	padding: 10px 4px;
}

#bd-augustcraftmonth h2{
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px dotted #333;
	padding-bottom: 2px;
	color: #cc3300;
	margin-top:40px;
	
}


/*-- inFieldLabels --*/

.label_wrap {
position:relative;
}

.label_wrap label {
position:absolute;
top:5px;
left:7px;
font-size: 14px;
color: #999;
font-style: italic;
}

div.reports_list, div.partner_list{
	float:left;
	width: 300px;
}

div.partner_list{
	margin-left: 40px;
}
#bd-about.bd-partners div.partner_list{
	width: 100%;
	float:none;
	margin-left: 0;
}
#bd-about.bd-reports div.reports_list, #bd-about.bd-press-room div.reports_list{
	width: 100%;
	float:none;
}

div.image{
	position: relative;
}

a.craftmonth_flag{
	background: url(../images/site/craftmonth_flag.png) no-repeat 0 0;
	width: 85px;
	height: 82px;
	position: absolute;
	left: -5px;
	top: -5px;
	z-index:10;
	
}
body#bd-events a.craftmonth_flag{
	background: url(../images/site/craftmonth_flag.png) no-repeat 0 0;
	width: 85px;
	height: 82px;
	position: absolute;
	left: -7px;
	top: -4px;
	z-index:10;
	
}
a.craftmonth_flag span, a.craftmonth_flag_small span{
	display:none;
}

div.events a.craftmonth_flag_small{
	background: url(../images/site/craftmonth_flag_small.png) no-repeat 0 0;
	width: 62px;
	height: 60px;
	position: absolute;
	left: -5px;
	top: -5px;
	display:inline;
	padding: 0;
	overflow:visibile;
	margin: 0;
	z-index:10;
}

div.events span.craftmonth_flag_small, span.craftmonth_flag_small{
	background: url(../images/site/craftmonth_flag_small.png) no-repeat 0 0;
	width: 62px;
	height: 60px;
	position: absolute;
	left: -5px;
	top: -5px;
	display:inline;
	padding: 0;
	overflow:visibile;
	margin: 0;
	z-index:10;
}

div.events span.craftmonth_flag, span.craftmonth_flag{
	background: url(../images/site/craftmonth_flag.png) no-repeat 0 0;
	width: 85px;
	height: 82px;
	position: absolute;
	left: -7px;
	top: -4px;
	z-index:10;
	
}
body#bd-events a.craftmonth_flag_small{
	background: url(../images/site/craftmonth_flag_small.png) no-repeat 0 0;
	width: 62px;
	height: 60px;
	position: absolute;
	left: -5px;
	top: -5px;
	display:inline;
	z-index:10;
}

td.title{
	
	
}
td.date{
	width:180px;
}

a.table_event_title{
	font-size: 16px;
	color: #333;
	border-bottom: 1px dotted #cc3300;
	line-height: 24px;
	width: 260px;
}

a.table_event_date, a.table_event_venue{
	font-size: 12px;
	color: #999;
	letter-spacing: 2px;
}
a.table_event_category{
	font-size: 12px;
	color: #333;
	letter-spacing: 2px;
}

div.document{
background:#FFFFFF none;

margin-bottom:20px;
padding:20px 0 20px 20px;
}

#bd-augustcraftmonth div.flickr{
	background: #fff;
	text-align: center;
	margin-top: 20px;
}
#bd-augustcraftmonth div.flickr table tr{
	border: none;
}
#bd-augustcraftmonth  div.flickr table tr:hover{
	background: #fff;
}

p img{
	float:none;
}

div.reports_list{
	
}

a.document{
	background: url(../images/site/pdf_icon.gif) no-repeat  0 50%;
	padding-left: 30px;
	padding-bottom:10px;
	padding-top:10px;
	font-size: 14px;
	line-height: 22px;
	
	
}



div#published{
	padding-bottom:10px;
	padding-top:10px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}


#bd-about div.main p{
	color:#333333;
font-family:"Helvetica Neue",Arial,sans-serif;
font-size:16px;
line-height:24px;
margin-top:15px;
}

#bd-about h2.about_home {
border-bottom:1px solid #E0E0E0;
color:#999999;
font-size:20px;
font-weight:normal;
margin:0 0 20px;
padding-bottom:3px;
}

#bd-about h2.about_home a{
	color: #999;
}

#bd-about div.reports, #bd-about div.partners{
	margin-top: 40px;
	overflow:
}

#bd-about.bd-reports div.report h2, #bd-about.bd-press-room  div.report h2, #bd-about.bd-partners  div.a_partner h2{
border-bottom:1px dotted #CC3300;
color:#333333;
display:inline;
font-size:20px;
line-height:28px;
}

#bd-about.bd-reports div.report div.intro, #bd-about.bd-press-room div.intro{
	margin-top: 20px;
}
#bd-about div.main div.themes, #bd-programmes div.main div.themes, #bd-resources div.main div.themes, #bd-events div.main div.themes, #bd-news div.main div.themes, #bd-opportunities div.main div.themes  {
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0px;
	color: #333;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #f7f7f7;
	
}
#bd-about div.main div.themes a, #bd-programmes div.main div.themes a,  #bd-resources div.main div.themes a, #bd-events div.main div.themes a, #bd-news div.main div.themes a, #bd-opportunities div.main div.themes a {margin-right: 10px;}


div.a_partner img{
	float:left;
	margin-right: 15px;
	border: 1px solid #ccc;
	
}

.bd-partners div.a_partner img{
	margin-top: 20px;
}
div.a_partner {margin-bottom: 40px;clear:both;}
body.bd-partners div.a_partner{width: 300px; float:left;clear:none; margin-right: 40px;}
div.contact_info{
	background: #fff;
	padding: 20px;
	color: #333;
}

#bd-about div.main div.a_partner div.intro p{
	font-size:14px;
	color: #666;
	
}
#bd-about.bd-partners div.main div.a_partner p{
	font-size:14px;
	color: #666;
	
}

#bd-about.bd-partners div.more {
	color: #333;
	font-size:14px;
	}
#bd-about.bd-partners div.more a{ 
border-bottom: 1px dotted #cc3300; line-height: 20px;}
bd.contact-us div.main{
	position:relative;
}
div.map{
	position: absolute;
	top:70px;
	right: 30px;
	
}
div.main p a, div.main_sub_theme p a {
	color: #000;
	border-bottom: 1px dotted #cc3300;
}

div.main p a:hover{
	border-bottom: none;
}
a.more_content{
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	padding: 6px 0px;
	font-weight: bold;
	font-size:12px;
	display:block;
	text-align:right;

	
}

a.more_content:hover{
	
}

body.bd-mission div.main ul {
	list-style-type:disc;
	
}

body.bd-mission div.main ul li{
	margin: 10px 20px;
	line-height: 24px;

}



#bd-about div.mission p:first-child, #bd-about.bd-mission div.main p:first-child{
	font-size: 18px;
	line-height: 26px;
}

div.sidebar div.themes h4{
	margin-bottom:0px;
	line-height: 22px;
}
div.sidebar div.themes h4 a{
	border-bottom: none;
}


#bd-outlets .main li.an_outlet h3{
	margin:0;
}

#bd-outlets div.outlet_description p:first-child{
	font-size: 18px;
}

input.add_comment{
	background: #cc3300;
	border:none;
	color: #fff;
	font-size: 18px;
	padding: 10px;
}


div.a_comment p:first-child{
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	padding: 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

div.a_comment p.author_info{
	
	font-size: 14px;
	color:#999;
	margin-bottom:30px;
	
}

div.a_comment p.author_info strong{
	color:#666;
}

div#comment_entries{
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.a_resource .image{
	float: left;
	padding-right: 20px;
}

div.about_content ul li {
	list-style-position:inside;
}

.about_content ul li{
	list-style-type:disc;
	margin-bottom: 15px;
	color:#333333;
	line-height:1.4em;	
} 

.main .events ul li{
	list-style-type:none;
	margin-bottom: 0px;
}

.description li{
	color:#666666;
	font-size:17px;
	line-height:26px;	
}

.directory .content h3 a{
	color: #FFFFFF;
}

.main strong{
	color:#333333;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	margin-bottom:18px;	
}