/*
Theme Name: Bristol Cycle Festival
Theme URI: http://www.bristolcyclefestival.com
Description: Bespoke theme developed by JIGSAW.
Version: 1.0
Author: George Smerin
Author URI: http://smerin.com/
*/

/* 
Title:	Master styles for screen media
Author:	George Smerin
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;border: 0;outline: 0;background: transparent;}
ol, ul {list-style-type: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;font-size:1.4em;width:100%;}


table tr td{padding:2px 2px 2px 0px}
table tr.header td{font-weight:bold;padding:5px 5px 5px 0px}
table tr td.when{font-weight:bold;}
	
	
body {
	font-family: Swis721 BT, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6e6e6e;
	font-size: 62.5%;
	background: #FFF url(images/20px.gif);
	
}

/* main styles
----------------------------------------- */

p, ul, ol, blockquote {
	font-size: 1.4em;
	margin:5px 0 10px;

}

p {
	line-height: 20px;
}
ul {
	list-style-type: disc;
}

li {
	margin-left: 25px;
	padding: 4px 0;
}


h1,h2 {
	font-size: 2.4em;
	padding: 6px 0;
	margin: 6px 0;
	color: #000F14;	
}
#body-default h2 {
	color: #d70e69;
}
h3 {
	font-size: 1.8em;
	padding: 3px 0;
	margin: 12px 0 2px;
	color: #006283;
}

h4, h5, h6 {
	font-size: 1.8em;
}

a:link, a:visited {
	color: #006283;
	outline: none;
	text-decoration: none;
	font-weight: bold;
}

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


div.hr {
	display: block;
	margin: 10px 0;
	height: 7px;
	background: url("images/hr.gif") repeat-x -14px center; 
}

p.date {
	color: #d70e69;
	font-size: 1.6em;
	padding-left: 0;
	padding-top: 0;
}

img {
	margin-right: 10px;
	margin-bottom: 4px;
}

a.link {
display: inline-block;
	background: #006283;
	color: #FFF;
	border: none;
	padding: 3px 9px;
	margin-top: 12px;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	text-decoration: none;
}
a.link:hover {
	background-color: #d70e69;
}

.entry p {
	padding-left: 5px;
}

ul.download {
	list-style-type: none;
	margin-left: 20px;
}
ul.download li {
	background: url(images/arrow-blue.gif) no-repeat 0 4px;
	padding-left: 25px;
	margin: 0;
}

/* page structure
----------------------------------------- */

#wrap {
	width: 822px;
	margin: 0 auto;
}
#logo{
	position:relative;width:822px;height:292px;
}
#logo h1 a {
	display: block;
	width: 822px;
	height: 320px;
	background: url(images/BCF-banner.jpg) no-repeat bottom left;
	margin-bottom: 0;
}
#logo h1 { margin: 0; padding: 0;position:absolute;bottom:0;left:25%;}
#logo h1 a span { display: none; }


#nav {
	/*width: 182px;
	float: right;
	*/
	float:left;
}
#main {
	width: 822px;
	float: left;
}
#main.left-col{
	width:620px;
}
#secondary-content, #main {
	margin-left: 0px;
}
.wrap {
	margin: 8px 0;
}

#sidebar {
	width: 180px;
	float: right;
}
div.programme{
	float:right;
	width:200px;
}
div.programme h3{
	color:#D70E69;
	font-size:1.8em;
}
div.programme h3 a{
	color:#D70E69;
}

/* lead-content styles
----------------------------------------- */

#lead-content {
	width: 550px;
	float: left;
	padding-bottom: 4px;
	margin-left: 0px;
}

#lead-content img {
	width: 140px;
	float: left;
	margin: 2px 18px 8px 0;
	padding: 5px;
	border: 3px solid #CCC;
	
}

#lead-content .entry {
	width: 370px;
	float: left;

}
#lead-content .entry p {
	font-family: Swis721 Lt BT, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 1.4em;
	color: #28768d;
	padding: 0 0 4px;
}
.raquo {
	font-size: 1.8em;
	line-height: 18px;
	color: #d70e69;
	margin-left: 6px;
}
a.subscribe {
	font-size: 1.4em;	
	font-weight: bold;
	color: #d70e69;
	padding: 0;
	margin: 0;
}

#twitter {
	float: right;
	display: block;
	width: 184px;
	min-height: 135px;
	background: #ddeff9 url(images/tweet-lower.jpg) no-repeat bottom left;
}
#twitter-inner {
	background: url(images/tweet-upper.jpg) no-repeat top left;
	padding: 12px 18px 12px;
}

