/*
Theme Name: ROCKSALT
Description: A Child Theme of Omega
Template: omega
*/

@import url(../omega/style.css);

/* From Alpha */
body {
    background-color: #333333;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
}

.site-container {
    margin: 0 auto;
    max-width: 980px;
    background-color: #fff;
}

.site-header {
    background: none repeat scroll 0 0 #000;
}

.site-header .wrap {
    padding: 20px 0 40px;
}

.site-title a,
.site-title a:hover {
    color: #fff;
}

.nav-primary {
    background: none repeat scroll 0 0 #000;
}

.nav-primary a:hover {
    color: #bbb;
}

/* ROCKSALT */
h1 {
    text-align: center;
}

.entry-content {
    padding: 0.5em;
}

.blurb {
    text-align: left;
    margin-bottom: 1em;
}

#summary {
    font-weight: bold;
    margin-top: 1em;
}

#detail {
    margin: 1em 0;
}

#locations {
    background-color: #ffffee;
    padding: 0.5em;
    border: 1px solid silver;
}

#locations ul {
    padding: 0;
}

#locations ul li {
    float: left;
    list-style-type: none;
    margin: 0 1em;
}

#locations a {
    font-size: 14pt;
}

.clearFix {
    clear: both;
}

.entry-header{
    padding: 10px 0 0;
}


.site-header .wrap, .wrap .title-area {
    padding: 0 !important;
}

.site-inner {
    padding: 0 0.5em;
}

.site-footer {
    border: none; /* Remove white pixel border */
}
/* So carousel spans white area */

.g11-carousel {
    margin: 0 -1em;
}

/* For displaying restaurant top boxes */

.top-box-outer {
    text-align: center;
    width: 100%;
}
.top-box-inner {
    display: inline-block;
    margin: auto;
}

.top-box {
    width: 250px;
    height: auto;
    margin-bottom: 5px;
}

.top-box a  img {
    border: 1px solid black;
}

/** Open table **/
.top-box > div {
    display: inline-block;
    margin: auto;
}


.bio {
    padding-top: 2em;


}

.bio-pic-left {
    float: left;
    padding: 0 1em 1em 0;
    height: 250px;
}

.bio-pic-right {
    float: right;
    padding: 0 0 1em 1em;
    height: 250px;
}

@media only screen and (min-width: 800px) {
    .top-box {
        float: left;
    }
    .home-content, .bio {
        width: 80%;
        margin: auto;
    }
}


.contacts__pic {
    float: left;
}

.contacts__info {
    float: left;
    margin-left: 1em;
}


.omega-nav-menu a {
    color: #aaaaaa;
}

.loc__menus {
    text-align: center;
}

.loc__menus ul {
    display: inline-block;
    text-align: left;
    margin: 1em 0 0 1em;
    vertical-align: top;
}

.loc__menus li {
    list-style-type: none;
}

.entry-summary > a:first-child {
    display: block;
    overflow: hidden;
    max-height: 400px;
}

.entry-summary .thumbnail {

}

.entry-summary p {
    margin-top: 0.5em;
}

.entry-content h2 {
    text-align: center;
}

.entry-footer {
    display: none;
}

.comments-closed {
    display: none;
}

.entry-wrap {
    padding: 5px;
    border-bottom: 1px solid silver;
}

article.entry {
    margin-top: 1em;
    margin-bottom: 0;
}