@charset "UTF-8";

#portfolioImgDiv {
    margin:0 auto;
    padding-bottom:10px;
}
#portfolioImgDiv img {
    margin: 5px;
    float: none;
    border: thick ridge #ffd700;
}
p {
    padding: 0;
    margin: 15px 15px;
}
#mainContent { /* make room for triple-line quote */
    padding-top: 30px;
}
#mainContent p {
        font-size: 110%;
}
.alertbox {
    font-size: 90%;
}
.buttons {
    margin-top: 25px;
}
h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}
#blurbsDiv img {
    float: none;
    margin: 0 5px;
    vertical-align: bottom;
}
#blurbsDiv a:hover {
    text-decoration: none;
}
.blurb {
    display: none;
    padding: 10px 0 5px 0;
    margin-bottom: 10px;
    background-color: black;
    border: 2px solid green;
}
.onlyVisible2mobile {
    display: none;
    font-size: 105%;
    font-weight: bold;
    background-color: black;
}
.big110 {
    font-size: 110%;
}
.invisible {
    display: none;
    color: black;
}
#yFrontPageBlurb a:hover, #yAntiSpamBlurb a:hover {
    text-decoration: underline;
}
.moveRight15 {
    padding-left: 15px;
}
.leftCol {
    width: 46%;
}
.rightCol {
    position: relative;
    top: -80px;
    width: 53%;
    float: right;
}
.rightCol:after {
    clear:right;
}
.bold {
    font-weight: bold;
}
.transparent {
    background: transparent;
}
