/* CSS Document */
html {height:100%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	background:#FAE3BA url(images/body_bg.jpg) center repeat-y;
	color:#000;
	margin:0;
	height:100%;
}
#container {
	max-width: 960px;
	text-align: left;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -80px;
	}
#header {
	height:200px;
	background:url(images/_header_logo.jpg) no-repeat;
	}
#header a, h4 a {
	color:#FAE3BA !important;
	text-decoration:none;
	}
h1 {
	font-size: 36px;
	font-family:'Alegreya', serif;
}
#header h2 {
	font-size:20px;
	font-family: 'Jura', sans-serif;
	font-weight:400;
	color:#E39B67;
	margin-top:-10px;
}
#bdy {
	padding:0 10px 0 10px;
	background-color:#FFF;
	text-align:justify;
	display:block;
	}
#bdy h2 {font-size:18px; font-family: 'Jura', sans-serif; font-wieght:400; text-align:center; color:#FAE3BA; background-color:#982828; padding:5px; cursor:pointer;}
h4 {font-size:12px; font-family:'Alegreya', serif; color:#FAE3BA; background-color:#982828; margin-top:0;}
#lcol {
	/*
	float:left; 
	position:relative;
	width:190px;
	*/
	flex:1;
}
#mcol {
/*
	float:left; 
	position:relative;
	*/
	max-width:520px;
	padding:0 20px 0 20px;
}
#rcol {
/*
	float:left; 
	position:relative;
	width:190px;
	*/
	flex:1;
}
#footer {
	text-align:center;
	background:url(images/footer.jpg) no-repeat;
	max-width:960px;
	margin:0 auto;
	}
#footer, .push {height:80px; clear:both;}
.ftrtxt {	
	font:12px Arial, Helvetica, sans-serif;
	color:#FAB866;
	padding-top:40px;
	}
#footer a:link, a:visited {
		color:white;
		text-decoration:none;
		}
#footer a:hover {
		text-decoration:underline;
	}
a:link, a:visited {
	color:#7B1919;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
hr {
	border:0;
	color:#7B1919;
	background-color:#7B1919;
	height:1px;
	clear:both;
}
.ladcon {margin-top:20px; background:#F2E4CB; width:100%; height:auto; display:block; clear:both;position:relative;}
.ladbdy {width:100%; display:block; height:auto; margin:0; padding:0;}
.ladspc {padding:25px; text-align:center;}
.ladcon-ftr {width:100%; display:block; margin:0;}
.lshd {background:url(images/shdlft.png) no-repeat; height:12px; width:92px; float:right; position:relative; z-index:5;}
.rshd {background:url(images/shdrt.png) no-repeat; height:12px; width:92px; float:left; position:relative; z-index:5;}
.adclip {position:absolute; top:-20px; left:5px; height:65px; width:45px; background:url(images/ad_clip.png) no-repeat;}
.rtclip {position:absolute; top:-20px; right:5px; height:65px; width:45px; background:url(images/ad_clip.png) no-repeat;}

/* Choose your Area */
.sidebox {border:1px solid #E39B67; padding-bottom:10px;}
.sidebox h2 {background-color:#E39B67 !important; margin-top:0; color:#FFF !important;}

.listcol {width:240px; float:left; position:relative; padding-left:20px;}

.sidefoods ol, #lcol ul {list-style: none; margin:0; padding-left:20px;}

  /* allow room for 3 columns */
  #homelist ol
  {
    width: 520px;
	list-style: none outside none;
	margin:0;
	padding-left:40px;
  }

  /* float & allow room for the widest item */
  #homelist ol li
  {
    float: left;
    width: 173px;
	line-height:26px;
	/* font-size:12px; */
  }

  /* stop the float */
  #homelist br, #intlist br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 1em;
  }
  #intlist ol {max-width: 500px; list-style:none; margin:0; padding-left:20px;}
  #intlist ol li {margin:10px 0;}
  /* #intlist ol li {float:left; max-width:250px; line-height:28px; text-align:left;} */
  
  @media (min-width: 780px) {
  #bdy { display: flex;}
  #intlist ol {columns:2; -webkit-columns: 2; -moz-columns: 2;}
}
