/*
	Theme Name: Action Hero
	Theme URI: 
	Description: Self-facilitating multimedia node
	Version: 1.0
	Author: Andy Eagles (@mr_beagle)
	Author URI: http://www.andyeagles.com
	Tags: 
	
*/

/*********************************************************************************************

Action Hero Site Styles

**********************************************************************************************


1.  960px 
2.  720px
3.  lt 720px 


**********************************************************************************************

FONTS

NAV/HEADER		font-family: 'Fjalla One', sans-serif;
HEADER			font-family: 'Josefin Sans', sans-serif;
MORE BUTTONS	font-family: 'Sonsie One', cursive;
LOGO		 	font-family: 'Ultra', serif;
BODY			font-family: 'Source Sans Pro', sans-serif;


COLORS			
BROWN / BODY 	#605c58
PALE BROWN		#beb1a1
RED				#ca4a41
BLUE			#1E606E
		
	
**********************************************************************************************

DEFAULTS:

*********************************************************************************************/  


body {
	font-size: 16px;
	line-height: 24px;
	color: #605c58;
	font-family: 'Source Sans Pro', sans-serif;
	background: url('_/img/content_bg.png') repeat;

}


img.responsive {
	max-width: 100%;
	height: auto;
}


strong, dfn {font-weight:bold;}

em, dfn {font-style:italic;}

sup, sub {line-height:0;}

abbr, acronym {border-bottom:1px dotted #666;}

address {margin:0 0 22px;font-style:italic;}

del {color:#666;}

pre {margin:22px 0;white-space:pre;}

pre, code, tt {font-family:'andale mono', 'lucida console', monospace;}

p {
	margin: 0 0 24px 0;
}

blockquote  {
	color: #777;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-left:0;
	margin-right:0;	
	padding: 0;
	padding-left: 0;
	padding: 0;
	font-size: 18px;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 50px;
	color: #ca4a41;
	float: left;
	text-align: left;
	line-height: 55px;
	height: 30px;
	padding: 0 8px 0 0;
	font-family: 'Sonsie One', cursive;
}



cite {
	display: block;
	text-align: left;
	color: #beb1a1;
	width: auto;
	clear: none;
	background: none;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	font-family: 'Source Sans Pro', sans-serif;
}

.red {
	color: #ca4a41;
}

.blue {
	color: #1E606E;
}

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

	.shop-item {
		padding-top: 10px;
		margin-bottom: 40px;
		background: #fff;
		border-bottom: 1px solid #beb1a1;
		border-top: 1px solid #beb1a1;
	}

.shop-button {
	display: inline;
	text-align: left;
}

.view_cart {
		text-align: center;
}

#content .shop-button input,
#content .view_cart input {
	display: inline;
	width: auto;
	border: 0;
	background: none;
	background-color: none;
	margin: 0;
	padding: 10px 0 5px;
}

#content .view_cart input {
	padding: 20px 0 0;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {font-weight: normal;}

h1 {
  font-size: 44px;
}

h1#logo {	
	font-family: 'Ultra', serif;
	background-color:#ca4a41;
	color: #fff;
	margin: -10px 0 10px;
	clear: none;
	display: block;
	float: left;
	text-align: center;
	width: 240px;
	height: 46px;
	line-height: 46px;
	font-size: 26px;
}

h1#logo a {
	color: #fff;
}

h1#logo a:hover {
	color: #fff;
	text-decoration: none;
}

h1, h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}


h4 {
  font-size: 20px;
}

h5 {
  font-weight: bold;
  font-size: 18px;
}

h6 {
  font-size: 16px;
  font-weight: bold;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}


dl {margin:0 0 22px 0;}
dl dt {font-weight:bold;}
dd {margin-left:30px;}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 24px;
}

a:focus, a:hover {text-decoration:underline;}
a {text-decoration:none; color: #1E606E;
}

caption {background:#eee;}
.small {font-size:12px;}

.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}

 
 
 /* Tables
-------------------------------------------------------------- */

 
table       { width:100%; text-align: center; font-size: 14px; margin: 0; margin-bottom: 70px; line-height: 22px;}
th,td,caption { padding: 22px 4px 16px;}
th          { font-weight: bold; }
thead th    {
	color: #a99e90;
	background: url('_/img/content_rev_bg.png') repeat;
	border-top: 1px solid #beb1a1;
	border-bottom: 1px solid #beb1a1;
	font-style: italic;
	margin-bottom: 4px;
	
}

/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
tbody tr:nth-child(even) td, 
tbody tr.even td  { 
	background: url('_/img/content_rev_bg.png') repeat;
}
tfoot       { font-style: italic; }
caption     { background: #eee; }


/************ iframes **********/
iframe {
	width: 460px;
	height: 259px;
}


 
 /*********** GENERIC STYLES **********/


.border_bottom {
	border-bottom: 1px dashed #beb1a1;
}

.shadow {
  -moz-box-shadow:    2px 2px 6px -4px #000;
  -webkit-box-shadow: 1px 1px 6px -4px #000;
  box-shadow:         1px 1px 6px -4px #000;
}

.text_shadow {
	 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}


.hidden {
	display: none;
}

.middle {
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

.content_block {
	
}


.button,
#content input.button {
	font-family: 'Sonsie One', cursive;
	background-color:#ca4a41;
	color: #fff;
	margin: 0;
	display: inline-block;
	text-align: center;
	width: auto;
	font-size: 1em;
	line-height: 1em;
	padding: 0.4em 1em;
	text-decoration: none;
	text-transform: none;
	border: none;
}

#content input.button {
	margin-top: 10px;
}

.button:hover,
#content input.button:hover {
	text-decoration: none;
	background-color:#f46767;
}

#content input.button {
	float: right;
}


.button_lines {
	background: url('_/img/button_lines.png') no-repeat center;
}


.mobile_only {
	display: none;
}

.widescreen {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	border-top: 1px solid #998d7f;
	border-bottom: 1px solid #998d7f;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

.dark {
	background: url('_/img/footer_bg.png') repeat;
	color: #fff;
}

header {
	padding-top: 20px;
}

.page header {
	padding-bottom: 30px;
	background: url('_/img/header_bg.png') repeat-x left bottom;
}

nav {
	font-weight: normal;
}

nav li a {
	font-size: 17px;	
}


.hero_1 {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -.05em;
}

.hero_2 {
	text-align: center;
	font-family: 'Fjalla One', sans-serif;
}

a#menuButton {
	display: none;
}

