/*
Theme Name: Bikehub
Theme URI: http://bikehub.co.uk/
Description: The bikehub.co.uk theme.
Author: The Roundhouse
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	color:	#575757;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	resize:			none;
}
a {
	border-bottom:		1px solid #3293C2;
	color:			 	#3293C2;
	text-decoration:	none;
	position:			relative;
	top:				0px;
}

a:active {
	top:				1px;
}
a img { border: none; }

html {
	background-color:	#F3F3F3;
	font-family:		Tahoma, Arial, Helvetica, sans-serif;
	height:				100%;
}

body {
	height:				100%;	
	background:			url('images/bg/general/bg_body.jpg') no-repeat top center;
}

#nonFooter {
	background-color:	#FFFFFF;
	min-height:		100%;
	margin:			auto;
	padding:		0 0 0 23px;
	width:			964px;
}

#content {
	overflow:		auto;
	padding-bottom:	15px;
	position:		relative;
        height: auto;
}

#footer {
	background-color: #F3F3F3;
	clear:			both;
	/* height:			50px;
	margin:			-50px auto 0;
	padding:		20px 0px 0 60px;*/
	position:		relative;
	width:			964px;
}

h1 {
	font-size:		150%;
}

h2 {
	font-size:		130%;
}

h3 {
	font-size:		120%;
}

h1 + *, h2 + *, h3 + * {
	margin-top:		0.3em;
}

a.news { 
	/*
	color:			#00AEEF; 
	border-color: 	#33BEF2;
*/
}

a.family-cycling { 
	color:			#FF9900; 
	border-color: 	#F6C34C;
}

a.health-and-fitness { 
	color:			#00AEEF; 
	border-color:	#00AEEF;
}
a.bike-to-work { 
	color:			#80678D;
	border-color:	#9B7E9B;
}

a.save-the-planet { 
	color:			#86790B;
	border-color:	#86790B; 
}

.clear {
    clear: both;
}

/*
 * Masthead + Nav
 */

#logo {
	background:		transparent url('images/bikehub_logo.png') no-repeat;
	display:		block;
	height:			112px;
	left:			31px;
	overflow:		hidden;
	position:		absolute;
	top:			25px;
	width:			112px;	
}

#logo a {
	border:			none;
	display:		block;
	height:			100%;
	overflow:		hidden;
	text-indent:	-9999px;
	width:			100%;
}

.home #logo {
	background:		transparent url('images/bikehub_logo_home.png') no-repeat;
	top:			25px;
	left:			30px;
	height:			135px;
	text-indent:	-9999px;
	width:			136px;
}

#logo+img, #logo+div.headerImg {
	float:			left;
	min-height:			278px;
	margin-top:		0;
	width:			721px;
        overflow: hidden;
}

#logo+div.headerImg {
	background:		transparent url('images/mastheads/mastheads-small02.jpg') no-repeat;
}



body.page-template-feature-articles-php #logo+div.headerImg,
body.page-id-1630 #logo+div.headerImg,
{
	background:		none;
}

body.category-health-and-fitness #logo+div.headerImg {
	background:		transparent url('images/mastheads/mastheads-small08.jpg') no-repeat;
}

body.category-bike-to-work #logo+div.headerImg {
	background:		transparent url('images/mastheads/mastheads-small06.jpg') no-repeat;
}

body.category-family-cycling #logo+div.headerImg {
	background:		transparent url('images/mastheads/mastheads-small11.jpg') no-repeat;
}

body.category-save-the-planet #logo+div.headerImg {
	background:		transparent url('images/mastheads/mastheads-small09.jpg') no-repeat;
}

.hideBack {
    background:none !important;
}


.home #logo+img {
	height:			524px;
}


h1.cat35 {
    color: #00AEEF;
}

h1.cat36 {
    color: #80678D;
}

h1.cat37 {
    color: #F90;
}

h1.cat38 {
    color: #86790B;
}





ul.sidebar {
	float:			right;
	padding-top:		16px;
	width:			243px;
        background-color:       #F8F9FA;
        background:		transparent url('http://www.bikehub.co.uk/wp-content/themes/bikehub/images/bg/general/bg_sidebar.png') no-repeat top left;
}

ul.sidebar .menu {
	background:		transparent url('http://www.bikehub.co.uk/wp-content/themes/bikehub/images/bg/general/bg_sep.gif') repeat-x bottom left;
	margin:			20px 0 20px;
	padding-bottom:	60px;
	width:			100%;
}

ul.sidebar .menu li+li {
	margin-top:		5px;
	margin-bottom:	4px;
}

ul.sidebar .menu a {
	color:			#575757;
	border-bottom:	none;
	font-size:		95%;
	display:		inline-block;
	white-space:	nowrap;
}

ul.sidebar .menu a:active,
ul.sidebar .menu a:hover {
	color:			#000;
}

ul.sidebar .menu li
{
	padding-left:   20px;
        line-height: 20px;
}

ul.sidebar .menu li.comingsoon 
{	
	height:			auto !important;
	margin-bottom:	4px;
}

