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; }
38 border-bottom: 1px solid rgba(173,190,211,0.3);
56 border-collapse: collapse;
61 background-image: url("bread_blue.png");
62 background-position: 100% 0%;
63 background-repeat: repeat-x;
69 #navigation td:last-child {
70 background-image: url("bread_selected_blue.png");
74 #navigation td:first-child {
96 .image img, .thumbnail_video img, .thumbnail_image img, .fullscreen_image img, .fullscreen_video img {
97 -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.25);
98 -webkit-box-shadow: 0px 16px 60px rgba(0,0,0,0.25);
99 box-shadow: 0px 16px 60px rgba(0,0,0,0.25);
100 -webkit-transition: all 0.25s linear;
101 transition: all 0.25s linear;
104 .image img:hover, .thumbnail_video img:hover, .thumbnail_image img:hover {
105 -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.2);
106 -webkit-box-shadow: 0px 16px 60px rgba(0,0,0,0.2);
107 box-shadow: 0px 16px 60px rgba(0,0,0,0.2);
108 -webkit-transform: scale(1.02);
109 transform: scale(1.02);
112 #titletext, #main_text {
114 text-shadow: 2px 2px 4px black;
119 #main_text { font-size: 1.3em; }
124 border: 0px solid black;
127 table.index tr td.image {
133 table.index tr td.caption {
144 text-decoration:underline;
156 a.fullscreenvideolink {