footer {
	border-top: 3px solid #ca4a41;
	background: url('_/img/footer_bg.png') repeat;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}


footer a {
	color: #e54945;
}


#footer_content {
	padding-bottom: 30px;
}

#f_social {
	background: url('_/img/f_social_bg.png') repeat;
	border-top: 1px solid #ca4a41;
}

#f_social ul {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0
}


#f_social ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
}

#f_social ul li a {
	display: inline;
	height: 40px;
	padding: 0 20px 0 0;
	overflow: hidden;
	color: #beb1a1;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
}

.small_print { 
	line-height: 40px;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	text-align: right;
	color: #beb1a1;
	font-size: 14px;
}

.small_print a {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	text-align: right;
	color: #beb1a1;
}

.small_print span,
.small_print a span {
	color: #ca4a41
}

.small_print span.divider {
	margin: 0 10px;
}



footer input,
#content input,
#content textarea {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 5px;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 14px 0px;
	border: 1px solid #beb1a1;
	background: #3d3a37;
	color: #beb1a1;
}

#content input,
#content textarea {
	background: #fafafa;
	color: #75706c;
	margin-top: 10px;
	text-transform: none;
}

#content textarea {
	height: 150px;
}

footer input:focus {
	border: 1px solid #bfb2a2;
}

footer input.button {
	margin: 0;
	float: right;
	border: 0;
	font-size: 13px;
}

label {
	height: 0;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}

footer h4 {
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
}

.f_twit_text {
}
	
.f_twit_img {
	display:inline;
	float: left;
	margin: 6px 20px 20px 0;
}

.meta, .muted {
	font-style: italic;
	color: #beb1a1;
}

.dropcap p:first-child:first-letter {
	float: left;
	color: #ca4a41;
	font-size: 68px;
	line-height: 60px;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: 'Ultra', serif;
}



/************ HOME STYLES **************/



#home #header_wrap {
	height: 648px;
	position: relative;
}




#featured_image {
 background-position: center center;
 background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;

  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
 
 height: 648px;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: -200;
 background-color: #222;
}


#h_project {
		color: #fff;
	}
	
#h_project h2 {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
	
#h_project_desc,
#p_project_desc,
.p_project_desc,
.breadcrumbs {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 10px;
	background: url('_/img/black_trans_bg.png') repeat left top;	
}



#h_project h2 span {
	display: inline-block;
	padding: 3px 10px 0;
	background: url('_/img/black_trans_bg.png') repeat left top;
}
	


#h_content {
	text-align: center;
	margin-bottom: 40px;
	background: url('_/img/header_border.png') repeat-x left top;
}


#h_headline h1 {
	position: relative;
	font-family: 'Ultra', serif;
	color: #3D3937;
	margin:0;
	text-transform: uppercase;
}

#h_headline h3 {
	position: relative;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #BEB1A1;
	margin: 0;
	padding: 0;
}



/*************** ABOUT STYLES **************/




#about_img_1 img,
#about_img_2 img,
#about_img_3 img,
#about_img_4 img {
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	display: none;
}

#about_img_1,
#about_img_2,
#about_img_3,
#about_img_4 {
	height: 600px;
}




.about_content {
	text-align: center;
	padding: 0 10%;
}


#abt_bristol_img img {
	margin-top: 15px;
}

#abt_event_img img {
	margin-top: 21px;
	width: 420px;
}

#abt_bristol {
	text-align: center;
}

#abt_event {
	margin-top: 30px;	
}


#abt_bristol h3,
#abt_event h3 {
	font-family: 'Fjalla One', sans-serif;
	border-top: 1px solid #BEB1A1;
	border-bottom: 1px solid #BEB1A1;
	text-transform: uppercase;
	padding: 10px 0;
	line-height: 42px;
	font-size: 36px;
	text-align: center;
	margin: 48px 0 26px 0;
}


#abt_bristol h3 span,
#abt_event h3 span {
	display: block;
}


#abt_event blockquote {
	font-size: 20px;
	color: #bbb;
}


.abt_grid {
	display:inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	height: 220px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}


.abt_grid h4 {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
}


#abt_touring {
	margin-top: 40px;
	margin-bottom: 20px;
}

#abt_collab {
	margin-bottom: 80px;
}


#touring {
	background: #ca4a41;
	width:300px;
}

#touring div,
#collab div {
	text-align: left;
	padding: 20px;
}

#touring h4,
#collab h4 {
	text-align: left;
	padding: 0;
	margin: 0 0 12px;
}

#touring_img {
	width:620px;
}

#touring_img span {
	display: block;
    width: 1000px;
	margin-left: -190px; /* -(width-container width)/2 */
}

.collab_img {
	width:140px;
}


#collab {
	background: #1E606E;
	width:300px;
}





/*************** WORK STYLES **************/


#work .content {
	max-width: 1300px;
}

#project_wrap, .project_wrap {
	position: relative;
	margin: 0 auto 40px;
}

/*
.project {
	width: 230px;
	height: 200px;
	margin: 10px;
	background: #888;
}
*/

/*
#project_wrap, .project_wrap .h2 {
	height: 380px;
}
*/


.project {
	display: inline-block;
	float: left;
	width: 280px;
	margin: 10px;
	position: relative;
}

.wide_project {
	width: 560px;
}

.project a {
	text-decoration: none;
}

.project div {
	margin: 0;
	padding: 0;
	position: relative;
}

.project img {
	padding: 0;
	margin: 0;
	height: auto;
	width: 280px;
	display: block
}

.wide_project img {
	width: 560px;
}


.project h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 0;
	padding: 0 0;
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: url('_/img/black_trans_bg.png');	
}

.project-short-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.3rem 0 .3rem;
	margin: 0 0 !important;
	color: #fff;
	text-transform: uppercase;
	background: url('_/img/black_trans_bg.png');
	display: none;
	font-size: 1rem;
	line-height: 1.4rem;
}

.project a:hover  .project-short-desc {
	display: block;
}


.project a:hover h4 {
	background: #ca4a41;
}

.project h4 span, .project .project-short-desc span {
	display: inline-block;
	padding: 0 10px;
}

.project_container {
	position: relative;
	margin:0 auto;
	max-width: 1200px;
}