ul.sidebar .menu li.comingsoon a {
	color:			#C9CACB;	
}

ul.sidebar .menu li.comingsoon a span 
{
	display:	block;
	margin-top:	-2px;
	color:			#DE6464;
	font-size:		60%;	
	height:			auto !important;
	text-transform: lowercase;
}

ul.sidebar .menu li.comingsoon a:active,
ul.sidebar .menu li.comingsoon a:hover {
	border-bottom:	none;
}

.searchform {
	margin-left:	-35px;
	width:			245px;
        z-index: 999999;
        position: absolute;
       /* margin-top: -70px; */
}

.sidebar .searchform {
        margin-top: -70px;
}


#search-8{
   /* height: 36px; */
}

.searchform label {
	background:		transparent url('http://www.bikehub.co.uk/wp-content/themes/bikehub/images/bg/search/bg_search_label.png') no-repeat;
	cursor:			pointer;
	display:		block;
	float:			left;
	height:			36px;
	overflow:		hidden;
	text-indent:	-9999px;
	width:			36px;
}

.searchform input {
	border:			1px solid #CCCCCC;
	float:			left;
	height:			26px;
	margin-left:	-2px;
	padding:		3px 10px;
	position:		relative;
	top:			1px;
	width:			170px;
	z-index: 99999;
	box-shadow:		inset 0px 3px 30px #F4F4F4, inset 0px -3px 30px #F4F4F4;
	-webkit-box-shadow:		inset 0px 3px 30px #F4F4F4, inset 0px -3px 30px #F4F4F4;
	-moz-box-shadow:		inset 0px 3px 30px #F4F4F4, inset 0px -3px 30px #F4F4F4;
}

.searchform button {
	background:		transparent url('images/bg/search/bg_search_button.png') no-repeat;
	border:			none;
	cursor:			pointer;
	display:		block;
	float:			left;
	height:			36px;
	margin-left:	-2px;
	text-indent:	-9999px;
	overflow:		hidden;
	width:			31px;
}

.widget_twitter {
	font-size:		70%;
	margin-left:	20px;
	width:			203px;
}

.twitter_title_link {
	background:		transparent url('images/bg/social/bg_twitter_icon.png') no-repeat;
	border-bottom:	none;
	display:		block;
	height:			32px;
	text-indent:	-9999px;
	overflow:		hidden;
	width:			32px;
}

ul.twitter {
	/*border:			1px dotted #777777;
	border-radius:	5px;*/
	margin-top:		-10px;
	
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

ul.twitter > li {
	background:		transparent url('images/bg/social/bg_twitter_top.png') no-repeat center top;
	margin-top:		10px;
	padding:		20px 10px 0;
	word-break:		break-word;
}

ul.twitter > li+li {
	background:		transparent url('images/bg/social/bg_twitter_bottom.png') no-repeat center bottom;
	background-color: #F5F5F5;
	border-top:		1px dashed #CCCCCC;
	margin-top:		0;
	padding-bottom:	5px;
	
	border-radius:	5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.twitter-timestamp {
	display:		block;
	font-size:		80%;
	padding:		5px 0;
	text-align:		right;
}

ul.sidebar+ul {
	clear:			left;
	width:			721px;
}

ul.sidebar+ul > li {
	float:			left;
	margin:			0;
	padding:		0;
	text-align:		center;
	width:			180px;
}

ul.sidebar+ul > li {
	
	overflow:		visible;
}

ul.sidebar+ul > li+li {
	border-left:	1px solid #E0E0E0;
	width:			179px;
}

ul.sidebar+ul > li a {
	border-bottom:	2px solid #00AEEF;
	color:			#00AEEF;
	display:		block;
	font-family:	Alwyn, Tahoma, Arial, Helvetica, sans-serif;
	font-size:		110%;
	padding:		15px 0;
	width:			182px;
	margin-left:	-1px;
}

ul.sidebar+ul > li:hover
{
	background:		transparent url('images/bg/general/bg_subnav.png') repeat-x center bottom;
}

ul.sidebar+ul > li.current
{
	background:		transparent url('images/bg/general/bg_subnav.png') repeat-x center bottom;
}

ul.sidebar+ul > li+li a {
	border-bottom:	2px solid #80678D;
	color:			#80678D;
}

ul.sidebar+ul > li+li+li a {
	border-bottom:	2px solid #FF9900;
	color:			#FF9900;
}

ul.sidebar+ul > li+li+li+li a {
	border-bottom:	2px solid #86790B;
	color:			#86790B;
	width:			179px;
}

ul.sidebar #text-2 {
	display:		block;
	margin:			-30px 0 0px 70px;
	position:		relative;
	top:			30px;
}

ul.sidebar #text-4{
	display:		block;
	margin:			0px 0 0px 20px;
	position:		relative;
	top:			10px;
}

ul.sidebar #text-5{
	display:		block;
	margin:			0px 0 0px 20px;
	position:		relative;
	top:			-10px;
}

