
/* Header & Navigation Style */
#xo-recipe-header {
  margin:           10px 0 10px 0;
  border-bottom:    1px solid #5B380F;
}
#xo-recipe-header .name{
  font:             bold 13px Verdana, Arial, Helvetica, sans-serif;
}
#xo-recipe-header .cat{
  font:             normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#xo-recipe-header .navDiv {
  margin:           0 0 -15px 0;
  text-align:       right;
}
/* View Style */
#xo-recipe-item {
  padding:          3px;
  margin:           3px;
}

#xo-recipe-nav{
  padding:          5px;
  margin-right:     3px;
  text-align:       right;
}
#xo-recipe-nav a{
  outline:          none;
}
.itemTitle {
  font-size:        1.3em;
  font-weight:      bold;
  font-variant:     small-caps;
  background-color: transparent;
}
.itemInfo {
  text-align:       right;
  padding:          3px;
  background-color: transparent;
  font-size:        0.9em;
}
.itemDetail {
  vertical-align:   middle;
  padding:          20px;
}
.itemPeople {
  background:       url('../images/icons/people.png') no-repeat;
  padding-left:     18px;
  font-weight:      bold;
  width:            30%;
}
.itemPrep {
  background:       url('../images/icons/wait.png') no-repeat;
  padding-left:     18px;
  font-weight:      bold;
  width:            30%;
}
.itemCook {
  background:       url('../images/icons/cook.png') no-repeat;
  padding-left:     18px;
  font-weight:      bold;
  width:            30%;
}
.itemLevel {
  background:       url('../images/icons/level.png') no-repeat;
  padding-left:     18px;
  font-weight:      bold;
  width:            30%;
}
.itemImage {
  text-align:       center;
  outline:          none;
  font-weight:      bold;
}
.itemIngredient {
  background:       url('../images/icons/caddy.png') no-repeat;
  padding-left:     18px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
}
.itemQty {
  text-align: right;
  width: 20%;
  padding: 0 2px 0 0;
}
.itemIng {
  text-align: left;
}
.itemRecipe {
  background:       url('../images/icons/work.png') no-repeat;
  padding-left:     18px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
}
/* Index Page */
.itemCat{
  margin:           3px;
  font-family:      Arial, Helvetica, sans-serif;
}
.itemCat p{
  margin-bottom:    10px;
}
.itemCat a {
  vertical-align:   middle;
  text-decoration : none;
  padding:          2px 5px 1px 5px;
  margin:           3px;
  outline:          none;
}
.itemCat a:hover{

}
.itemCat img {
  margin:           0;
}
.itemCat span {
  font-size:        12px;
  font-weight:      bold;
  display:          block;
  padding-left: 15px;
}
.itemCat p {
  text-align:       left;
  padding:          0px;
}
/*
.itemCat {
  font-size:        1.1em;
  font-weight:      bold;
  background-color: transparent;
}
.itemCat a {
  color:            #5b380f;
}
*/
.navMenu {
  text-align: center;
  width: 400px;
  margin: 0 auto 0 auto;
}
.itemNav {
  text-align:       center;
}


li {
  list-style:       none;
}
