@import url("searchform.css");
@import url("qtranslate.css");

html, body, #page {
 margin: 0;
 padding: 0;
}
html, body {
 height: 100%;
}
body {
 font-size: .8em;
 min-width: 950px;
 font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
 background-color: #f0f0f0;
}
p {
 margin: 0 0 1em 0;
 padding: 0;
}
ul {
 margin: 0 0 1em 0;
}
img {
 border: none;
}
hr {
 display: none;
}
form {
 margin: 0;
 padding: 0;
}
label {
 color:  darkgray;
}
input {
 font-size: 1em;
}
input[type="text"], select {
 border: 1px solid silver;
 background: repeat-x url(media/images/input_text_background.gif);
}
input[type="text"]:focus, select:focus {
 border-color: #59493f;
}
option {
 background-color: white;
}
/* Starts code from: Alex Griffioen, How to make sexy buttons with CSS, http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */
.clear { /* generic container (i.e. div) for floating buttons */
 overflow: hidden;
 width: 100%;
}
.navigation {
 clear: both;
 text-align: center;
 margin: 0;
}
a.button, a.button:hover, .navigation a, .navigation a:hover {
 position: relative;
 bottom: 5px;
 background: transparent url('media/images/bg_button_a.gif') no-repeat scroll top right;
 color: white;
 display: block;
 float: left;
 font: normal 12px arial, sans-serif;
 height: 24px;
 margin-right: 6px;
 padding-right: 18px; /* sliding doors padding */
 text-decoration: none;
}
a.button:hover, .navigation a:hover {
 text-decoration: none;
}
a.button span, .navigation a span {
 background: transparent url('media/images/bg_button_span.gif') no-repeat;
 display: block;
 line-height: 1.2em;
 padding: 5px 0 5px 18px;
}
a.button:active, .navigation a:active {
 background-position: bottom right;
 color: darkgray;
 outline: none; /* hide dotted outline in Firefox */
}
a.button:active span, .navigation a:active span {
 background-position: bottom left;
 padding: 6px 0 4px 18px; /* push text down 1px */
}
/* end code from Alex Griffioen */
#ml_email {
 width: 10em;
}
a {
 text-decoration: none;
 color: #59493f;
}
a:hover {
 text-decoration: underline;
}
.nav a {
 color: #59493f;
 text-decoration: none;
 padding-top: 5px;
}
.nav li a {
 border-top: none;
 font-weight: bold;
}
/*
.nav li:hover, .nav li.selected, .nav li.active {
}
.nav li:hover a, .nav li.selected a {
}
*/
.nav li {
 list-style: none;
}
#page, .license_block {
 position: relative;
 margin: 0 auto 0 auto;
 width: 950px;
 padding: 0;
 background: repeat-y url(media/images/page_background.gif);
}
#page {
 min-height: 100%;
}
#header, #content, #footer, #nav1 {
 width: 870px;
 margin: 0 auto 0 auto;
 padding: 0 40px 0 40px;
 clear: both;
}
#header {
 height: 128px;
 background: no-repeat url(media/images/header.gif);
}
#header h1, #header h2 {
 margin: 0;
 font-size: 1em;
 float: left;
}
#header h1 {
 margin-left: -11px;
 margin-top: 11px;
 font-size: 2.5em;
 width: 412px;
 height: 85px;
}
#header h2 {
 width: 195px;
 margin: 40px 0 0 0;
 height: 20px;
 visibility: hidden;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Menu
-------------------------------------------------------------- */

#access {
  float: left;
  margin: 0 30px;
}
#access .menu,
#sub-page-menu,
div.menu {
	font-size: 14px;
	margin: 0;
	padding:0;
        list-style:none;
}
#access .menu {
	clear: both;
	height: 46px;
	width: 830px;
	background: url(images/nav1-background.gif) top left repeat-x;
}
#access .menu ul,
#sub-page-menu ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu li,
div.menu li {
	float: left;
	position: relative;
}
#access a,
#sub-page-menu a {
	color: black;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#access .menu li a {
 padding: 2px .5em 0 .5em;
 border-right: 1px solid black;
}
#access .menu li:last-child a {
 border-right: none;
}
#sub-page-menu h3 {
	display: none;
	margin-bottom: 0;
}
#sub-page-menu h3 a, #sub-page-menu li:first-child a {
	border-top: 0 none;
}
#access ul ul {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a,
#sub-page-menu a {
	background: url(images/nav1-li-background.png) repeat-y transparent;
	border-top: 1px solid white;
	line-height: 1em;
	padding: 5px 10px;
	width: 230px;
	height: auto;
}
#access ul ul a {
	width: 160px;
}
#access li:hover > a,
#access li.current-menu-item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-parent > a {
  background: black;
  color: white;
}
#access ul ul :hover > a,
#access ul ul li.current-menu-item > a,
#sub-page-menu :hover > a,
#listsubcategories-4 ul li:hover a {
  background: black;
  color: white;
}
#access ul li:hover > ul {
  display: block;
    display:none;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
