/* @override http://192.168.0.100:49006/styles/main.css */

* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

/* @group General */

body {
	color: #000;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top: 10px;
	text-indent: 20px;
}

p.goback {
	text-indent: 0;
	text-align: center;
}

p.caption {
	text-indent: 0;
	line-height: 1.3;
	width: 90%;
	margin: 3px auto 20px;
}

h1 {
	color: #936241;
	margin: 25px 0 0;
	font: normal normal normal 20pt Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

h1:first-child {
	margin-top: 0;
}

/* @end */

/* @group Basic Page */

body {
	background: #464444 url(images/headerStripeShadowTile.png) repeat-x 0 61px;
}

#page {
	position: relative;
	width: 85%;
	min-width: 900px;
	max-width: 1200px;	
	margin: 0 auto;
	border-top: none;
	background: url(images/darkBg_L.png) repeat-y left top;
}

#page div.content {
	background: url(images/darkBg_R.png) repeat-y right top;
}

#header,
#header div.content,
#header div.content div {
	height: 100px;
}

#header {
	background: url(images/headerStripe_L.png) no-repeat left 61px;
}

#header div.content {
	background: url(images/headerStripe_R.png) no-repeat right 61px;
}

#header div.content div {
	background: url(images/headerLogo.png) no-repeat 96% 10px;
}

a#shopLink {
	display: none;
}

div#main {
	margin: 0 18px;
}

/* @end */

/* @group Columns */

td.column {
	padding: 10px;
	vertical-align: top;
}

td.column.sidebar.left,
td.column.sidebar.right {
	width: 25%;
}

td.column.sidebar.left {
	padding: 0;
	background-color: #d2f0f0;
}

td.column.main,
td.column.sidebar.right {
	background-color: #ffffff;
}

div#main td.column img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#main td.column.main img {
	margin-top: 15px;
}

div#main td.column.main .story img.right {
	float: right;
	margin: 7px;
}

div#main td.column.main .story img.left {
	float: left;
	margin: 7px;
}

td.column.main .story h1 {
	font: bold 16px Verdana, Geneva, sans-serif;
}

td.column.main h2 {
	font: bold 14px Verdana, Geneva, sans-serif;
	margin-top: 25px;
}

td.column ul {
	margin: 10px 20px;
}

td.column p.quote {
	font-style: italic;
}

td.column.main p.quote {
	font-weight: bold;
	color: #936241;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group Featured Artist */

#featuredArtist .wrap {
	background-color: black;
	padding-bottom: 7px;
}

#featuredArtist h1,
#featuredArtist h2 {
	color: black;
	text-transform: none;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#featuredArtist h1 {
	margin-top: 10px;
}

#featuredArtist h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-style: italic;
}

#featuredArtist p {
	margin: 10px;
	line-height: 1.5em;
}

#featuredArtist p.caption {
	text-indent: 0;
	text-align: center;
	margin-top: 3px;
	font-weight: bold;
	color: #fb3e31;
}

#featuredArtist table#optin {
	color: black;
	margin: 7px 0 15px;
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
}

#featuredArtist table#optin th {
	font-weight: bold;
	padding-bottom: 3px;
	color: #936241;
}

#featuredArtist table#optin input.field {
	width: 60%;
}

#featuredArtist hr {
	width: 75%;
	border-bottom: 1px solid;
	margin: 0 auto;
}

/* @end */

/* @group Basic Menu Bar */

ul#menuBar {
	position: absolute;
	top: 40px;
	left: 15px;
	display: block;
	height: 20px;
	line-height: 20px;;
	white-space: nowrap;
	list-style: none;
}

ul#menuBar a {
	color: #936241;
}

ul#menuBar li {
	position: relative;
	float: left;
}

ul#menuBar li a {
	display: block;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 15px;
}

ul#menuBar li ul.menuItems {
	padding: 1px;
	background-color: #c4b9b2;
	border: 2px solid #444444;
	border-top: none;
	white-space: nowrap;
	z-index: 3000;
}

ul#menuBar li ul.menuItems li a {
	padding: 0;
	color: #936241;
	display: block;
	width: 100%;
}

ul#menuBar li ul.menuItems li a:hover {
	color: black;
	background-color: #999999;
}

ul#menuBar li ul.menuItems li {
	float: none;
	display: list-item;
	border-top: none;
	white-space: nowrap;
	padding: 1px 2px;
	height: 18px;
	line-height: 18px;
}

.menuItemsWrap {
	position: absolute;
	visibility: hidden;
	top: 20px;
	left: 15px;
	/*
	Needed for IE to render properly.
	*/
	width: 0;
}

ul#menuBar li#homeMenu:hover,
ul#menuBar li#homeMenu a:hover {
	background-color: #c4b9b2;
}

/* @end */

/* @group Home Page */

#skipIntro {
	text-align: right;
	padding-right: 20px;
}

body.home {
	/*background-position: 0 117px;*/
	background-image: none;
	color: #936241;
}

body.home a {
	color: #936241;
	text-decoration: none;
}

body.home a:hover {
	color: #ff0000;
}

body.home #page {
	width: 926px;
}

body.home #header,
body.home #header div.content,
body.home #header div.content div {
	height: 147px;
}

body.home #header {
	background: url(images/homeHeader.jpg) no-repeat center top;
}

body.home #header div.content {
	background: none;
}

body.home #header div.content div {
	background: url(images/headerStripeTile.png) repeat-x left 117px;
	margin: 0 13px;
}

body.home a#shopLink {
	display: block;
	height: 117px;
	width: 210px;
	margin-left: 13px;
}

/* @group Home Menu */

body.home ul#menuBar {
	position: relative;
	top: auto;
	left: auto;
	text-align: center;
	background-color: #a7764c;
	margin-top: 30px;
}

body.home ul#menuBar li a {
	color: black;
}

body.home ul#menuBar li {
	float: none;
	display: inline;
}

body.home ul#menuBar li ul.menuItems {
	text-align: left;
	left: 0;
}

body.home ul#menuBar li#homeMenu {
	display: none;
}

body.home ul#menuBar li a {
	display: inline;
}

/* @end */

body.home div#main {
	margin: 0 13px;
	background-color: black;
	height: 400px;
}

body.home #ilankaMovie {
	display: block;
	width: 900px;
	height: 300px;
	margin: 0 auto;
}

/* @end */

/* @group Footer */

#pageBottom,
#pageBottom div.content {
	height: 35px;
}

#pageBottom {
	background: url(images/pageBottom_L.png) no-repeat left top;
}

#pageBottom div.content {
	background: url(images/pageBottom_R.png) no-repeat right top;
}

/* @end */

/* @group Contact Page */

body.contact p {
	text-indent: 0;
}

/* @end */

/* @group Events */

body.calendar h2,
body.classes h2 {
	color: #fb3e31;
}

body.calendar span.event,
body.classes span.event {
	font-weight: bold;
}

/* @end */

/* @group Sign-Up */

div#SignUp {
	padding:10px ;
	border: 1px solid #ddd;
	width: 65%;
	margin: 20px;
}

div#SignUp table {
	border: none;
}

div#SignUp table.signupframe td {
	padding: 3px;
}

div#SignUp input {
	border-style: groove;
}

/* @end */

.recipe ul.ingredients {
	list-style: ;
	list-style-type: square;
	list-style-position: inside;
}