@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

a img {
	border:0;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#434343;
	text-decoration:underline;
}

p {
	font-size:14px;
	line-height:20px;
	margin:10px 0 20px;
}

h1 {
	font-size: 20px;
	border-bottom: black solid 1px;
	padding-bottom: 2px;
	padding-top: 10px;
	text-align: left;
	overflow:hidden;
}

h2 {
	color:#000;
}

h3 a img {
	width:300px !important;
	height:auto !important;
	margin:0 auto !important;
	padding:0 20px 30px 0;
}

h5 a img {
	width:500px !important;
	height:auto !important;
	margin:0 20px 30px 0 !important;
}

h6 {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	text-align: left;
	text-transform: none;
	line-height: 36px;
	padding: 0 0 10px;
	border-bottom: 1px solid #000;
}

.published {
	font-size:10px;
}

body {
	font: 100% "dejarip", Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Buttons */
a.blackButton {
	text-decoration: none !important;
	background: #ec008c;
	padding: 4px 11px;
	color: #fff !important;
}

.linkBox li {
	font-family: "dejarip", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	list-style:none;
	text-transform:uppercase;
	float: left;
}

.linkBox .sub-menu {
	display: none;
	position:absolute;
	top:16px;
	left:-7px;
}

.linkBox .sub-menu li {
	display:block;
	float: none;
	text-transform: none;
	margin:7px 0 12px;
	font-size: 17px;
}

.linkBox .sub-menu li a {
	background: #000;
	color:#fff;
	padding:3px 8px;
}

.linkBox .sub-menu li a:hover {
	text-decoration: none;
	color:#ddd;
}

.wrap #container {
	width: 1024px;  
	background: #fff;
	margin: 0 auto;
	padding:0;
	text-align: left;
	position:relative;
}


#header { 
	width:1024px;
	height:100px;
}

#mainLogo {
	width:220px;
	height:66px;
	float:left;
	padding-top: 17px;
	margin-right: 25px;
}

#mainLogo span {
	display:none;
}

/* Follow Us Styles */
.followUsBox {
	position:relative;
	right:0;
	font-family: "dejarip", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	color:#666;
	padding:5px 0 0;
	height:20px;
}

.followUsBox a:hover {
	text-decoration:underline;
}

.followUsBox a {
	font-family: "dejarip", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#666;
	text-decoration:none;
}

.followUsBox li {
	list-style: none;
	display:inline;
}

.wrap #header h1 {
	margin: 0;
	padding: 10px 0;
}

#blog-description {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	text-transform: none;
	line-height: 36px;
	padding:30px 0;
	border-top:2px solid #000;
	border-bottom:5px solid #000;
	clear:left;
}

.logoBox {
	width:220px;
	height:66px;
	float:left;
}

.linkBox {
	height:50px;
	padding:34px 0 0 0;
	margin-left:235px;
	font-family: "dejarip", Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background-color:#fff;
	text-align:left;
	color:#000;
	width: 804px;
}

.linkBox a {
	color:#000;
	text-decoration:none;
	margin-right:20px;
	font-weight:bold;
}

.linkBox a:hover {
	color:#999999;
}

#search {
	width:180px;
	margin:0;
	padding-bottom:17px;
	border-bottom: 1px dotted #CCC;
}

#searchform input[type="text"] {
	border:1px solid #ccc;
	width:153px;
	height:20px;
	vertical-align:bottom;
}

#searchform input[type="submit"] {
	border:1px solid #000;
	width:25px;
	height:22px;
	background:#000;
	color:#fff;
}

#searchform input[type="submit"]:hover {
	border:#999;
	background:#999;
	cursor:pointer;
}

.search div.page, .search div.post {
	margin:10px 0;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.search .entry-content {
	padding-bottom: 0;
}

.search .entry-meta {
	margin-bottom: 20px;
}

textarea:focus, input:focus{
    outline: none;
}

.wrap #content {
	padding: 15px 0 0 0;
	text-align:left;
	position:relative;
	z-index:0;
	width:824px;
	margin:0;
	/*border-bottom:1px solid #000;*/
}

