*{
	font-family: "Arial";
	
}

/**
 * Colors: rgb(0,166,80),rgb(88,139,54)
 * #00a650
 */

html{
	background-image: url('../images/pattern-1.PNG');
	/*
	 background: rgb(188,239,154);
	*/
}

body{
	/*
	 margin: 0 auto;
	*/
	text-align: center;
}

.wrapper{
	text-align: left;
	/*
	 position:relative;
	left:10%;
	*/
	width: 820px;
	margin: 20px auto;
	/*
	 margin-top: 30px;
	margin-bottom: 30px;
	*/
	padding: 10px;
	background: transparent;
}

.back-box{
	width: 820px;
	position: absolute;
	background: white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: -10;
}

.wrapper-box{
	width: 820px;
	height: 100%;
	position: absolute;
	left: 10%;
	background: white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

img.logo-images{
	position: absolute;
	top:-10px;
	
}

.header{
	height:180px;
}

.content{
	padding:20px;
}

.content p{
	margin-bottom: 15px;
	text-indent: 2em;
}

.left-column{
	/*
	 position: absolute;
	*/
}

table.layout td{
	vertical-align: top;
	padding: 5px;
}

.menu{
	width: 180px;
	margin-bottom: 5px;
}

.menu li{
	margin-bottom:4px;
}

.menu a{
	text-decoration: none;
	font-weight:bold;
	display: block;
	padding:3px;
}


.main{
	/*left: 200px;*/
	width:600px;
}

/* FOOTER */
div.footer-wrapper{
	width: 820px;
	text-align:center;
}
.footer{
	width: 810px;
	padding: 5px;
	margin-top: 20px;
	color: #eeeeee;
	background: rgb(88,139,54);
	float:left;
	text-align: center;
}
.footer .info{
	color: #eeeeee;
	font-size: 0.8em;
}
.footer a{
	color: #eeeeee;
	text-decoration: none;
	font-size: 0.8em;
}
.footer a:hover{
	color: rgb(88,139,54);
	background-color: #eeeeee;
	text-decoration: none;
}

.page-edit label{
	position:absolute;
}

.page-edit input, .page-edit textarea{
	position:relative;
	left:140px;
}
.page-edit textarea{
	width: 350px;
}

/** Headers */
h1{
	font-size: 2em;
	font-family: papyrus, arial;
	padding: 3px;
}

/** Boxes */
.box{
	width: 180px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.box div{
	padding: 4px;
}

.box h3{
	margin:5px;
	font-size: 1.2em;
	text-align: center;
}

.box p{
	text-indent: 0;
	font-size: 0.8em;
	margin: 2px;
}


/* Admin panel */
div.admin-panel{
	text-align: center;
	float:right;
}

div.narrow{
	width:300px;
}



.emph{
	display:block;
	background: rgb(188,239,154);
	padding: 10px;
	margin: 30px 60px 30px 60px;
	font-style: italic;
}

h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #588b36;
	margin-bottom: 10px;
}

.content ul{
	margin: 0 30px 0 30px;
}
.content strong{
	
}

strong{
	font-weight: bold;
}

.content .big{
	color: #588b36;
	font-size:1.3em;
	font-style:italic;
}

.content li{
	margin: 20px;
	list-style: outside;
}

h6{
	
}

.ui-widget-content{
	background: transparent !important;
	
	
}

.gallery img{
	padding:0;
	margin:0;
}

table.gallery td{
	width: 160px;
	padding:5px;
	margin:0;
	text-align: center;
}

div.popup{
	display: none;
	margin: 14px;
	text-align: center;
	vertical-align: middle;
}

.popup .content{
	width: 300px;
	background: #f1f58b;
	padding:0;
	margin:0;
	vertical-align: middle;
}