#twitter h3 {
	color: #FFF;
	text-align: right;
	margin: 0;
	padding: 0;
}
#twitter p {
	text-align: left;
	color: #006283;
	font-size: 1.2em;
	line-height: 16px;
	margin: 0;
}
#twitter p a {
	font-weight: bold;
	display: block;
	margin-top: 6px;
}


#secondary-content {
	border-top:  1px solid #CCC;
	padding-top: 8px;
	padding-left: 22px;
}

p.get-involved {
	font-family: Swis721 BT, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 10px;
	text-align: center;
	color: #28768d;
	font-size: 1.6em;
	width: 500px;
	float: left;
	padding: 0;
	
}
a.event-diary-link {
	
	float: right;
	display: block;
	width: 182px;
	height: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	background: url(images/event-diary.jpg) no-repeat 0 0;
	padding: 0;
	margin: 0 ;
}

a.event-diary-link:hover {
	background-position: 0 -50px;
}

a.event-diary-link span { display: none; }

#body-default #main h2 {
	margin: 0px;
	padding: 0px;
}
#body-default #main h3 {
	margin-top: 0;
	padding-top: 4px;
}
#body-default #main p.date {
	padding: 0;
	margin: 0;
}

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

a.rss-link {
	padding-left: 40px;
	background: url(images/rss_32.png) no-repeat 0 0;
	font-size: 2.2em;
	display: block;
	height: 32px;
	margin-top: 15px;
}
a.home-link {
	margin-left: 30px;
	font-size: 2em;
	padding-left: 35px;
	color: #d70e69;
	background: url(images/return-arrow.gif) no-repeat 0 5px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar li {
	background: url(images/arrow-blue.gif) no-repeat 0 4px;
	padding-left: 25px;
	margin: 0;
}
#sidebar h3 {
	color: #d70e69;
	border-bottom: #d70e69 1px solid;
}
ol.commentlist li {
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
}

ol.commentlist p {
	font-size: 1em;
}
p.read-more {
	display: inline;
}
p.read-more:after {
	content: ' | ';
}
p.comment-link {
	display: inline;
	margin-left: 2px;
}
.navigation {
	font-size: 1.2em;	
}

p.cmment-link a:before {
	content: '>> ';
}
p.comment-link a {
	display: inline-block;
	background: #006283;
	color: #FFF;
	border: none;
	padding: 3px 12px;
	margin-top: 12px;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	text-decoration: none;
	margin-bottom: 30px;
}
p.comment-link a:hover {
	background-color: #d70e69;
}


/* calendar styles
----------------------------------------- */




.event-item {
	border-bottom: 1px solid #CCC;
	margin-top: 2px;
	padding-bottom: 2px;
}
.event-item h3 {
	margin: 0 0 0 50px;
	padding: 10px 10px;

	
}

.toggle_container {
	margin: 0 0 5px;
	padding: 0 50px 0 10px;
	overflow: hidden;
	clear: both;
}


ul.event-info {
	list-style-type: none;
}
.event-info li {
	font-weight: bold;
	color: #39c;
	margin-left: 0;
}

.event-info li span {
	color: #006283;
}

.eventdate {
	float: left;
	background: #CCC;
	color: #ed008c;
	margin-right: 12px;
	padding: 0 8px 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	margin-top: 0;
}
.day, .month {
	display: block;
	font-weight: bold;
}
.day {
	font-size: 2.2em;
	text-align: center;
}
.month {
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	margin-top: -4px;
}



/* nav styles
----------------------------------------- */

#nav {
	/*background: #c1c1c1 url(images/nav-top.gif) no-repeat top left;*/
	/*margin-top: 42px;	*/
	padding:0px;
}
#body-default #nav {
	/*margin-top: 10px;*/
}


#nav ul {
	list-style-type: none;
	margin:0;
	/*padding: 14px 0;*/
	/*background: url(images/nav-lower-path.jpg) no-repeat  right -80px;*/
	width:100%;
	float:left;
}
#nav li {
	margin: 0 2px 5px;
	padding: 0;
	width:160px;
	float:left;
	/*background: url('images/nav-li-a.gif') 0 0 repeat-x;*/
	background-color:#c7c8ca;
}
#nav li a {
	display: block;
	padding: 6px 16px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size:11px;
	background: url('images/nav-sprite.png') 0 0 no-repeat;
	text-indent:-9999px;
	width:128px;
}
#nav li.page-item-44 a{
	background-position: 0 -263px; /* home */
}
	#nav li.page-item-44 a:hover,
	#nav li.current_page_item.page-item-44 a { /* home */
		background-position: -154px -263px;
	}
