/*
Theme Name: Restaurant
Theme URI: http://wordpress.org/
Description: Restaurant | Wordpress custom theme
Author: Pixelcloth
Version: 1.1
Tags: wordpress, custom template
*/


/*-----------------------------------------------------------------------------*/
/* Basic style reset */
/*-----------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
img { vertical-align: bottom; }

/*-----------------------------------------------------------------------------*/
/* Tag Preformatting  */
/*-----------------------------------------------------------------------------*/

body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
    background: #4c1c14 url("images/bkg.jpg") repeat-y top center;
    cursor: default;
}

h1, h2, h3, h4, h5 {
    font-family: Arial, Tahoma, Georgia;
    font-weight: bold;
    color: #743c30;
    margin: 0;
    padding: 0;
}


.clearer {
    clear: both !important;
}

.align-center {
    margin: 0 auto;
    margin-bottom: 30px;
}
.align-left, .alignleft, .ngg-left {
    float: left !important;
}
.align-right, .alignright, .ngg-right {
    float: right !important;
}
.alignleft, .alignright, .ngg-left, .ngg-right {
    margin-bottom: 10px;
}
.align-left, .alignleft, .ngg-left {
    margin-right: 20px;
}
.align-right, .alignright, .ngg-right {
    margin-left: 20px;
}

p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 20px;
}


ul {
    list-style: square;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
ul li {
    margin-bottom: 4px;
}

.quicklinks ul { margin: 0; overflow: visible; }
.quicklinks ul li { margin: 0; }

ol {
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
ol li { margin-bottom: 4px; }
ol li a { text-decoration: underline; }


/*
 *
 * Base Definition */

#root {
    padding: 0;
    margin: 0;
    background: transparent url('images/top-bkg.jpg') no-repeat top center;
}

/*
 *
 * Header Definition */

#header {
    height: 220px;
    width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
#plate {
    width: 609px;
    height: 169px;
    margin: 0 auto;
}
#quote {
    width: 180px;
    position: absolute;
    top: 10px;
    left: 30px;
}
#quote img {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: -2px;
}
#quote span {
    font-weight: bold;
    color: #f8ee56;
}


/*
 *
 * Menu Definition */

#menu {
    padding: 0 30px;
    position: relative;
    top: 13px;
    z-index: 50;
    overflow: visible;
}
#menu ul {
    overflow: visible;
    margin: 0;
    float: left;
    display: block;
    list-style-type: none;
    position: relative;
    height: 48px;
}
#menu ul li {
    display: inline;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 2px;
    position: relative;
}
#menu ul li a {
    font-family: "Trebuchet MS", Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    height: 48px;
    line-height: 32px;
    width: 93px;
    display: block;
    float: left;
    color: #fff;
    background: transparent url('images/menu-off-bkg.png') no-repeat bottom center;
    text-align: center;
}
#menu ul li a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.selected a, #menu ul li.current-menu-ancestor a {
    color: #4f1f18;
    background: transparent url('images/menu-bkg.png') no-repeat top center;
}
#menu ul li.sep {
    margin-top: 4px;
    background: transparent url('images/menu-sep.png') no-repeat top center;
    width: 60px;
    height: 21px;
    display: block;
    float: left;
}

/* Duplication for IE functionality purpose */

#menu ul li.reservations a {
    margin-left: 20px;
    overflow: hidden;
    width: 172px;
    height: 47px;
    line-height: 29px;
    position: relative;
    top: -13px;
    left: -10px;
    background: transparent url('images/reservation-but.png') no-repeat top center;
    text-indent: -9999px;
    margin-left: 10px;
}

/* Duplication for IE functionality purpose */

#menu ul li.reservations a:hover, #menu ul li.reservations.current-menu-item a {
    background: transparent url('images/reservation-but.png') no-repeat bottom center ;
}

/*
 * Submenu */

#menu ul.sub-menu {
    margin: 0;
    display: none;
    width: 180px;
    position: absolute;
    top: 48px;
    left: 0px;
    background: #eee !important;
    border: 1px solid #743c30;
    z-index: 50;
}
#menu ul.sub-menu li {
    margin: 0;
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
}
#menu ul.sub-menu li a {
    position: relative;
    cursor: pointer;
    border: 0;
    text-shadow: 0 0 0 #000;
    background: #fff none;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    color: #743c30;
    clear: both;
    display: inline-block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-indent: 16px;
    text-align: left;
    padding: 2px 0;
}
#menu ul.sub-menu li a:hover {
    background: #743c30;
    color: #fff;
}
#menu ul.sub-menu li a.drop {
    background: #fff url('images/menu-more-button.png') no-repeat right center;
    background-position: 166px 11px;
}
#menu ul.sub-menu li a.drop:hover {
    background: #743c30 url('images/menu-more-button-over.png') no-repeat right center;
    background-position: 166px 11px;
    color: #fff;
}
#menu ul.sub-menu ul.sub-menu, ul.sub-menu ul.sub-menu ul.sub-menu {
    left: 180px;
    top: -1px;
}


