/*for one column pages
.box_border{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
*/
.box{
    border: 1px solid #FF8C00;
    margin: 0 auto 20px auto;
	/*max-width: 65%;*/
    width: 100%;
}
.box h1,.box h2,.box h3,
.box h4,.box h5,.box_footer{
    background: url('/img/bgs/bar.png');
    text-align: center;
    width: 100%;
}
.box_extras{
    height: 50px;
}
.box_extras .ratings,
.box_extras .tags{
    display: inline-block;
    float: left;
}
.box_extras .credits{
    display: inline-block;
    float: right;
}
.box_menu{
    padding-bottom: 25px;

    text-align: center;
    padding: 3px;
    margin: 5px;
}
.box_content{
    /*height: 100%;*/
    /*margin-top: 5px;*/
    padding-bottom: 25px;

    text-align: center;
}
.box_footer{
    margin-top: -25px;
    clear: both;
    line-height: 30px;
}
.box_menu a,
.box_footer a{
    padding: 3px;
    margin: 5px;
}
.box p,
.sub_box p{
    padding-top: 20px;
    margin: 0 0 35px 0;
}
.sub_box{
    /*background-color: #ffff88;*/
    background-image: url('/img/bgs/big_box.png');

    border: 1px solid #FF8C00;
    display: inline-block;
    text-align: center;

    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    
    width: 95%;
}
.sub_box ul,
.left_sub_box ul,
.right_sub_box ul{
    list-style-type: none;
    padding-left: 10px;
    text-align: left;
}
.left_sub_box {
    background-image: url('/img/bgs/big_box.png');

    border: 1px solid #FF8C00;
    display: inline-block;
    text-align: center;
    margin: 10px;
    float: left;
    /*min-width: 200px;*/
}
.right_sub_box {
    background-image: url('/img/bgs/big_box.png');

    border: 1px solid #FF8C00;
    display: inline-block;
    text-align: center;
    margin: 10px;
    float: right;
    width: 47%;
}
.sub_header{
    background-color: #eeeeDD;
}

/*for the list of grocery lists*/
.list_grocery_lists{
  height: 15px;
  padding: 6px 5px 10px 0;
}

#user_information .member_since{
    text-align: right;
    margin: 5px;
}
#user_information .recipes{
    margin: 0 auto 0 auto;
    
    width: 300px;
}
