/* CSS Document */
html , body{
	direction: rtl;
	background:#ebe9d8;
}
#outer{
    width: 770px;
    background:#ebe9d8;
    margin: 0 auto 1em;
    font-size: 93%; /* 12px yui*/
}

#lang
{
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: left;
}

.flag{
	margin-left: 2px;
	margin-right: 2px;
} 

#lang a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#lang a:hover{
    text-decoration: underline;
}

#inner{
    width: 770px;
    background: white;
    margin: auto;
}

#site {
	width: 750px;
	margin: auto;
}

#container{
	background: transparent url(/~bike4all/assets/images/bg_down.gif) repeat-x bottom right;
	border-bottom: 1px solid #2c8c15;
	overflow: hidden;
}

#content {
	float:right;
	width: 545px;
	text-align:right;
	/*margin-top: 1em;*/
	margin-top: 5px;
	margin-bottom:1em;
}

#bottom { 
	clear: both;
}

#sidebar {
	float: left;
	width: 202px;
	padding: 0;
	margin-top: 5px;
}

#content h1{
	color: #2c8c15;
	font-size: 138.5%; /*yui 18px */
	font-weight: bold;
	/*margin-top: 1em;
	margin-bottom: 1em;*/
}

#content h2, #sidebar h2{
	color: #236f11;
	font-size: 123.1%; /*yui 16px */
	font-weight: bold;
	/*margin-top: .5em;
	margin-bottom: 1em;*/
}
#content h3{
	color: #236f11;
	font-weight: bold;
}
#content h2 a{
	text-decoration: none;
	color: #2c8c15;
}
#content h2 a:hover{
	text-decoration: underline;
}

#content p, #sidebar p{
	margin-top: .25em;
	margin-bottom: .5em;
	line-height: 1.5em;
}
#sidebar p{
	margin-top: 0;
}
#content ol{
	margin-right: 2em;
}
#content ol li{
	margin-top: 0em;
	margin-bottom: .5em;
	list-style: decimal outside;
}
#content ul{
	margin-right: 2em;
}
#content ul li{
	margin-top: 0em;
	margin-bottom: .5em;
	list-style: disc;
}

#content strong{
	font-weight: bold;
}

#content hr{
	background: url(/~bike4all/assets/images/hr.gif) repeat-y center right;
	border: 0px solid white;
	height: 2px;
	color: transparent;
	width: 95%;
	margin-right: 0;
}

#content a{ 
	text-decoration: none;
	color: #2c8c15;
	font-weight: bold;
}
#content a:hover{
	text-decoration: underline;
}

#footer{
	clear:both;
	text-align: center;
}
#footer .validate {
	float:left;
}

#footer a{
    text-decoration: none;
    color: #000;
}
.articles{
	border-top: 2px solid #61A74F;
	margin-left: 1em;
}
.publish_date{
	float: left;
	color: #2c8c15;
	font-weight: bold;
}
/* ditto */
.ditto_item {
	clear: right;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #97C48B;
}
.ditto_thumb {
	float: right;
	margin-left: 2em;
	height: 100px;
}
.ditto_text{
    position: relative;
	height: 100px;
	padding-bottom: 1em;
}
.ditto_introText p{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden;
	height: 4.5em;
}
.ditto_pageTitle{
	margin-bottom: 0 !important;
}
.ditto_thumb img{
	border: 1px solid #2c8c15;
}
.ditto_more{
	position: absolute;
	bottom: 1em;
	right: 160px;
	*right: 0px; /* ie hack */
}
.ditto_more a{ 
	text-decoration: none;
	color: #2c8c15;
	font-weight: bold;
}
.ditto_more a:hover{
	text-decoration: underline;
}

/* Ditto pagination */

.ditto_pagination{
    clear: both;
    /*border-top: 1px solid #236f11;
    padding: 10px; */
    color: black;
}
.ditto_currentpage {
    border: 1px solid #236f11;
    padding:  5px;
    margin-right: 1px;
    margin-left: 1px;
    background-color:#236f11;
    color: white;
    font-weight: bold;
}
.ditto_page {
    border: 1px solid #236f11;
    /*padding: 1px 5px 2px;*/
    padding: 5px;
    margin-right: 1px;
    margin-left: 1px;
}
.ditto_pagination a, .ditto_page a, .ditto_page a:link, .ditto_page a:visited {
    border: 1px solid #236f11;
    /*padding: 1px 5px 2px;*/
    padding: 5px;
    margin-right: 1px;
    margin-left: 1px;
    text-decoration: none !important;
    color: black;
    font-weight: bold;
}
.ditto_pagination a:hover {
    background-color:  #2c8c15;
    color: white;
}