/* Header widget area */
#header-widget-area {
 position: absolute;
 top: 104px;
 left: 715px;
 padding: 0;
}
#header-widget-area ul.xoxo {
  list-style: none;
}
#login a {
 padding-top: 0;
}
#content {
 padding-top: 20px;
 padding-bottom: 2em;
 height: auto;
}
#left_column {
 float: left;
 padding: 0;
 clear: left;
 width: 600px;
}
#right_column {
 margin: 0 0 0 20px;
 float: left;
 clear: right;
 width: 250px;
}
.portlet {
 padding:  0;
 margin: 0 0 10px 0;
 background: repeat-y url(media/images/portlet_body.gif);
 clear: both;
}
.portlet h2 {
 font-size: 1.5em;
 height: 19px;
 color: black;
 padding: 10px 10px 12px 10px;
 margin: 0;
 background: no-repeat url(media/images/portlet_header.gif);
}
.portlet .body {
 padding: 0 10px 0 10px;
 margin: 0;
}
.portlet .body ul {
 padding: 0;
 margin: 0;
}
.portlet .body ul li {
 border-top: 1px solid black;
 margin: 0 0 1em 0;
 padding: 2px 0 0 0;
 list-style: none;
}
.portlet .footer {
 height: 17px;
 width: 295px;
 padding: 0;
 margin: 0;
 background: no-repeat url(media/images/portlet_footer.gif);
}
#about {
 margin-right: 10px;
}
#left_column h2 {
 color: #59493f;
}
#left_column .post {
 clear: both;
 margin: 0 0 2em 0;
}
#left_column #latest_news h2, #left_column ol.commentlist li {
 border-top: 2px solid #59493f;
 padding-top: 0;
 margin-top: 0;
 background: repeat-x url(media/images/news_h2.gif);
}
#left_column .post h3 {
 border-top: 1px solid #59493f;
 color: #59493f;
}
#left_column #comments {
 border-top: 1px solid #59493f;
 padding-bottom: 1em;
 background: repeat-x url(media/images/news_h2.gif);
}
#left_column #comments h3 {
 margin-top: 0;
 padding-top: 0;
 line-height: 1.8em;
}
#left_column .postmetadata {
 color: darkgray;
}
#left_column .portlet {
 float: left;
 width: 295px;
 clear: none;
 background: repeat-y url(media/images/portlet1_body.gif);
}
#left_column .portlet h2 {
 background: no-repeat url(media/images/portlet1_header.gif);
}
#left_column .portlet .footer {
 background: no-repeat url(media/images/portlet1_footer.gif);
}
#left_column .ec3_schedule {
 width: 150px;
 margin: 0 10px 10px 0;
 padding: 0;
 color: white;
}
#left_column .ec3_schedule .header {
 background: no-repeat url(media/images/ec3_schedule_header.gif) left top;
 width: 150px;
 height: 10px;
 margin-bottom: 0;
 padding-bottom: 0;
 background-color: #59493f;
}
#left_column .ec3_schedule .body {
 width: 130px;
 background-color: #59493f;
 margin: 0;
 padding-top: 0;
}
#left_column .ec3_schedule .body p {
 top: 0;
 margin: 0;
 padding: 0;
}
#left_column .ec3_schedule .footer {
 background: no-repeat url(media/images/ec3_schedule_footer.gif) left bottom;
 background-color: #59493f;
 width: 150px;
 height: 10px;
 margin: 0;
 padding: 0;
}
#left_column img {
 border: 1px solid gray;
 padding: 5px;
 margin: 5px 5px 5px 0;
}
#latest_news {
 clear: both;
 margin-top: 1em;
}
#latest_news h2 {
 border-top: 2px solid black;
 background: no-repeat url(media/images/news_h2.gif);
}
#latest_news .post h3 {
 border-top: 1px solid #59493f;
 margin-bottom: 1em;
 color: #59493f;
 font-size: 1.2em;
 line-height: 1.8em;
}
#right_column .ec3_widget_list .body ul li ul li {
 border-top: 0px none white;
 margin: 0 0 .5em 0;
}
.location {
 color: #59493f;
}
.date {
 color: darkgray;
 font-style: normal;
}
#footer {
 padding-top: 20px;
 padding-bottom: 1em;
 height: auto;
 width:  870px;
 background: repeat-x url(media/images/footer.gif);
 margin-right: 0;
 margin-left: 0;
}
#footer h3 {
 margin: 0;
 padding: 0;
 float: left;
 margin-right: 1em;
}
#footer h3 a img {
 border: none;
}
#footer .credits {
 color: darkgray;
 float: right;
 margin: 20px 28px 0 0;
 font-size: .9em;
}
#footer .designer, #footer .google {
 color: black;
}
#footer .mako {
 color: orange;
}
.google .g1 { color: blue; }
.google .o1, .google .e { color: red; }
.google .o2 { color: orange; }
.google .g2 { color: #0066CC; }
.google .l { color: green; }
.license_block {
 padding-bottom: 1em;
}
.license_block img {
 margin-bottom: 1em;
}
