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);
98 -webkit-transition: -webkit-transform 0.25s linear;
101 .image img:hover, .thumbnail_video img:hover, .thumbnail_image img:hover {
102 -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.35);
103 -webkit-box-shadow: 0px 16px 60px rgba(0,0,0,0.35);
104 box-shadow: 0px 16px 60px rgba(0,0,0,0.35);
105 -webkit-transform: rotate(-1deg) scale(1.05);
112 background-color: #DEDAD6;
115 #titletext, #main_text {
117 text-shadow: 2px 2px 4px black;
122 #main_text { font-size: 1.3em; }
127 border: 0px solid black;
130 table.index tr td.image {
136 table.index tr td.caption {
146 text-decoration:underline;
158 a.fullscreenvideolink {