ul.sidebar li.widget_text a {
	border-width:	0;
	font-size:		80%;
}

.dfrads {
	margin:			20px auto;
	text-align:		center;
	width:			203px;
}

.app {

    margin-right: 0px;
}

.dfrads a {
	border-width:	0;
}

a[title="Advertise Here"] {
	border-width:	0 0 1px 0;
	font-size:		70%;
}

/* 
 * Article(s)
 */
h1 {
	color:			#000000;
}

div.left > div.article ol,
div.left > div.article ul
{
	margin:			10px 0 0 0 0;
}

div.left > div.article ul li,
div.left > div.article ol li
{
	background:		transparent url('images/bg/general/bg_bullet.gif') no-repeat 0 2px;
	padding-left:	18px;
}

div.left > div.article > h1 {
	margin:			25px 0 10px 0;
}

div.left > div.article > h2 {
	color:			#000000;
	font-size:		155%;
	margin:			25px 0 10px 0;
}

div.left > div.article > h3 {
	color:			#1F6E9D;
	font-size:		120%;
	margin:			25px 0 10px 0;
}

div.left > div.article > h4 {
	color:			#1F6E9D;
	margin:			25px 0 10px 0;
}

div.left > div.article > h5 {
	color:			#1F6E9D;
	margin:			25px 0 10px 0;
}

div.left > div.article > h6 {
	color:			#1F6E9D;
	margin:			25px 0 10px 0;
}

div.left > div.article > h1 + span {
	display:		block;
	font-size:		95%;
	margin-top:		5px;
	margin-bottom:	10px;
}

div.left > div.article .alignleft
{
	float: left;	
}

div.left > div.article .alignright
{
	float: right;	
}

div.left > div.article img.alignleft
{
	margin-top:			5px;
	margin-right:		20px;
	margin-bottom:		15px;
}

div.left > div.article img.alignright
{
	margin-top:			5px;
	margin-left:		20px;
	margin-bottom:		15px;
}

div.left > div.article img
{
	border:		1px #D5D5D5 solid;
	padding:	10px;
	border-radius:			4px;	
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
}

div.article {
	color:			#595959;
	font-size:		80%;
	margin-bottom:	30px;
	padding-bottom:	30px;
}

ul.sidebar+ul+div h1
{
	margin-top:		0px !important;
	font-size:		200%;
	line-height:	120%;
}

ul.sidebar+ul+div h1 + span + p
{
	font-size:		110% !important;
	margin:			25px 0 1.6em 0;
}

div.article br
{
	display:			block;
	margin:				10px 0 0 0;
}

div.article strong,
div.article bold
{
	font-weight:		bold;
}

div.article em
{
	font-style:			italic;
}

div.article blockquote
{
	color:				#262626;
	border-left:		1px #E0E0E0 solid;
	padding-left:		20px;
	margin:				35px 0 35px 0;
	font-style:			italic;
}

