/**
 * desert.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Desert theme.
 *
 * $Id$
 */

 @font-face {
    font-family: 'SimonciniGaramondItalic';
    src: url('simoncinigaramond-italic-webfont.eot');
    src: url('simoncinigaramond-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('simoncinigaramond-italic-webfont.woff') format('woff'),
         url('simoncinigaramond-italic-webfont.ttf') format('truetype'),
         url('simoncinigaramond-italic-webfont.svg#SimonciniGaramondItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SimonciniGaramondRegular';
    src: url('simoncinigaramond-webfont.eot');
    src: url('simoncinigaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('simoncinigaramond-webfont.woff') format('woff'),
         url('simoncinigaramond-webfont.ttf') format('truetype'),
         url('simoncinigaramond-webfont.svg#SimonciniGaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cboth {
	clear: both;
}

body, html {
	margin: 0;
	padding: 0;
}

body {
	width: 100% !important;
	min-width: 1140px;
	background-color: #b6dda6;
	/*font-family: Garamond,'Times New Roman',Times,serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
}

a:link {
	color: #c6311d;
	text-decoration: none;
}

a:active {
	color: #996633;
}

a:visited {
	color: #c65040;
}

a:hover {
	color: #c6311d;
	background: #e5e5c7;
}

#sideTitle {
	position: absolute;
	width: 600px;
	height: 30px;
	top: 330px;
	left: -280px;
	font-family: "SimonciniGaramondItalic", Garamond,'Times New Roman',Times,serif;
	font-size: 22px;
	-ms-transform: rotate(270deg); /* IE 9 */
	-ms-transform-origin: 50% top; /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin: 50% top; /* Chrome, Safari, Opera */
	transform: rotate(270deg);
	transform-origin: 50% top;
}

#container {
}

#header {
	background: #b6dda6; 
	border-bottom: 8px solid #4d2881;
	border-left: 8px solid #4d2881;
	margin-left: 60px;
	width: auto;
}

#headerTitle {
	height: 160px;
	background: #b6dda6 url(logo.png) 90% 50% no-repeat;
}

#header h1 {
	font-family: "SimonciniGaramondItalic", Garamond,'Times New Roman',Times,serif;
	font-size: 40px;
	padding: 20px 0px 10px 30px;
}

#header div.subtitle {
	font-size: 26px;
	margin-top: 5px;
}

#header div.subtitle span.small {
	font-family: "SimonciniGaramondRegular", Garamond,'Times New Roman',Times,serif;
	font-size: 14px;
}

#body {
	line-height: 1.1em;
	border-left: 8px solid #4d2881;
	margin-left: 60px;
	width: auto;
}

#main {
	margin-left: 30px;
	width: 55%;
	min-width: 650px;
}

#main h2, #main h3, #main h4 {
	font-family: Tahoma, Geneva, sans-serif;
}

#navbar {
	border-bottom: 1px solid #4d2881;
}

#navbar ul.menu {
	background: #61be69 url(menubg.png) top left repeat-x;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	height: 30px;
	padding: 0 10px;
	overflow: hidden;
	border-radius: 7px 0;
	-moz-border-radius: 7px 0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#navbar ul.menu li {
	text-align: center;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}

#navbar ul.menu li a {
	vertical-align: middle;
	line-height: 30px;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
}

#navbar ul.menu li a:hover {
	color: #c64635;
	background-color: transparent;
}

#content {
	border-top: 0px dotted #000;
	background-color: #ffffff;
	padding: 20px;
	border: solid 1px #333333;
}

#content h3 {
	font-size: 1.8em;
}

#content h3 {
	font-size: 1.6em;
}

#content h4 {
	font-size: 1.4em;
}

#footerEts {
	font-weight: bold;
	padding-left: 40px;
	height: 45px;
	line-height: 45px;
	background: transparent url(ets.png) top left no-repeat;
}

#leftSidebar, #rightSidebar {
	width: 15%;
	margin: 10px 10px;
	background-color: #ffffff;
	border: solid 1px #333333;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#sidebar div.block {
	margin: -11px 0 25px;
    padding: 0 10px;
}

#sidebar span.blockTitle {
	background: #61be69 url(menubg.png) top left repeat-x;
	text-align: center;
	margin: 0 -10px 5px -10px;
	color: #dddddd;
	font-weight: bold;
}

#forthcoming, #diseaseNotes {
	background-color: #FFFFFF;
    border: 1px solid #333333;
    padding: 20px;
	font-size: 0.7em;
}

#forthcoming .nodata, #diseaseNotes .nodata {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a.file {
	font-size: 1em;
}

#subscriptionsSummary td, #subscriptionsSummary th {
    padding: 2px 5px;
}

#subscriptionsSummary td {
    text-align: center;
}

#subscriptionsSummary th {
    font-weight: bold;
    vertical-align: middle;
}

#subscriptionsSummary, #subscriptionsSummary td, #subscriptionsSummary th {
    border: solid 1px #333;
    border-collapse: collapse;
}
