/* 
    Document   : style
    Created on : Nov 23, 2013, 7:10:21 PM
    Author     : thomasfonseca
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
img.attraction {border:1px solid blue; margin:5px;margin-left:auto;margin-right:auto;}
img.bar {border:1px solid blue;}
body {background-color:#9999ff;padding-left:0px;}
.container-narrow {max-width:940px;margin-left:auto; margin-right:auto;padding-left:10px;background-color: #ccccff }
.hidden, #project {display:none;}
aside{background-color: #FFF990; width: 100px; float: right;padding: 2px;margin-right:60px;}
#beer_mug{margin-left:120px;margin-top:-10px;}
#map{margin-top:fpx; margin-left:0px; border:1px solid green;}
div.image{text-align:center;}
#up {display:none;}
#down {display:inline;}
.center{margin:auto;text-align:center;}
/* #splash{font-size:2vw;} */
.link{color:black; font-weight: bold;}
.splash_img {
   width: 100%;
   height: auto;
   border:3px solid grey;
}