/*
Theme Name: Pradip
Author: Jochen
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/* One column */
.one-column #page {
	max-width: 900px;
}


#page_bpk {	
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 18px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 18px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 18px;
}


#main {
	padding-top: 0ex !important;
}

#branding {
	border-width: 1px 0 0 0 !important;
	border-style: solid !important;
	border-color: #EE8809 !important;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: rgb(238,136,9);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#access_pkp {
	background: rgb(238,136,9); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,136,9,1) 0%, rgba(153,87,6,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,136,9,1)), color-stop(100%,rgba(153,87,6,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,136,9,1) 0%,rgba(153,87,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,136,9,1) 0%,rgba(153,87,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,136,9,1) 0%,rgba(153,87,6,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238,136,9,1) 0%,rgba(153,87,6,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee8809', endColorstr='#995706',GradientType=0 ); /* IE6-9 */
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
}

#access ul a {
	font-size: 105%;
}
#access li:hover > a,
#access a:focus {
}

.donation {
	text-transform: uppercase; 
	font-size: 95%; 
	letter-spacing: 1px;
}
.donation strong {
	font-weight: bold !important;
	/*color: #EE8809 !important;*/
}


.one-column #content {
	/*margin: 0 4% !important;*/
}

h1 {
	color: #fff !important;

	background: rgb(238,136,9); 
	
	padding: 0.5ex !important;
	font-size: 130% !important;
	line-height: 130% !important;
}

h1_bkp {
	/*color: #046D48 !important;*/
	/*color: #023322 !important;*/
	color: #fff !important;

	text-shadow: #111 0px 1px 0px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px;

	/*background-color: #EE8809 !important;*/


	background: rgb(238,136,9); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,136,9,1) 0%, rgba(255,160,53,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,136,9,1)), color-stop(100%,rgba(255,160,53,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,136,9,1) 0%,rgba(255,160,53,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,136,9,1) 0%,rgba(255,160,53,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,136,9,1) 0%,rgba(255,160,53,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238,136,9,1) 0%,rgba(255,160,53,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee8809', endColorstr='#ffa035',GradientType=0 ); /* IE6-9 */


	padding: 0.5ex !important;
	font-size: 130% !important;
	line-height: 130% !important;
}

h2 {
	color: #EE8809 !important;
	font-size: 120% !important;
}
h3 {
	color: #EE8809 !important;
	font-weight: bold !important;
	font-size: 90% !important;
}

h4 {
	text-decoration: underline !important;
}

#supplementary {
	border-top: 1px solid #EE8809;
}

.infobox {
	padding: 1ex 1ex 0 2ex;
	border-width: 2px !important;
	border-style: solid !important;
	/*border-color: #CF9C4F !important;*/
	border-color: #EE8809 !important;
	/*box-shadow: rgba(55, 55, 55, 0.4) 0px 0px 2px 2px;*/
}

.slides {
	margin: 0 4ex 2ex 0 !important;
	width: 100%;
	max-width: 300px;
	float: left;
}

.imagebox {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
	float: left !important; 
	display: block !important; 
	width: 100% !important;
	font-weight: bold !important;
	padding: 0 !important;
}
.imagebox img {
	margin-top: 0;
	margin-bottom: 0;
}

/*
@media screen and (max-width: 320px) {
        .slides {
                 width: 100%;
                 max-width: 100%;
        }
}
*/

.exposed {
	margin: 1ex 0 0 0 !important;
	clear: both;
	font-weight: bold !important;
}

.breadcrumb {
	font-size: 77%;
	margin-left: 7.6%;
	margin-top: 1.2em;
	margin-right: 1em;
	margin-bottom: 0em;
}

.childlist {
	margin-left: 1.5em;
	font-size: 13px;
}
.childlist li {
	margin-left: 0;
}