@CHARSET "UTF-8";

@media ( min-width : 600px) {
    #sidebar {
        float: right;
        margin-top: 20px;
    }
    #content {
        float: left;
        width: 100%;
    }
}

@media ( max-width : 599px) {
    #sidebar {
        float: none;
        margin-top: 40px;
    }
}

#site {

}

#header {

    background-color: white;
}

#headerContent {
    margin: 0 auto;
    max-width: 775px;
}

.headerImage {
    width: 100%;
}

#menu {
    background-color: #dfdbdd;
    padding-left: 5px;
}

#menuContent {
    margin: 0 auto;
    max-width: 775px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menuItem {
    display: inline;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    line-height: 30px;
}

.menuItem a, .menuItem a:visited {
    color: #525692;
    font-size: 16px;
}

.menuItem a:hover {
    background-color: #d2d1eb;
    color: #383760;
    padding-bottom: 10px;
    padding-top: 10px;
}

#memberMenuContent {
    margin: 0 auto;
    max-width: 775px;
}

#container {
    margin: 0 auto;
    max-width: 775px;
}

#content {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}

#sidebar {
    font-size: 0.9em;
    max-width: 200px;
    border: 1px solid #cfd7fa;
    background: #eef0f8;
    padding: 0 15px 5px 15px;
    margin-left: 20px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#footer {
    clear: both;
    margin-top: 10px;
    text-align: center;
}

.imageRight {
    float: right;
    padding: 0px 0px 20px 20px;
}

div.formItem {
    margin-bottom: 10px;
}

.formItemInput {
    width: 97%;
    max-width: 600px;
}

span.error {
    padding-left: 3px;
    color: red;
}

.roundedCorners {
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.noHover:hover {
    background-color: #f1dce5;
}

.loginFormItem {
    width: 180px;
    height: 25px;
    font-size: 20px;
}

.smallSize {
    font-size: 10px;
}

.error {
    color: #ff0000;
    margin-top: 20px;
}

.table {
    width: 100%;
    max-width: 600px;
    min-width: 400px;
}

.table td, .table th {
    border: 1px solid #808080;
    border-collapse: collapse;
    padding: 4px;
    font-size:1rem;
}

.tableDesign {
    min-width: 300px;
    width: 100%;
}

.tableDesign td, .tableDesign th {
    padding: 4px;
    font-size: 1rem;
}

.tableDesign tr {
    border-width: 0px 0px 1px 0px;
    border-color: lightgrey;
    border-style: solid;
}

.tableDesign th {
    text-align: left;
    max-width: 200px;
}

table.event {
    width: 100%;
}

table.event td, table.event th {
    padding: 4px;
    font-size:1rem;
    text-align:left;
}
table.event th {
    width: 100px;
}

table.attend {

}

table.attend td {
    padding-right: 20px;
    border: 0px;
}

div.card {
    background-color:white;
    padding:10px;
    box-shadow:  0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    border-radius:4px;
    margin-bottom: 20px;
}

div.itemList {
    float:left;
    margin-right:20px;
    width:200px;
}
div.itemList img {
    max-width:200px;
    max-height:100px;
}

table.itemList {
    margin:20px 0px 20px 0px;
}

table.itemList td {
    padding:10px;
}

table.itemList img {
    max-width:200px;
    max-height:150px;
}

.patternItemList img {
    max-height:300px;
}

ul.inlineList {
    display: flex;
    flex-direction: row;
    /* Below sets up your display method, ex: flex-start|flex-end|space-between|space-around */
    justify-content: flex-start;
    padding-left: 12px;
}

ul.inlineList li {
    padding-right: 20px;
}

img.mainImage {
    max-width:600px;
}

.flex-box {
    display: flex;
}

.flex-box > div {
    margin: 10px 20px 20px 0px;
    font-size: 14px;
    width:120px;
}

.flex-box > div img {
    width:120px;
}


.flex-container {
    width: 100%;
    height: auto;
    /* Flex box */
    display: flex;
    flex-direction: row;
    /*justify-content: space-around;*/
    flex-flow: wrap;
}

.flex-container-box {
    /*display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;*/
    margin: 10px 10px 10px 0px;
    border: 1px solid #cfd7fa;
    background-color: #eef0f8;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.flex-container-box > div {
    padding: 5px;
    max-width: 175px;
    font-size: 12px;
}

.flex-container-box > div img {
    width:165px;
}

/* Carousel style */
.product-item .product-item-content {
    border: 1px solid black;
    border-radius: 3px;
    margin: .3rem;
    text-align: center;
    padding: 2rem 0;
}

.product-item .product-image {
    width: 75%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.highlight {
    background-color: yellow;
}

.banner {
    background-color: #cfd7fa;
    font-size: 16px;
    font-weight: normal;
    padding:10px 10px 10px 10px;
}
.banner a {

    text-decoration: none;
    font-size: 16px;
}

.bannerChristmas {
    background-color: #fad5d5;
    border: 1px solid #a40303;
    border-radius: 4px;
}
.bannerChristmas a {
    color: #8c0101;
}
.bannerChristmas a:hover {
    background-color: #8c0101;
    color: #fad5d5;
}