h1 {
	color: #000000;
	font-size: 20px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	line-height: 26px;
}

img {
	display: block;
}

a img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.page {
	width: 900px;
	margin: 0 auto;
}

body {
	background: url(/public/img/body-bg.png) repeat-x;
}

#logo {
	width: 470px;
}

#newsletter {
	width: 200px;
}

#newsletter-header {
	margin-top: 25px;
	margin-bottom: 7px;
}

#newsletter-text {
	width: 159px;
	height: 24px;
	overflow: hidden;
	background: url(/public/img/newsletter-text.png) no-repeat;
	margin-left: 14px;
}

#newsletter-submit {
	cursor: pointer;
}

#newsletter-email {
	margin: 2px;
	width: 147px;
	color: #898989;
	padding: 3px;
	border: none;
	font-size: 11px;
}

#main-menu {
	padding-top: 3px;
}

#main-menu li {
	float: left;
	height: 24px;
	overflow: hidden;
	margin-right: 1px;
}

#main-menu li a {
	text-decoration: none;
	height: 24px;
	display: block;
	text-align: center;
	line-height: 22px;
	color: #cfd2db;
	margin-top: 2px;
}

#menu-tab1 {
	background: url(/public/img/menu-tab1.png) no-repeat 0 -24px;
	width: 121px;
}

#menu-tab2 {
	background: url(/public/img/menu-tab2.png) no-repeat 0 -24px;
	width: 134px;
}

#menu-tab3 {
	background: url(/public/img/menu-tab3.png) no-repeat 0 -24px;
	width: 121px;
}

#menu-tab4 {
	background: url(/public/img/menu-tab4.png) no-repeat 0 -24px;
	width: 125px;
}

#main-menu li.active a {
	margin-top: 0;
	background-position: 0 0;
	color: #ffffff;
	font-weight: bold;
}

#main-menu li #menu-tab5, #main-menu li #menu-tab6 {
	background: url(/public/img/menu-tab-small.png) no-repeat;
	width: 74px;
	color: #aaaaaa;
}

#main-menu li.active #menu-tab5, #main-menu li.active #menu-tab6 {
	color: #ffffff;
	background-position: 0 -22px;
}

#menu-border-bottom {
	height: 4px;
	font-size: 0;
	line-height: 0;
	background-color: #516b7f;
}

#menu-border-bottom #menu-border-bottom-green {
	height: 4px;
	font-size: 0;
	line-height: 0;
	background-color: #9cc100;
	width: 700px;
}

#big-image {
	margin-top: 1px;
	background-color: #2e4d64;
}

#big-image #big-photo {
	width: 700px;
	height: 269px;
	overflow: hiden;
}

#big-image .content {
	width: 200px;
	height: 268px;
	background: url(/public/img/big-image-content.png) no-repeat left top;
	overflow: hidden;
}

#big-image .header {
	font-size: 24px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	padding-top: 15px;
	padding-left: 20px;
	color: #ffffff;
}

#big-image .paragraph {
	padding: 0 20px;
	padding-top: 15px;
	color: #b8c9d6;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	line-height: 14px;
}

#footer {
	height: 82px;
	background: #000000 url(/public/img/footer-bg.png) repeat-x;
}

#footer-links {
	width: 300px;
}

#footer-links li {
	float: left;
	padding-top: 25px;
	padding-right: 20px;
	color: #898989;
}

#footer-links li a {
	text-decoration: none;
	color: #898989;
	font-size: 9px;
}

#copy {
	width: 300px;
	text-align: right;
	padding-top: 25px;
	color: #898989;
	font-size: 9px;
}

#content {
	padding: 15px 0;
	color: #707070;
}

#content .paragraph {
	padding: 10px 0;
	color: #707070;
}

.list  li {
	background: url(/public/img/arrow-list-white.png) no-repeat;
}

a.more {
	color: #9cc100;
	font-weight: bold;
}

.mini-gallery {
	width: 160px;
	margin-top: 10px;
	margin-left: 30px;
	overflow: hidden;
}

.mini-gallery li {
	width: 70px;
	height: 70px;
	margin-right: 7px;
	margin-bottom: 7px;
}

.mini-gallery li.clear {
	width: 0;
	height: 0;
}

.mini-gallery li img {
	border: 2px solid #d9d9d9;
	margin: 0 auto;
}

p.see-more {
	padding-left: 30px;
	background: url(/public/img/arrow-list-blue.png) no-repeat 15px 3px;
}

p.see-more a {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, Garuda, sans-serif;
}

p.see-more a:hover {
	text-decoration: underline;
}

