@charset "utf-8";
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-image: url(images/bg/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	font-size: 12px;
}
html {
	overflow-y: scroll;
	height: 100%;
}



.twoColFixRtHdr #outerwrapper {
	background-image: url(images/bg/lamp_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.twoColFixRtHdr #innerwrapper {
	background-image: url(images/bg/cityscapeRepeat.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 100%;
	width: 100%;
	overflow: inherit;
	padding-bottom: 5px;
}
.twoColFixRtHdr #mainContentBG {
	background-color: #000000;
	height: 100%;
	width: 100%;
	background-image: url(images/sidebarTopIMG.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.twoColFixRtHdr #container {
	width: 965px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 175px;
	
} 
.twoColFixRtHdr #header {
	padding-top: 0px;
	padding-bottom: 1px;
	text-align: right;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 335px;
	min-height: 100%;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr  #sidebar1  p {
	letter-spacing: 1px;
	line-height: 18px;
	color: #999999;
}


.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 335px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixRtHdr #bottomHalf {
	height: 100%;
	width: 100%;
	padding-top: 10px;
	text-align: left;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 405px;
	min-height: 100%;
	padding-right: 10px;
	padding-bottom: 15px;
	background-image: url(images/sidebarTopIMG.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixRtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 425px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/bloglinesbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
	color: #999999;
}


.twoColFixRtHdr #footer {
	background-image: url(images/bg/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 279px;
	padding-top: 40px;
	padding-right: 110px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: -1px;
} 
.twoColFixRtHdr #contactInfo {
	text-align: left;
	width: 152px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 h1 {
	text-indent: -9999px;
	background-image: url(images/headers/night-chef.png);
	background-repeat: no-repeat;
	margin-left: -5px;

}

.twoColFixRtHdr #promo {
	height: 240px;
	width: 100%;
	text-align: right;
}


.twoColFixRtHdr #navigation {
	background-image: url(images/bg/navigationBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 630px;
	float: right;
	padding-top: 70px;
	padding-right: 40px;
	padding-left: 60px;
}
.twoColFixRtHdr #twitterupdates {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 400px;
}

#header     ul  {
	list-style-type: none;
}
#header      li   {
	display: inline;
	float: left;
}
#header      a   {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
	width: 80px;
	height: 26px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
#header      a:visited   {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
	width: 80px;
	height: 26px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
#header      a:hover   {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	width: 80px;
	height: 26px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #footer p {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	display: block;
	margin-top: 0;
	margin-right: 40;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr  #footer a {
	color: #990000;
	text-decoration: none;
	font-style: normal;
}
.twoColFixRtHdr  #footer a:visited {
	color: #990000;
	text-decoration: none;
	font-style: normal;
}
.twoColFixRtHdr  #footer a:hover {
	color: #666666;
	text-decoration: none;
	font-style: normal;
}

.followus {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
	text-decoration: none;
	text-transform: capitalize;
	margin-left: 5px;
	display: block;
}

#sidebar2 ul {
	list-style-type: none;
	margin-top: 15px;
}

#sidebar2 li {
	display: inline;
	
}
#sidebar2 a {
	height: 90px;
	width: 90px;
}
#sidebar2 a:visited {
	height: 90px;
	width: 90px;
}

#sidebar2 a:hover {
	height: 90px;
	width: 90px;
}
#mainContent2    ul   {
	list-style-type: none;

}
#mainContent2    li   {
	display: block;
	height: 300px;
	margin: 10px;
}
.enteremail {
	font-size: 10px;
	margin-right: 5px;
}.twoColFixRtHdr #mailinglist {
	text-align: right;
	height: 75px;
	margin-top: 0px;
}
#sidebar2 form {
	font-size: 10px;
	margin-right: 5px;
}
#thankyoupage {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-size: 16px;
	font-weight: normal;
}
#thankyoupage a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#thankyoupage a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#thankyoupage a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.twoColFixRtHdr #MANIFESTOmainContentBG {
	background-color: #000000;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/manifestoLeftLine.png);
	background-position: left top;
}
.twoColFixRtHdr #MANIFESTOmainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.twoColFixRtHdr #MANIFESTOsidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	min-height: 100%;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 80px;
	text-align: center;
}
#MANIFESTOmainContent p {
	letter-spacing: 1px;
	text-indent: 30px;
}
#MANIFESTOsidebar1 ul {
	list-style-type: none;
}
#MANIFESTOsidebar1 li {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#MANIFESTOsidebar1 img {
	border: 4px solid #333333;
}

