/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }


/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */


/*Global Content Styles************************/
html, body {
	height: 100%;          /*required */
	-webkit-text-size-adjust: none;
}
body {
	/*text-align: center;*/   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	/*background: #bfbfbf;*/
	background: #ffffff;
/* 	background: #808080; */
	
}
body a {
	/*text-align: center;*!   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background: #fffff;
	text-decoration:none;
	color:#000;
}
h1 {
	text-decoration: none;
	color: #000000;
	font-family: 'akzidenzgroteskbold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .1em;
	color: #000000;
	/*margin: 5px 0px 0px 0px;*/
}
p {
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	letter-spacing: .0em;
	word-spacing: .0em;
	line-height: 1;
	font-size: 34px;
}
.caption, .image_caption {
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	letter-spacing: .0em;
	word-spacing: .0em;
	font-size: 24px;
	margin: 2px 0px 0px 0px;
	color: #808080;
/* 	border: 1px solid red; */
}
.caption a, .image_caption a{
/* 	text-decoration: underline; */
	color: #808080;
}
.caption a:hover, .image_caption a:hover{
	color: #000000;
}

.caption:empty, .image_caption:empty {
    display:none;
}
#wrapper {
	position:absolute;
	top: 85px;
	left: 100px;
	width: auto;
	height: auto; 
	padding: 0px 0px 0px 0px;
	/*background-color: blue;*/
	/*border: 1px solid blue;*/
}
#content {
	/*position:absolute;*/
	/*left:25px;*/
	/*top:180px;*/
	/*width: 1024px;*/
	/*padding: 0px 0px 0x 0px;*/
	margin: 100px 0px 100px 0px;
/* 	border: 1px solid red; */	
}
.post-password-form {
	width: 1000px;
	padding: 20px 20px 16px 20px;
	background: #808080;
	background: #000000;
}
.post-password-form p{
	margin: 0px 0px 10px 0px;
	color: #ffffff;
}
.post-password-form input[type=password]{
	padding: 10px 10px 10px 10px;
}
.post-password-form input[type=submit]{
	background: #cccccc;
	margin: 0px 0px 0px 10px;
	padding: 2px 6px 2px 6px;
}



/*Header Styles************************/
#header #title{
	/*position:absolute;*/
	left:0px;
	top:0px;
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	letter-spacing: .0em;
	word-spacing: .0em;
	font-size: 72px;
}
#header #title a {
   color:#000000;
   text-decoration:none;
}
#header #title a:hover{ 
	color: #CCCCCC;
}

/*
#header #title_project{
	
	left:0px;
	top:0px;
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	letter-spacing: .0em;
	word-spacing: .0em;
	font-size: 30px;
}
#header #title_project a {
   color:#CCCCCC;
   text-decoration:none;
}
#header #title_project a:hover{ 
	color: #1e71b8;
}
*/


/*Footer Styles************************/
.fine_print {
	position:relative;
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	letter-spacing: .0em;
	word-spacing: .0em;
	line-height: 110%;
	font-size: 11px;
	color: #808080;
}
#copyright_info {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	letter-spacing: .0em;
	word-spacing: .0em;
	font-size: 11px;
	color: #808080;
}


/*Main Nav Styles************************/
#nav {
	/*position:absolute;*/
	left:0px;
	top:0px;
	margin: 10px 0px 0px 0px;
	font-family: 'akzidenzgroteskbold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .0em;
}
#nav ul {
	margin: 0;
	list-style-type: none;
	display:inline;
	white-space:nowrap;
}
#nav li {
	display:inline;	
}
#nav li a {
	padding: 0px 20px 0px 0px;
	text-decoration: none;
}
.menu-item a{ 
	color: #BEBEBE;
}
.menu-item a:hover{ 
	color: #000000;
}
.current-menu-item a{ 
	color: #000000;
}
.active a {
	color: red;
}
.back_button {
	/*position:absolute;
	left:25px;
	top:100px;*/
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .0em;
}
.back_button a {
	color: #CCCCCC;
}
.back_button a:hover {
	color: #1e71b8;
}
.back_button_bottom {
	position: relative;
	font-family: 'akzidenzgroteskbold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .0em;
	padding: 40px 0px 0px 0px;
}
.back_button_bottom a {
	color: #BEBEBE;
}
.back_button_bottom a:hover {
	color: #000000;
}


/*Thumbnail Styles************************/
#thumbnail_container {
	/*width: 100%;
	height: 100%;*/
	width: 1050px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
/* 	border: 1px solid red; */
}
.thumbnail {
	position:relative;
	float: left;
	margin: 0px 10px 20px 0px;
	width: 500px;
	height: auto;

/* 	background: #E6E6E6; */
/* 	border: 2px solid red; */
}
.thumbnail_image {
	position: relative;
	width: 490px;
	height: 327px;
	overflow: hidden;
/*
	width: 263px;
	height: 240px;
	margin: 15px 15px 6px 15px;
*/
/* 	border: 1px solid purple; */
}
.thumbnail_image img{

/* 	display: block; */
	min-width: 490px;
	height: auto;
	position: absolute;
	top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}
