/*
Theme Name: Inside Out Festival
Theme URI: http://www.insideoutfestival.org.uk/
Description: 
Version: 1.0
Author: Earth Branding
Author URI: http://www.earthbranding.com
*/

@import "/2015/wp-content/themes/culturecapital/css/reset.css";
@import "/2015/wp-content/themes/culturecapital/css/typography.css";
@import "/2015/wp-content/themes/culturecapital/css/layout.css";


/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Main block -------------------------------- */
body {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	font-family: Helvetica, Arial, sans-serif, Verdana;
	background: #3f3e38;
	background-image: url("/2015/wp-content/themes/culturecapital/images/texture-background.png");
	background-repeat: repeat;
}
a, a:visited {
	text-decoration: none; 
	outline:none;
}
a:hover {
	text-decoration: none; 
	outline:none;
}
a:focus, a:active { outline:none; }
a img { border:none; }
hr {
	border: 0; 
	border-bottom: 1px solid #c7c7c7;
	clear: both;
	height: 0;
	margin: 20px 0 20px 0;
	padding: 0;
}

#container {
	width: 1000px;
	margin: 0 auto 30px auto;
	padding: 40px 0 0 0;
	background: #ffffff;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
}
#content {
	width: 970px;
	margin: 0 auto 10px auto;
	padding-bottom: 30px;
}


#logo {
	display: block;
	background: url('/2015/wp-content/themes/culturecapital/images/inside-out-festival.gif') no-repeat;
	width: 215px;
	height: 122px;
}

#access {
	clear: both;
}

#main-nav ul{
	margin: 40px 0 25px 0;
	padding: 0;
	border-top: 1px solid #c7c7c7; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main-nav ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #c7c7c7; 
	color: #6d6e71;
	font-size: 12px;
}

#main-nav ul li a{
	color: #6d6e71;
	text-decoration: none;
	padding: 8px 0 8px 8px;
	display: block;
}

#main-nav ul li a:hover{
	color: #000000;	
}

#main-nav ul li.current-menu-item a{
	font-weight: bold;
	color: #000000;	
}




#festival-events-category ul{
	margin: 0 0 25px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

#festival-events-category ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #6d6e71;
	font-size: 12px;
}

#festival-events-category ul li a{
	color: #6d6e71;
	text-decoration: none;
	padding: 4px 0 4px 8px;
	display: block;
	text-decoration: none;
}

#festival-events-category ul li.current-menu-item, #festival-events-category ul li.current-menu-parent{
	border-bottom: 1px solid #c7c7c7;	
	font-weight: bold;
}

#festival-events-category ul li a:hover{
	text-decoration: underline;
}

#festival-events-category li.linkInsideOut a{
	color: #d8ca0f !important;
}

#festival-events-category li.linkTalks a{
	color: #1878ba !important;
}

#festival-events-category li.linkExhibitions a{
	color: #932033 !important;
}

#festival-events-category li.linkPerformance a{
	color: #423480 !important;
}

#festival-events-category li.linkWorkshops a{
	color: #c25534 !important;
}

#festival-events-category li.linkWalks a{
	color: #099857 !important;
}

p.contactDetails{
	color: #6D6E71;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
}

p.contactDetails a{
	color: #000000;
	text-decoration: underline;
}


#associates{
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #c7c7c7; 
}

#associates li{
	margin: 4px 0 4px 0;
	padding: 4px 0 4px 8px;
	border-bottom: 1px solid #c7c7c7; 
	color: #6d6e71;
	font-size: 12px;
	line-height: 26px;
}

#associates li img{
	display: block;
	margin: 10px 0 10px 0;
}