div.article pre
{
	font-size:			130%;
	line-height: 		20px;
	display:			block;
	width:				452px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

div.article address, div.article p, div.article ul, div.article ol, div.article table, div.article embed, div.article object {
	margin:			0 0 1.3em 0;
}

div.article .wp-caption-text {margin-bottom: 0px; font-style: italic}

ul.sidebar+ul+div {
	clear:			left;
	float:			left;
	margin-top:		30px;
	width:			721px;	
}

.home ul.sidebar+ul+div
{
	margin-top:		38px;
	padding-bottom:	30px;
}

.home ul.sidebar+ul+div > div,
ul.sidebar+ul+div > div > ul {
	float:			left;
	padding:		0 10px 50px 0px;
	width:			417px;
}

.home ul.sidebar+ul+div > div
{
	width:			407px;
	padding:		0 20px 50px 0px;
}

ul.sidebar+ul+div > div.left {
	float:			left;
	width:			452px;
}

ul.sidebar+ul+div > div.left.wide {
	width:			550px;
}

.page-id-1626 ul.sidebar+ul+div > div.left.wide {
	width:			700px;
}

ul.sidebar+ul+div > div.left.search {
	float:			none;
	width:			700px;
}

ul.sidebar+ul+div > div.left > div {
	padding-left:	0px;
}

ul.sidebar+ul+div > div > ul {
	float:			none;
}

ul.sidebar+ul+div > div > ul {
	width:			447px;
}

ul.sidebar+ul+div > div > ul > li {
	border-bottom:	1px solid #E0E0E0;
	padding:		5px 30px 23px 0;
}

ul.sidebar+ul+div > div > ul > li:last-child
{
	border-bottom:		none;
}

ul.sidebar+ul+div > div > ul > li+li {
	margin-top:		10px;
}

ul.sidebar+ul+div > div > ul > li > a {
	background:		transparent url('images/bg/general/bg_arrow_right.png') no-repeat right center;
	border-bottom:	none;
	display:		block;
	padding: 		0 20px 20px 0;
	width:			427px;
}

ul.sidebar+ul+div > div > ul > li.thumbnail > a {
	min-height:		81px;
}

ul.sidebar+ul+div > div > ul > li > a > img {
	float:			left;
	margin:			0 20px 5px 0;
}

ul.sidebar+ul+div > div > ul > li > a > img+h2 {
	clear:			both;
	display:		inline;
}

ul.sidebar+ul+div > div > ul > li > a+span {
	display:		block;
	margin-top:		-20px;
	margin-right:	15px;
}

ul.sidebar+div > div > ul.events > li {
	padding-bottom:	5px;
}

ul.sidebar+ul+div > div > ul.events > li > a {
	padding-bottom:	45px;
}

ul.sidebar+ul+div > div > ul.events > li > a+span {
	margin-top:		-45px;
}

ul.sidebar+ul+div > div > ul.events > li > a+span > span {
	display:		block;
}

ul.sidebar+ul+div > div > ul > li > a > h2 {
	color:			#000000;
	font-size:		100%;
}

.home ul.sidebar+ul+div > ul,
ul.sidebar+ul+div > div > ul+div > ul {
	float:			right;
	width:			270px;
	margin-top:		-15px;
	margin-bottom:	-15px;
}

.home ul.sidebar+ul+div > ul > li,
ul.sidebar+ul+div > div > ul+div > ul > li {
	border-bottom:	1px solid #E0E0E0;
	padding:		5px 0px 20px 0;
	margin-bottom:	5px;
}

.home ul.sidebar+ul+div > ul > li:last-child 
{
	border-bottom:	none;
}

.home ul.sidebar+div > ul > li+li,
ul.sidebar+ul+div > div > ul+div > ul > li+li {
	padding-top:	5px;
}

.home ul.sidebar+ul+div h2
{
	margin-top:		2px;
}

.home ul.sidebar+ul+div h2 > a,
ul.sidebar+ul+div h2 > a {
	border-bottom:	none;
	color:			#000000;
	line-height:	110%;
}

.home ul.sidebar+ul+div > ul > li > a,
ul.sidebar+ul+div > div > ul+div > ul > li > a {
	background:		transparent url('images/bg/general/bg_arrow_right.png') no-repeat right center;
	border-bottom:	none;
	display:		block;
	font-size:		100%;
	padding:		0 40px 25px 0;
	width:			230px;
}

.home ul.sidebar+ul+div > ul > li > a > h2,
ul.sidebar+ul+div > div > ul+div > ul > li > a > h2 {
	color:			#000000;
	font-size:		100%;
}

.home ul.sidebar+ul+div > ul > li > a+span,
ul.sidebar+ul+div > div > ul+div > ul > li > a+span {
	display:		block;
	margin-top:		-22px;
	font-size:		70%;
	color:			#A5A5A5;
}



ul.sidebar+ul+div h1 + span,
.home ul.sidebar+ul+div h2 + span,
ul.sidebar+ul+div a + span  
{
	font-size:		70%;
	color:			#A5A5A5;
}

.home ul.sidebar+ul+div > ul > li > a+span > a,
ul.sidebar+ul+div > div > ul+div > ul > li > a+span > a,
ul.sidebar+ul+div h1 + span > a,
.home ul.sidebar+ul+div h2 + span > a 
{
	margin-left:	5px;
}

.home ul.sidebar+ul+div h2 + span + p 
{
	font-size:		80%;
	margin-top:		16px;
	line-height:	140%;
}

a.readMore,
ul.sidebar+ul+div > div.left.search > ul > li > a.readMore {
	background:		transparent url('images/btns/bg_readmore-grad.jpg') no-repeat right bottom;
	border:			1px solid #DCDCDC;
	border-radius:	5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:			#595959;
	display:		inline-block;
	font-size:		75%;
	margin-top:		20px;
	padding:		5px 30px 5px 10px;
}

a.readMore:hover,
ul.sidebar+ul+div > div.left.search > ul > li > a.readMore:hover
{
	color:					#000;
	background-position:	right top;
}

.home ul.sidebar+ul+div > ul+a.readMore,
ul.sidebar+ul+div > div > ul+a.readMore {
	margin-left:	2px;
	margin-bottom:	10px;
}

ul.sidebar+ul+div > div > ul > li > a.readMore {
	margin-top:		10px;
}

/*
 * Paging
 */
div.paging {
	border:			1px solid #E0E0E0;
	display:		inline-block;
	height:			32px;
	margin:			0 0 20px 0px;
	position:		relative;
	top:			-20px;
	
	border-radius:  5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.sidebar+ul+div > div > div.paging {
	padding-left:	0;
}

ul.sidebar+ul+div > div > h1+.searchform+div.paging {
	top:			0;
}

div.paging
{
	position:		relative;
}

div.paging a
{
	border:			none;
	color:			#595959;
	height:			100%;
	line-height:	32px;
	padding:		0 10px;
	font-size:		80%;
}

div.paging .pages
{
	padding:		0 10px;
	float:			left;
}

div.paging .pages > a.current {
	color:			#000000;
}

div.paging > a.previous_posts {
		float:			left;
	border-right:	1px solid #E0E0E0;
}

div.paging > a.next_posts {
		float:			left;
	border-left:	1px solid #E0E0E0;
}


/*
 * Most Popular / Related Articles
 */
ul.sidebar+ul+div > div+ul {
	float:			right;
	margin-right:	20px;
	width:			200px;
}

ul.sidebar+ul+div > div+ul > li {
	border-bottom:	none;
	padding:		0;
}

.popular-posts
{
	font-size:85%;
	margin:5px 0 20px;
}

ul.sidebar+ul+div > div+ul > li > h2.widgettitle {
	font-size:		138%;
	color:			#5692B5;
}

ul.sidebar+ul+div > div+ul > li > ul > li {
	border-bottom:	1px solid #E0E0E0;
}

ul.sidebar+ul+div > div+ul > li > ul > li:last-child {
	border-bottom:	none;
}

ul.sidebar+ul+div > div+ul > li > ul > li > a {
	background:		transparent url('images/bg/general/bg_arrow_right.png') no-repeat right 5px;
	border:			none;
	display:		block;
	padding:		0 40px 15px 0;
	zoom:			1;
}

ul.sidebar+ul+div > div+ul > li > ul > li > a > span {
	color:			#000000;
}

ul.sidebar+ul+div > div+ul > li > ul > li > span > span {
	display:		block;
	font-size:		110%;
	font-weight:	normal;
	margin:			-13px 0 5px 0;
}

ul.sidebar+ul+div > div+ul > li li
{
	padding:		13px 0;
}

ul.sidebar+ul+div > div+ul > li.widget_yarpp_widget
{
	font-size:		85%;
	margin:			5px 0 20px 0;
}

ul.sidebar+ul+div > div+ul > li.widget_yarpp_widget > h2 {
	font-size:		138%;
	color:			#919C23;
}

.popular-posts ul > li > span,
ul.sidebar+ul+div > div+ul > li.widget_yarpp_widget > ul > li > span {
	color:			#ACACAC;
	display:		block;
	font-size:		80%;
	font-weight:	normal;
	margin:			-13px 0 5px 0;
}

/*
 * Search Results
 */
ul.sidebar+ul+div > div.left.search > ul {
	width:			675px;
}

ul.sidebar+ul+div > div.left.search > ul > li > a {
	background:		none;
}

ul.sidebar+ul+div > div.left.search > ul > li > a+span {
	font-size:		80%;
	padding:		10px 30px 10px 0;
	margin-bottom:	5px;
}

ul.sidebar+ul+div > div.left.search > ul > li > a.readMore {
	margin:			10px 0 10px 0;
	min-height:		0px;
	width:			auto;
}

ul.sidebar+ul+div > div.left.search h1
{
	margin-bottom:	15px;
}

ul.sidebar+ul+div > div.left.search h1+.searchform,
ul.sidebar+ul+div > div.left.search ul+div+.searchform {
	float:			left;
	margin-left:	0px;
	position:		relative;
	top:			-6px;
}

ul.sidebar+ul+div > div.left.search > ul+div+.searchform {
	float:			right;
	top:			-21px;
}

ul.sidebar+ul+div > div.left.search h1+.searchform+div.paging {
	float:			right;
}

ul.sidebar+ul+div > div.left.search > div.paging+ul {
	clear:			both;
}

/*
 * Contact Form 
 */
.wpcf7
{
}

.wpcf7 ul {
	float:			left;
}

.wpcf7 ul+ul {
	float:			right;
	margin-right:	20px;
}

.wpcf7 label {
	font-size:		115%;
	
	padding:		2px 0;
}

.wpcf7 input[type=text], .wpcf7 textarea {
	margin-bottom:		20px;	
	background:			#FFFFFF url('images/bg/general/bg_forms_grad.jpg') no-repeat top left;
	padding:			6px 6px 5px 6px;
	
	border:				1px solid #DADADA;
	border-left:		1px solid #C0C0C0; 
	border-top:			1px solid #C0C0C0; 
	
}

.wpcf7 input[type=submit] {
	background:			#FFFFFF url('images/bg/general/bg_arrow_right.png') no-repeat 93% center;
	border:				1px solid #DDDDDD;
	cursor:				pointer;
	height:				32px;
	padding-left:		10px;	
	text-align:			left;
	width:				70px;
	
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}

.wpcf7 li > span.required {
	font-size:			80%;
	margin-right:		210px;
	margin-top:			-20px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color:				#880000;
	display:			block;
	padding-bottom:		10px;
}

div.wpcf7-response-output {
	border:				1px solid #DDDDDD;
	clear:				both;
	top:				15px;
	padding:			10px;
	position:			relative;
	text-align:			center;
	width:				450px;
}

div.wpcf7-validation-errors {
	background-color:	#880000;
	color:				#CCCCCC;
}

div.wpcf7-mail-sent-ok {
	background-color:	#008800;
	color:				#CCCCCC;
}

div.wpcf7-display-none {
	display:			none;
}

div.left div.article form ul li
{
	padding-left:		0;
	background:			none;
}

/*
 * Footer
 */
#footer {
	font-size:		70%;
}

#footer .menu,
#footer .menu li {
	display:		inline;
	float:			right;
}