.thumbnail_image_placeholder {
	width: 490px;
	height: 327px;
	background: black;
	
}
.thumbnail_title {
	width: 100%;
	height: 110px;
	overflow: hidden;
/*
	word-break: break-all; 
	word-wrap: break-word;
*/
	font-family: 'akzidenzgroteskbold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .0em;
	color: #000000;
	margin: 10px 0px 0px 0px;
/* 	border: 1px solid blue; */
}


/*ACF Global Styles************************/
.text_area {
	width: 1000px;
	height: auto;
	padding: 0px 2px 10px 2px;
/* 	border: 1px solid green; */
}
p.text_columns {
	width: 1000px;
	overflow: hidden;
	height: 300px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-moz-column-fill: auto;
    column-fill: auto;
}
.text_area_html {
	width: 1000px;
/* 	border: 1px solid pink; */
}
.text_area_html p {
	
/* 	border: 10px solid green; */
}
.text_area_html a {
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	letter-spacing: .0em;
	word-spacing: .0em;
	line-height: 1.25;
	font-size: 36px;
	color: #BEBEBE;
/* 	text-decoration: underline; */
}
.text_area_html h1 a {
	text-decoration: none;
	color: #000000;
	font-family: 'akzidenzgroteskbold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .1em;
	color: #BEBEBE;
}
.text_area_html a:hover {
	color: #000000;
/* 	border: 1px solid blue; */
}
.image_single {
	width: 1000px;
	height: auto;
/* 	border: 1px solid blue; */
}
.image_single img {
	display: block;
	width: 1000px;
	height: auto;
/* 	border: 10px solid green; */
}
.image_columns {
	width: 1000px;
/* 	border: 1px solid blue; */
}
.image_columns:after {
	content: "";
	display: table;
	clear: both;	
}
.image_columns .image_left {
	width: 490px;
	position: relative;
	float: left;
/* 	border: 2px solid purple; */
}
.image_columns .image_right {
	width: 490px;
	position: relative;
	float: right;
/* 	border: 2px solid yellow; */
}

.image_columns img {
	display: block;
	position: relative;
	float: left;
	width: 490px;
	height: auto;
	
}
.sound_media .sound_title {
	width: auto;
	height: auto;
	margin: 0px 0px 4px 0px;
	text-decoration: none;
	color: #000000;
	font-family: 'akzidenzgroteskbold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .1em;

}
.sound_media .sound_player{
	width: 1000px;
/* 	height: 200%; */
}
.sound_embed iframe{
}
.video {
	width: 1000px;
	height: auto;
}


/*Page Styles************************/
.page_content ul li{
	margin: 0px 0px 20px 0px;
/* 	border: 1px solid red; */
}


/*Project Styles************************/
.project_title {
	width: 1000px;
	text-decoration: none;
	color: #000000;
	font-family: 'akzidenzgroteskbold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .1em;
	color: #000000;
	margin: 5px 0px 20px 0px;
/* 	border: 1px solid red; */
}
.project_content ul li{
	margin: 0px 0px 20px 0px;
/* 	border: 1px solid red; */
}



/*Event Styles************************/
#event_container {
	/*width: 100%;
	height: 100%;*/
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
/* 	border: 1px solid red; */
}
.event {
	position:relative;
	float: left;
	margin: 0px 0px 40px 0px;
	width: 1000px;
	height: auto;

}
.event ul li{

	margin: 0px 0px 2px 0px;
/* 	border: 1px solid yellow; */
}
.event_title {
	font-family: 'akzidenzgroteskbold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .0em;
	color: #000000;
/* 	border: 1px solid blue; */
}
.event_date {
	font-family: 'akzidenzgroteskbold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .0em;
	color: #000000;
/* 	border: 1px solid blue; */
}
.event_venue {
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .0em;
	color: #000000;
/* 	border: 1px solid blue; */
}
.event_city {
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: .0em;
	word-spacing: .0em;
	color: #000000;
/* 	border: 1px solid blue; */
}
.event_info {
	display: inline;
	width: 100%;
	height: auto;
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	font-size: 28px;
	letter-spacing: .0em;
	word-spacing: .0em;
	color: #000000;
	margin: 15px 0px 0px 0px;
/* 	border: 1px solid blue; */
}

.event_info_link {
	font-family: 'akzidenzgroteskbold', Helvetica, Arial, sans-serif;
	font-size: 28px;
	letter-spacing: .0em;
	word-spacing: .0em;
	color: #000000;
	margin: 15px 0px 0px 0px;
/* 	border: 1px solid blue; */
}


/* [gallery] shortcode styles. */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	width: 1312px;
	/* border: 1px solid red; */
}
.gallery .gallery-row {
	/*
display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
*/
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	text-align: left;
	list-style: none;
	padding: 0;
	width: 624px;
	height: auto;
	margin: 0px 32px 32px 0px;
	/* border: 1px solid blue; */
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	display: block;
	position:relative;
	left:0px;
	top:0px;
	max-width: 100%;
	height: auto;
	/* border: 1px solid red; */
}
.gallery-caption {
	font-family: 'akzidenzgroteskroman', Helvetica, Arial, sans-serif;
	letter-spacing: .0em;
	word-spacing: .0em;
	font-size: 12px;
	margin: 2px 0px 0px 0px;
	color: #808080;
/* 	border: 1px solid red; */
}


/*Video Styles************************/
/*
.video {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0px 0px 32px 0px;
		
}
.video img{
	float: left;	
}
*/