@import "/colour-beeroclock.css";
@import "/colour-tweak.css"; 

body {
    font-family: "Trebuchet MS", sans-serif;
   /* margin: 2em auto;*/
}

/* gallery parts */
.story {
    text-align : left;
}

.imagecaption {
    margin:0;
    text-align: center;
}

/* this is for the thumbnail galleries, which should have been better style :( */
td { 
    vertical-align: top;
    padding: 2em;
    text-align: center;
}

/* I don't want to do this, but I'd have to go back and regenerate _all_ my galleries :|
* */
div#beersuppliers td {
    text-align:left;
}

h1, h2, h3, h4 {
    font-family: "Trebuchet MS", sans-serif;
}

hr {
    border: 0;
    visibility: visible;
    visibility: hidden;
}

div.main {
    width: 90%;
    max-width: 950px;
    margin: 2em auto;
}


div.bio {
    margin: 2em auto;
}

div.projectlinks {
    float: left;
    /*width: 95%;*/
    text-align: center;
/*    border-style:solid;
    border-color:red;*/
}

div.projectrow {
    float:left;
    /*border-style:solid;
    border-color:blue;*/
}

div.projectlink {
    float: left;
    padding: 1em;
    /*border-style:solid;
    border-color:green;*/
}


