/* CSS Document */

/* ------------------- TEXT ------------------- */
h1, h2, h3, #container-center p {margin: 0; padding-top: 5px; padding-left: 20px; padding-right: 20px;}
h1 {font-size: 2.4em; color: #662d90; padding-bottom: 15px; font-weight: normal;}
h2 {font-size: 1.8em; color: #875fa5; padding-bottom: 5px; font-weight: normal; line-height:110%;}
h3 {font-size: 1.4em; color: #875fa5; padding-bottom: 5px; font-weight: bold;}
#container-center p {font-size: 1.2em; padding-bottom: 5px; line-height:140%;}
#container-center p.indent-left {padding-left: 90px;}
ul.text {font-size: 1.2em; line-height:140%; margin-top: 0; margin-bottom: 0; padding-top: 5px; padding-bottom: 5px;}
ul.text li {margin-left: 35px;}
blockquote {margin-top: 0; margin-right: 50px; margin-bottom: 0; background-color: #d7c7e3; color: #662d90;}
sup {font-size: 90%;}

#footer p {font-size: 1.1em; color: #555; line-height:140%; padding-top: 20px;}

#tabs h3, #tabs p {margin: 0; padding: 0 0 10px 0;}
div#tabs-1 ul, div#tabs-2 ul {margin-top: 0;}
div#tabs-1 li, div#tabs-2 li {line-height:140%;}

/* ------------------- LINKS ------------------- */
a.text {color:blue; text-decoration: none;}
a.text:hover {text-decoration: underline;}
a.text:visited {color:purple; text-decoration: underline;}

div#tabs-1 a, div#tabs-2 a {color:blue; text-decoration: none;}
div#tabs-1 a:hover, div#tabs-2 a:hover {text-decoration: underline;}
div#tabs-1 a:visited, div#tabs-2 a:visited {color:purple; text-decoration: underline;}

/* ------------------- SIDE MENU ------------------- */
div#menuwrapper {margin: 0; padding: 5px;}
ul#sidenav {margin: 0; padding: 0; list-style: none; font-weight:bold; color:#fff;}
* html ul#sidenav {width: 150px;}
ul#sidenav li {margin: 1px 0; padding: 0; border: 1px solid #59277f; background: #59277f url(custom-theme/images/ui-bg_glass_40_59277f_1x400.png) 50% 50% repeat-x; font-size: 90%;}
ul#sidenav li a {display: block; padding: .5em .8em; background: #59277f url(custom-theme/images/ui-bg_glass_40_59277f_1x400.png) 50% 50% repeat-x; color:#fff; text-decoration: none;}
ul#sidenav li a:hover {background: #8a609d url(custom-theme/images/ui-bg_glass_40_8a609d_1x400.png) 50% 50% repeat-x; color:#fff;}
ul#sidenav li a.selected {background: #fff; color: #000;}
* html #sidenav li a {width: 100%;}

/* ------------------- IMAGES ------------------- */
.homepage {margin: 10px 0 10px 40px; padding:5px; border:1px solid #aaa;}
.border {margin: 5px; padding:5px; border:1px solid #aaa;}

/* ------------------- FLOATS ------------------- */
.to-right {float: right;}
.to-left {float: left;}