1 @import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
4 font-family: 'Lato', sans-serif;
6 background-color: #edece7;
7 background-image: url('/static/img/bg.png');
8 background-repeat: no-repeat;
12 background-position: 50% 0;
16 text-decoration: none;
19 text-decoration: underline;
39 border: 1px solid #ddd;
52 .gallery-item{float:left; width:300px;text-align:center;margin-top:2em;}
53 .gallery-image{height:240px; width:300px; display: table-cell; vertical-align:middle;}
54 .gallery-image img{margin: 0;}