/************ INDIVIDUAL PROJECT PAGE **************/

	.galleryLaunch img {
		width: 100%;
	}

#p_header_wrap {
	height: 600px;
}


#p_project {
	color: #fff;
	position: relative;
	height: 600px;
	width: 100%;
}
	
#p_project h2, #p_project h1.project_title {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
}
	


#p_project h2 span, #p_project h1.project_title span {
	display: inline-block;
	padding: 4px 10px 1px;
	background: url('_/img/black_trans_bg.png') repeat left top;
}

#project_page #featured_image {
 background-position: center center;
 background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
 height: 600px;
 position: absolute;
 z-index: -200;
 background-color: #222;
}

.align_bottom, .align_top {
	position: absolute;
	display: block;
	z-index: 100;
}

.align_top {
	width: 70%;
}


.breadcrumbs {
	position: relative;
	display: block;
	padding: 2px 0 0;
	z-index: 101;
	width: 100%;
	line-height: 24px;
	font-size: 13px;
	text-align: right;
	color: #beb1a1;
}

.breadcrumbs div {
	height: 24px;
	display: block;
	width: 940px;
	margin: auto;
}


.breadcrumbs span {
	color: #fff;;
}

.breadcrumbs a {
	color: #beb1a1;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #fff;
}


#sidebar ul,
#sidebar ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.shop-img {
	margin: 7%;	
}


#shop h3,
#sidebar h3 {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	color: #ca4a41;
	font-size:22px;
	border-bottom: 1px solid #beb1a1;
}



#shop h3 {
	border-bottom: 0px;
}

.sb_resources li a {
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0 0 0 30px;
	font-weight: normal;
	background: url('_/img/file.png') no-repeat left center;
}


#sidebar .sb_upcoming li  {
	display: block;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 32px;
	margin-top: 2px;
	height: 32px;
	letter-spacing: -0.5px;
}


.f_upcoming,
.f_upcoming li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}

.f_upcoming li {
	list-style-type: none;
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin: 0px 0 22px;
	padding: 0;
	height: auto;
	letter-spacing: -0.3px;
}

.f_upcoming li a {
	color: #fff;
}


.f_show_title a {
	font-weight: normal;	
}

.f_show_date {
	display: block;
	float: right;
	text-align: right;
	color: #beb1a1;
	padding-right: 10px;
	
}

.f_show_venue1,
.f_show_venue2 {
	line-height: 22px;
	font-size: 11px;
	display: block;
}

.f_show_venue2 {
	font-style: italic;
	color: #beb1a1;
}



.sb_show_date {
	display: block;
	float: right;
	text-align: right;
	color: #ca4a41;
	line-height: 32px;
}


.sb_show_venue2 {
	display: block;
	font-style: italic;
	color: #beb1a1;
	font-weight: bold;
	font-size: 14px;
	margin-top: -12px;
}



#project_page #content {
	margin-top: 32px;
}


#image_wrap {
	padding: 32px 0;
	border-top: 1px solid #BEB1A1;
	margin: 32px auto 0;
}

.project_img {
	text-align: center;
	width: 220px;
	margin: 10px;
}

.project_vid,
.project_vid iframe {
	display: block;
}

.project_vid {
	margin: 10px;
}

.project_img img {
	padding: 0;
	margin: 0;
	height: auto;
	width: 220px;
	display: block;
}


/************** CALENDAR STYLES *************/

#calendar h2, 
#calendar h3 {
	font-size: 24px;
	line-height: 24px;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	color: #ca4a41;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.cal_wrap {
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}


.cal_date {
	color: #ca4a41;
}

.cal_date span {
	text-transform: none;
}

.cal_venue {

}

.cal_title {
}

#calendar h3.year_header {
	 cursor:pointer;
	 text-align: center;
	 margin: 0;	 
	 padding-top: 1.5rem;
	 padding-bottom: 1.5rem;

	border-top: 1px solid #beb1a1;
	 }
	 
#calendar div.year_holder table {
	margin-bottom: 0;
	border-bottom: 2px solid #beb1a1;
}


/*********** Resources styles **************/

#resources_wrap {
	margin-bottom: 32px;
}

#resources_wrap h2,
#resources_wrap h3,
#contact_wrap h2,
#contact_wrap h3 {
	border-bottom: 1px solid #beb1a1;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	color: #ca4a41;
	padding:0;
	margin:0;
	padding-bottom: 15px;
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 32px;
}

.resource_block {	
	margin-top: 22px;
}

.resource_block h4 {
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ca4a41;
	margin: 0;
	line-height: 32px;
	font-size: 20px;
}

.rsrc_link,
.rsrc_file {
	margin: 0 0 32px;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

.rsrc_file li,
.rsrc_link li
{
	line-height: 22px;
	font-size: 16px;
	margin: 0 0 28px;
	padding: 0;
	
}

.rsrc_file li {
	padding: 0 25px;
	background: url('_/img/file.png') no-repeat 0 3px;
}

.rsrc_link li {
	padding: 0 25px;
	background: url('_/img/link.png') no-repeat 0 4px;
}


/*********** CONTACT STYLES ************/

#contact_img img {
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	display: none;
}

#contact_img {
	height: 370px;
	border: 0;
	border-bottom: 6px solid #1E606E;
	background-image: url('_/img/content/contact.jpg');
	background-position: top center;
}



#contact_wrap {
	position: relative;
	z-index: 500;
	margin-bottom: 70px;
	background: #f9f9f9;
}


.contact_block {
	padding: 60px 30px 32px;
}

#contact_wrap .contact_block h3 {

}


