/***************************************************************
	CSS written by Adam T. Gregory - 12/01/2008
***************************************************************/

html {
	height: 100%;
	overflow:auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 170%;
	color: #E1D6AE;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	background-color: #000000;
}

.pics {
	margin-left: 10px;
	border: 1px solid #504c1c;
}

h1 {
	clear: none;
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.7em;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
	font-style: italic;
	text-align: left;
	white-space: normal;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

h2 {
	color: #b3884f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	margin: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

h2 a {
	color: #b3884f;
}

h2 a:hover {
	color: #FFFFCC;
}

h2 a:visited {
	color: #b3884f;
}

h2 a:active {
	color: #b3884f;
}

h6{
	color: #b3884f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

h4 {
	color: #b3884f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

h3 {
	color: #FFFFCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

h5 {
	color: #838832;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

p, dl {
	margin: 0;
	padding: 10px 15px;
}

/*****************************************
  Left Column and Side Menu the same
*****************************************/

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.RightColumn h1, .RightColumn h2, .RightColumn h4, .RightColumn h5, .RightColumn h6, .RightColumn p, .RightColumn dl {
	padding-left: 12px;
	color: #E1D6AE;
}

.RightColumn h1 {
	clear: none;
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
	font-style: italic;
	text-align: left;
	white-space: normal;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}



.RightColumn h2 {
	color: #b3884f;
	padding-left: 12px;
	font-size: 1.3em;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
}

.RightColumnColumn h3 {
	color: #b3884f;
	padding-left: 0px;
	font-size: 1.3em;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 5px;
}

.RightColumn p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: .92em;
	font-weight: 400;
	color:#E1D6AE;
	line-height: 120%;
}

.RightColumn a {
	color: #b3884f;
}

.RightColumn a:visited {
	color: #b3884f;
}

.RightColumn a:active {
	color: #b3884f;
}

.RightColumn a:hover {
	color: #ffffff;
}

.RightColumn b {
	color: #e1d6ae;
}

img.ImageRightColumnBorder {
	
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #504c1c;
	padding: 12px;
}


#footer a {
	color: #FFFFCC;
	text-decoration: none;
}

#footer a:hover {
	color:#974e14;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a {
	color: #b3884f;
}

a:visited {
	color: #b3884f;
}

a:active {
	color: #b3884f;
}

a:hover {
	color: #ffffff;
}

b {
	color: #e1d6ae;
}

ol, ul {
	margin: 10px 30px;
	padding: 0 30px;
}

ol {
	color: #e1d6ae;
}

ol span {
	color: #e1d6ae;
}

ul {
	list-style-image: url(../images/TMacBulletTan.png);
}

del {
	color: #e1d6ae;
}

code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	line-height: 120%;
	white-space: pre;
	background: #000000;
	font-family: courier, monospace;
	font-size: 1em;
	font-weight: 400;
	color: #A1FF45;
}

.leftColumn code {
	margin-left: 0;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

dl {
	width: 95%;
	overflow: auto;
	margin: 0 0 1em;
}

dt, dd.price {
	font-size: 120%;
	font-weight: bold
}

dt {
	float: left;
	padding-right: 3px;
	color: #FFFFCC
}

dd.price {
	float: right;
	padding-left: 3px;
	color: #FFFFCC
}

dd.ingredients {
	float: left;
	width: 90%;
	color: #e1d6ae;
	font-family: Georgia, Times, sans-serif;
	font-size: 100%;
	font-style: italic;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

.thedate {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width:49px;
	background-image: url(../images/icons/CalendarWidget2.png);
	background-repeat: no-repeat;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.datemonth {
	display:block;
	font-size: 0.8em;
	margin:0;
	padding:0;
	font-weight: bold;
	text-align:center;
	color: #ffffcc;
}

.datedate {
	display:block;
	font-size:1.8em;
	margin:0;
	text-align: center;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: .1em;
	padding-left: 0;
	color: #504c1c;
}


/**************************************************************
   Form Elements
 **************************************************************/
form {
	margin: 2px;
}

label {
	display: block;
}

input, textarea, select {
	padding: 2px;
	font: 400 1em verdana, sans-serif;
	color: #333333;
	border: 1px solid #8e8832;
	background-color: #eeeeee;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	color: #333333;
	border: 1px solid #8e8832;
	background-color: #FFFFCC;
}

input.button {
	padding: 2px 5px;
	color: #E1D6AE;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	background-color: #504c1c;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e1d6ae;
	border-right-color: #8e8832;
	border-bottom-color: #8e8832;
	border-left-color: #e1d6ae;
}

/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	padding-left: 27px;
	font-style: italic;
	margin: 0px;
	padding-right: 27px;
}

span.pulledquote {
	display: block;
	float: right;
	width: 200px;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: right;
	color: #b38845;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b38845;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/**************************************************************
   Images
 **************************************************************/
img.ImageFloatRight {
	position: relative;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 5px;
}

img.ImageFloatLeft {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 5px;
}

img.ImageFloatRightBorder {
	
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #504c1c;
	padding: 12px;
	
}

img.ImageFloatLeftBorder {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #504c1c;
	padding: 12px;
}

img.ImageMenuItemBorder {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #504c1c;
	padding: 12px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}




/*  */

#preview{
	position:absolute;
	border:5px solid #504c1c;
	background:#504c1c;
	padding:5px;
	display:none;
	color:#fff;
	}

/*  */


/*****************************************
   Tables
******************************************/
.table {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#5f5a21;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#504c1c;
	text-align:left;
	color:#FFFFCC;
	font-weight:bold;
}

.table th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1d6ae;
	text-align:left;
	color:#504c1c;
	font-weight:bold;
	border: 2px solid #504c1c;
}

.table td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1d6ae;
	text-align:left;
	color:#504c1c;
	border: 2px solid #504c1c;
}

.cleartable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.cleartable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#504c1c;
	text-align:left;
	color:#FFFFCC;
	font-weight:bold;
}

.cleartable th {
	height:3em;
	padding:2px 20px 2px 7px;
	text-align:left;
	color: #e1d6ae;
	font-weight:bold;
}

.cleartable td {
	height:3em;
	padding:2px 7px 2px 7px;
	text-align:left;
	color:#e1d6ae;
}

.smalltable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e1d6ae;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 15px;
	width: 97%;
	font-size: .8em;
}

.smalltable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#504c1c;
	text-align:left;
	color:#FFFFCC;
	font-weight:bold;
}

.smalltable th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1d6ae;
	text-align:left;
	color:#504c1c;
	font-weight:bold;
	border: 2px solid #504c1c;
}

.smalltable td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1d6ae;
	text-align:left;
	color:#504c1c;
	border: 2px solid #504c1c;
}

.separator {
	clear: both;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #504c1c;
}

.separatorsmall {
	height:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #504c1c;
}

.separatorsmallclear {
	clear: both;
	height:10px;
}