/* Main block -------------------------------- */
#main {
}
#leftbar {
	display: inline-block; 
	float: left; 
	width: 215px; 
	margin-bottom:40px;
}
#searchform label {
	font-size: 12px;
	padding: 0 0 2px 5px;
	display: block;
	float: left;
	color: #888888;
}
#searchbox {
	display: block; 
	width: 215px; 
	height: 40px; 
	overflow: hidden; 
	margin: 10px 0 14px 0;
	padding: 10px 0 14px 0;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	position: relative;
}
#searchform {
	color: #545454;
}
#searchform #s {
	display: inline-block;
	width: 170px;
	border: 1px solid #999999;
	float: left;
	padding: 4px;
	font-size: 12px;
	color: #888888;
}
#searchform .searchbox_submit {
	width: 23px; 
	height: 23px; 
	border: none; 
	margin: 0 0 0 4px; 
	padding: 0;
	background: transparent url('/2015/wp-content/themes/culturecapital/images/go.gif') 0 0 no-repeat;
	cursor: pointer;
	float: right;
}

/* Right */
.right-container, #right-container{ 
	float: right;
	width: 740px;
	overflow: hidden;
	padding-bottom: 30px;
}

/* Middle ------------------------------------ */
#middle {
	display: block;
	float: left;
	width: 490px;
	color: #555;
}
#middle h1 {
	font-size: 18px;
	line-height: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
	padding: 0;
}

#middle .grey h1{
	color: #3d3092;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c7c7;	
}

.homeIntro h1{
	font-size: 16px !important;
	margin-bottom: 12px !important;	
}

.homeIntro p{
	font-size: 14px !important;
	line-height: 18px !important;	
	margin: 0 0 10px 0 !important;
}

.homeIntro p a{
	text-decoration: underline !important;
	color: #404142 !important;
}

.homeIntro p a:hover{
	text-decoration: none !important;
	color: #000000 !important;
}

/* Right */

#right{
	width: 238px;
	float: right;	
}

.circle-230x230{
	border-radius: 115px;
	-moz-border-radius: 115px;
	-webkit-border-radius: 115px;
}

.circle-230x230 table.quote{
	width: 160px;
	height: 230px;
	border: none;
	margin: 0;
	padding: 0;
}

.circle-230x230 table.quote td{
	width: 160px;
	height: 230px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.circle-230x230 .wrapper{
	padding: 0 30px 0 30px !important;	
}

.circle-230x230 .text{
	font-size: 16px !important;
	line-height: 18px !important;
}

.circle-230x230 .text a{
	color: #fff;
	text-decoration: underline;
}

.circle-230x230 .text a:hover{
	text-decoration: none;
}

.circle-230x230 .text p{ 
	margin: 0 0 10px 0;
}

.box{
	float: left;
	margin: 4px;
	padding: 0;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	position: relative;
}

a.readMore{
	position: absolute;
	bottom: 6px;
	right: 15px;
}

.box .text{
	color: #ffffff;
}

.gold .text, .gold .date, .grey .text, .grey .date{
	color: #404142 !important;
}

.box .wrapper{
	padding: 15px;	
}

.box .wrapperTopLine{
	padding: 10px 0 15px 0;
	margin: 15px 15px 0 15px;
	border-top: 1px solid #ffffff;
}

.gold .wrapperTopLine, .grey .wrapperTopLine{
	border-top: 1px solid #404142 !important;
}

.box .image{
	position: relative;
}

.box .date{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 60px;
	height: 60px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	/*
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	*/
	z-index: 10;
	color: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

.box .date a{
	color: #ffffff;
}
.gold .date a, .grey .date a{
	color: #404142 !important;
}

.box .date .wrapper{
	padding: 10px;
}

.box .date .day{
	font-size: 22px;
	display: block;
	margin: 2px 0 2px 0;
}

.box .date .month{
	font-size: 16px;
	display: block;
	text-transform: uppercase;
}


.box .date .small .day{
	font-size: 13px;
	display: block;
	margin: 2px 0 0px 0;
	line-height: 13px;
}

.box .date .small .month{
	font-size: 13px;
	line-height: 13px;
	display: block;
	text-transform: uppercase;
}





.box .image img{
	position: absolute;
	z-index: 1;	
}

.box-360x360{
	width: 360px;
	height: 360px;
}
.box-360x360 .image{
	width: 360px;
	height: 236px;
	position: relative;
}


.box-230x310{
	width: 230px;
	height: 310px;
}
.box-230x310 .image{
	width: 230px;
	height: 151px;
}

.box-230x230{
	width: 230px;
	height: 230px;
}

.box-490x560{
	width: 490px;
	height: 560px;
}
.box-490x560 .image{
	width: 490px;
	height: 321px;
}

/* Box Background Colours */

.date{
	background-repeat: no-repeat;
}

.gold{
	background-color: #d6cb36 !important;
}

.gold .date{
	background-image: url(/2015/wp-content/themes/culturecapital/images/dots/gold-60x60.png);	
}

.green{
	background-color: #099857 !important;
}

.green .date{
	background-image: url(/2015/wp-content/themes/culturecapital/images/dots/green-60x60.png);	
}

.blue{
	background-color: #1878ba !important;
}

.blue .date{
	background-image: url(/2015/wp-content/themes/culturecapital/images/dots/blue-60x60.png);	
}

.purple{
	background-color: #423480 !important;
}

.purple .date{
	background-image: url(/2015/wp-content/themes/culturecapital/images/dots/purple-60x60.png);	
}

.orange{
	background-color: #c25534 !important;
}

.orange .date{
	background-image: url(/2015/wp-content/themes/culturecapital/images/dots/orange-60x60.png);	
}

.red{
	background-color: #932033 !important;
}

.red .date{
	background-image: url(/2015/wp-content/themes/culturecapital/images/dots/red-60x60.png);	
}

.grey{
	background-color: #f0f0f0 !important;	
}

.grey .date{
	background-image: url(/2015/wp-content/themes/culturecapital/images/dots/grey-60x60.png);	
}

#members hr{
	margin: 30px 0 30px 0 !important;
}

.memberLogo{
	float: left;
	margin: 0 20px 30px 20px;	
	height: 79px;
}

.membersCopy p{
	margin-right: 230px !important;
}

.membersCopy h2{
	color: #3d3092;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 8px 0;
	font-style: italic;
	margin-right: 230px !important;
}

#middle .searchResults a{
	color: #3d3092 !important;
	text-decoration: none;
}
#middle .searchResults a:hover{
	color: #000000 !important;
}