/*
 * SEARCH BAR */

#search-bar {
    float: right;
    position: relative;
    right: 0px;
}
#search-bar input {
    font-style: italic;
    width: 190px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #37130d;
    padding: 4px;
    padding-right: 50px;
    padding-left: 6px;
    font-size: 13px;
    font-family: "Trebuchet MS";
    color: #c3b8b6;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
#search-bar a#search-but {
    background: none;
    position: absolute;
    top: -12px;
    right: 8px;
    width: 41px;
}


/*
 *
 * Logo Definition */

#logo {
    margin-top: 18px;
    margin-left: 20px;
    position: relative;
    float: left;
}
#spark {
    position: absolute;
    top: -56px;
    left: 92px;
}
#logo h1, #logo h1 a {
    font-size: 70px;
    height: 80px;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
}
#logo h5 {
    font-family: "Trebuchet MS";
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 390px;
    margin-top: -12px;
    color: #fff;
}
#glass {
    float: right;
    margin-top: -140px;
    margin-right: 20px;
    width: 235px;
    height: 290px;
}

/*
 *
 * Content Definition */

#content {
    padding: 0;
    margin: 0 auto;
    width: 978px;
    color: #914c3d;
    font-family: "Trebuchet MS", Arial, Tahoma;
    font-size: 12px;
    line-height: 14px;
}
#content a {
    color: #914c3d;
    text-decoration: underline;
}
#content .single-post-nav a, #content .reply a, #content .comment-meta a, #content p.logged-in-as a { text-decoration: none; }
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a { cursor: pointer; display: inline-block; text-decoration: none; }
#content .widget ol li a {
    text-decoration: none;
}

#content .main-data img, #content .right-data img {
    border: 1px solid #d9d9d9;
    padding: 4px;
    margin-bottom: 20px;
}
#content h1 { font-size: 44px; line-height: 44px; padding-bottom: 35px; }
#content h2 { font-size: 38px; line-height: 38px; padding-top: 5px; padding-bottom: 14px; }
#content h3 { font-size: 28px; line-height: 28px; padding-top: 4px; padding-bottom: 14px; }
#content h4 { font-size: 24px; line-height: 24px; padding-top: 2px; padding-bottom: 14px; }
#content h5 { font-size: 20px; line-height: 20px; padding-top: 2px; padding-bottom: 14px; }


#content-top {
    background: transparent url('images/book-top.png') no-repeat top center ;
    width: 978px;
    height: 75px;
}
#content-center {
    background: transparent url('images/book-content.png') repeat-y top center ;
    width: 978px;
}
#content-bottom {
    position: relative;
    background: transparent url('images/book-bottom.png') repeat-y top center ;
    width: 978px;
    height: 79px;
}

#content.reversed #content-top {
    background: transparent url('images/book-top-reversed.png') no-repeat top center;
}
#content.reversed #content-center {
    background: transparent url('images/book-content-reversed.png') repeat-y top center ;
}
#content.reversed #content-bottom {
    background: transparent url('images/book-bottom-reversed.png') repeat-y top center ;
}

/*
 *
 * Left Column Definition */

#content-center .main-col, #content-center .center-col {
    float: left;
    position: relative;
    left: 28px;
    background: #fff;
    width: 568px;
    z-index: 1;
    padding: 6px;
    border-left: 1px solid #64281c;
    border-right: 1px solid #64281c;
}
#content-center .main-col.rightpos {
    float: right;
    left: -28px;
}

#content-center .top-main-col, #content-center .top-center-col {
    position: absolute;
    left: -1px;
    top: -46px;
    background: #fff;
    width: 568px;
    height: 34px;
    padding: 6px;
    border: 1px solid #64281c;
    border-bottom: 0;
}

#content-center .bottom-main-col, #content-center .bottom-center-col {
    padding: 10px 20px;
    position: absolute;
    left: -1px;
    bottom: -46px;
    background: #fff;
    width: 540px;
    height: 34px;
    border: 1px solid #64281c;
    border-top: 0;
    text-align: left;
    color: #d1bfbb;
}
div.hr-line {
    overflow: hidden;
    background: #fff url('images/hr-line-bkg.gif') repeat-x center left;
}

#content-center .bottom-main-col span, #content-center .bottom-center-col span {
    float: left;
    padding: 0 10px 0 20px;
    background: #fff;
}
#content-center .bottom-main-col span.hr-line, #content-center .bottom-center-col span.hr-line {
    margin: 8px 0;
    float: left;
    width: 280px;
    color: #914c3d;
    height: 1px;
    background: #f0e9e8;
}
#content-center .bottom-main-col ul, #content-center .bottom-center-col ul {
    margin: 0;
    padding-left: 12px;
    overflow: hidden;
    background: #fff;
    float: right;
}
#content-center .bottom-main-col ul li, #content-center .bottom-center-col ul li {
    display: inline;
    margin: 0;
}
#content-center .bottom-main-col ul li a, #content-center .bottom-center-col ul li a {
    display: block;
    float: left;
    margin: 0 3px;
}
#content-center .main-col .main-data, #content-center .center-col .main-data {
    margin: 10px 16px;
    padding: 0 16px;
    padding-bottom: 30px;
    overflow: hidden;
}
.main-data {
    min-height: 500px;
}