/************* BLOG STYLES ************/


	.alm-masonry, .alm-ajax, .alm-listing {
		margin: 0 auto !important;
	}
	


	.blog_post {
		width:300px;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	
		
	.blog_post_bg {
		border: 1px solid #ccc;
		background: #fdfdfd;
	}

	.blog_post a {
		display: block;
		color: #605c58;
		text-decoration: none;
		overflow: hidden;
	}
	
	
	.blog_post table,
	.blog_post table tr,
	.blog_post table td,
	#content .blog_post table tbody {
		text-align: right;
		background: none;
		background-image: none;
		margin: 0;
		padding: 0;
		
	}
	
	.blog_post a.status_link {
		display: inline;
		color: #1E606E;
		text-decoration: none;
		border: 0;
	}
	
	.blog_post a.status_link:hover {
		background: none;
		color: #1E606E;
		text-decoration: underline;
		border: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow:         none;
	}
	
	.blog_post a:hover {
		background: #fff;
		-moz-box-shadow:    2px 2px 8px -2px #555;
		-webkit-box-shadow: 1px 1px 8px -2px #555;
		box-shadow:         1px 1px 8px -2px #555;
	}
	
	
	.blog_post blockquote {
		margin: 0;
		padding: 0;
		line-height: 32px;
	}
	
	.blog_post blockquote cite {
		margin: 0;
		padding: 0;
	}
	
	.blog_post h4 {
		color: #ca4a41;
		font-size: 18px;
		font-family: 'Fjalla One', sans-serif;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}
	
	.blog_post .status h4,
	.blog_post .standard h4 {
		font-size: 20px;
		margin: 8px 0 16px;
	}
	
	.blog_post .status:first-child:first-letter {
		float: left;
		font-family: 'Ultra', serif;
		color: #ca4a41;	
		font-size: 42px;
		line-height: 32px;
		padding-top: 9px;
		padding-right: 5px;
		padding-left: 3px;
	}
	
	.blog_post .standard p {
		margin: 0;
	}

	
	.blog_post img {		
		padding: 0;
		margin: 0;
		width: 100%;
		height: auto;
	}
	
	.blog_post form img {
		width: auto;
	}

	
	.blog_post_text {
		padding: 10px;
	}
	
	.blog_post_footer {
		border-top: 1px solid #ddd;
		background: #fafafa;
		font-size: 12px;
		color: #beb1a1;
		padding: 5px 10px;
		text-transform: uppercase;
		text-align: right;
	}
	
	.blog_post_footer span {
		color: #ca4a41;
	}
	
	
	
	.blog_post_vid {
		position: relative;
		height: auto;
		width: auto;
	}
	
	.play_btn {
		display: block;
		position: absolute;
		overflow: hidden;
		text-indent: -99999px;
		height: 70px;
		width: 70px;
		top: 50%;
		left: 50%;
		margin-top: -35px;
		margin-left: -35px;
		background: url('_/img/play_btn.png') repeat;
	}


	/************ INDIVIDUAL BLOG PAGE *************/


	#blog_page .breadcrumbs {
		background: url('_/img/black_trans_darker_bg.png') repeat left top;	
	}
	
	.blog_page_image {
		width: 100%;
	}
	
	#blog_page h2 {
		position: relative;
		font-family: 'Josefin Sans', sans-serif;
		color: #ca4a41;
		letter-spacing: -0.02em;
		margin:0;
		text-transform: uppercase;
		font-size: 50px;
		line-height: 64px;
		text-align: center;
		margin: 32px 0;
		padding: 0 0 32px;
		border-bottom: 1px solid #BEB1A1;
	}
	
	
	#blog_vid,
	#blog_vid iframe {
		width: 700px;
		height: 394px;
		display: block;
		margin: auto;
	}
	
	
	
.about_quote {
	font-family: 'Ultra', serif;
	font-weight: normal;
	padding: 10px 10px 4px;
	color: #fff;
	 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.quote_top {
	width: 50%;
}



.about_quote span {
	font-family: 'Source Sans Pro', sans-serif;	
	font-style: italic;
	
}

.about_quote:before {
    display: block;
    content: "\201C";
    font-size: 3.2rem;
    color: #ca4a41;
    float: left;
    text-align: left;
    line-height: 3.6rem;
    height: 1.9rem;
    padding: 0 8px 0 0;
    font-family: 'Sonsie One', cursive;
}
	

/********************************************************************************************* 

1.  960px 

*********************************************************************************************/  

 
@media only screen and (min-width: 960px) {

.about_quote {
	font-size: 1.8rem;
	line-height: 2rem;
}

.about_quote span {
	font-size: 1.4rem;
}


/*
	body {
	  min-width: 960px;
	}
*/	

	body.page {
		font-size: 18px;
		line-height: 32px;
	}
	
	body.page p {
		margin: 0 0 32px 0;
	}
	
	body.page .full_width {
		font-size: 20px;
		line-height: 36px;
	}
	
	body.page .full_width p {
		margin-bottom: 36px;
	}
	
	body.page .dropcap .full_width p:first-child:first-letter {
	float: left;
	color: #ca4a41;
	font-size: 72px;
	line-height: 60px;
	padding-top: 9px;
	}

	
	#sidebar,
	#sidebar blockquote,
	#sidebar blockquote cite,
	#sidebar h3,
	#sidebar ul,
	#sidebar ul li {
		line-height: 32px;
	}
	
	#sidebar blockquote {
		margin-top: 0;
		margin-bottom: 32px;
	}
	
	.sb_block {
		
	}
	

	#sidebar ul,
	#sidebar h3 {
		font-size: 16px;
		margin: 0 0 32px;
	}
	
	#sidebar h3 {
		margin-bottom: 16px;
		padding-bottom: 15px; /* minus 1px for bordeer */
		font-size: 22px;
	}
	
	#sidebar ul li a {
		color: #1E606E;
		text-decoration: none;
	}
	
	#sidebar ul li a:hover {
		text-decoration: underline;
	}

	
	.sb_resources li a {
		line-height: 32px;
		display: block;
		height: 32px;
	}
	
	
	
	header {
		padding-top: 50px;
	}

		
	nav ul {
		display: block;
		float: right;
		height: auto;
		margin: 0;
		padding: 0;
	}

	nav li {
		display: block;
		float: left;
		width: auto;
		margin: 0;
		padding:0 0 0 25px;		
	}
	nav li a {
		font-family: 'Fjalla One', sans-serif;
		font-size: 17px;
		color: #fff;
		text-decoration: none;
		display: block;
		float: left;
		height: 35px;
		line-height: 35px;
		padding: 0;
		margin: 0;
	}
	
	
	nav li a:hover,
	nav li.active a:hover {
		border-bottom: 3px solid #fff;
		text-decoration: none;
	}
	
	nav li.active a {
		border-bottom: 3px solid #ca4a41;
	}
	

	.align_bottom {
		bottom:80px;
	}
	
	.align_top {
		top: 80px;
	}
	
	#h_project h2 {
		font-size: 60px;
		line-height: 82px;
		margin-bottom: 10px;
	}
	
	#h_project_desc, #p_project_desc, .p_project_desc {
		display: block;
		width: 40%;
		font-size: 14px;
		line-height: 24px;
	} 
	
	#h_project h2 span {
		padding: 4px 12px;
	}
	
	
	

	#h_content {
		padding-top: 80px;
	}
	
	#h_headline {
		position: relative;
		margin-bottom: 22px;
	}

	#h_headline h1 {
		line-height: 90px;
		font-size: 82px;
	}

	#h_headline h1 span {
		display: inline-block;
		position: relative;
		padding: 15px 0;
		line-height: 90px;
		border-top: 1px solid #BEB1A1;
		border-bottom: 1px solid #BEB1A1;
		z-index: 400;
	}
	
	#h_headline h3 {
		font-size: 18px;
		line-height: 26px;
	}
	
	#h_headline h3 span {
		padding: 0 30px;
		position: relative;
		z-index: 410;
		background: url('_/img/content_bg.png') repeat;
	}
	
	.h_headline_1 {
		top: 12px;
	}
	
	.h_headline_3 {
		top: -14px;
	}
	
	.hero_1,
	.hero_2 {
		
	}
	
	.hero_1 {
		font-size: 32px;
		line-height: 50px;
		margin-bottom: 30px;
	}
	
	.hero_1 span,
	.hero_2 span,
	#abt_hero span,
	#resources_hero,
	#calendar_hero {
		display: block;
	}
	
	.hero_2 {
		font-size: 26px;
		line-height: 44px;
		margin-bottom: 56px;
	}
	
	
	
	
	
	
	/************* ABOUT SYLES ************/
	
	
	body.page #abt_hero,
	body.page #resources_hero,
	body.page #calendar_hero {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 32px;
		line-height: 42px;
		clear: both;
	}
		
	
	/************* WORK STYLES ************/
	body.page #work_hero {
		margin: 0;
		padding: 0;
		font-size: 27px;
		line-height: 38px;
		clear: both;
	}
	

	
	#p_project h2, #p_project h1.project_title {
		font-size: 56px;
		line-height: 72px;
	}
	
	#p_project h2 span, #p_project h1.project_title span {
		padding: 4px 12px;
	}
	
	#h_project_desc, #p_project_desc, .p_project_desc {
		width: 40%;
		font-size: 14px;	
	} 
	
	
	.wide_project {
	width: 430px;
	}



	.wide_project img {
		width: 430px;
	}
		
		
	/*********** FOOTER STYLES *************/	

	.f_show_venue1,
	.f_show_venue2 {
		float: left;
		clear: left;
	}
	
	.f_show_venue2 {
		clear: none;
		margin-left: 7px;
	}
	
	.f_show_title {
		float: left;
	}
	
	footer h4 {
		padding-bottom: 18px;
		margin-bottom: 22px;
		border-bottom: 1px solid #68615a;
	}
	
	
	.content_block {
		padding: 40px 0;
	}

}
	

