﻿/* Home page */
/* fixes the taxt next to small images on the right of the carosel */
/* test css to remove */
/*
#logo{
	border:5px solid #000;
}
*/
#carousel .ui-widget{
	font-family: Arial, Helvetica, sans-serif;
}
#carousel .tabs a {
	/* hack because preline not supported */
	white-space:pre;
	word-wrap:break-word;
}

#carousel .panels .stc_panels h2{
	font-size: 1.8em;
}

#carousel .panels .title{
	margin-top: -16px;
}

/*aligns the 2 parts of carousel*/
#carousel .tabs {
	top:15px !important;
}

/* fixes absences of > in breadcrumb */
.breadcrumbs li { scrollbar-face-color: expression(!this.isInserted==true ? this.isInserted=(this.innerHTML = '' + this.innerHTML + ' > ') : ''); }
.breadcrumbs .last { scrollbar-face-color: expression(!this.isInserted==true ? this.isInserted=(this.innerHTML = '' + this.innerHTML + '') : ''); }

.breadcrumbs li.last:after{
	content:"<";
}
 /* fix email form */
.front #stc-email-block-get-form .form-item-FNAME ,
.front #stc-email-block-get-form .form-item-LNAME {
margin:5px 0px 5px 5px;
}

#footer {
	position:absolute;
}

/* ie6 no more ie7 fix  hhhmmmmmmmm...... */
#ie6nomore{
	display:none !important;
}

.page-where-we-work .content .view-where-we-work-continents{
	display:none !important;
}
/* promo height float issue*/
.promo.promo-group{
	/*height: 125px;
	height:115px;*/
	margin-top:0;
} 


.promo.promo-content {
	/** added by kj 13/01 to align boxes on fundraising-events */
	height:133px;

}

#xmass2011-panel h2{
	font-size:1em !important;
}
	

.field-content {
    display: block;
	border-bottom-style:none;
	background:#fff;

}



/*  Added by KJ 17/1/12 to fix border issue in IE 7*/

.view-display-id-default article{
	border-bottom: green 4px solid;

}


.views-row {
	border-bottom: #ccc 2px dotted;
	padding-top:20px;	
	
}

/*Added by Jordi, trying to solve list style issues only in one node*/

#node-1086 .content ul {
	margin-bottom: 15px;
}

.donation-quicktabs-elem-wrapper {
    clear: both;
}