/* Reset */

img, body, table, ul, li, div, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	width: 100%;
}

/* Containers */

body {
	background: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #58585a;
	margin: 10px;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* Links */

a {
	color: #5b8726;
	outline: none;
}

a:hover {
	color: #58585a;
	text-decoration: none;
}

/* Header */

#header {
	margin-bottom: 10px;
	height: 118px;
}

#logo {
	float: left;
}

#logo a.logo-cover {
	display: none;
	position: absolute;
	opacity: 0.3;
	filter:alpha(opacity=30);
	background: url(../images/cursor-shine.png) no-repeat center;
	width: 107px;
	height: 118px;
}

/* Menu */

#menu {
	float: left;
	width: 680px;
	text-align: right;
	padding-top: 104px;
	padding-right: 10px;
	font-size: 12px;
}

#menu li {
	list-style: none;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	text-transform: lowercase;
	border-left: 1px solid #888;
}

#menu li.first {
	border: none;
}

#menu a {
	text-decoration: none;
	color: #58585a;
}

#menu .active a, .site-reference, #message {
	color: #5b8726;
	font-weight: bold;
}

#menu a:hover {
	color: #5b8726;
}

/* Content */

#content {
	clear: both;
	border: 1px solid #c7c7c7;
	padding: 10px;
}

#content-inner {
	height: 500px;
	background: #eee url(../images/repeat-bg.png);
}

h1 {
	display: none;
	float: right;
	color: white;
	margin: 70px;
	margin-right: 30px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 28px;
	text-shadow: rgba(0,0,0,0.4) 0 1px 2px;
}

#content-left {
	margin: 10px;
	float: left;
	background: white;
	width: 300px;
	height: 480px;
	/*border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
}

#content-left-inner {
	width: 230px;
	position: absolute;
}

#content-left ul {
	margin-left: 15px;
	list-style-image: url(../images/bullet.png);
}

#page-gallery.mode-view #content-inner {
	background: white;
}

#content-left-inner {
	margin: 60px 60px 60px 20px;
}

#page-contact.mode-view #content-left-inner {
	font-size: 14px;
	margin-top: 150px;
	margin-left: 60px;
	height: 270px;
}

#content-left-inner p, .mceContentBody p {
	line-height: 24px;
}

/* Footer */

#footer {
	font-size: 11px;
	margin-top: 10px;
	text-align: right;
	margin-right: 10px;
}

#message {
	float: left;
	font-size: 12px;
	text-align: left;
}

/* Edit toolbar */

#edit-toolbar a {
	display: block;
	position: absolute;
	background: url(../images/edit-button.png) no-repeat;
	width: 30px;
	height: 30px;
	margin-left: -40px;
	text-indent: -9999px;
	z-index: 10;
}

#edit-toolbar a:hover {
	background-position: center;
}

#edit-toolbar.active a {
	background-position: bottom;
}

/* Edit form */

.standard-form textarea {
	width: 100%;
	height: 290px;
}

.standard-form label {
	font-weight: bold;
}

.standard-form .form-text {
	margin-left: 10px;
	border: 1px solid #999;
	padding: 3px 5px;
}

.standard-form .error {
	background: #b3c79a;
}

.standard-form .form-item {
	margin-bottom: 10px;
	clear: both;
}

.standard-form .button {
	/*font-size: 16px;*/
}

.standard-form .loading {
	display: none;
	background: white url(../images/loading.gif) no-repeat center center;
	position: absolute;
	margin-top: -40px;
	width: 260px;
	height: 440px;
	z-index: 1;
}

#login-form label {
	display: block;
}

#login-form .form-text {
	margin-left: 0px;
}

/* Gallery */

#gallery {
	width: 800px;
	padding-left: 1px;
	position: absolute;
}

#page-gallery #content-inner {
	height: 516px;
}

#gallery .gallery-image {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

#gallery .gallery-image a {
	display: block;
	width: 121px;
	height: 121px;
	background: url(../images/gallery-image-overlay.png) no-repeat;
}

#gallery .gallery-image a:hover {
	background-position: bottom;
}

#gallery .gallery-image-large {
	width: 776px;
	height: 516px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	display: none;
}

#gallery .gallery-image-large .gallery-close, #gallery .gallery-image-large .gallery-next, #gallery .gallery-image-large .gallery-previous {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(../images/close-button.png) no-repeat center;
	padding: 20px;
	position: absolute;
	z-index: 20;
	text-indent: -9999px;
}

#gallery .gallery-image-large .gallery-next, #gallery .gallery-image-large .gallery-previous {
	bottom: 0px;
}

#gallery .gallery-image-large .gallery-next {
	background: url(../images/next-arrow.png) no-repeat center;
	right: 0px;
}

#gallery .gallery-image-large .gallery-previous {
	background: url(../images/previous-arrow.png) no-repeat center;
}

#gallery .gallery-image-large .gallery-close:hover, #gallery .gallery-image-large .gallery-next:hover, #gallery .gallery-image-large .gallery-previous:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}