/* start global layout style rules */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#4D576C;
}
#wrapper {
	border:1px solid black;
	background:white;
	margin:0 auto;
	width:850px;
	color: #333;
}
#header {
	width: auto;
	height: 200px;
	background: white url(../images/graphics/banner.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:2px outset #BB5725;
}
#navigation {
	background:transparent url(/images/graphics/menubg.png) repeat scroll 0 0;
	border:3px solid #778899;
	top:150px;
	height:76px;
	padding-top:10px;
	width:580px;
	position:relative;
	margin:0 auto;
	clear:both;
}
#storebutton {
	background:transparent url(/images/graphics/button-store.jpg) no-repeat;
	margin-left:740px;
	position:absolute;
	top:202px;
	width:100px;
	height:26px;
}
#storebutton a {
	display:block;
	width:100px;
	height:26px;
}
#donatebutton {
	height:25px;
	margin-left:15px;
	position:absolute;
	top:202px;
	width:100px;
	background:url(/images/graphics/button-donate.gif) no-repeat;
}
#donatebutton:hover {
	background-position:-100px 0;
}
#donatebutton a {
	display:block;
	width:100px;
	height:25px;
}
#bannerlogo {
	background:transparent url(/images/graphics/logo-house.gif) no-repeat scroll 0 0;
	height:129px;
	margin-left:9px;
	position:absolute;
	top:20px;
	width:113px;
}
#bannerlogo a {
	width:113px;
	height:130px;
	display:block;
}
.main {
	clear:both;
	overflow:auto;
	padding:55px 5px 5px;
}
#footer {
	width: auto;
	clear: both;
	background: #ABBEBE;
	padding: 3px 0 2px;
	text-align:center;
}
#footer ul {
	display:inline;
}
#footer li {
	list-style:none;
	display:inline;
	font-size:11px;
}
#footer a {
	color:#3D599A;
}
.text_replace {
	display:block;
	text-indent:-9999em;
}
.alignright {
	float: right;
	position:relative;
}
.alignleft {
	float: left;
	position:relative;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
	background: none;
}
.cll {
	clear:left;
}
.hidden {
	display:none;
}
.quarter {
	width:191px;
}
.third {
	width:258px;
}
.three30 {
	width:330px;
}
.forty {
	width:350px;
}
.half {
	width:400px;
}
.twothird {
	width:533px;
}
.threefourth {
	width:608px;
}
/* Wordpress-specific styles */

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}
.wp-caption p.wp-caption-text {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0 4px 5px;
	text-indent:0;
}
/*start global style rules -------------------------- */
label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
a:link {
	color:#214AC6;
	text-decoration:none;
}
a:visited {
	color:#3399FF;
	text-decoration:none;
}
a[name]:hover {
	text-decoration: inherit;
	color: inherit;
	background: inherit
}
a:hover {
	color:#CC3300;
	text-decoration:underline;
}
a:active {
	color:#CC3300;
	text-decoration:underline;
}
a img {
	border: none;
}
li {
	font-size:15px;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	list-style:inherit;
	margin-left:15px;
}
h1 {
	font-size:2em;
	margin:0.5em 0 0.25em;
}
h2 {
	font-size:1.5em;
	margin:0.5em 0 0.25em;
}
h3 {
	font-size:1.25em;
}
h4 {
	font-size:1.1em;
}
p {
	font-family:georgia;
	font-size:1.4em;
	line-height:2em;
	margin:0 1em 1em;
	text-align:left;
	vertical-align:top;
}
textarea {
	width:300px;
	height:135px
}
.nomargin {
	margin:0;
}
.textcenter {
	text-align:center;
	text-indent:0;
}
.justify {
	text-align:justify;
}
/*boxes' padding and margins are well-suited for lists with bullets. They accomodate fine in IE and FF. Sometimes I have lists in boxes that shouldn't be bulleted (e.g. all side nav-bars in WP areas). ul's in those fields out to get class nobullet to save margin */ 
.box {
	padding:0 0 0 11px;
	margin:0 10px 10px;
	border-bottom:3px solid #4D576C;
	background:transparent url(/images/graphics/box-l-op60.png) top left no-repeat;
	overflow:auto;
	max-height:600px;
}
.box h1, .box h2, .box h3 {
	background:transparent url(/images/graphics/box-r-op60.png) top right no-repeat;
	margin:0;
	padding:1em 0 0.5em 0;
}
.box p, .box ul, .box ol, .box h4, .box iframe {
	margin:0 0 0 -11px;
	padding:0 11px 0.5em;
	border:1px solid #979797;
	border-width:0 1px;
	background:white;
}
.box iframe {
	padding:0;
}
.box ul li {
	font-size:1.1em;
	line-height:1.6em;
}
.bullet {
	padding-left:11px;
}
.nobullet li {
	list-style:none;
	margin-left:0;
}
ul.cross li {
	list-style:none;
	list-style-image:url(/images/graphics/li-cross.gif);
	margin-left:10px;
}
/* Start =home section rules  */
#highlights {
float:left;
padding-top:15px;
padding-bottom:30px;
width:160px;
margin-right:20px;
background:transparent url(/images/graphics/bg1.gif) repeat;
}
#highlights h2#eshop-logo {
text-align:center;
background:transparent url(/images/graphics/shop-mepkinabbey-org.gif) no-repeat;
width:150px;
height:79px;
margin:10px auto;
}
#highlights h2#eshop-logo a {
width:150px;
height:79px;
display:block;
}
#highlights p {
margin:5px;
font-size:13px;
}