#footer .menu li:last-child {
	float:			right;
	margin-right:	20px;
}

#footer a {
	float:			right;
	color:			#6E6E6E;
	border-color:	#797979;
	padding-bottom:	1px;
}

#footer a:hover {
	color:			#181818;
	border-color:	#767676;
}

#footer > span {
	float:			right;
	margin-right:	20px;
}

/*
 * App Sidebar
 */

.app
{
	margin:			0 0 0 0px;
	padding:		20px 0 20px 0;
}


/*
*  VIDEO PAGE
*/


pre.video_desc_text{
    font-size: 70%;
    margin-left:    24px;
	width: 660px;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -o-pre-wrap;
        font-family:		Tahoma, Arial, Helvetica, sans-serif;
        line-height: 1.6;
}



#header2 {
    height: 100px;
    width: 743px;
    background: url('images/bg/video/head-background.jpg') repeat-x bottom left;
    margin-top: -3px;
    margin-left: -23px;
    position: absolute;
    z-index: 999;
}

#new-logo {
    height: 108px;
    width: 112px;
    background: url('images/bg/video/logo-video.png') no-repeat bottom left;
    margin-top: -1px;
    margin-left: -508px;
    left:50%;
    position: absolute;
    z-index: 99999;
}

#banner-title {
    height: 48px;
    width: 165px;
    margin-top: 8px;
    margin-left: 95px;
    
    position: absolute;
    z-index: 9999;
    /*text-indent: -99999px;
    background: url('images/bg/video/videos-title.png') no-repeat bottom left;*/
}