/* forms */
.donationform {
    margin: auto;
    width: 70%;
    text-align:center;
}
.errors {
	text-align: right;
	color: red;
}
.required {
	color: red;
}
.donationform fieldset{
    	border-color: #2c8c15;
    	border-width: 1px;
    	border-style: solid;
    	padding: 1em;
    	margin: .5em;
}
.donationform p{
	clear: both;
	text-align: right;
}
.donationform label,.donationform input {
	display: block;
	width: 150px;
	float: right;
	margin-bottom: 10px;
}
.donationform label {
	text-align: left;
	width: 75px;
	padding-left: 20px;
}
.donationform textarea {
	width: 150px;
	float: right;
	overflow: auto;
}
.newsletter{
	border: 1px solid #236f11;
	overflow: hidden;
	padding: 5px;
	margin-top: 5px;
	width: 190px;
 }
#sidebar .newsletter h2{
	margin: 0;
}
.newsletter form label{
	float: right;
	clear: both;
 }
 .newsletter form input{
	width: 100px;
	float: left;
 }
.newsletter .TXNewsletters_form_right input{
	width: 190px;
	margin-top: .5em;
}
.newsletter .TXNewsletters_form_labelErr,
.newsletter .txerror{
	clear: both;
	color: red;
	font-weight: bold;
	float:right;
}
.TXNewsletters_form p{
	margin: 0;
}

.ajaxloading{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../images/ajax-loader.gif) no-repeat center center;
	cursor: wait; 
}
#partnersflash, #flashbanner{
	margin-top: 5px;
	height: 174px;
	width: 202px;
	display: block;
}
#donation_text{
	margin-top: 5px;
}
#facebook_widget{
	margin-top: 5px;
	height: 67px;
	width: 200px;
	display: block;
	overflow: hidden;
	border: 1px solid #2C8C15;
}
/* club pages */
.club .details{
	border: 1px solid #236f11;
	overflow: hidden;
	padding: 5px;
	margin-top: .5em;
	width: 188px;
	line-height: 1.5em;
}
.ditto_club, 
.club_headers{
	display: block;
	float: right;
	overflow: hidden;
	width: 100%;
	margin: .25em;
}
.club_headers{
	font-weight: bold;
}
.ditto_clubname,
.ditto_coach,
.ditto_phone{
	display: block;
	float: right;
	width: 100px;
}
.ditto_clubname{
	clear: right;
	width: 200px;
}
#volunteerflash{
	margin-top: 5px;
}
/* slideshow */
#slideshow_container{
	height: 209px;
	width: 748px;
	border: 1px solid #2c8c15;
	background-color: black;
	position: relative;
	display: block;
	overflow: hidden;
	direction: ltr;
}
#content #slideshow_container{
	width: 531px;
	margin-bottom: 5px;
}
#slideshow{
	background-color: black;
	direction: ltr;
}
.ft-title{
	width: 750px;
	height: 45px;
	text-align: right;
}
#content .ft-title{
	width: 533px;
}
#slideshow_container a{
	text-decoration: none;
	color: #2c8c15;
	font-weight: bold;
}
#slideshow_container a.slideshow_title{
	width: 630px;
	height: 40px;
	padding: 5px 10px 0 0;
	display: block;
	color: white;
	float: right;
	direction: rtl;
}
#slideshow_container .slideshow_title h3{
	color: white;
	font-size:123.1%;
	font-weight:bold;
	width: 630px;
}
#content #slideshow_container .slideshow_title h3,
#content #slideshow_container .slideshow_title h4
{
	width: 403px;
}
#slideshow_container a.slideshow_title h3:hover{
	color: #2c8c15;
}
#slideshow_container .slideshow_title h4{
	color: white;
	width: 630px;
}
#slideshow_container a.slideshow_title:hover{
	text-decoration: none  !important;
}
#slideshow_container .ft-title-slideshow a:hover{
	text-decoration: none  !important;
}
#slideshow_container .ft-title-slideshow a{
	color: white;
}
#ft-buttons-slideshow{
	position:absolute;
	right:545px;
	top:175px;
	z-index: 2000;
	width: 200px !important;
}
#content  #ft-buttons-slideshow{
	right:333px;
}
#slideshow_container a.ft-button-slideshow{
	display: block;
	float: left;
	background-color: white;
	margin: 0 3px;
	padding: 0px !important;
	border: 3px solid white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#slideshow_container  a.ft-button-slideshow:hover{
	color: white !important;
	text-decoration: none !important;
	border-color: #2c8c15;
	background-color: #2c8c15;
}
.ft-prev, .ft-next{ display: none; }
.nav.superfish li{ z-index: 5000; }