.wrap #home-content {
	padding: 0;
	text-align:left;
	position:relative;
	z-index:0;
	width:1024px;
	margin:0;
	/*border-bottom:1px solid #000;*/
}

.navigation {
	padding:0;
	font-size:12px;
}

.navigation a {
	color:#999;
}

#nav-below {
	clear: both;
	width: 824px;
	margin-top: 5px;
}

.post {
	clear:left;
	margin-top:15px;
}

#home-content .entry-content img {
	max-width: 500px;
}

.entry-content {
	margin:30px 0 0;
	padding:0 0 30px;
}

.entry-content.application {
	margin-top: 0;
}

.application ul {
	list-style-position: inside;
	font-size: 14px;
	margin-bottom: 10px;
}

.application ul li {
	line-height: 22px;
}

#home-content .entry-content {
	width:500px;
}

#home-content .entry-content.full {
	width:100%;
}

.entry-content a {
	color:#666;
	text-decoration:underline;
}

.entry-content img {
	width:824px;
	height:auto;
	margin:0;
}

.entry-content img.normalSize {
	width:auto;
	height:auto;
	margin:0;
}

.entry-content .wp-caption a img {
	width:814px;
	height:auto;
	margin:0 20px 0 0;
}

.wide {
	width:1024px;
}

/* Tumblr Styling */
li.news_item {
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
}

li.news_item:first-child {
	padding-top: 0;
}

li.news_item:last-child {
	border:0;
}

.news_title {
	font-family: "dejarip", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	list-style:none;
	font-weight:bold;
}

.news_item {
	font-family: "dejarip", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	list-style:none;
}

.news_item p {
	margin:10px 0;
}

.news_item a {
	color:#999;
	text-decoration:underline;
}

/* Artists Block styling */

#new_season {
	clear:both;
}

.artistList {
	width:1024px;
	clear:left;
	-moz-column-count: 4; 
	-moz-column-gap: 1em; 
	-webkit-column-count: 4; 
	-webkit-column-gap: 1em;
}

.artistList p {
	padding: 10px 0 0 5px;
	margin:0;
    line-height: 18px;
	display:block;
}

/* Individual page styles */

#press {
	margin-left:520px;
}


.wp-caption {
	background: black;
	width: 814px;
	padding: 5px;
}

.wp-caption-text {
	margin:0;
	color:#fff;
	padding:5px 0 0;
	font-weight: bold;
}

.entry-content img.homepagelogo {
	width:500px;
	height:auto;
	padding:20px 0 30px;
}

.entry-meta {
	margin:10px 0 50px;
	font-size:10px;
	color:#424242;
}

.wrap #upcoming {
	padding:50px 20px 0 0;
	text-align:left;
}

#upcoming h1 {
	font-family: "dejarip", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

.tagline {
	font: "dejarip", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#666666;
	padding:30px 0 0 0;
	text-align:left;
}

.wrap #news {
	width:495px;
	float:right;
	padding:0 0 0 20px;
	text-align:left;
}

.shopCopy {
	margin-left:335px;
}

.shop h4 {
	font-size:20px;
}

.shopCopy p {
	font-size:11px;
	text-align:left;
	line-height:14px;
}

.shopCopy h2 {
	font-size:15px;
	padding-top:5px;
}

.shopCopy h3 {
	font-size:12px;
	padding-top:5px;
}

a.buyButton {
	display:block;
	background:#000;
	width:80px;
	height:16px;
	color:#FFF;
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	font-family:"dejarip", Arial, Helvetica, sans-serif;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

a:hover.buyButton {
	background:#666;
}

.strikethrough {
	text-decoration:line-through;
}
	

a.post-edit-link {
	color:#69F;
	font-size:10px;
}

.wrap #footer {
	padding: 20px 0;
	margin-bottom:20px;
	background:#fff;
	clear:both;
	text-align:left;
	border-top:1px dotted #000;
}
 