/*
 *
 * Overwritten settings for the one column page */

#content-center .center-col, #content-center .top-center-col { width: 908px; }
#content-center .bottom-center-col { width: 880px; }
#content-center .bottom-center-col span.hr-line { width: 630px; }


/*
 *
 * Right Column Definition */

#content-center .sidebar {
    float: right;
    background: #fff;
    position: relative;
    right: 28px;
    width: 288px;
    padding: 6px;
    z-index: 1;
    border-left: 1px solid #64281c;
    border-right: 1px solid #64281c;
}
#content-center .sidebar a:hover {
    text-decoration: underline;
}
#content-center .sidebar.leftpos {
    float: left;
    left: 28px;
}
#content-center .top-sidebar {
    position: absolute;
    right: -1px;
    top: -46px;
    background: #fff;
    width: 288px;
    height: 34px;
    padding: 6px;
    border: 1px solid #64281c;
    border-bottom: 0;
}
#content-center .bottom-sidebar {
    padding: 6px;
    position: absolute;
    right: -1px;
    bottom: -46px;
    background: #fff;
    width: 288px;
    height: 34px;
    border: 1px solid #64281c;
    border-top: 0;
}
#content-center .sidebar .sidebar-data {
    margin: 26px 30px 10px 30px;
    padding-bottom: 20px;
}
#content-center .sidebar .sidebar-data img {
    border: 0;
}
#content-center .sidebar .sidebar-data img.margin-right {
    margin-right: 10px;
}
#content-center .sidebar .sidebar-data.last {
    padding-bottom: 0;
}
#content-center .sidebar b, #content-center .sidebar strong {
    color: #d18d08;
}
#content-center .sidebar div.sep {
    height: 1px;
    background: #efeae9;
}
span.tab {
    display: block;
    width: 70px;
    float: left;
}

#content .sidebar h1, #content .sidebar h2, #content .sidebar h3, #content .sidebar h4, #content .sidebar h5 {
    /*padding-left: 12px;*/
    /*padding-right: 12px;*/
}

#content-center .sidebar .sidebar-data p {
    padding: 0 0 20px 0;
}
#content-center .sidebar .sidebar-data blockquote {
    color: #914c3d;
    font-weight: bold;
    font-style: italic;
    background: url('images/quote-bubble.gif') no-repeat right center;
    padding: 0 10px 14px 14px;
    margin: 0 0px 0px 0px;
}
#content-center .sidebar .sidebar-data blockquote.last {
    margin-bottom: 0;
}
#content-center .sidebar .sidebar-data blockquote p {
    padding: 10px 0;
    margin: 0;
}
#bottom-sidebar blockquote {
    padding: 0 10px;
    font-style: italic;
    border-bottom: 1px solid #b15c4c;
    margin-bottom: 10px;
}
#bottom-sidebar blockquote.last {
    border-bottom: 0;
}


/*
 *
 * Menu highlights gallery definition */

div.menu-highlights-gallery {
    padding: 0 12px;
    color: #7f7f7f;
}
div.menu-highlights-gallery a {
    color: #7f7f7f !important;
    display: block;
    float: left;
}
div.menu-highlights-gallery a img {
    border: 0 !important;
    padding: 0 !important;
}
div.menu-highlights-gallery, menu-highlights-gallery div.sep {
    float: left;
    text-align: left;
    position: relative;
}
div.menu-highlights-gallery div.separator {
    width: 22px;
    float: left;
    border: 0 !important;
}


/*
 * Our menu definition */