#banner-title h1 {
    font-size:  42px;
    color:  #FFFFFF;
    letter-spacing: -2px;
}

#banner-title p {
    font-size:  11px;
    color:  #7A7A7A;
    letter-spacing: 0.2px;
    margin-top: -10px;
    margin-left: 6px;
}



#banner-videos {
    height: 108px;
    width: 350px;
    margin-top: 3px;
    margin-left: 340px;
    position: absolute;
    z-index: 99999;
}

#banner-videos ul{
    float: left;
    
    width: 91px;
}

#banner-videos ul a{
    border-bottom: none;
    padding-bottom: 0px;
    display:block;
    height: 62px;
    width: 81px;
    padding: 5px;
}



#banner-videos .overflow{
    width:      273px;
    height:     80px;
    display:    block;
    border:     none;
    overflow:   hidden;
    float:  left;
    margin-top: 5px;
}

#banner-videos .blueBox {
    display: none;
}

#banner-videos .current .blueBox {
    height: 8px;
    width: 87px;
    display: block;
    background-color:#01B0F0;
    margin-top: -10px;
    margin-left:    2px;
}

#banner-videos .overflow .overflow-inner{
    width:1456px;
    height: 80px;
    display:block;
    margin-left: 0px;
}

#prevCar{
    display: inline-block;
    float:  left;
    margin-top: 33px;
    height: 16px;
    width:  12px;
    margin-right:   8px;
}

#nextCar {
    display: inline-block;
    float:  left;
    margin-top: 33px;
    height: 16px;
    width:  12px;
    margin-left:   8px;
}

#prevCar.hide_arrow a{
    display:    none !important;
}

#nextCar.hide_arrow a{
    display:    none !important;
}

#prevCar a{
    border: none;
    display: inline-block;
    text-indent: -9999px;
    height: 16px;
    width:  12px;
    background: url('images/btns/btn_prev_car.png') no-repeat bottom left;
}

#nextCar a{
    border: none;
    display: inline-block;
    text-indent: -9999px;
    height: 16px;
    width:  12px;
    background: url('images/btns/btn_next_car.png') no-repeat bottom left;
}


.video-player {
    z-index: -99;
}

.video-player object
{
    margin-top: 97px;
}

.video-player embed
{
    margin-top: 97px;
}

.video-desc{
    width: 708px;
    border: 1px solid #E0E0E0;
    border-bottom: none;
    border-top: none;
    background: url('images/bg/video/desc-background.jpg') repeat-x bottom left;
    margin-top: -10px;
    display: inline-block;
    padding:5px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 35px;
}

.video-desc #min_desc a, .video-desc #extend_desc a{
    float: right;
    
    margin-right:   24px;
    font-size:      90%;
    
}


.video-desc-bottom{
    display: block;
    height: 15px;
    margin-left: -6px !important;
    margin-bottom: -10px;
    padding: 0px;
    width: 720px;
    background: url('images/bg/video/desc-background-bottom.jpg') no-repeat bottom left;
}

.video-desc h2{
    clear: none;
    color: black;
    margin-left: 24px;
    margin-top: 10px;
    margin-bottom:  10px;
    letter-spacing: 1px;
    font-size:  130%;
}