.wrap #footer p {
	margin: 0;
	padding: 10px 0;
	font-family: "dejarip", Arial, Helvetica, sans-serif;
	font-size:10px;
}

.wrap #footer ul {
	font-size:10px;
	list-style:none;
}

.wrap #footer li {
	display:inline;
	padding-right:15px;
}

.wrap #footer #meta {
	font-family: "dejarip", Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#rightSidebar {
	width:180px;
	float:right;
	padding:20px 0 20px 20px;
}

#rightSidebar li h3, div.customLink h3 {
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#000;
}

#rightSidebar ul {
	list-style:none;
}

#rightSidebar .widget li {
	color:#999;
	font-size:10px;
	padding:3px 0;
}

#rightSidebar li a {
	font-size:10px;
}

#rightSidebar .proposalLink li a {
	font-size: 15px;
	line-height: 22px;
}

.widget {
	margin:10px 0;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}

.nav-previous {
	float:left;
}

.nav-next {
	text-align:right;
}

#comments {
	clear:both;
	padding:20px 0 0 0;
}

.comments ol {
	list-style: none;
}

#commentform #login {
	font-size:10px;
}

#commentform input[type="text"] {
	font-size:14px;
	border: 1px solid #CCC;
	width:400px;
	height:30px;
	margin:5px 0 10px;
}


#commentform .form-textarea textarea {
	width:824px;
	height:100px;
	border:1px solid #ccc;
}

#commentform .form-submit input {
	border:1px solid #000;
	width:120px;
	height:22px;
	background:#000;
	color:#fff;
	margin:20px 0;
}

#commentform .form-submit input[type="submit"]:hover {
	background:#999;
	border:#999;
	cursor:pointer;
}

.comment-meta {
	font-size: 12px;
}

.alignleft {
	float:left;
}

.alignRight {
	float:right;
}

.clearLeft {
	height:1px;
	clear:left;
}


/* Temp for Proposals */
.menu-main-menu-container {
	float: left;
	position: relative;
}

.linkBox .proposalBox {
	display: block;
	position:relative;
	bottom:20px;
	float: right;
	/*width: 140px;*/
	background: #000;
	padding: 5px 10px;
	margin-right: 15px;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	text-align: center;
}
.linkBox .proposalBox:hover {
	color: inherit;
	color: #000;
}
.festivalAnnouncment {
	border-bottom: 1px dotted #000;
}
.festivalText {
	padding: 0.5em;
}
.festivalText {
	margin: 0;
	color: #000;
	font-size: 16px;
}


/* Microsite Styles */

/* Artists Page */
.artistsPage {
	margin:0;
}

.artistsPage li {
	list-style: none;
}

.artistsList a {
	display: block;
	text-decoration: none;
	padding:35px 10px;
	font-size:20px;
	border-bottom: 1px solid #ddd;
	clear:left;
	min-height: 150px;
}

.sortTable {
	border-bottom: 1px solid #444;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 13px;
}

.sortTable a {
	font-size: 15px;
	display: inline;
	border:0;
	padding:0 5px;
	font-size: 13px;
	text-transform: uppercase;
	padding:1px 6px;
}

.sortTable a.selected {
	background: #444;
	color: #fff;
}

.artistThumb {
	width:812px;
	height:150px;
	background-position:center center;
	background-size: cover;
}

.artistThumb img {
	width:812px;
	height:auto;
}

.artistInfo {
	position:relative;
	top:70px;
	left:0;
}

.artistName {
	line-height: 35px;
	text-transform: uppercase;
	font-size: 30px;
}

.artistTitle {
	background: #000;
	color: #fff;
	padding: 1px 10px 3px;
}

.artistFullImage {
	width:824px;
	height:auto;
}

.wrap #content.artistBlock {
	padding-top: 0;
}

.artistBlock h2 {
	padding:10px 0 0;
	font-size: 30px;
	text-transform: uppercase;
}

