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; }
35 border-bottom: 1px solid rgba(173,190,211,0.3);
53 border-collapse: collapse;
58 background-image: url("bread_blue.png");
59 background-position: 100% 0%;
60 background-repeat: repeat-x;
66 #navigation td:last-child {
67 background-image: url("bread_selected_blue.png");
71 #navigation td:first-child {
93 .image img, .thumbnail_video img, .thumbnail_image img, .fullscreen_image img, .fullscreen_video img {
94 -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.25);
95 -webkit-box-shadow: 0px 16px 60px rgba(0,0,0,0.25);
96 box-shadow: 0px 16px 60px rgba(0,0,0,0.25);
99 .image img:hover, .thumbnail_video img:hover, .thumbnail_image img:hover {
100 -moz-box-shadow: 0px 16px 60px rgba(0,0,0,0.35);
101 -webkit-box-shadow: 0px 16px 60px rgba(0,0,0,0.35);
102 box-shadow: 0px 16px 60px rgba(0,0,0,0.35);
109 background-color: #DEDAD6;
114 text-shadow: 2px 2px 4px black;
123 border: 0px solid black;
126 table.index tr td.image {
132 table.index tr td.caption {
146 table.imgnav tr td.sizes {
149 table.imgnav tr td.sizes a {
150 text-decoration:underline;
162 a.fullscreenvideolink {