/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** RESET GLOBAL STYLES ***********************/

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
	line-height: 1.5em;
	font-weight: normal;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

fieldset {
    margin: 10px 0 0;
    padding: 0 0 20px;
    border: 0;
}

fieldset legend {
	padding: 0 0 20px;
	display: block;
	width: 100%;
	font-weight: bold;
	color: #9a9a9a;
	font-size: 1.2em;
}

p {
    margin: 5px 0;
    padding: 0;
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

ol {
    margin: 5px 0;
	padding: 0 0 0 20px;
}

ul li {
	margin: 0 0 0 3px;
	padding: 0 0 0 15px;
}

ul li a:link,
ul li a:visited {
	border: none;
}

ul li ul li {
	padding: 0 0 0 15px;
}

ul li,
.jm-module.blank ul li,
.jm-module.dish-of-day ul li {
    background-position: left 7px;
    background-repeat: no-repeat;
}

.jm-module ul li,
.jm-module.black ul li {
    background: url('../images/li-ar-white.png') left center no-repeat;
}

.jm-module.cream ul li {
    background: url('../images/li-ar-brown.png') left center no-repeat;
}

.jm-module.blank ul li a {
    color: #000;
}

.jm-module.cream ul li a {
    color: #784008;
}

.jm-module ul li a,
.jm-module.black ul li a {
    color: #fff;
}

a:link, a:visited {
	outline: none;
	text-decoration: none; 
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}