/********************************************************************************************* 

2.  720px 

*********************************************************************************************/ 

@media only screen and (min-width: 720px) and (max-width: 959px) {
	
	
.about_quote {
	font-size: 1.5rem;
	line-height: 1.7rem;
}

.about_quote:before {
    font-size: 2.6rem;
    line-height: 2.8rem;
    height: 1.5rem;
}

.about_quote span {
	font-size: 1rem;
}
	
	

	table       { font-size: 12px; margin-bottom: 70px; line-height: 18px;}

	#calendar h2 {
		font-size: 18px;
	}
	
	
	.dropcap p:first-child:first-letter {
		font-size: 48px;
		line-height: 32px;
		padding-top: 9px;
		padding-right: 3px;
		padding-left: 3px;
	}
	
	body.page .dropcap .full_width p:first-child:first-letter {
		font-size: 50px;
		line-height: 32px;
		padding-top: 6px;
		padding-right: 5px;
		padding-left: 3px;
	}
	

	header {
		padding-top: 30px;
	}

	h1#logo {	
		width: 200px;
		height: 38px;
		line-height: 38px;
		font-size: 22px;
		margin: -3px 0 3px;
	}

	nav ul {
		display: block;
		float: right;
		height: auto;
		margin: 0;
		padding: 0;
	}

	nav li {
		display: block;
		float: left;
		width: auto;
		margin: 0;
		padding:0 0 0 20px;		
	}
	
	

	nav li#first {
		padding:0;
	}
	
	nav li a {
		font-family: 'Fjalla One', sans-serif;
		font-size: 13px;
		color: #fff;
		text-decoration: none;
		display: block;
		float: left;
		height: 35px;
		line-height: 35px;
		padding: 0;
		margin: 0;
		text-decoration: none;
	}
	
	nav li a:hover,
	nav li.active a:hover {
		text-decoration: none;
		border-bottom: 2px solid #fff;
	}
	
	nav li.active a {
		border-bottom: 2px solid #ca4a41;
	}


	#featured_image {
		height: 530px;
	}
	

	#home #header_wrap {
		height: 530px;
	}
	

	
	#h_project h2 {
		margin-top: 140px;
		font-size: 50px;
		line-height: 60px;
	}
	
	#h_project_desc, #p_project_desc, .p_project_desc {
		width: 60%;
		font-size: 14px;	
	}
	
	.align_bottom {
		bottom:70px;
	}
	
	.align_top {
		top:70px;
	}


	#h_content {
		padding-top: 50px;
	}

	#h_headline {
		position: relative;
		margin-bottom: 0px;
	}

	#h_headline h1 {
		line-height: 80px;
		font-size: 62px;
	}

	#h_headline h1 span {
		display: inline-block;
		position: relative;
		padding: 15px 0;
		line-height: 80px;
		border-top: 1px solid #BEB1A1;
		border-bottom: 1px solid #BEB1A1;
		z-index: 400;
	}
	
	#h_headline h3 {
		font-size: 16px;
		line-height: 22px;
	}
	
	#h_headline h3 span {
		padding: 0 30px;
		position: relative;
		z-index: 410;
		background: url('_/img/content_bg.png') repeat;
	}
	
	.h_headline_1 {
		top: 12px;
	}
	
	.h_headline_3 {
		top: -14px;
	}
	
	.hero_1 {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 26px;
	}
	
	.hero_1 span{
		display: block;
	}
	
	.hero_2 {
		font-size: 22px;
		line-height: 38px;
		margin-bottom: 40px;
	}
	
	body.page #abt_hero,
	body.page #resources_hero,
	body.page #calendar_hero {
		font-size: 26px;
		line-height: 34px;
		margin: 5px 0 10px;
		padding: 0;
		height: auto;
	}
	
	
	.content_block {
		padding: 30px 0;
	}
	
	.small_print {
		font-size: 12px;
	}
	
	
	/****** ABOUT STYLES *********/
	
	#about_img_1,
	#about_img_2,
	#about_img_3,
	#about_img_4 {
		height: 500px;
	}
	
	#abt_event {
		margin-top: 20px;
	}
	
	
	#abt_bristol h3,
	#abt_event h3
	 {
		padding: 10px 0;
		line-height: 32px;
		font-size: 26px;
		text-align: center;
		margin: 30px 0 22px;
	}
	
	
	#abt_bristol_img img {

		width: 270px;
		margin-top: 12px;
	}
	
	#abt_event_img img {
		margin-top: 24px;
		width: 320px;		
	}
	
	
	#abt_event blockquote {
		font-size: 16px;
		
	}
	
	blockquote:before {
	font-size: 34px;
	line-height: 37px;
	height: 20px;
	}
	
	#collab_img4 {
		display: none;
	}
	
	
	.abt_grid {
		height: 200px;
	}
	
	
	#abt_touring {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	#abt_collab {
		margin-bottom: 50px;
	}
	
	#touring {
		background: #ca4a41;
		width:340px;
	}
	
	#touring div,
	#collab div {
		text-align: left;
		padding: 20px;
	}
	
	#touring h4,
	#collab h4 {
		text-align: left;
		padding: 0;
		margin: 0 0 12px;
	}
	
	#touring_img {
		width:340px;
	}
	
	#touring_img span {
		display: block;
	    width: 1000px;
		margin-left: -330px; /* -(width-container width)/2 */
	}
	
	.collab_img {
		width:100px;
		height: 200px;
	}
	
	.collab_img span {
		display: block;
	    width: 1000px;
	    height: 1000px;
	    margin-top: -10px;
		margin-left: -450px; /* -(width-container width)/2 */
	}
	
	
	
	#collab {
		background: #1E606E;
		width:340px;
	}
	
	
	/********** WORK STYLES ************/
	
	body.page #work_hero {
		font-size: 20px;
		line-height: 30px;
		clear: both;
		margin-bottom: 10px;
	}
	
	
	.project {
		width: 220px;
		height: auto;
		margin: 10px;
		position: relative;
	}
	
	.wide_project {
		width: 330px;
	}
	
	.project h4 {
		font-size: 18px;
		padding: 4px 0 2px;
	}
	
	.project img {
		width: 220px;
	}
	
	.wide_project img {
		width: 330px;
	}

	
	
	#p_project,
	#project_page #featured_image {
		height: 520px;
	}
	

	/*********** INDIVIDUAL PROJECT STYLES *********/


	
	#p_project h2, #p_project h1.project_title {
		font-size: 50px;
		line-height: 60px;
	}
	
	#p_project h2 span, #p_project h1.project_title span {
		padding: 4px 12px;
	}
	
	
	.breadcrumbs div {
		width: 700px;
	}
	

	
	#sidebar,
	#sidebar blockquote,
	#sidebar blockquote cite,
	#sidebar h3,
	#sidebar ul,
	#sidebar ul li {
		font-size: 14px;
		line-height: 24px;
	}
	
	#sidebar blockquote {
		margin-top: 0;
		margin-bottom: 24px;
	}
	
	#sidebar blockquote:before {
		font-size: 35px;
		line-height: 40px;
		height: 20px;
		padding: 0 7px 0 0;
	}
	
	#sidebar .sb_upcoming li {
		display: block;
		font-size: 14px;
		line-height: 24px;
		margin: 0;
		height: 48px;
		overflow: hidden;
	}
	
	.sb_show_date {
		line-height: 24px;
		font-size: 14px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: normal;

	}
	
	.sb_show_venue1 {
		line-height: 24px;
		font-size: 14px;
		padding: 0;
		margin: 0;
		font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	}
	
	.sb_show_venue2 {
		margin-top: -10px;
		line-height: 24px;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	}
	
	.sb_resources li a {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: normal;
		padding: 0 0 0 30px;
		background: url('_/img/file.png') no-repeat left center;
	}
		
	
	.sb_resources li a {
		font-size: 14px;
		line-height: 24px;
		display: block;
		height: 24px;
	}

	
	
	
	

	#sidebar ul,
	#sidebar h3 {
		font-size: 14px;
		margin: 0 0 24px;
	}
	
	#sidebar h3 {
		margin-bottom: 12px;
		padding-bottom: 11px; /* minus 1px for bordeer */
		font-size: 18px;
	}
	
	#sidebar ul li a {
		color: #1E606E;
		text-decoration: none;
	}
	
	#sidebar ul li a:hover {
		text-decoration: underline;
	}

	.sb_resources li a {
		line-height: 24px;
		display: block;
		height: 24px;
	}

	
	
	/*********** Resources styles **************/
	
	#resources_hero {
		font-size: 24px;
	}
	
	#resources_wrap h2,
	#resources_wrap h3,
	#contact_wrap h2,
	#contact_wrap h3 {
		padding:0;
		margin:0;
		padding-bottom: 11px;
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 24px;
	}
	
	.resource_block {
		margin-bottom: 24px;
	}
	
	.resource_block h4 {
		line-height: 24px;
		font-size: 16px;
	}
	
	.rsrc_file,
	.rsrc_file li,
	.rsrc_link,
	.rsrc_link li
	{
		font-size: 14px;
	}
	
	.rsrc_file li,
