@charset "utf-8";
/**************************************************
 * Global styles 
 **************************************************/
a {
	text-decoration: none;
	color: rgb(0,36,77);
}
a:hover {
	text-decoration: underline;
	color: rgb(0,36,77);
}
.edit {
	font-size: 77%;
}
/**************************************************
 * Menu general layout 
 **************************************************/
.menu-v .menu-item .menu-label:hover {
	cursor: pointer;
	background-color: rgb(0,36,77);
	color: white;
	text-decoration: none;
}
/**************************************************
 * Leftbar styles 
 **************************************************/
#sidebar-left {
	font-size: 85%; /* 11px */
	font-weight: bold;
}
/* Submenu styles */
#sidebar-left #submenu {
	background-color: rgb(186,179,214);
}
#sidebar-left #submenu .menu-cascade {
	background-color: #D7D2E8;
}
#sidebar-left #submenu .menu-open {
	float: right;
	text-align: right;
	font-size: 100%;
}
/* Search styles */
#sidebar-left #search {
	background-color: rgb(186,179,214);
}
#sidebar-left #search img {
	vertical-align: middle;
}
#sidebar-left #search form {
}
#sidebar-left #search #field {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border-width: 0;
	background-color: white;
}
#sidebar-left #search .focus {
	color: #000000;
}
#sidebar-left #search .empty {
	color: #CCCCCC;
}
/* Feed styles */
#sidebar-left #feed img {
	vertical-align: middle;
}
/**************************************************
 * Rightbar styles
 **************************************************/
#sidebar-right .news {
	background-color: white;
	color: black;
}
#sidebar-right .news .content .title {
	font-size: 114%;  /* 15px */
	font-weight: bold;
}
#sidebar-right .news .content .bodytext {
	font-size: 85%; /* 11px */
	margin-bottom: 1em;
}
/**************************************************
 * Main styles
 **************************************************/
#main {
	background-color: white;
	color: black !important;
}
#main .header {
	background-image: url(../images/texts/headers/header_main_template.jpg);
	font-size: 146.5%; /* 19px */
	font-weight: bold;
	color: white;
}
#main .header a {
	color: white;
}
#main .content .wip {
	color: red;
}
#main .content .title {
	margin-top: 1em;
	font-size: 146.5%; /* 19px */
	font-weight: bold;
}
#main .content .bodytext a {
	font-weight: bold;
}
/* Image styles */
#main .content img {
	margin: 5px;
}
#main .content .alignnone {
	float: none;
	vertical-align: bottom;
}
#main .content .alignleft {
	float: left;
}
#main .content .alignright {
	float: right;
}
#main .content .aligncenter {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#main .content .wp-caption {
	text-align: center !important;
}
#main .content .wp-caption img {
	margin-bottom: 0;
}
#main .content .wp-caption-text {
	text-align: center !important;
	font-size: 85%; /* 11px */
}
/* Gallery styles */
#main .content .gallery {
	margin: 0;
	padding: 0;
	text-align: center !important;
	clear: both;
}
#main .content .gallery * {
	margin: 0;
	padding: 0;
	text-align: center !important;
}
#main .content .gallery img {
	margin: 5px;
}
#main .content .gallery br {
	height: 0px;
}
/**************************************************
 * Footer styles
 **************************************************/
#footer {
	font-size: 77%; /* 10px */
	color: rgb(0,36,77);
}
#footer #address {
	text-align: center;
}
#footer #credit {
	text-align: right;
}
