html {
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	min-width: 1000px;
	background: #737e53;
}

a {
	outline: none;
	color: #737e53;
	text-decoration: underline;
}

a:hover {
	color: #f9c301;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 16px;
	margin: 0;
	padding: 3px 0 5px 20px;
	color: #fff;
	background: #737e53;
	border-bottom: 4px #fff solid;
	text-transform: uppercase;
	clear: both;
}

h2 {
	font-size: 16px;
	color: #fff;
	background: #737e53;
	padding: 3px;
}

h3 {
	font-size: 12px;
	color: #fff;
	background: #737e53;
	padding: 3px;
}

h2.error,
h3.error {
	color: #f9c301;
}

h1 a,
h2 a,
h3 a {
	color: #fff;
}

ul li {
	list-style-type: square;
}

#main {
	empty-cells: show;
	width: 100%;
	min-width: 1000px;
	background: url(../images/main.png) repeat-x top left;
}

#header {
	background: url(../images/header.png) no-repeat top left;
	height: 107px;
}

/*
#title {
	padding: 0 4px 0 311px;
	color: #fff;
	font-size: x-small;
	height: 80px;
	background: #000 url(../images/logo.gif) no-repeat center left;
	border-top: 4px solid #f9c301;
	border-bottom: 4px solid #f9c301;
}
*/

#title {
	padding: 0 4px 0 311px;
	color: #fff;
	font-size: x-small;
	height: 70px;
	background: #000 url(../images/logo.small.gif) no-repeat center left;
/* 	border-top: 4px solid #f9c301; */
	border-bottom: 4px solid #f9c301;
}

#title a {
/* 	color: #f9c301; */
}

#title a:hover {
/* 	color: #737e53; */
}

#base {
	vertical-align: top;
}

#base td.left, #base td.right {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}

#base td.left {
	vertical-align: top;
	background: #737e53 url(../images/menu_background.jpg) repeat-y top left;
	width: 216px;
	border-right: 4px solid #000;
}

#menu a {
	width: 211px;
	background: #000 url(../images/menu_item.gif) repeat-y top left;
	padding-left: 4px;
	height: 28px;
	line-height: 28px;
	display: block;
	color: #f9c301;
	text-decoration: none;
	border-bottom: 2px solid #737e53;
	font-size: 13px;
	text-transform: uppercase;
}

#menu a b {
	color: #fff;
}

#menu a:hover,
#menu a.active {
	background: #f9c301 url(../images/menu_item_hover.gif) repeat-y top left;
	color: #000;
}

#menu a:hover b,
#menu a.active b {
	color: #000;
}

#base td.right {
	vertical-align: top;
	width: 100%;
	background: #fff;
}

#content {
	border-top: 4px #737e53 solid;
	padding: 10px 20px 20px 20px;
}

#content h1 {
	margin: 10px -20px;
	border-bottom: 4px #f9c301 solid;
}

#content h1:first-child {
	margin-top: -10px;
}

hr {
	color: #737E53;
	background: #737E53;
	border: none;
	height: 2px;
	clear: both;
	margin: 1em 0;
}

.clear {
	clear: both;
	height: 10px;
}

#footer td {
	border-top: 4px solid #fff;
	height: 34px;
}

#footer a {
	color: #f9c301;
	text-decoration: none;
	border-bottom: 1px solid #f9c301;
}

#footer a:hover {
	border-bottom: none;
}

#footer .left {
	text-align: center;
}

#footer .right {
	text-align: right;
	padding-right: 30px;
}

/* News & publications */

.publications_list h1,
.publications_items h1,
.news_list h1,
.news_items h1 {
	background: none;
	color: #737E53;
	font-size: large;
	padding: 0;
}

.publications_list,
.publications_items,
.news_list,
.news_items {
	padding: 10px;
	clear: both;
}

.news_list {
	border-bottom: 2px solid #737e53;
}

.publications_list img.icon,
.publications_items img.icon,
.news_list img.icon,
.news_items img.icon {
	float: left;
	margin-right: 10px;
}

.news_list h2,
.news_items h1 {
	background: transparent;
	font-size: small;
}

.news_list h2 .more {
	text-transform: lowercase;
}

.news_list h2,
.news_list h2 a,
.news_list h2 .data,
.news_items h2,
.news_items h2 a,
.news_items h2 .data {
	font-weight: bold;
	color: #737e53;
}

.news_list h2 a:hover,
.news_items h2 a:hover {
	color: #f9c301;
}

.news_list h2 span,
.news_items h1 span {
	color: #777;
	margin: 0 10px;
	font-size: small;
}

/* publications */

.publications_list h2,
.publications_items h1 {
	font-size: medium;
	clear: both;
}

.publications_list ul.icon_block,
.publications_items ul.icon_block  {
	margin-left: 230px;
	padding-left: 0px;
}

.publications_list h2 a {
	color: #fff;
}

.publications_list h2 a:hover {
	color: #f9c301;
}

.publications_items .img_set {
	clear: both;
	padding: 10px 0 10px 0;
}