.rsrc_link li
{
	margin: 0 0 22px;
	background-position: 0 1px;
}
	
	
	#contact_img {
		height: 280px;
	}
	
	#contact_wrap {
	
	}


	
	
	/****** Footer styles ******/

	
	
	.f_twit_img {
		display: none;
	}
	
	footer {
		font-size: 13px;
	}

	footer h4 {
		font-size: 17px;
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px solid #68615a;
	}
	
	

	.f_upcoming,
	.f_upcoming li {}
	
	.f_upcoming li {
		font-size: 13px;
		line-height: 20px;
		margin: 0px 0 22px;
	}
	
	.f_upcoming li a {}
	
	
	.f_show_title a {
		font-family: 'Source Sans Pro', sans-serif;
	}
	
	.f_show_date {
		font-weight: normal;
		padding-right: 10px;
		font-family: 'Source Sans Pro', sans-serif;
	}
	
	.f_show_venue1,
	.f_show_venue2 {
		line-height: 16px;
		font-size: 10px;
	}
	
	.f_show_venue2 {}


/********** BLOG STYLES **********/

	.blog_post {
		width:340px;
	}
	


	#blog_page h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 28px;
		padding-bottom: 20px;
	}
	
	#blog_vid,
	#blog_vid iframe {
		width: 700px;
		height: 394px;
		display: block;
		margin: auto;
	}
 
}
 
 

