/* CSS Document */
html {
	direction: ltr;
	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: right;
}

.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;
}

#content {
	width: 545px;
	text-align:left;
	margin-top: 1em;
	margin-bottom:1em;
}

#bottom { 
	clear: both;
}

#sidebar {
	float: right;
	width: 202px;
	padding: 1em 0;
}

#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 h2 a{
	text-decoration: none;
	color: #2c8c15;
}
#content h2 a:hover{
	text-decoration: underline;
}

#content p, #sidebar p{
	margin-top: .75em;
	margin-bottom: .75em;
	line-height: 1.5em;
}
#content ol{
	margin-left: 2em;
}
#content ol li{
	margin-top: 0em;
	margin-bottom: .5em;
	list-style: decimal outside;
}
#content ul{
	margin-left: 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-ltr.gif) repeat-y center left;
	border: 0px solid white;
	height: 2px;
	color: transparent;
	width: 95%;
	margin-left: 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:right;
}

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

.articles{
	border-top: 2px solid #61A74F;
	margin-right: 1em;
}
.publish_date{
	float: right;
	color: #2c8c15;
	font-weight: bold;
}
/* ditto */
.ditto_item {
	clear: left;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #97C48B;
}
.ditto_thumb {
	float: left;
	margin-right: 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;
	left: 160px;
	*left: 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: left;
	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: left;
}

.donationform label,.donationform input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.donationform label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

.donationform textarea {
	width: 150px;
	float: left;
	overflow: auto;

}