#nav li.page-item-2 a{
	background-position: 0 -109px; /* about */
}
	#nav li.page-item-2 a:hover,
	#nav li.current_page_item.page-item-2 a { /* about */
		background-position: -154px -109px;
	}
#nav li.page-item-35 a{
	background-position: 0 -65px; /* blog */
}
	#nav li.page-item-35 a:hover,
	#nav li.current_page_item.page-item-35 a { /* about */
		background-position: -154px -65px;
	}
#nav li.page-item-134 a{
	background-position: 0 -131px; /* get involved */
}
	#nav li.page-item-134 a:hover,
	#nav li.current_page_item.page-item-134 a { /* about */
		background-position: -154px -131px;
	}
#nav li.page-item-3 a{
	background-position: 0 -153px; /* submit event */
}
	#nav li.page-item-3 a:hover,
	#nav li.current_page_item.page-item-3 a { /* about */
		background-position: -154px -153px;
	}
#nav li.page-item-70 a{
	background-position: 0 -87px; /* event diary */
}
	#nav li.page-item-70 a:hover,
	#nav li.current_page_item.page-item-70 a { /* about */
		background-position: -154px -87px;
	}
#nav li.page-item-7 a{
	background-position: 0 -175px; /* photo gallery */
}
	#nav li.page-item-7 a:hover,
	#nav li.current_page_item.page-item-7 a { /* about */
		background-position: -154px -175px;
	}
#nav li.page-item-261 a{
	background-position: 0 0px; /* carnivelo */
}
	#nav li.page-item-261 a:hover,
	#nav li.current_page_item.page-item-261 a { /* about */
		background-position: -154px 0px;
	}
#nav li.page-item-99 a{
	background-position: 0 -198px; /* links */
}
	#nav li.page-item-99 a:hover,
	#nav li.current_page_item.page-item-99 a { /* about */
		background-position: -154px -198px;
	}
#nav li.page-item-168 a{
	background-position: 0 -220px; /* subscribe */
}
	#nav li.page-item-168 a:hover,
	#nav li.current_page_item.page-item-168 a { /* about */
		background-position: -154px -220px;
	}
#nav li.page-item-314 a{
	background-position: 0 -242px; /* contact */
}
	#nav li.page-item-314 a:hover,
	#nav li.current_page_item.page-item-314 a { /* about */
		background-position: -154px -242px;
	}
#nav li.programme a{
	background-position: 0 -284px; /* contact */
}
	#nav li.programme a:hover,
	#nav li.current_page_item.programme a { /* about */
		background-position: -154px -284px;
	}
#nav li.page-item-2364 a{
	background-position: 0 -326px; /* bike olympics */
}
	#nav li.page-item-2364 a:hover,
	#nav li.current_page_item.page-item-2364 a {
		background-position: -154px -326px;
	}
#nav li.page-item-2020 a{
	background-position: 0 -304px; /* festival hub */
}
	#nav li.page-item-2020 a:hover,
	#nav li.current_page_item.page-item-2020 a { 
		background-position: -154px -304px;
	}
#nav li.page-item-2031 a{
	background-position: 0 -347px; /* festival hub */
}
	#nav li.page-item-2031 a:hover,
	#nav li.current_page_item.page-item-2031 a { 
		background-position: -154px -347px;
	}
#nav li.page-item-2362 a{
	background-position: 0 -367px; /* festival hub */
}
	#nav li.page-item-2362 a:hover,
	#nav li.current_page_item.page-item-2362 a { 
		background-position: -154px -367px;
	}
#nav li a:hover {
	background-position: -154px 0px;
}


/* footer
----------------------------------------- */

#footer {
	
}
a.sponsor-bcc {
	display: block;
	float: left;
	width: 64px;
	height: 65px;
	background: url(images/bcc-rollover.gif) no-repeat 0 0;
	margin-top: 12px;
	margin-left: -25px;
	margin-right: 20px;
}
a.sponsor-bcc:hover {
	background-position: 0 -65px;
}
a.sponsor-bcc span {
	display: none;
}

a.sponsor {
	display: block;
	float: left;
	width: 220px;
	height: 65px;
	background: url(images/better-by-bike-rollover.gif) no-repeat 0 0;
	margin-top: 12px;
}
a.sponsor:hover {
	background-position: 0 -65px;
}
a.sponsor span {
	display: none;
}

.contact {
	float: right;
	margin-top:6px;
}