/********************************************************************************************* 

3.  lt 720px 

*********************************************************************************************/ 




@media only screen and (max-width: 719px) {

	
.about_quote {
	font-size: 1.3rem;
	line-height: 1.5rem;
}

.about_quote:before {
    font-size: 2.2rem;
    line-height: 2.6rem;
    height: 1.2rem;
}

.about_quote span {
	font-size: .8rem;
}


.quote_top {
	width: 80%;
}

	table       { 
		font-size: 11px;
		margin-bottom: 70px;
		line-height: 14px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: normal;
		margin-top: -20px;
	}
	
	

	#calendar h2 {
		font-size: 16px;
	}

	.content_block {
		font-size: 14px;
		padding: 22px 0;
	}

	.dropcap p:first-child:first-letter {
		font-size: 48px;
		line-height: 30px;
		padding-top: 9px;
		padding-right: 3px;
		padding-left: 3px;
	}
	
	body.page .dropcap .full_width p:first-child:first-letter {
		font-size: 52px;
		line-height: 32px;
		padding-top: 7px;
		padding-right: 5px;
	}


	.mobile_only {
		display: block;
	}
	
	.hide_mobile {
		display: none;
	}
	
	
		
	nav ul {
		display: none;
		height: auto;
		margin: 20px 0 0 2px;
		padding: 0;
	}
	

	nav li {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		padding:0;		
	}
	nav li a {
		font-family: 'Josefin Sans', sans-serif;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		border-top: 1px dashed #555;
		display: block;
		text-align: center;
		height: 35px;
		line-height: 35px;
		padding: 4px 0 0 0;
	}
	
	

	#featured_image {
		height: 300px;
		position: relative;
	}
	
	#p_project,
	#project_page #featured_image {
		height: 410px;
	}
	
	#home #header_wrap {
		height: auto;
	}

	.button {
		font-size: 12px;
	}


	header {
		padding: 20px 0;
		background: url('_/img/header_bg.png') repeat-x left bottom;
	}

	
	
	#h_project h2 {
		margin-top: 50px;
		font-family: 'Fjalla One', sans-serif;
		line-height: 30px;
		text-transform: uppercase;
		font-size: 30px;
		margin-bottom: 10px;
	}
	

	#h_project_desc, #p_project_desc, .p_project_desc {
		width: 85%;
		font-size: 11px;
		line-height: 20px;
	} 
	
	#h_project h2 span {
		padding: 4px 10px 3px;

		background: url('_/img/black_trans_bg.png') repeat left top;
	}
	
	
	.project {
		width: 220px;
		height: auto;
		margin: 10px;
		position: relative;
	}
	
	.project img {
		width: 220px;
	}
	
	.project h4 {
		font-size: 18px;
		padding: 4px 0 2px;
	}
	
	#p_project,
	#project_page #featured_image {
		height: 430px;
	}

	.align_bottom {
		bottom:0px;
	}
	
	.align_top {
		top:20px;
	}


	h1#logo {
		width: 200px;
		height: 40px;
		line-height:40px;
		font-size: 22px;
		letter-spacing: 0.7px;
		margin: 0;
	}

	
	
	#h_headline h1 {
		margin: 46px 0 16px 0;
		line-height: 46px;
		font-size: 30px;

	}

	#h_headline h1 span {
		padding: 5px 0;
		line-height: 46px;
		border-top: 1px solid #BEB1A1;
		border-bottom: 1px solid #BEB1A1;
	}
	

	.hero_1 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.hero_2 {
		font-size: 16px;
		line-height: 24px;
	}
	
	
	a#menuButton {
		font-family: 'Fjalla One', sans-serif;
		display: block;
		float: right;
		overflow: hidden;
		text-indent: -9999px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
		position: relative;
		background: url('_/img/nav-icon.png') no-repeat center;
		text-transform: uppercase;
		background-color:#1E606E;
	}
	
		
	footer {
		text-align: center;
	}
		
	footer h4 {
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px solid #68615a;
	}
	

	
	.event {
		width: auto;
		float: none;
	}
	
	.f_twit_img {
		display: none;
	}
	
	.event p {
		margin:0;
		padding:0;
	}
	
	.event .f_date {
		text-align: center;
		text-transform: uppercase;
		margin: 0;
		color: #beb1a1;
	}
	
	.event .f_venue {
		display:block;
		margin: 0px 0 20px 0;
	}
	
	.small_print {
		text-align: center;
		font-size: 11px;
		display: block;
	}
	
	.small_print span.divider {
	margin: 0 3px;
	}
	

	
	.meta {
		font-style: italic;
		color: #beb1a1;
	}
	
	.f_upcoming,
	.f_upcoming li {}
	
	.f_upcoming li {
		text-align: left;
		font-size: 16px;
		line-height: 22px;
		margin: 0px 0 22px;
	}
	
	.f_upcoming li a {}
	
	
	.f_show_title a {
		font-family: 'Source Sans Pro', sans-serif;
	}
	
	.f_show_date {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: normal;
		padding-right: 0px;
	}
	
	.f_show_venue1,
	.f_show_venue2 {
		line-height: 18px;
		font-size: 11px;
	}
	
	.f_show_venue2 {}
	
	
	footer #f_social ul {
		text-align: center;
		padding: 6px 6px;
		font-size: 14px;
		margin: auto;
	}
	
	footer #f_social ul li a,
	footer #f_social ul li {
		display: block;
		clear: both;
		width: 100%;
	}
	
