/* ALDI Meal Planner color table

#c80000  #red fill and border
#d74141  #pink fill used with above

#ffc446  #gold fill and border
#ffe8b6  #light gold fill used with above

#fa6e0a  #orange fill and border
#fa9146  #light orange used with above

#17447F  #navy

#0f0f55  #real ALDI navy

#unofficial
#fff7e7  #buff
*/

* {
  margin: 0;
	padding: 0;
}

hr {
  /* undo above for hr */
  margin: 5px 0;
}

p {
  /* undo above for paragraph */
  margin: 1em 0;
}

img {
	border: none;
}

body {
  color: #000;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1 {
	font-size: 20px;
  margin: 8px 0; 
	line-height: 100%;
  color: #17447F;
}

h2 {
	font-size: 16px;
  margin: 5px 0;
  color: #17447F;
}

h3 {
	font-size: 14px;
  margin: 5px 0;
  color: #17447F;
}

a {
  color: #000;
  text-decoration: none;
  outline: 0; /* @ Firefox, prevent dotted border after click */    
}

dt {
  font-size: 14px;
  font-weight: bold;
}

dd, dl {
  margin: 0;
}

ul {
  list-style: none;
  padding-left: 20px;
  margin: 5px 0;
}

#tip ul {
  list-style: disc;
}

#tip li {
  margin: 3px 0;
}

#tip ol {
  padding-left: 20px;
}

#tip td {
  padding: 2px 5px;
}

input {
  /* Attempt to equalize cross-browser form element differences */
  font-size: 100%;
  padding: 1px;
  margin: 0;
}

table {
	border-collapse: collapse;
}


/* A box containing everything is placed inside the body so the lightbox layer,
 * which is injected before the closing body tag, will not be positioned relative to the automatic left margin,
 * which shoves it off the right side of the viewport and causes horizontal scrolling.
 * It uses relative positioning so that IE will not glue interior relative elements to the viewport
 * instead of the containing element.
 */
#boundary {
  width: 918px;
	margin: 14px auto 0 auto;
  border: 1px solid #c80000;
  position: relative;
}

/*
***** Header
*/

#header {
  width: 100%;
  border-bottom: 1px solid #c80000;
}
#aldi-logo {
  position: relative;
  top: 28px;
  left: 15px;
  float: left;
  /* IE7 */
  margin-bottom: -200px;
}
#head1 {
  text-align: right;
  height: 18px;
  padding-top: 2px;
  width: 100%;
  background: #d74141;
  border-bottom: 1px solid #c80000;
}
#head1 a {
  color: white;
  margin-right: 17px;
  text-decoration: underline;
}

#head2 {
  height: 87px;
  width: 918px;
  overflow: hidden;
}

#head3 {
  text-align: left;
  height: 20px;
  background: #c80000;
  padding-top: 3px;
  padding-left: 120px;
}
#head3 a {
  color: white;
  font-size: 12px;
  margin-right: 17px;
}
#head3 .logged-out a {
}
#head3 a.inactive {
  color: #aaa;
}

#head3 #up-and-out {
  display: inline-block;
  float: right;
  margin-right: 40px;
  font-weight: bold;
}

#header a:hover, #footer a:hover {
  text-decoration: underline;
}
#header a.inactive:hover, #footer a.inactive:hover {
  text-decoration: none;
}

/*
***** Main
*/

#content {
  /* width budget: 920px */
  width: 900px;
  margin: 0 10px 15px 10px;
}

#status {
  text-align: center;
  height: 20px;
  padding-top: 4px;
  clear: both;
  font-size: 13px;
  font-weight: bold;
  color: #c80000;
}

#status p {
  margin: 0;
}

#main {
  /* width budget: 900px - #sidebar */
  float: left;
  width: 760px;
  margin-bottom: 10px;
}

#results-widgets {
  clear: both;
  float: left;
  margin-bottom: 5px;
  /* IE6 collapses the box if no width */
  width: 400px;
}

.big-search {
  font-size: 12px;
  font-weight: bold;
}


/*
***** Sidebar
*/

#sidebar {
  /* width budget: 900px - #main */
  float: right;
  width: 130px;
}

.sidebox {
  margin-bottom: 10px;
  width: 100%;
  height: 150px;
  border: 1px solid #fa6e0a;
  background: #ffe8b6;
}

#quicksearch-box {
  width: 120px;
  height: 102px;
  padding: 4px;
  margin-bottom: 10px;
  background-color: #d74141;
  border: 1px solid #c80000;
  color: #fff;
  font-weight: bold;
}

#quicksearch-box input, #login-box input {
  margin: 3px 0;
  /* significant variation between IE and FF without this */
  vertical-align: middle;
}

.sidebar-input {
  width: 95%;
}

#login-box {
  width: 120px;
  height: 128px;
  padding: 4px;
  margin-bottom: 10px;
  background-color: #fa9146;
  border: 1px solid #fa6e0a;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}

#login-box a {
  color: #fff;
  text-decoration: underline;
}

#remember-me {
  margin: 0;
  border: 0;
  line-height: 1%;
}

ol#logged-in-list {
  margin: 0;
  padding: 0;
}

ol#logged-in-list li {
  list-style: none;
  padding: 6px 3px;
  margin: 0;
  font-weight: bold;
}

#logged-in-name {
  color: #0f0f55;
  padding-top: 0;
}

.redbutton {
  background-color: #c80000;
  color: white;
  font-size: 11px;
  cursor: pointer;
  padding: 2px;
  border: 1px solid;
  border-color: #fbb #a66 #a66 #fbb;
}

.orangebutton {
  padding: 2px;
  background-color: #fa6e0a;
  color: white;
  font-size: 11px;
  cursor: pointer;
  border: 1px solid;
  border-color: #fb8 #a60 #a60 #fb8;
}

/* Force content box to stretch to footer regardless of floats */
.clear {
  width: 100%;
  clear: both;
}


/*
***** Footer
*/

#footer {
  /* width budget: 920px */
  width: 770px;
  padding: 5px 140px 0 10px;
  height: 20px;
  border-top: 1px solid #c80000;
  font-weight: bold;
  color: #17447F;
  clear: both;
}

#footer a {
  color: #17447F;
  font-weight: bold;
}

.inactive {
  color: #aaa;
}
.invisible {
  visibility: hidden;
}
.bold {
  font-weight: bold;
}
