/*

Theme Name:     Organic_nonprofit Child
Theme URI:      http://example.com/
Description:    Child theme for the Organic Nonprofit theme
Author:         CCT
Author URI:     http://example.com/about/
Template:       organic_nonprofit                             
Version:        0.1.0

*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../organic_nonprofit/style.css');



/* =Theme customization starts here
-------------------------------------------------------------- */


body {

	font-size: 0.75em;
	}

/* Background 

background {
	background-color : #f4f4f4;
	background : url('http://www.tibetculture.lu/v2/wp-content/uploads/2013/10/background-3.jpg');
	background-image : url('http://www.tibetculture.lu/v2/wp-content/uploads/2013/10/background-3.jpg');
	background-repeat : repeat-x;
	background-position : top left;
	background-attachment : fixed;
	}
*/

/* Header */

.header_icons {
	float: right;
	margin-top: 5%;
	margin-left:75%;
	/*z-index: 1;*/
	}

.qtrans_language_chooser li {
	list-style-type: none;
	padding: 2px 0px 2px 16px;
	}


/* Headings */

.headline {
	font-size: 2.2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -0.6px;
	}

.organic-btn span.btn-holder {
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
}

/* Slideshow */

#slideshow .holder .background {
	display: block;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .6; 
	filter: alpha(opacity=60);
	z-index: 1;
	}

#slideshow .information p {
		display: none !important;
		}

/* Footer */

#footer {
	background: #f4f4f4 !important;
	}