.video-desc p{
    color: #575757;
}


.video-links
{
    width: 720px;
}

.video-links ul{
    float: left;
    padding: 12px 10px 20px;
    width: 125px;
    margin-left: 5px;
    margin-right: 40px;
    margin-bottom: 30px;
}

.video-links ul a, .video-links ul.current a{
    border-bottom: none;
    color: #575757;
}

.video-links ul:hover a, .video-links ul.current a{
    border-bottom: none;
}



.video-links ul li.title{
    font-size: 75%;
    line-height: 135%;
    height: 35px;
    overflow: hidden;
    padding-top: 15px;
    letter-spacing: 0px;
}

.video-links ul:hover, .video-links ul.current{
    background-color: #E6F0F5;
}

.video-links ul.breakend {
    margin-right: 0px;
}

.video-links div.paging {
    top: 10px;
    float: left;
    clear: left;
    margin-bottom: 50px;
}

.hide {
    display: none !important;
    height: 0px;
}

.hide_desc {
    display: none;
    height: 0px;
}

.show_desc {
}

.full_desc {
    height: auto;
}

.short_desc {
    height: 70px;
    overflow: hidden;
}

/*
*  Change to feaures
*/

.featured {
    padding-top: 10px !important;
    font-size: 150% !important;
    line-height: 110% !important;
    color: #575757 !important;
}

.archive p {
    margin-bottom: 15px;
}

.paged #main-feature {
    display: none;
}

#wpp-8, #wpp-9, #wpp-10, #wpp-11 {
    display:none;
}

/*.category-health-and-fitness #wpp-8{
    display:    block !important;
}

.category-health-and-fitness #wpp-3{
    display:    none !important;
}*/

/*  Bikehub shop locator  */


.locator {
	margin-left:	-35px;
        margin-top: -2px;
	width:			245px;
        z-index: 999999;
       /* position: absolute; */
       margin-bottom: 10px;

}

#search-9{
    position: relative;
    height: 36px;
    z-index: 999999;
}

.locator label {
	background:		transparent url('images/bg/search/bg_store_label.png') no-repeat;
	cursor:			pointer;
	display:		block;
	float:			left;
	height:			36px;
	overflow:		hidden;
	text-indent:	-9999px;
	width:			36px;
}

.searchform input {
    font-size: 75% !important;
    padding:		3px 5px;
    top:			1px;
    height:			26px;
    float:			left;
    position:		relative;
}

.locator input {
	border:			1px solid #CCCCCC;
	float:			left;
	height:			26px;
	margin-left:	-2px;
	padding:		3px 5px;
	position:		relative;
	top:			1px;
	width:			170px;
        font-size: 75%;
	z-index: 99999;
	box-shadow:		inset 0px 3px 30px #F4F4F4, inset 0px -3px 30px #F4F4F4;
	-webkit-box-shadow:		inset 0px 3px 30px #F4F4F4, inset 0px -3px 30px #F4F4F4;
	-moz-box-shadow:		inset 0px 3px 30px #F4F4F4, inset 0px -3px 30px #F4F4F4;
}

.locator button {
	background:		transparent url('images/bg/search/bg_search_button.png') no-repeat;
	border:			none;
	cursor:			pointer;
	display:		block;
	float:			left;
	height:			36px;
	margin-left:	-2px;
	text-indent:	-9999px;
	overflow:		hidden;
	width:			31px;
}

.locator input, .searchform input {
    color: grey;
}


/* Bottom Banner Ad */

#bottom-banner {
    text-align: center;
    margin-top: 40px;
}

#bottom-banner a {
    border: none;
}


/*  Big Footer  */

#big-footer{
    clear:both;
    width: 944px;
    background:		transparent url('images/bg/footer/hoz_line.png') repeat-x center top;
}

#bf-top {
    height: 59px;
    padding: 20px 10px 10px 80px;
    background: url('images/bg/footer/bg_footer_logo.jpg') no-repeat 0px 15px;
}

#bf-top li#nav_menu-14, #bf-top li#nav_menu-15 {
    float: left;
    background:		transparent url('images/bg/footer/vert_line.png') repeat-y left top;
    height: 50px;
    padding: 0px 10px 0px 20px;
}

#bf-top ul li h2{
    font-size: 110%;
    font-weight: bold;
    line-height: 165%;
}

#bf-top ul li.menu-item{
    line-height: 60%;
    font-size: 80%;
}

#bf-top ul li.menu-item a{
    color: #575757;
    
}

#bf-top ul li.menu-item a:hover{
    color: #3293C2;
}

#bf-bottom {
    background:	transparent url('images/bg/footer/hoz_line.png') repeat-x center top;
    width: 944px;
    height: 10px;
}

#bf-bottom ul{
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

#bf-bottom ul.menu{
    margin-top: 0px;
    margin-right: 0px;
}

#bf-bottom ul.footer-nav li.first{
    background: none;
}