.artistBlock h3 {
	padding: 0;
	font-size: 25px;
}

.artistBlock .entry-content {
	margin:0;
	padding: 0;
}

.artistBlock .nav-previous, .artistBlock .nav-next {
	margin-bottom: 10px;
}

.photoCredit {
	margin: 5px 0;
}

.festivalTitle {
	position: absolute;
	left:243px;
	background: #000;
	padding: 5px 10px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	display:block;
	z-index:1000;
}

a.festivalTitle:hover {
	color:#fff;
	text-decoration: none;
}

div.customLink.artistBio h3, .artistBlock h4 {
	background: url(images/h_three_background.jpg);
	color: #000;
	padding:0 10px;
	font-size: 23px;
}
.artistBio hr {
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
	border-bottom: 1px dotted #ccc;
}

.artistBlock h4 {
	display:inline;
	float: left;
	margin-right: 10px;
}

.artistSite {
	color:#000;
	font-size: 13px;
}

.metaSection {
	margin-bottom: 40px;
}

.artistMeta {
	line-height:25px;
}

/* Landing Page */
.wrap #home-content.landing {
	width:824px;
}

/* Sponsor Links */
.sponsorHeader {
	display:inline;
	background: url(images/h_three_background.jpg);
	color: #000;
	padding:0 10px;
	font-size: 23px;
}

.sponsorBox {
	margin:20px 0;
}

.sponsorImage {
	width: 100px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-left: 35px;
	text-align: center;
}

.sponsorImage img {
	vertical-align: middle;
    max-height: 100px;
    max-width: 100px;
}

.centerhelper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Carousel CSS override */
.carousel {
	position:relative;
	width:824px;
}
.project-arrows {	
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	position: absolute;
	top:49%;
	z-index: 10000;
	cursor: pointer;
}
#prev {
	left:0;
}

#next {
	right:0;
	background-position: -30px 0;
}

.theme-default a.nivo-prevNav {
	left:0 !important;
}

.theme-default a.nivo-nextNav {
	background-position: -30px 0 !important;
	right: 0px !important;
}

.nivo-directionNav a {
	top:49% !important;
}

#slideshowButtons {
	width:824px;
	height:7px;
	background: #000;
}

#slideshowButtons a {
	display: block;
	overflow: hidden;
	background: #000;
	width:50px;
	height: 7px;
	float: left;
}

#slideshowButtons a.selected {
	background: #999;
}

#slideshowButtons a span {
	display: none;
}

/* Custom Content Micro Styles */
.pullquote {
	padding: 30px;
	border: 1px solid #ccc;
	margin: 10px 30px 20px 0;
	font-size: 17px;
	line-height:27px;
}

.pullquote br {
	display: block;
	content:"A";
	margin:10px 0;
}

.micrositeBasic p {
	font-size: 16px;
	width: 660px;
	line-height: 26px;
}

.projectTitle {
	position:relative;
	bottom:100px;
}

.festivalThumb {
	width:250px;
	height:250px;
	overflow: hidden;
}

.festivalThumb img {
	width:auto;
	height:100%;
}

.siteList a {
	display: block;
	float:left;
	width:250px;
	margin-right: 24px;
	text-decoration: none;
	color:#000;
}

a .siteName {
	font-size: 20px;
	margin: 5px 0 0;
}

/* Blog Entry styling */
.blogListing .entry-content, .blogEntry .entry-content {
	margin: 0;
	padding: 0;
	border-bottom:1px dotted #000;

}

.blogEntry .shareBox {
	padding: 4px 0 8px;
	border-bottom: 1px dotted #000;
}

.blogEntry .shareCopy {
	font-size: 12px;
	float: left;
	padding: 9px 7px 9px 0;
}

.blogEntry .entry-meta {
	margin: 5px 0 20px;
	font-size: 10px;
	color: #424242;
}

.blogEntry #commentform .form-submit input {
	margin: 10px 0;
}