.publications_items .img_set img {
	margin: 10px 10px 10px 0;
}

/* Calendar Block */

table.calendar_month {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px auto;
}

table.calendar_month a {
	color: #f9c301;
}

table.calendar_month tbody th,
table.calendar_month tbody td {
	border: #000 1px solid;
	text-align: center;
	height: 20px;
	line-height: 20px;
	width: 20px;
}

table.calendar_month thead th {
	padding: 4px 2px;
}

table.calendar_month td.calendar_today {
	background-color: #000;
	color: #fff;
}

table.calendar_month td.calendar_link {
	background-color: #737e53;
}

table.calendar_month td.calendar_current,
table.calendar_month td.calendar_link:hover {
	background-color: #f9c301;
}

table.calendar_month td.calendar_link:hover a,
table.calendar_month td.calendar_current a,
table.calendar_month td.calendar_link a:hover {
	text-decoration: none;
	color: #fff;
}

table.calendar_month td a {
	display: block;
	height: 100%;
	width: 100%;
}

#page_selector {
	clear: both;
}

#page_selector a,
#page_selector span {
	margin: 1px;
	padding: 0.5em;
	display: inline-block;
	text-decoration: none;
}

#page_selector a:hover,
#page_selector span.active {
	background: #e9e9e9;
}

/* NEW */

input[type=button],
input[type=submit] {
	border-top: solid 1px #d5d5d5;
	border-left: solid 1px #d5d5d5;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
}

input[type=button]:hover,
input[type=submit]:hover {
	border-top: solid 1px #ff0;
	border-left: solid 1px #ff0;
	border-right: solid 1px #f9c301;
	border-bottom: solid 1px #f9c301;
}

input[type=text],
input[type=password],
textarea {
	border: 1px solid #000;
}

input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
	border: 1px solid #f9c301;
}

.create input[type=text],
.create textarea,
textarea.big {
	width: 400px;
}

ul.code {
	padding-left: 14px;
}

ul.code input[type=text] {
	width: 20em;
	margin: 2px 0;
	font: 75% "Courier New", Courier, monospace;
}

ul.code label {
	width: 13em;
	display: inline-block;
}

textarea.big {
	height: 80px;
}

.tab {
	display: none;
}

#user_login_title {
	text-align: right;
	font-weight: bold;
	color: #fff;
	padding-right: 10px;
}

#login_form {
	font-size: 11px;
	font-weight: normal;
	float: right;
}
#login_form a {
	color: #f9c301;
}

#login_form ul {
	width: 125px;
}
#login_form ul li {
	padding: 2px 0 0 0;
}

#login_form input[type=text],
#login_form input[type=password],
#login_form input[type=submit] {
	font-size: 10px;
}

table#login_form {
/* 	background: #737E53; */
	margin-right: 10px;
	width: 250px;
/* 	height: 75px; */
/* 	border: 1px solid #000; */
}

/* Alboms */

div.author {
	float: right;
	padding: 2px 6px;
	background: #737e53;
	margin: 1em 0;
}

div.author a {
	color: #f9c301;
}

div.wrapper {
	padding-bottom: 1em;
}

div.wrapper ul li {
	float: left;
	width: 350px;
}

div.wrapper br {
	clear: left;
}

div.wrapper {
	margin-bottom: 1em;
}

.albom_date {
	color: #aaa;
	padding: 0.2em 0 0.2em 0.5em;
	font-size: 75%;
	font-weight: normal;
	text-align: right;
}

.photos_count {
	color: #aaa;
	padding-left: 0.5em;
	font-size: 75%;
	text-transform: lowercase;
}

.photos_navigation {
	padding: 1em 0;
}

.photos_navigation a {
	margin-left: 2em;
	text-decoration: none;
	font-weight: bold;
}

.photos_navigation {
	margin-bottom: 1em;
}

.alboms_description,
.photo_description {
	color: #737E53;
	font-style: italic;
}

.alboms_description {
	margin-bottom: 10px;
	float: left;
}

#upload_form {
	float: right;
}

.alboms_photos {
	margin: 10px 0;
	clear: both;
}

.alboms_photos div.photo {
	text-decoration: none;
	padding: 0 15px 0px 15px;
	width: 128px;
	height: 158px;
	float: left;
	margin: 0 15px 15px 0;
	display: block;
	border: 1px solid #ccc;
}
.alboms_photos div.photo img {
	display:block;
}

a.remove,
div.remove,
.alboms_photos div.photo div.description {
	height: 15px;
	line-height: 15px;
	font-size: 11px;
}

a.remove {
	text-align: right;
	margin: 0 -12px;
	color: #f00;
	display: block;
	text-decoration: none;
}

.alboms_photos div.photo div.description {
	color: #555;
	overflow: hidden;
	width: 128px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

img.alboms_photo {
	clear: both;
	padding: 10px;
	border: 1px solid #737e53;
}

img.alboms_photo:hover {
	border: 1px solid #f9c301;
}