ul.menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.menu-list li {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #efeae9;
    height: 1%;
}
img.wp-post-image {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
ul.menu-list li h3 {
    padding-top: 0 !important;
    display: block;
    overflow: hidden;
}


/*
 *
 * Image gallery definition */

div.image-gallery, .ngg-galleryoverview {
    color: #7f7f7f;
    overflow: hidden;
    position: relative;
}
div.image-gallery div.img-holder, div.image-gallery div.sep, .ngg-gallery-thumbnail {
    padding: 0;
    margin: 0;
    padding-bottom: 2px;
    text-align: left;
    position: relative;
    float: left;
    display: inline-block;
    overflow: hidden;
}
#content .ngg-galleryoverview .ngg-gallery-thumbnail a { text-decoration: none; }


div.image-gallery div.img-holder div {
    float: left;
    padding: 4px 0;
}
div.image-gallery div.img-holder div.padding {
    padding: 4px 10px;
}

div.width-132 { width: 132px; }
div.width-200 { width: 200px; }
div.width-260 { width: 260px; }

div.image-gallery div.padding {
    padding: 4px;
}
div.image-gallery div.sep {
    width: 34px;
    border: 0;
}
.center-col div.image-gallery div.sep {
    width: 24px;
}
.center-col div.hr-sep {
    height: 1px;
    background: #efeae9;
    margin-bottom: 30px;
}

.ngg-gallery-thumbnail-box {
    margin-right: 28px;
    float: left;
    display: inline;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.ngg-gallery-thumbnail {
    float: left;
    margin: 0;
    display: inline-table;
    margin-right: 0 !important;
    padding: 0;
}
div.image-gallery img, .ngg-gallery-thumbnail img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
div.image-gallery a, .ngg-gallery-thumbnail a {
    border: 1px solid #d9d9d9;
    color: #7f7f7f !important;
    display: block;
    text-align: right;
}
.ngg-gallery-thumbnail a span.meta {
    display: block;
    padding: 8px 10px;
    font-size: 12px;
    text-align: left;
    text-transform: capitalize;
}
div.image-gallery a:hover, .ngg-gallery-thumbnail a:hover {
    color: #a0a0a0 !important;
    border: 1px solid #aaa;
}
div.more-link {
    float: right !important;
}


/*
 *
 * Image gallery navigation bar */

ul.img-gal-navbar, .ngg-navigation {
    clear: both;
    position: relative;
    margin: 10px 0 !important;
    padding: 6px !important;
    background: #ededed;
    overflow: hidden;
}
#content .ngg-navigation a { text-decoration: none; }
ul.img-gal-navbar li {
    display: inline;
    float: left;
    margin: 0;
}
ul.img-gal-navbar li a, .ngg-navigation span, .ngg-navigation a {
    float: left;
    display: block;
    color: #767676 !important;
    font-weight: bold;
    padding: 4px 3px !important;
    margin: 0 1px !important;
    border: 0 !important;
    font-size: 12px;
}
#content ul.img-gal-navbar li a {
    text-decoration: none;
}
ul.img-gal-navbar li a:hover, .ngg-navigation a:hover, ul.img-gal-navbar li a.selected, .ngg-navigation span {
    color: #fff !important;
    background: #767676 !important;
}


/*
 * Slideshow */

.ngg-slideshow {
    display: block;
    margin-bottom: 20px;
}
.ngg-slideshow img {
    padding: 0 !important;
    border: 0 !important;
}


/*
 *
 * Our menu style */

div.element {
    padding: 0 20px;
    overflow: hidden;
}
div.element .image {
    float: left;
    border: 1px solid #d9d9d9;
    padding-bottom: 2px;
    margin-bottom: 20px;
    text-align: left;
}
div.element .image img {
    border: 0 !important;
    padding: 0 !important;
}
div.element .image div.links {
    float: right;
    padding: 8px 6px 6px 6px;
    text-align: right;
    color: #7f7f7f
}
div.element .image div.links a {
    color: #7f7f7f !important;
}
div.element .image div.links a:hover {
    color: #a0a0a0 !important;
}
div.element .description {
    float: right;
    width: 290px;
}
div.element .description p {
}
div.element h1, div.element h2, div.element h3, div.element h4, div.element h5 {
    padding-top: 0 !important;
}
div.menu-hr-sep {
    clear: both;
    height: 1px;
    background: #efeae9;
    padding: 0 20px;
    margin: 0 20px 20px 20px;
}
ol.category-list {
    padding: 0;
    padding-top: 10px;
    list-style-position: inside;
    margin: 0 14px;
    margin-bottom: 10px;
}
ol.category-list li {
    margin: 0;
    border-bottom: 1px dotted #ccc;
    padding: 2px 0;
}
ol.category-list li div.fill {
    border-bottom: 1px dotted #ccc;
}

/*
 *
 * Content border overwrite - for generalization purpose */

#content-center .bottom-right-col, #content-center .bottom-main-col, #content-center .sidebar,
#content-center .bottom-main-col, #content-center .top-main-col, #content-center .main-col, #content-center .center-col {
    border-color: #6d2d1f;
}


/*
 *
 * Form definition */

div.form {
    position: relative;
    padding: 0 0 40px 20px;
}
div.form img {
    vertical-align: top;
    border: 0 !important;
    padding: 6px !important;
}
img.contact-photo {
    margin: 0 auto;
    display: block;
    border: 1px solid #aaa !important;
    margin-bottom: 20px;
}
div.form .xsmall { width: 40px; }
div.form .small { width: 100px; }
div.form .xmedium { width: 150px; }
div.form .medium { width: 200px; }
div.form .large { width: 400px; }
div.form .large { width: 600px; }

div.form span, #commentform label, div.form label {
    vertical-align: top;
    padding-top: 6px;
    padding-right: 4px;
    width: 80px;
    display: block;
    float: left;
    font-weight: bold;
}
div.form img {
    margin-bottom: 0 !important;
}
#commentform label {
    width: 120px;
}

