@charset "utf-8";
@import global.css;
/* /css/classes.css */

/* ---------------- global classes ---------------- */

.hide {
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}

.hidden{
	display: none;
}

.clear {
	clear: both;
}

/* ------------------- layout classes -----------------*/

.row-top {
    width: 100%;
    height: 20px;
}

.box-right {
	    width: 210px;
}

.box-left {
      margin-right: 10px;
      margin-top: 5px;
      width: 200px;
}

.box-center {
      margin-right: 15px;
      width: 525px;
}

.box-left, .box-center, .box-right {
      float: left;
      height: 100%;
      min-height: 300px;
      top: 0;
      padding: 0;
      border: dashed 1px #ccc;
}


ul.body {
    margin-left: 20px;
}

li.body {
	list-style-type: none;
    background: url('../img/star.png') no-repeat 0 5px;
	padding-left: 25px;
	padding-right: 25px;
}


.navigation-li, .navigation-sub-li {
    font-family: 'Bitstream Vera Sans', Arial, Verdana, Sans;
    font-size: 0.8em;
    vertical-align: middle;
	color: #333;
}


.navigation-li {
    text-align: center;
    display: inline;
    padding: 6px 6px 2px 10px;
    min-width: 80px;
    height: 20px;
}

li.navigation-sub-li {
    /*display: inline;*/
	text-transform: uppercase;
	list-style-type: none;
	color: #444;
	padding: 1em 0 1em 0;
	border-bottom: solid 1px #ccc;
	text-decoration: none;
	width: 150px;
}

.navigation-li:link, .navigation-li:active, .navigation-li:visited, .navigation-sub-li:link, .navigation-sub-li:active, .navigation-sub-li:visited {
    text-decoration: none;
    list-style-type: none;
}

.navigation-li:hover {
    color: #ff9419;   /* deep orange */

}

.navigation-sub-li:hover {
    text-decoration: none;
	text-transform: uppercase;
	color: #77b;
}

a.navigation-sub-li:hover {
    text-decoration: underline;
}

/* examples of alternating colours for nav */

.navcolor1 {
/*    background-color: #5c6666; /* gray */
/*    background-image: url(../../../../img/button_transp_grey.png);*/
}

.navcolor2 {
/*    background-color: #7374aa; /* purple */
/*    background-image: url(../../../../img/button_transp_purple.png); */
}

.navcolor3 {
/*    background-color: #719ac8; /* blue */
/*    background-image: url(../../../../img/button_transp_blue.png);*/
}

.sub-css-1 {
/*    color: #5c6666; */
}

.sub-css-2 {
/*    color: #7374aa;*/
}

.sub-css-3 {
/*    color: #719ac8;*/
}


/* ------------ type/font classes ------------------ */

h1, h2, h3, h4, h5, h6, hr, caption {
    color: #f89520;
    font-family: 'Luxi Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Arial, Sans;
}

h1 {
    font-size: 1.8em;
    font-weight: bold;
    /*line-height: 1.95em;*/
    margin: 0.12em 0 0.6em 0;
}

h2 {
    font-size: 1.25em;
    font-weight: bold;
    margin: 0.6em 0 0.3em 0;
    color: #8189a2;
    /*line-height: 1.75em;*/
}

h3, caption {
    font-size: 1.2em;
}

h3 {
    margin-top: 0.6em;
    margin-bottom: 0.3em;
}

h4, h5 {
    font-size: 1.15em;
}

h6 {
    font-size: 1.05em;
}

p, li {
    font-size: 0.83em;
}

hr {
    width: 98%;
    height: 2px;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #5c6f7b;
    background-color: #5c6f7b;
    position: relative;
    left: 0px;
    margin: 17px 0 6px 0;
    float: left;
}


.div-right {
    float: right;
    margin: 8px 0 0 0;
    height: 100%;
}

.textfield {
	margin: 5px 0 0 40px;
	border: 1px solid #69A9CB;
}

/* ------------ special display components ------------------ */

.panel-section-title {
    color: white;
    background-color: #ec1f27; /*  reddish */
    width: 200px;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 0 1px 0;
    text-transform: uppercase;
    text-indent: 0.5em;
}

div.panel-article-title {
    background-color: #b5c1ca;
    color: white;
    width: 188px;
    margin-bottom: 1px;
    padding: 0 3px 0 9px;
}

.panel-article-title {
    color: white;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 0.9em;
}

a.panel-article-title:link, a.panel-article-title:visited {
    text-decoration: none;
}

a.panel-article-title:hover, a.panel-article-title:active {
    text-decoration: underline;
}

.panel-title {
	font-size: 1.5em;
	text-indent: 1.2em;
	padding-top: 0.5em;
	margin-top: 1px;
}

li.result-list {
	margin: 0 0 12px 0;
	padding: 0.5em;
	width: 720px;
}

.search-result-link {
	font-size: 1.1em;
	font-weight: bold;
	color: red;
}

.search-result-text {
	font-size: 1.1em;
	font-weight: normal;
	font-family: arial, verdana, sans;
	color: #222;
}

.search-result-odds {
	background-color: #ccf; /* pink-ish */
}

.search-result-evens {
	background-color: #eaeaea; /* grey */
}

.search_string {
	font-size: 1.05em;
	font-weight: bolder;
}

.red, .cal-highlight {
	text-decoration: none;
	color: red;
}

.red {
	font-weight: bold;
}

.breadcrumb {
	color: #000;
	font-size: 9pt;
}

a.breadcrumb:link, a.breadcrumb:visited {
	text-decoration: none;
}

a.breadcrumb:hover, a.breadcrumb:active {
	text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}


#proverb p.chp {
	font-family: "URW Palladio L","Liberation Serif", "Luxi Serif", Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #121212;
	padding: 10px 0 0 10px;
	margin-left: 10px;
}