.lineHeight16px p{
	line-height: 16px !important;
}

.single #middle p{
	line-height: 18px !important;	
}

h2.eventTitle{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

h2.eventTitle a{
	color: #ffffff;	
}

.eventDate{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}

.eventMetaData{
	margin: 15px 0 15px 0;
	padding: 15px 0 5px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	clear: both;
}

a.eventMap{
	background-image: url("/2015/wp-content/themes/culturecapital/images/map-icon.png");
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
	line-height: 13px;
	font-weight: bold;
	font-style: italic;		
	text-decoration: none !important;
	display: inline-block;
	padding-top: 4px;
	float: left;
	margin: 0 35px 10px 0;
}

a.eventBookNow{
	background-image: url("/2015/wp-content/themes/culturecapital/images/buy-ticket-icon.png");
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none !important;
	display: inline-block;
	padding-top: 2px;
	float: left;
	margin: 0 35px 10px 0;
}

.eventIntro{
	font-size: 12px;
	line-height: 14px;
}

.eventIntro p{
	margin: 0 0 10px 0;
}

.eventIntro a{
	color: #ffffff;
	text-decoration: underline;
}
.eventIntro a:hover{
	text-decoration: none;
}

.eventIntro ul{
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;	
}

.eventIntro ul li{
	margin: 0 0 4px 0;
	padding: 0;
	list-style: disc;	
}




.gold h2.eventTitle a, .grey h2.eventTitle a{
	color: #404142 !important;
}

.gold .eventIntro a, .grey .eventIntro a{
	color: #404142 !important;
}

/* widgets */
.widget-box { margin:0 0 15px 0; }


/* tweets */
.widget_tweetblender {
	width:240px; overflow:hidden;
	border:1px solid #ababab;
}

.widget_tweetblender div { border:none !important; color:#2d2d2d; }

.widget_tweetblender h3 {
	height:23px; line-height:23px; overflow:hidden; margin:0 0 15px 0;
	background:#000;
	color:#fff; font-style:italic; font-size:14px; text-align:center;
}

.widget_tweetblender .tb_tweetlist { padding:0 10px; margin:0; }

.widget_tweetblender .tb_tweet { border:none !important; min-height:0; padding:0 0 15px 0; }
.widget_tweetblender .tb_tweet-info, .widget_tweetblender .tb_footer, .widget_tweetblender .tb-widget-configuration, #msg_loading, #msg_notweets {
	display:none !important;
}

/* after tweets */
#sidebar-right-home .widget_categoryposts {
	width:240px; overflow:hidden;
	border:1px solid #ababab;
}