div.form input, div.form textarea, div.form select, #commentform input, #commentform textarea, #commentform select {
    border: 1px solid #d3b7b1;
    margin-bottom: 10px;
    line-height: 20px;
    padding: 4px;
    font-size: 12px;
    font-family: "Trebuchet MS";
}
input.invalid {
    border: 1px solid #ac1414 !important;
    background: #e17d7d;
    color: #fff;
}
div.form select.time-hh, div.form select.time-mm {
    width: 100px;
}
.required {
    margin-bottom: 20px;
    padding: 10px;
    background: #f9f9f9;
    font-weight: bold;
    font-style: italic;
}


/*
 * MESSAGE BOXES */

div.info-box {
    background: #86a45f url('images/msg-box-info-bkg.png') repeat-x left center;
    color: #fff;
    padding: 11px 20px;
    margin-bottom: 20px;
    font-weight: bold;
    border: 1px solid #64a12f;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
div.warning-box {
    padding: 11px 20px;
    margin-bottom: 20px;
    background: #fff7b7 url('images/msg-box-warning-bkg.png') repeat-x left center;
    font-weight: bold;
    border: 1px solid #cdbb1e;
    color: #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
div.error-box {
    padding: 11px 20px;
    margin-bottom: 20px;
    background: #b25642 url('images/msg-box-error-bkg.png') repeat-x left center;
    color: #fff;
    font-weight: bold;
    border: 1px solid #d53c12;
    border-radius: 4px;
    -moz-border-radius: 4px;
}


a.button, #submit, a#cancel-comment-reply-link, div.nav-next a, div.nav-previous a, a.more-link {
    overflow: hidden;
    float: left;
    display: block;
    background: #63261a;
    color: #fff !important;
    font-weight: bold;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 16px;
}

#content a#cancel-comment-reply-link, #content a.more-link, #content a.button { text-decoration: none; }
a.button:hover, a#cancel-comment-reply-link:hover, div.nav-next a:hover, div.nav-previous a:hover, a.more-link:hover {
    background: #a15749;
}

#submit {
    cursor: pointer;
    border: 0 !important;
    height: 34px;
    line-height: 34px;
    padding: 6px 10px !important;
    margin-left: 126px;
}


/*
 * Widget definition */

.widget {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efeae9;
}
.widget.last {
    border-bottom: 0;
}
.ngg_slideshow {
    border: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.widget h3 {
    margin-bottom: 10px;
}
.widget ol {
    padding: 0;
}
.widget ol li {
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.widget ul {
    padding: 0;
    list-style-type: square;
    list-style-position: inside;
    margin: 0 14px;
    margin-bottom: 10px;
}
.widget ul li {
    margin: 0;
    border-bottom: 1px dotted #ccc;
    padding: 6px 4px;
}
#content .widget ul li a {
    text-decoration: none;
}
.widget ul li.last {
    border-bottom: 0;
}
.widget ul li div.fill {
    border-bottom: 1px dotted #ccc;
}
.widget ul.event-list {
    list-style-position: outside;
    list-style-type: none;
    padding-top: 0;
}
.widget ul.event-list li {
    clear: both;
    overflow: hidden;
    background: url('images/list-bullet.gif') no-repeat scroll 0 2px transparent;
    padding: 0 0 0 18px;
    margin: 0;
    margin-bottom: 16px;
    border: 0;
    position: relative;
}
#content .widget ul.event-list li span.blocker {
    top: 5px;
    left: 3px;
}
.widget ul.event-list li a.more {
    text-decoration: none !important;
}
.widget ul.event-list li img {
    padding: 2px;
    border: 1px solid #ccc !important;
    margin-top: 2px;
    margin-right: 12px;
}


.widget ul.latest-tweets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget ul.latest-tweets li {
    clear: both;
    border: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 6px 0;
    padding-left: 14px;
}
.widget ul.latest-tweets li .date {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 4px;
    float: left;
}
.widget ul.latest-tweets li .tweet {
    clear: both;
    font-style: italic;
    color: #b2928b;
}
.widget ul.latest-tweets li .tweet a {
}

/*
 * Blogroll widget */

.widget ul.blogroll li a {
    margin-right: 4px;
}

/*
 * Tag cloud definition */
