/********* Do not edit this file *********/
/*
My Custom CSS - Maked by Salvatore Noschese
a.k.a. DarkWolf - http://www://darkwolf.it/
*/

#siteContainer {
    margin: 0 auto 18px;
}

/* marigold logo */
/* space between top menu and marigold logo */
#siteHeader {
    margin-bottom: 8px;
}

/* space between margold logo and page content */
#siteLogo {
    margin-bottom: 18px;
}

/* paragraph */
/* about page, 
   wine page: space between image and paragraph */
#mashup .unboxed {
    margin-bottom: 18px;
}

/* wine page: space for each paragraph; */
body.page-id-561 .content.machup-main p {
    margin-bottom: 18px;
}

/* about page: space for each paragraph; */
.page-id-719 p {
    margin-bottom: 0px;
}

/* a la carte menu page: space for each paragraph; */
.page-id-839 p {
    margin-bottom: 18px;
}

/* set menu page: space for each paragraph; */
.page-id-514 p {
    margin-bottom: 18px;
}

/* parking page: space for each paragraph; */
.page-id-561 p {
    margin-bottom: 18px;
}

/* if you find the above all pages paragraph spacing are the same you can simply use
p {
  	margin-bottom: 18px;
}
*/

/* image and caption */
/* home page, 
   yum cha menu page,
   a la carte meun page: space between large image and caption */
.layout-page .wp-post-image {
    margin-bottom: 18px;
}

/* general: space between small image and caption; 
   you can try negative values like -22px */
.aligncenter {
    margin-bottom: -20px;
}

/* about page: space between small image and caption */
.page-id-719 .aligncenter {
    margin-bottom:-2px;
}

/* set menu page: space between small image and caption */
.columns > p:last-child {
    margin-top: -20px;
}

/* parking page: space between small image and table */
.page-id-561 .aligncenter {
    margin-bottom: -12px;
}

/* contact page: space between small image and caption */
.page-id-597 .aligncenter {
    margin-bottom: -12px;
}
/* contact page: space between caption and the location map */
.n2m-p1 {
    margin-bottom: 28px;
}
/* contact page: space between the location map and caption */
.content p.n2m-p2 {
    margin-bottom: 18px;
}

/* others */
/* parking page: table shaded area color */
.page-id-561 table tbody tr:nth-child(2n) {
    background-color: #f5e990;
}

/* parking page: you can adjust padding-top and padding-bottom to control the column height */
.page-id-561 table tbody tr td {
    padding-top:6px;
    padding-left: 8px;
    padding-bottom: 6px;
    padding-right: 8px;
}