/****** ABOUT STYLES *********/
	

	
	body.page #abt_hero,
	body.page #resources_hero,
	body.page #calendar_hero {
		margin: 0;
		padding: 0;
		font-size: 20px;
		line-height: 28px;
	}
	


	#about_img_1,
	#about_img_2,
	#about_img_3,
	#about_img_4 {
		height: 250px;
	}
	
	#abt_bristol h3,
	#abt_event h3,
	#touring h4,
	#collab h4  {
		font-family: 'Fjalla One', sans-serif;
		border-top: 0;
		border-bottom: 1px solid #BEB1A1;
		text-transform: uppercase;
		text-align: center;
		padding: 0px 0 15px;
		line-height: 32px;
		font-size: 24px;
		margin:0 0 15px;
	}
	
	
	
	
	
	#abt_bristol h3 span,
	#abt_event h3 span {
		
	}
	
		
	#abt_event blockquote {
		font-size: 14px;
	}
	
	#abt_event blockquote:before {
	font-size: 28px;
	line-height: 37px;
	height: 18px;
	}
	
	#abt_event cite {
		line-height: 18px;
		font-size: 11px;
	}
	
	#abt_bristol_img p,
	#abt_event_img p {
		display: none;
	}
	
	#abt_event,
	#abt_bristol {
		font-size: 14px;
		text-align: left;
	}
	

	
	.abt_grid {
	display:inline;
	float: left;
	padding: 0;
	height: 220px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}


#abt_tour_collab_wrap {
	margin: 0;
	padding: 0;
	width:100%;
}

#abt_touring,
#abt_collab,
#collab,
#touring  {
	margin:0;
	padding: 0;
	display: block;
	height: auto;
	width:100%;
}


#touring {
	background: #ca4a41;
}

#collab {
	background: #1E606E;
}

#touring div,
#collab div {
	text-align: left;
	padding: 20px;
}

#touring_img,
.collab_img {
	display: none;
}


/*********** WORK STYLES ************/

	#p_header_wrap {
		height: auto;
	}
	
		.wide_project {
	width: 220px;
	}



	.wide_project img {
		width: 220px;
	}

/********* individual project styles **********/
	
	
	
	#p_project h2, #p_project h1.project_title {
		font-size: 28px;
		line-height: 32px;
	}
	
	#p_project h2 span, #p_project h1.project_title span {
		margin-right: 10px;
		display: inline-block;
		padding: 4px 12px;
	}
	
	
	.breadcrumbs div {
		text-align: left;
		width: 90%;
	}
	
	.project_img img {
		width: auto;
	}
	

	
	#sidebar {
		border-top: 1px solid #beb1a1;
		border-bottom: 1px solid #beb1a1;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	
	#sidebar,
	#sidebar blockquote,
	#sidebar blockquote cite,
	#sidebar h3,
	#sidebar ul,
	#sidebar ul li {
		font-size: 14px;
		line-height: 24px;
	}
	
	
	#sidebar blockquote {
		margin-top: 0;
		margin-bottom: 24px;
	}
	
	#sidebar blockquote:before,
	.blog_post blockquote:before {
		font-size: 35px;
		line-height: 40px;
		height: 20px;
		padding: 0 7px 0 0;

	}
	
	#sidebar .sb_upcoming li {
		display: block;
		font-size: 14px;
		line-height: 24px;
		height: 24px;
		margin-bottom: 24px;
	}
	
	.sb_show_date {
		line-height: 24px;
		font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	}
	
	.sb_show_venue1 {
		font-size: 14px;
		font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	}
	
	.sb_show_venue2 {
		font-size: 12px;
		font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	}
	
	.sb_resources li a {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: normal;
		padding: 0 0 0 30px;
		background: url('_/img/file.png') no-repeat left center;
	}
		
	
	.sb_resources li a {
		font-size: 14px;
		line-height: 22px;
		display: block;
		height: 22px;
	}

	
	
	
	

	#sidebar ul,
	#sidebar h3 {
		font-size: 14px;
		margin: 0 0 24px;
	}
	
	#sidebar h3 {
		margin-top: 36px;
		margin-bottom: 12px;
		padding-bottom: 11px; /* minus 1px for bordeer */
		font-size: 18px;
	}
	
	#sidebar ul li a {
		color: #1E606E;
		text-decoration: none;
	}
	
	#sidebar ul li a:hover {
		text-decoration: underline;
	}

	.sb_resources li a {
		line-height: 24px;
		display: block;
		height: 24px;
	}
	
	#image_wrap {
		margin-top: 0;
		border-top: 0;
		
	}

	/********** CALENDAR STYLES *************/
	
	.cal_date_field {
		width: 25%;
	}
	
	.cal_date {
		letter-spacing: -1px;
	}
	
	.cal_date span {
		display: block;
		letter-spacing: -1px;
	}
	
	
	.cal_wrap {
		margin-top: 30px;
	}
	
	
	/*********** Resources styles **************/
	
	
	
	#resources_wrap h2,
	#resources_wrap h3,
	#contact_wrap h2,
	#contact_wrap h3 {
		padding:0;
		margin:0;
		padding-bottom: 11px;
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 24px;
	}
	
	
	.resource_block h4 {
		line-height: 24px;
		font-size: 16px;
	}
	
	.rsrc_file,
	.rsrc_file li,
	.rsrc_link,
	.rsrc_link li
	{
		line-height: 18px;
		font-size: 12px;
	}
	
	.rsrc_file li,
	.rsrc_link li
	{
	background-position: 0 0;
	margin: 0 0 18px;
	}
	
	.rsrc_link,
	.rsrc_file {
		margin-bottom: 24px;
	}
	
	.rsrc_file li {
		padding: 0 0 0 25px;
	}
	
	.rsrc_link li {
		padding: 0 0 0 25px;
	}
	
	
	/********* CONTACT STYLES *********/
	#contact_img {
		height: 230px;
	}
	
	#contact_wrap {
		font-size: 13px;
	}
	
	.contact_block {
		padding: 20px 10px 0px;
	}

/******** blog styles ********/

	.blog_post {
		width: 220px;
		margin:0 10px 20px;
	}
	
		
	.blog_post blockquote {
		font-size: 14px;		
		line-height: 22px;
	}
	
		
	.blog_post blockquote cite {
		font-size: 12px;
	}
	
	
	#blog_page h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 22px;
		padding-bottom: 18px;
	}
	
	
	#blog_vid,
	#blog_vid iframe {
		width: 300px;
		height: 169px;
		margin: auto;
	}
	
	.shop-item {
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 20px
	}

	#shop h3 {
		border-bottom: 0;
	}

}