.tags {
}
.tags a {
    display: inline-block;
    padding: 6px 10px;
    font-weight: bold;
    margin-left: 2px;
    margin-bottom: 6px;
    text-shadow: 0 -1px 0 #000;
    text-decoration: none !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.tags a.tag1 {
    color: #4f1f15 !important;
    text-shadow: 0 -1px 0 #fff;
    background: #f1c6bd;
}
.tags a.tag2 {
    color: #fff !important;
    text-shadow: 0 -1px 0 #4f1f15;
    background: #ca7f70;
}
.tags a.tag3 {
    color: #fff !important;
    text-shadow: 0 -1px 0 #000;
    background: #9e5445;
}
.tags a.tag4 {
    color: #fff !important;
    text-shadow: 0 -1px 0 #000;
    background: #66281c;
}
.tags a.tag5 {
    color: #fff !important;
    text-shadow: 0 -1px 0 #000;
    background: #3a140c;
}
.tags a:hover {
    text-decoration: none !important;
    background: #000;
    color: #fff !important;
    text-shadow: 0 -1px 0 #000;
}


/*
 * Ads section widget */

ul.ads-section {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    margin-top: 14px;
}
ul.ads-section li {
    display: inline;
    float: left;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    width: 110px;
    height: 110px;
    margin-right: 6px;
    margin-bottom: 6px;
}
ul.ads-section li a {
    display: block;
    float: left;
    margin: 0;
    padding: 4px;
    border: 1px solid #ddd;
    width: 100px;
    height: 100px;
    font-weight: bold;
    color: #aaa;
    text-align: center;
}
ul.ads-section li a:hover {
    border: 1px solid #aaa;
}
ul.ads-section li.simple {
    display: inline-block;
    float: left;
    padding: 4px;
    border: 1px solid #ddd;
    width: 100px;
    height: 100px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-weight: bold;
    color: #aaa;
    text-align: center;
    line-height: 100px;
}


/*
 * Menu highlights */

.widget ul.menu-highlights, #bottom-sidebar .widget ul.menu-highlights {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.widget ul.menu-highlights li, #bottom-sidebar .widget ul.menu-highlights li {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    margin-bottom: 12px;
    float: left;
    font-style: italic;
}

.widget ul.menu-highlights li img, #bottom-sidebar .widget ul.menu-highlights li img {
    margin: 0;
    padding: 0;
    padding: 3px;
    border: 1px solid #ddd !important;
}
.widget ul.menu-highlights li.excerpt, #bottom-sidebar .widget ul.menu-highlights li.excerpt {
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.widget ul.menu-highlights li a {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    margin-right: 8px;
}
.widget ul.menu-highlights li.excerpt a {
    display: inline;
    margin: 0;
}
.widget ul.menu-highlights li.excerpt {
    width: 100%;
}
.widget ul.menu-highlights li.excerpt img, #bottom-sidebar .widget ul.menu-highlights li.excerpt img {
    margin-right: 16px;
}
.widget ul.menu-highlights li a:hover img {
    border: 1px solid #aaa !important;
}
.widget ul.menu-highlights li p {
    line-height: 14px;
}
.widget ul.menu-highlights li.excerpt a.highlight-title, #bottom-sidebar .widget ul.menu-highlights li.excerpt a.highlight-title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-style: normal;
}


.last {
    margin-right: 0px !important;
}


/*
 *
 * Footer definition */

#footer {
    clear: both;
    padding: 0;
    width: 950px;
    margin: 22px auto 0 auto;
    overflow: hidden;
    color: #fff;
}
#footer div.footer-separator {
    background: url('images/footer-sep.jpg') no-repeat top center;
    width: 950px;
    height: 2px;
    clear: both;
}
#footer div.footer-separator-2 {
    clear: both;
    height: 1px;
    background: #b15c4c;
    margin-bottom: 10px;
}
#footer div.footer-separator-2.dark-color {
    background: #9f493a;
}

#footer div.fcol {
    margin: 14px 0;
    float: left;
}
#footer div.fcol.width350 {
    width: 310px;
    padding-right: 40px;
}
#footer div.fcol.width240 {
    width: 230px;
    padding-right: 10px;
}
#footer h1 { font-size: 40px; line-height: 40px; padding-bottom: 30px; }
#footer h2 { font-size: 34px; line-height: 34px; padding-top: 5px; padding-bottom: 24px; }
#footer h3 { font-size: 24px; line-height: 24px; padding-top: 4px; padding-bottom: 24px; }
#footer h4 { font-size: 20px; line-height: 20px; padding-top: 2px; padding-bottom: 24px; }
#footer h5 { font-size: 16px; line-height: 16px; padding-top: 2px; padding-bottom: 24px; }
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
    font-family: "Trebuchet MS";
    color: #fff;
    font-weight: normal;
}
#footer div.fcol p {
    padding-bottom: 10px;
    overflow: hidden;
}
#footer div.fcol p img {
    float: left;
    margin-right: 20px;
}
#footer div.fcol a.more-link {
    color: #e28a00;
    float: right;
    text-decoration: none;
    padding-bottom: 10px;
    margin-top: -10px;
}
#footer div.fcol a.more-link:hover {
    text-decoration: underline;
}

#footer ul.fmenu {
    display: block;
    clear: both;
    margin: 0;
    padding: 16px 0 16px 0;
    list-style-type: none;
    color: #fff;
    overflow: hidden;
}
#footer ul.fmenu li {
    margin: 0;
    display: inline;
    float: left;
}
#footer ul.fmenu li a {
    display: block;
    padding: 0 10px;
    float: left;
    color: #fff;
    text-decoration: none;
}
#footer ul.fmenu li a:hover {
    text-decoration: underline;
}
#footer ul.fmenu li.copyright {
    float: right;
}

#bottom-sidebar {
    line-height: 16px;
    padding: 20px 0;
}

/*
 * Bottom widget */