#bf-bottom ul.footer-nav li.first a, #bf-bottom ul.footer-nav li.first span{
    font-weight: bold;
    
    font-size: 80%;
    padding-bottom: 10px;
    padding-top: 10px;
}

#bf-bottom ul li#nav_menu-13{
    border-top: none;
    padding-top: 0px;
}

#bf-bottom ul li{
    background:		transparent url('images/bg/footer/hoz_line.png') repeat-x center top;
    width: 112px;
    
    padding-bottom: 5px;
    padding-top: 5px;
    color: #575757;
}

#bf-bottom ul.footer-nav li a{
    text-decoration: none;
    color: #575757;
    border-bottom: none;
    font-size: 67%;
}

#bf-bottom ul.footer-nav li a:hover{
    text-decoration: none;
    color: #3293C2;
}


#bf-right {
    border-top: none;
    width: 210px;
    float: right;
}

#bf-right ul{
    float: left;
    margin-top: 5px;
}


#bf-right ul li.first{
    font-weight: normal;
    background: none;
    font-size: 115%;
    padding-left: 0px;
}

#bf-right ul li.second{
    border-top: none;
}

#bf-right ul li{
    background:		transparent url('images/bg/footer/hoz_line.png') repeat-x center top;
    width: 165px;
    font-size: 80%;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    color: #575757;
}

#bf-right ul li a span{
    text-decoration: none;
    color: #575757;
    bakcground: none;
    float: left;
    margin-right: 15px;
}

#bf-right ul li a{
    text-decoration: none;
    color: #575757;
    border-bottom: none;
}


#bf-right ul li a:hover{
    text-decoration: none;
    color: #3293C2;
}

#clear {
    clear:both;
}


#big-footer .menu li#menu-item-1623 {
	display:		inline;
	float:			right;
        font-size: 70%;
        margin-right:	20px;
}

#big-footer .menu li#menu-item-1623 a {
	float:			right;
	color:			#6E6E6E;
	border-color:	#797979;
	padding-bottom:	1px;
}

#big-footer .menu li#menu-item-1623 a:hover {
	color:			#181818;
	border-color:	#767676;
}

#big-footer > span {
float: right;
margin-right: 20px;
font-size: 70%;
}

/* Calendar */

/* Events */

.title_boxes{
    width:150px;
}

.add_event label{
    width: 200px;
    height: 50px;
}

.login-details, .view-details
{
	font-size:85%;
	margin:5px 0 2px;
}

.pagenav li.page_item {
	border-bottom:	1px solid #E0E0E0;
	padding:		5px 0px 5px 0;
	margin-bottom:	5px;
}

.pagenav li.page_item a{
	background:		transparent url('images/bg/general/bg_arrow_right.png') no-repeat right center;
	border-bottom:	none;
	display:		block;
	color: black;
        font-size: 100%;
	padding:		0 40px 2px 0;
	width:			160px;
}

.pagenav li.page_item h3{
	color: #A5A5A5;
        font-size: 90%;
}

.events-side h2, h2.add_event_msg {
    color: #A5A5A5;
    font-size: 90%;
}

.pagenav {
    margin-bottom: 10px;
}

/*
 * Add Event Form
 */
.wpcf7
{
}

.add_event ul {
	float:			left;
}

.add_event ul+ul {
	float:			right;
	margin-right:	15px;
}

.add_event label {
	font-size:		95%;
	padding:		2px 0;
        margin-right: 20px;
}

.add_event label.end_date_label {
    margin-right: 27px;
}

.add_event input[type=text]{
	margin-bottom:		10px;
	background:			#FFFFFF url('images/bg/general/bg_forms_grad.jpg') no-repeat top left;
	padding:			6px 6px 5px 6px;
	border:				1px solid #DADADA;
	border-left:		1px solid #C0C0C0;
	border-top:			1px solid #C0C0C0;
        width: 180px;
}

.add_event input[type=submit] {
	background:			#FFFFFF url('images/bg/general/bg_arrow_right.png') no-repeat 93% center;
	border:				1px solid #DDDDDD;
	cursor:				pointer;
	height:				32px;
	padding-left:		10px;
	text-align:			left;
	width:				70px;

	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}

.add_event li > span.required {
	font-size:			80%;
	margin-right:		210px;
	margin-top:			-20px;
}

p.error {
    color:#D54E21;
}

input.date_field{
    padding:			1px 0px !important;
    width: 25px !important;
    color:  #A5A5A5;
}

input.date_field2{
    padding:			1px 0px !important;
    width: 40px !important;
    color:  #A5A5A5;
}

input.title_box{
    width: 385px !important;
}

.tags-info{
    width: 180px;
    padding-left: 5px;
    font-size: 70%;
    color: #575757;

}

.add_event_header {
    color: #000;
    padding-top: 20px;
    padding-bottom: 10px;
}

.add_event {
    margin-bottom: 20px;
}

/* journey planner */

#google-map-area {
    height:500px;
    width: 721px;
}


/* Forum Stylesheet */






.imageResize img{
    width: 415px !important;
    height: auto !important;
}