.twoColFixRtHdr #RESTmainContentBG {
	background-color: #000000;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/longlineIMG.png);
	background-position: left top;
}
.twoColFixRtHdr #RESTsidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px;
	min-height: 100%;
	background-color: #1D1D1D;
	margin-top: 60px;
	margin-right: 60px;
	padding: 15px;
}
.twoColFixRtHdr #RESTleftCol {
	margin-top: 0;
	margin-right: 415px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.RestName {
	font-size: 15px;
	text-transform: uppercase;
	color: #CCFF00;
	letter-spacing: 1.5px;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
.RESTaddress {
	font-size: 11px;
	color: #990000;
	letter-spacing: 1px;
	line-height: 15px;
}
#RESTsidebar1 h1 {
	font-size: 16px;
	color: #CCFF00;
	margin-bottom: 15px;
}
#RESTsidebar1 h2 {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 15px;
	letter-spacing: 1px;
}
#RESTsidebar1 img {
	border: 1px solid #000000;
}

#RESTsidebar1  p  {
	font-size: 11px;
	letter-spacing: 1px;
	display: block;
	line-height: 15px;
	color: #999999;
}


#RESTleftCol p {
	letter-spacing: 1px;
	text-indent: 20px;
}
.RestName a {
	font-size: 11px;
	font-style: italic;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.RestName a:hover {
	font-size: 11px;
	font-style: italic;
	text-transform: none;
	color: #88AA00;
	text-decoration: none;
	font-weight: normal;
}

.RestName a:visited {
	font-size: 11px;
	font-style: italic;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixRtHdr #BIOmainContentBG {
	background-color: #000000;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/longlineIMG.png);
	background-position: left top;
}
.twoColFixRtHdr #BIOsidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 495px;
	min-height: 100%;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-top: 70px;
}

.twoColFixRtHdr #BIOmainContent {
	margin-top: 0;
	margin-right: 482px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #BIObottomHalf {
	height: 100%;
	width: 100%;
	padding-top: 10px;
	text-align: left;
}
.twoColFixRtHdr #BIOsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 460px;
	min-height: 100%;
	padding-right: 15px;
	padding-bottom: 15px;
	background-image: url(images/sidebarTopIMG.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-left: 15px;
}
.twoColFixRtHdr  #BIOmainContent p {
	display: block;
	padding-left: 60px;
}

.twoColFixRtHdr #BIOmainContent2 {
	margin-top: 0;
	margin-right: 500px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-image: url(images/bloglinesbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
}
.twoColFixRtHdr #BIOsidebar1 p {
	text-indent: 20px;
}

.twoColFixRtHdr #BIOmainContent2 p {
	text-indent: 20px;
	letter-spacing: 1px;
}
.twoColFixRtHdr #BIOsidebar2 p {
	text-indent: 20px;
}


.BIOname {
	font-size: 15px;
	text-transform: uppercase;
	color: #CCFF00;
	letter-spacing: 1.5px;
	display: block;
	font-weight: bold;
}
.twoColFixRtHdr #VIDEOmainContentBG {
	background-color: #000000;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/longlineIMG.png);
	background-position: left top;
}

.twoColFixRtHdr #VIDEOmainContent {
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding-left: 5px;
}
.twoColFixRtHdr #VIDEObottomHalf {
	height: 100%;
	width: 100%;
	padding-top: 10px;
	text-align: left;
}
.twoColFixRtHdr #VIDEOsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 465px;
	min-height: 100%;
	padding-right: 15px;
	padding-bottom: 15px;
	background-image: url(images/bloglinesbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-left: 0px;
}

.twoColFixRtHdr #VIDEOmainContent2 {
	margin-top: 0;
	margin-right: 490px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(images/bloglinesbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
}
#VIDEOmainContent ul {
	list-style-type: none;
}
#VIDEOmainContent li {
	display: block;
}
.episodes {
	display: inline;
	height: 270px;
	width: 465px;
	float: left;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.episodes1 {
	display: inline;
	height: 270px;
	width: 455px;
	margin: 5px;
}

#VIDEOmainContent2 ul {
	list-style-type: none;
}
#VIDEOmainContent2 li {
	display: block;
}
#VIDEOsidebar2 ul {
	list-style-type: none;
}
#VIDEOsidebar2 li {
	display: block;
}
.VIDEOtitles {
	font-size: 14px;
	text-transform: uppercase;
	color: #CCFF00;
	letter-spacing: 1.5px;
	display: block;
	font-weight: bold;
	margin-top: 30px;
}
.twoColFixRtHdr #NEWSmainContentBG {
	background-color: #000000;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/longlineIMG.png);
	background-position: right top;
}