#bottom-sidebar .widget {
    width: 290px;
    float: left;
    margin: 0;
    margin-right: 30px;
    border: 0;
    font-size: 11px;
    line-height: 15px;
    overflow: hidden;
    display: block;
}
#bottom-sidebar .widget .textwidget {}
#bottom-sidebar .widget:last {
    margin-right: 0;
}
#bottom-sidebar .widget h3 {
    margin-bottom: 0;
}
#bottom-sidebar .widget ul {
    padding: 0;
    list-style-type: square;
    list-style-position: inside;
    margin: 0 14px;
    margin-bottom: 10px;
}
#bottom-sidebar .widget ul li {
    margin: 0;
    border-bottom: 1px dotted #b15c4c;
    padding: 6px 4px;
}
#bottom-sidebar .widget ul li a {
    color: #fff;
    text-decoration: none;
}
#bottom-sidebar .widget ul li a:hover {
    text-decoration: underline;
}
#bottom-sidebar .widget ul li div.fill {
    border-bottom: 1px dotted #ccc;
}
#bottom-sidebar .widget ul li.last {
    border-bottom: 0;
}

/*
 * Bottom recent posts */

#bottom-sidebar .widget ul.event-list {
    list-style-position: outside;
    list-style-type: none;
    padding-top: 0;
    margin: 0;
}
#bottom-sidebar .widget ul.event-list li {
    clear: both;
    overflow: hidden;
    background: none;
    margin: 0;
    margin-bottom: 10px;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #b15c4c;
    padding-bottom: 14px;
    position: relative;
}
#bottom-sidebar .widget ul.event-list li.last {
    border-bottom: 0;
}
#bottom-sidebar .widget ul.event-list li img { border: 1px solid #a86907 !important; }
#bottom-sidebar .widget ul.event-list li a:hover img { border: 1px solid #e28a00 !important; }

#bottom-sidebar .widget ul.event-list li img {
    border: 1px solid #a86907 !important;
    margin: 0;
    padding: 3px;
    margin-top: 3px;
    margin-right: 20px;
}
#bottom-sidebar .widget ul.event-list li b {
    color: #e28a00;
}
#bottom-sidebar .widget ul.event-list li a.more {
    color: #e28a00;
    float: right;
    text-decoration: none;
    padding-bottom: 10px;
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
#bottom-sidebar .widget ul.event-list li a.more:hover {
    text-decoration: underline;
}
#bottom-sidebar .widget ul.event-list li a.more b {
    font-weight: normal;
}

/*
 * Bottom latest tweets */

#bottom-sidebar .widget ul.latest-tweets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#bottom-sidebar .widget ul.latest-tweets li {
    border: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #b15c4c;
}
#bottom-sidebar .widget ul.latest-tweets li .tweet {
    clear: both;
    color: #fff;
    padding: 0 22px;
}
#bottom-sidebar .widget ul.latest-tweets li a {
    color: #e28a00;
}
#bottom-sidebar .widget ul.latest-tweets li.last {
    border-bottom: 0;
}
#bottom-sidebar .widget ul.latest-tweets li .date {
    background: transparent url('images/date-icon.png') no-repeat left center;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding-left: 23px;
    float: left;
}

#bottom-sidebar .widget ul.menu-highlights {
    overflow: hidden;
    display: block;
    margin: 0;
}
#bottom-sidebar .widget ul.menu-highlights li {
    position: relative;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    display: block;
    float: left;
    min-width: 70px;
}
#bottom-sidebar .widget ul.menu-highlights li a {
    float: left;
    display: block;
    overflow: hidden;
}
#bottom-sidebar .widget ul.menu-highlights li img {
    border: 1px solid #a86907 !important;
}
#bottom-sidebar .widget ul.menu-highlights li a:hover img {
    border: 1px solid #e28a00 !important;
}
#bottom-sidebar .widget ul.menu-highlights li.excerpt a.highlight-title {
    color: #e28a00;
    width: 200px;
}


#bottom-sidebar ul.ads-section {
    margin: 0;
}
#bottom-sidebar ul.ads-section li {
    margin: 0 6px 6px 0;
    padding: 0;
    border: 0;
}
#bottom-sidebar ul.ads-section li a {
    border: 1px solid #a86907;
}
#bottom-sidebar ul.ads-section li a:hover {
    border: 1px solid #e28a00;
}
#bottom-sidebar ul.ads-section li.simple {
    display: inline-block;
    float: left;
    padding: 4px;
    border: 1px solid #a86907;
    width: 100px;
    height: 100px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 100px;
}
#bottom-sidebar .tags {
    padding: 0px 20px;
}


.output-messages {
    border: 1px solid #e6d7a9;
    background: #ffffe0 url('images/warning.png') no-repeat left center;
    background-position: 10px;
    padding: 20px 10px 20px 60px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #4f5256;
}

.main-data a.more-link:hover {
}

/*
 * EVENTS */