/* calendar */
.widget-box-calendar {
	background:#fff;
	border:1px solid #ababab;
	-moz-box-shadow: 0 5px 5px #ccc;
	-webkit-box-shadow: 0 5px 5px #ccc;
	box-shadow: 0 5px 5px #ccc;
}

.widget-box-calendar h3 {
	background:#000; text-align:center; font-size:14px;
}

#mini-full-calendar {
	width:165px; overflow:hidden; margin:10px auto 0 auto;
	font-size:11px;
}
.fc-header tbody tr td { vertical-align:middle; font-size:12px; }
.fc-header tbody tr td span { margin:0 !important; padding:0 !important; }
.fc-header .fc-button { margin:0 !important; }
#mini-full-calendar tbody .fc-button-effect { display:none; }
#mini-full-calendar .fc-button-inner, #mini-full-calendar .fc-button {
	border:none; background:transparent; 
	color:#0076bd; font-weight:bold; font-style:italic;
}
.fc-header-title, .fc-header-title h2 { color:#7f7f7f; font-weight:normal !important; }
#mini-full-calendar .fc-button-content {  }
#mini-full-calendar .fc-content { margin:10px 0 20px 0; }

#mini-full-calendar .fc-content table tr td, #mini-full-calendar .fc-content table tr th,
#mini-full-calendar .fc-content table tr td div, #mini-full-calendar .fc-content table tr th div {
	text-align:center; border:none; 
	margin:0 !important; padding:0 !important;
	width:23px !important; height:23px !important; line-height:23px !important;
}
#mini-full-calendar .fc-content table tr td { font-weight:bold; }
#mini-full-calendar .fc-content table tr th { color:#333; font-weight:normal; }

#mini-full-calendar .fc-event {
	width:23px !important; height:23px !important; line-height:23px !important; text-align:center;
}
#mini-full-calendar .fc-event .fc-event-inner {
	display:block;
	width:23px;
	height:23px;
	line-height: 23px;
	text-align:center;
	background: #fff url('/2015/wp-content/themes/culturecapital/images/event.png') 0 0 no-repeat !important;
	font-weight:bold;
	font-size:11px;
}

#mini-full-calendar .fc-event .fc-event-inner .fc-event-title{
	color: #000;	
}

#mini-full-calendar .fc-event span, #mini-full-calendar .fc-event div { margin:0 !important; padding:0 !important; }

.fc-state-highlight { background:transparent !important; }

.fc-other-month .fc-day-number{ 
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	-khtml-opacity: 1 !important;
	}

.fc-other-month .fc-day-number {
	/*display: none;*/
}
.fc-other-month .fc-day-number {
	color: #777777 !important;
	/* background:#fff url('/2015/wp-content/themes/culturecapital/images/grey.png') 0 0 no-repeat !important; */
}

/* pages */


/* loops */
#middle-loop {
	display: block; 
	float: right; 
	width: 545px;
	margin:0 0 45px 0;
	color: #555;	
}



/* colors */

.see-all-close {
	display:block; float:right; width:320px;
	font-size:12px; text-decoration:none; text-align:right;
}
.see-all-close a { cursor:pointer; }
a.read-more-link { text-decoration:underline; }