.contact p {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.contact p a {
	color: #6e6e6e;
	text-indent:-9999px;
	display: block;
	width: 210px;
	height: 18px;
	background: url(images/info-email.gif) no-repeat 0 0;	
}

ul.social-links {
	margin: 0;
	list-style-type: none;
}
ul.social-links li {
	margin: 0;
	padding: 3px 0;
	float:left;
}

ul.social-links li a {
	display: block;
	width: 86px;
	height: 20px;
}

ul.social-links li.flickr-link a {
	background: url(images/flickr-text-grey.png) no-repeat -4px 0;
	width:75px;
}
ul.social-links li.twitter-link a {
	background: url(images/twitter-text-grey.png) no-repeat -4px 0;
	width:90px;
}
ul.social-links li.facebook-link a {
	background: url(images/facebook-text-grey.png) no-repeat -4px 0;
	width:83px;
}
/*
ul.social-links li a:hover {
	background-color: #CCC;
}*/

ul.social-links li a span {
	display: none;
}

#body-submit-event h3 {
	margin: 24px 0 12px;
	border-bottom: 1px solid #CCC;
}
#body-submit-event p {
	padding-left: 8px;
}

/* links page
----------------------------------------- */

#main-links {
	margin-left: 0px;
}
#main-links ul {
	list-style-type: none;
}
#main-links li {
	background: url(images/arrow-blue.gif) no-repeat 0 4px;
	padding-left: 25px;
	margin: 0;
}
#main-links h3 {
	color: #d70e69;
	border-bottom: #d70e69 1px solid;
}

#links-content {
	width: 625px;
	float: left;
	padding-left: 12px;
}
#links-menu {
	width: 182px;
	float: left;
}
#links-menu ol {
	background: #006283;
	margin: 0;
	padding: 12px 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}
#links-menu li {
	margin: 0;
	padding: 0;
	background: none;
}
#links-menu li a {
	color: #FFF;
	display: block;
	padding: 6px 12px;
	margin: 0;
	text-decoration: none;
}
#links-menu li a:hover, #links-menu li.current_page_item a {
	background: #d70e69;
}

/* gallery page
----------------------------------------- */

#flickr-images {
	list-style-type: none;
	padding: 0;
	margin: 12px;
}
#flickr-images li {
	float: left;
	padding: 5px;
	border: 2px solid #c1c1c1;	
	margin: 8px;
}
#flickr-images li a {


}
#flickr-images li:hover {
	border-color: #333;
}
#flickr-images li a img {
	padding: 0;
	margin: 0;
}


/* forms
----------------------------------------- */

wpcf7-response-output {
	font-size: 1.4em;
}

#mc_embed_signup {
	margin-left: 12px;
}

div.mc-field-group label {
	display: block;
	font-size: 1.4em;
	padding-top: 8px;
}

div.mc-field-group input {
	width: 250px;
}


input, textarea {
	border: 2px solid #CCC;
	background:#efefef;
	color: #006283;
	font-weight: bold;
	padding: 4px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}

#respond {
	margin-left: 25px;
}
#respond input, #comments textarea {
	width: 250px;
	margin: 0 10px 0 0;
}

.wpcf7 .txt {
	width: 300px;
	float: right;
	margin-right: 50px;
}
#body-contact .wpcf7 .txt {
	margin-right: 70px;
	float: left;
}

.wpcf7 label {
	width: 150px;
	float: left;
}
#subscribe-form {
	width: 300px;
	margin-left: 60px;
}
#subscribe-form label {
	width: 100px;
}
#subscribe-form .txt {
	width: 180px;
	float: right;	
}
#subscribe-form p.submit input {
	margin-left: 110px;
	margin-top: 10px;
}
.wpcf7 p.submit input {
	margin-left: 190px;
}

span.date, span.start-time, span.duration {
	margin-left: 32px;
}
span.audience {
	margin: 20px;
}
p.dont-publish {
	margin-left: 170px;
	margin-top: -8px;
	padding-top: 0;
}


fieldset input.btn, p #submit, p.submit input {
	background: #006283;
	color: #FFF;
	border: none;
	width: 130px;
	padding: 6px 12px;
	margin-top: 18px;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius:18px;
}
fieldset input.btn:hover, p #submit:hover, p.submit input:hover {
	background-color: #d70e69;

}

#body-contact .entry {
	margin-top: 40px;
}
.contact-presslink {
	float: right;

}

/* misc.
----------------------------------------- */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

hr, .hide {
	display: none;
}

a img {
	border: none;
}

/* self clear floats */

.group:after {
	content:"."; 
	display:block; 
	height:0;
    clear:both; 
    visibility:hidden; 
}
.group {display:inline-block;}
/* Hide from IE Mac */
.group {display:block;}
/* End hide from IE Mac */