div.meta {
    display: block;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 4px 2px;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 11px;
}
span.date {
    background: transparent url('images/arrow.gif') no-repeat left center;
    padding-left: 24px;
    margin-right: 10px;
}
span.author {
    background: transparent url('images/author.gif') no-repeat left center;
    padding-left: 18px;
    margin-right: 10px;
}
span.comments {
    background: transparent url('images/comment.gif') no-repeat left center;
    padding-left: 26px;
    margin-right: 10px;
}
#content div.meta a {
    text-decoration: none;
}
#content span.comments a:hover {
    text-decoration: underline;
}

/*
 * COMMENTS LIST */

ul.commentlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dotted #bbb;
}

ul.commentlist li.comment {
    margin: 0;
    overflow: hidden;
    color: #555;
    display: block;
}
ul.commentlist li.comment .comment-content {
    border-top: 1px dotted #bbb;
    padding-top: 20px;
}
ul.commentlist li.comment ul.children {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
}
ul.commentlist li.comment ul.children .comment-content { margin-left: 10px; }
ul.commentlist li.comment ul.children ul.children .comment-content { margin-left: 20px; }
ul.commentlist li.comment ul.children ul.children ul.children .comment-content { margin-left: 30px; }
ul.commentlist li.comment ul.children ul.children ul.children ul.children .comment-content { margin-left: 40px; }
ul.commentlist li.comment ul.children ul.children ul.children ul.children ul.children .comment-content { margin-left: 50px; }

ul.commentlist li.comment div.reply {
    margin-bottom: 20px;
}
ul.commentlist li.comment .vcard {
    overflow: hidden;
}
ul.commentlist li.comment .vcard .commentmetadata {
    padding: 22px 0;
}
ul.commentlist li.comment .vcard .commentmetadata a i {
    font-size: 11px;
}
ul.commentlist li.comment .vcard .commentmetadata a:hover {
    text-decoration: underline !important;
}
ul.commentlist li.comment .vcard img.avatar {
    margin-right: 20px;
    float: left;
}
ul.commentlist li.comment .reply {
    font-weight: bold;
}
ul.commentlist li.comment .reply a:hover {
    text-decoration: underline !important;
}
#commentform {
    margin-bottom: 10px;
    overflow: hidden;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label {
    display: block;
}
ul.commentlist li.comment .comment-body {}


#reply-title {
    padding-bottom: 10px !important;
    margin-bottom: 20px;
}

.post-navbar {
    clear: both;
    list-style-type: none;
}
.post-navbar li {
}
.post-navbar li a {
    height: 20px;
    line-height: 22px;
}

/*
 * Wordpress Calendar */

#wp-calendar {
    width: 100%;
    border-collapse: separate; /* border-spacing will be ignored should
    border-collapse:collapse;*/
    border-spacing: 0px;
}
#wp-calendar caption {
    font-weight: bold;
    padding: 0 0 6px 0;
    margin-bottom: 2px;
}
#wp-calendar thead th {
    background: #743c30;
    color: #fff;
    padding: 8px;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    font-weight: bold;
}

#wp-calendar tbody tr td {
    padding: 8px 6px;
    text-align: center;
    background: #f1f1f1;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#wp-calendar tbody tr td.pad {
    background: #fff;
}
#wp-calendar tfoot tr td {
    padding: 6px 0;
    font-weight: bold;
}

span.addr-label {
    display: inline-block;
    width: 60px;
}


/*
 * Multi columns */

.multi-columns {
    clear: both;
    overflow: hidden;
}
.multi-columns.bottom-border {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}
.multi-columns.bottom-border p {
    padding-bottom: 0;
}
.multi-columns img {
}
.mainarea-half-column {
    width: 240px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}
.fw-half-column {
    width: 410px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.fw-third-column {
    width: 268px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.fw-fourth-column {
    width: 196px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}
.last {
    margin-right: 0;
}


pre {
    clear: both;
    border: 1px solid #aaa;
    background: #fff url('images/pre-bkg.png') repeat-x top left;
    padding: 20px;
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color: #555;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
pre div.title-box {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 6px 10px;
    font-weight: bold;
    color: #555;
    font-size: 14px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.syntaxhighlighter {
    border: 1px dotted #ccc;
    padding: 0;
    overflow: hidden;
}

.comment-form-author label span.required {
    background: none;
}

/*
 * MEDIA BOX LINK 
 * =============================================================== */

#content a.base-media-box {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0;
}
#content a.base-media-box img {
    position: relative;
    z-index: 10;
}
#content a.base-media-box .blocker {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #000 url('images/zoom-in.png') no-repeat center;
    z-index: 0;
}
#content a.base-media-box span.title-box {
    position: absolute;
    left: 16px;
    bottom: 36px;
    z-index: 11;
    display: inline-block;
    background: rgb(58, 26, 22);
    background: rgba(145, 76, 61, 0.6);
    text-transform: capitalize;
    font-size: 11px;
    padding: 10px 20px 10px 10px;
    color: #e0aa9f;
    color: #fff;
}

#content .search-no-result {
    vertical-align: baseline;
}

#content img.no-border {
    border: 0;
    padding: 0;
}

.embedded-video {
    margin-bottom: 20px;
}