.twoColFixRtHdr #NEWSsidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 325px;
	min-height: 100%;
	padding-right: 10px;
	padding-bottom: 15px;
}

.twoColFixRtHdr #NEWSmainContent {
	margin-top: 0px;
	margin-right: 410px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#MERCHmainContent  {
	margin-top: 0px;
	margin-right: 375px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.merchHeader {
	display: block;
	margin-left: -30px;
}


#NEWSsidebar1 ul {
	list-style-type: none;
}
#NEWSsidebar1 li {
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	height: 150px;
}
#NEWSsidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	font-size: 11px;
}
#NEWSsidebar1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	font-size: 11px;
}
#NEWSsidebar1 a:hover {
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	font-size: 11px;
}
.twoColFixRtHdr #CAVEmainContentBG {
	background-color: #000000;
	height: 100%;
	width: 100%;
}


.twoColFixRtHdr #CAVEsidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	min-height: 100%;
	padding-right: 10px;
	padding-bottom: 15px;
	background-image: url(images/longlineIMG.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixRtHdr #CAVEmainContent {
	margin-top: 0px;
	margin-right: 360px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(images/longlineIMG.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#CAVEsidebar1  ul {
	list-style: none;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}
#CAVEsidebar1 li {
	display: block;
}
#CAVEsidebar1 a {
	padding-top: 8px;
	display: block;
	font-size: 14px;
	color: #CCFF00;
	padding-bottom: 8px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
.recipesDescriptions {
	color: #85A600;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .5px;
}
#CAVEsidebar1 a:visited {
	padding-top: 8px;
	display: block;
	font-size: 14px;
	color: #CCFF00;
	padding-bottom: 8px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
#CAVEsidebar1 a:hover {
	padding-top: 8px;
	display: block;
	font-size: 14px;
	color: #CCCCCC;
	padding-bottom: 8px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
#recipeIntro {
	background-image:url(images/cave/recipeintro.png);
	background-repeat:no-repeat;
	background-position:left top;
	width: 440px;
	height: 400px;
	display: block;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 160px;
	padding-left: 40px;
}	
#recipeIntro p {
	color: #000000;
	font-family: "Georgia", "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
#recipeIntro h3 {
	color: #000000;
	font-family: "Georgia", "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-weight: bold;
}



.vdayRestHeaders {
	font-size: 14px;
	color: #9CC400;
	letter-spacing: 1.5px;
	font-weight: bold;
}
.vdayRestAddress {
	color: #9CC400;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.5px;
}
hr {
	width: 100%;
	background-image: url(images/promotions/horizontalLineBG.gif);
	background-repeat: repeat-x;
	height: 1px;
}
.twoColFixRtHdr #PromotionsPage {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
	width: 500px;
	text-align: left;
}

#PromotionsPage  h1 {
	color: #AB1215;
	letter-spacing: 1px;
	font-size: 24px;
	font-family: "Georgia", "Times New Roman", Times, serif;
}
.h1Secondary {
	font-size: 16px;
	letter-spacing: .8px;
	float: right;
	margin-right: 30px;
}
#PromotionsPage  h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
}
.h3Secondary {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	font-weight: normal;
}
#PromotionsPage  p {
	text-indent: 20px;
	color: #CCCCCC;
}
.enjoy {
	color: #000000;
	font-family: "Georgia", "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-align: center;
}
.blogInstructions {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 0.5px;
	padding-left: 10px;
	padding-top: 5px;
	display: block;
}
#recipeWrapper {
	text-align: left;
	padding: 50px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Georgia", "Times New Roman", Times, serif;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #000000;
}
#recipeWrapper h1 {
	font-size: 20px;
	color: #990000;
}
#recipeWrapper h2 {
	font-size: 15px;
	font-weight: normal;
	color: #990000;
}

.ingredients  {
	color: #999999;
}
#recipeWrapper a {
	color: #990000;
	text-decoration: none;
}
#recipeWrapper a:visited {
	color: #990000;
	text-decoration: none;
}
#recipeWrapper a:hover {
	color: #FF3737;
	text-decoration: none;
}
#BLOGalign {
	left: 0px;
	top: 0px;
	position: absolute;
}