#controls {
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: #ffc;
	border: 1px solid #ddd;
	margin: 0;
	width: 160px;
}
#controls span {
	margin: 0 5px
}
#slides {
height:340px;
}
#slide2 p, #slide2 h3, #slide2 h4 {
text-align:center;
line-height:20px;
}
#slide2 img {
display:block;
margin:5px auto;
}

.main#homepage .box {
	position:relative;
	left:5px;
}
.main#gallery {
	width:833px;
	margin:0 auto;
}
.main#homepage {
	background:transparent url(/images/graphics/monk-reading.png) no-repeat;
	background-position:right bottom;
	padding-bottom:0;
	padding-left:0;
}
#welcome-box {
width:428px;
float:right;
}
#welcome-box p {
text-align:justify;
}
#mushrooms {
	background: transparent url(/images/graphics/wood-bg.jpg) no-repeat;
	overflow:auto;
	padding-top:10px;
	border:#663300 5px double;
}
.biggreen {
	color:#004812;
	font-weight:bolder;
}
/*lightbox2 gallery */
#navlist li {
	list-style:none;
	font-size:1.5em;
}
#imageContainer {
	padding-left:82px;
}
/* Start =news section */
.post {
	margin-top:10px;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	text-align:center;
	margin:10px 0;
}
.border1 {
	border:5px solid;
	padding:2px;
}
.border2 {
	border:5px solid #44581B;
	padding:2px;
}
.border3 {
	border:5px solid #546FA4;
	padding:2px;
}
.post li {
	margin-left:30px;
}
/* start =wisdom section */

#readinglist h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	color:#FF6600;
}
ul.authors {
	color:#FF9933;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	list-style-type:none;
}
.authors li ul {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
}
/* start =contact section */

.directory {
	width:400px;
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid black;
	margin:5px;
	height:160px;
}
.directory img {
	margin:5px;
	float:left;
	position:relative;
	width:100px;
}
.directory p {
	text-indent:0;
	font-size:1.2em;
}
.contactform {
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid black;
	width:400px;
	margin:5px;
}
.contactform#contactus {
	height: 330px;
}
/* Start =participate section */

/*
.main#donation {
	background:transparent url(../images/frstan01.jpg) no-repeat scroll 505px 185px;
}
*/

#paypal-button {
	position:relative;
	top:65px;
}
#donation .box {
	margin-bottom:0;
}
#donate input {
	font-size:20px;
    vertical-align:bottom;
}
#donate {
	background:#CCDDDB none repeat scroll 0 0;
	border:1px solid #8B8BBC;
	padding:5px 4px 5px 5px;
}
#donate span {
	font-size:1.4em;
	line-height:1.2em;
}
/* Start =store section */
#s1 {
	width:245px;
	height:200px;
	border:2px solid orange;
	margin-top:22px;
	overflow:hidden;
}
/* Slideshow for the creche */
#slideshow {
	overflow:hidden;
}