/* nav */
.navigation {
	text-align: left;
	font-size: 12px;
	height: 35px;
	line-height:35px; 
	overflow:hidden;
}
.navigation ol, .navigation ul { margin:0 !important; }
.navigation a:link, .navigation a:visited { color:#555; text-decoration:none; }
.navigation a:hover { color:#555; text-decoration:underline; }
.navigation li { display:inline; }
.navigation li a.page, .navigation li span.page { padding:0 5px 0 0; }
.navigation li a.prev { padding:0 15px 0 0; }
.navigation li a.next { padding:0 0 0 15px; }
.navigation li span.current { color:#c1562f; }

.loop-page-news .navigation li span.current { color:#cdc23e !important; } /* news */

/* single */

/* Footer ------------------------------------ */
#footer {
	margin-top: 50px;
	border-top: 1px #c7c7c7 solid;
	border-bottom: 1px #c7c7c7 solid;
	clear: both;
	color: #2d2d2d;
}
#footer .carousel {
    color: #231F20;
    font-size: 11px;
    font-weight: bolder;
    height: 88px;
    line-height: 23px;
}

.scroll-c {
	height: 50px; overflow: hidden !important; margin: 0; position: relative;
}
.scroll-c ul { width: 10000px; }
.scroll-c ul li { display:block; float: left; width: auto; height: 50px; overflow: hidden !important; }




#footerNav {
	clear: both;
	position: relative;
	margin: 4px 0 8px 0;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #c7c7c7;
}
#footerNav ul {
	margin: 0;
	padding: 0;
	height: 20px;
}
#footerNav ul li {
	margin: 0;
	padding: 0 8px 0 8px;
	list-style: none;
	float: left;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	border-right: 1px solid #c7c7c7;
}
#footerNav li:first-child {
	/*margin-left: 0;*/
	padding-left: 8px;
}
#footerNav li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#footerNav a {
	text-decoration: none;
	color: #666666;
}
#footerNav a:hover, #footerNav li.current-menu-item a, #footerNav li.current_page_parent a {
	text-decoration: underline;
}





#subfooter {

}
.copyright {
	font-size: 11px;
	line-height: 14px;
	display: block;
	color: #625F5F;
	padding-left: 8px;
	float: left;
	width: 750px;
	text-align: left;
}
.credits {
	display: block;
	float: right;
	width: 200px;
	font-size: 11px;
	line-height: 14px;
	padding-right: 8px;
	text-align: right;
}
.credits a {
	text-decoration: underline;
	color: #625F5F;
}
.credits a:hover{
	text-decoration: none;
}
















/*
	Slideshow
*/

#slides {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 490px;
	height: 321px;
	background-color: #f0f0f0;
}

#slides h2{
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 6px 0;
	width: 400px;	
	color: #ffffff;	
}
#slides h2 a{
	color: #ffffff;	
}
#slides span.teaser{
	font-size: 12px;
	line-height: 16px;
}
#slides p a, #slides .caption a{
	color: #ffffff;
	font-weight: bold;
}

#slides .caption a.moreLink{
	margin-left: 4px;
}
 
.slides_container {
	width: 490px;
	height: 321px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container div.slide {
	width: 490px;
	height: 321px;
	display:block;
}
ul.pagination {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 14px;
	height: 14px;
	right: 18px;
	z-index: 100;
}
ul.pagination li {
	float: left;
	margin: 0 0 0 10px;
	list-style: none;
}
ul.pagination li a {
	display: block;
	width: 10px;
	height: 10px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	text-indent: -100px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.pagination li.current a {
	background-color: #423480;
	border: 1px solid #ffffff;
	color: #124782;
	font-weight: bold;
}
/*
	Caption
*/

.transparency{
	background-color: #222222;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 490px;
	height: 80px;
	z-index: 1;
}

.slide-teaser{
	width: 400px;
	position: absolute;
	top: 5px;
	left: 20px;
	height: 80px;
	z-index: 100;
}

.caption {
	z-index: 500;
	position: absolute;
	bottom: -70px;
	left: 0;
	height: 65px;
	padding: 5px 20px 5px 20px;
	width: 490px;
	color: #fff;
}
.caption h2 {
	color: #ffffff !important;
	font-size: 20px;
}