body.admin {
	background: url(/public/img/admin/top-bg.png) repeat-x;
}

#form-login-wrapper {
	width: 235px;
	background-color: #eeeeee;
	padding: 20px;
	margin: 100px auto;
}

#form-login-wrapper .header {
	color: #000000;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}

#form-login-wrapper .element-group {
	float: left;
}

#form-login-wrapper .submit-group {
	clear: left;
	text-align: right;
	padding-top: 5px;
}

#form-login-wrapper .submit-group input {
	margin-right: 2px;
}

#slogin, #spassword {
	font-size: 11px;
	color: #898989;
	padding: 1px 3px;
	width: 106px;
	border: 1px solid #d9d9d9;
}

#slogin {
	margin-right: 5px;
}

.admin-menu {
	width: 130px;
}

.admin-content {
	width: 760px;
	padding: 5px 0;
}

#menu-admin-tab1, #menu-admin-tab2 {
	color: #000000;
	font-size: 20px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	line-height: 26px;
	text-decoration: none;
}

.admin-menu li {
	padding-bottom: 10px;
}

.admin-menu li li {
	padding: 6px 0;
	background: url(/public/img/arrow-list-white.png) no-repeat 0 8px;
}

.admin-menu li li a {
	text-decoration: none;
	font-size: 11px;
	color: #707070;
	padding-left: 14px;
}

.admin-menu li li.active a {
	font-weight: bold;
	color: #a3c511;
}

.admin-list {
	background-color: #eeeeee;
	padding: 10px;
}

.admin-list .header {
	color: #000000;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}

.admin-list table {
	width: 100%;
}

.admin-list table td {
	padding: 5px;
	border-bottom: 1px solid #dcdcdc;
}

#news-list table .date {
	width: 75px;
	text-align: right;
	padding-right: 10px;
	font-size: 9px;
	color: #000000;
}

#news-list table .action {
	width: 35px;
	text-align: center;
}

#news-list table .action a {
	color: #898989;
	text-decoration: none;
}

#flash-messages li {
	padding: 10px;
	font-weight: bold;
}

#btn-logout {
	margin-top: 30px;
}

.modal { 
    background-color: #ffffff;
    display: none;
    width: 350px;
    padding: 15px;
    text-align: left;
    border: 1px solid #333333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #cccccc;
    -webkit-box-shadow: 0 0 50px #cccccc;
}
 
.modal h2 {
    margin: 0px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #333333;
    font-size: 20px;
}

#newsletter-dialog .content {
	padding: 10px 0;
}

#newsletter-dialog .close {
	text-align: right;
}

#newsletter-dialog .close a {
	text-decoration: none;
	color: #9CC100;
	font-weight: bold;
}

#form-news-edit-wrapper {
	background-color: #eeeeee;
	padding: 20px;
	margin: 0 auto;
}

#form-news-edit-wrapper .header {
	color: #000000;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}

#form-news-edit-wrapper .element-group {
	margin: 5px 0;
}

#form-news-edit-wrapper label {
	display: block;
	line-height: 20px;
}

#form-news-edit-wrapper .checkbox label {
	display: inline;
	position: relative;
	top: -2px;
}

#newstitle, #newscontent {
	font-size: 11px;
	color: #444444;
	padding: 3px;
	border: 1px solid #d9d9d9;
}

#newstitle {
	width: 600px;
}

#newscontent {
	width: 712px;
	height: 140px;
}

#btnaddphoto {
	margin-top: 20px;
}

.form-clear {
	clear: both;
}

form .errors {
	margin-top: 3px;
}

form .errors li {
	color: #ff0000;
}

#choose-photo {
	width: 600px;
}

#choose-photo .content {
	padding: 10px 0;
	width: 600px;
	height: 400px;
	overflow-y: scroll;
}

#choose-photo-gallery li {
	width: 70px;
	height: 70px;
	padding: 5px;
}

#choose-photo-gallery li img {
	margin: 0 auto;
	cursor: pointer;
}

#choose-photo-gallery li.clear {
	width: 0;
	height: 0;
	padding: 0;
}

#choose-photo .close {
	background-image: url(/public/img/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/public/img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/public/img/h80.png) repeat-x;
}

.flag {
	width: 22px;
	padding-right: 0 !important;
}

.flag-title {
	width: 40px;
	padding-right: 0 !important;
	line-height: 9px;
}

#choose-photo-gallery img {
	border: 2px solid #ffffff;
}

#choose-photo-gallery img.selected {
	border: 2px solid #ff0000;
}
