2 background-color: #597aa3;
3 background-image: -webkit-gradient(linear, left top, left bottom, from(#365378), to(#597aa3), color-stop(0.5, #597aa3));
4 background-repeat: no-repeat;
6 font-family: "Bitstream Vera Sans", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
10 a { text-decoration: none; }
11 a:hover { text-decoration: underline; }
12 a:link { color: #d6d6d6; }
13 a:visited { color: #bacbdc; }
36 border-bottom: 1px solid rgba(173,190,211,0.3);
54 border-collapse: collapse;
59 background-image: url("bread_blue.png");
60 background-position: 100% 0%;
61 background-repeat: repeat-x;
67 #navigation td:last-child {
68 background-image: url("bread_selected_blue.png");
72 #navigation td:first-child {
94 .image img, .thumbnail_video img, .thumbnail_image img, .fullscreen_image img, .fullscreen_video img {
95 -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.25);
96 -webkit-box-shadow: 0px 16px 60px rgba(0,0,0,0.25);
97 box-shadow: 0px 16px 60px rgba(0,0,0,0.25);
100 .image img:hover, .thumbnail_video img:hover, .thumbnail_image img:hover {
101 -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.35);
102 -webkit-box-shadow: 0px 16px 60px rgba(0,0,0,0.35);
103 box-shadow: 0px 16px 60px rgba(0,0,0,0.35);
110 background-color: #DEDAD6;
113 #titletext, #main_text {
115 text-shadow: 2px 2px 4px black;
120 #main_text { font-size: 1.3em; }
125 border: 0px solid black;
128 table.index tr td.image {
134 table.index tr td.caption {
144 text-decoration:underline;
156 a.fullscreenvideolink {