/*for one column pages
.box_border{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
*/
.box{
    border: 1px solid #FF8C00;
    /*display: inline-block;*/
    /*text-align: center;*/
    /*margin: 10px auto 50px auto;*/
    margin: 25px auto;
    /*min-height: 25px;*/
    width: 100%;
    font-size: smaller;
}
.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 .ratings,
.box_extras .tags{
    display: inline;
    float: left;
}
.box_extras .tags{
    background: #ddd;
    width: 325px;
}
.box_extras .credits{
    display: inline-block;
    float: right;
}
.box_menu{
    padding: 10px 5px;

    text-align: center;
}
.box_content{
    min-height: 150px;
    text-align: center;
    font-size: smaller;
}
.box_footer{
    /*margin-top: -25px;*/
    clear: both;
    line-height: 30px;
}
.box_menu a,
.box_footer a{
    padding: 3px 5px;
    margin: 5px 5px;
}
.box p,
.sub_box p{
    width: 500px;
    padding: 20px 0;
    margin: 0 auto;

    text-shadow: 3px 4px 5px #ccc;
}
.sub_box{
    /*background-color: #ffff88;*/
    background-image: url('/img/bgs/big_box.png');

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

    margin: 15px auto;
    /*padding: 15px 0;*/

    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;
    font-size: smaller;
    margin: 10px;
    float: left;
    width: 175px;
}
.left_sub_box .list_items *{
    display: inline;
}
.left_sub_box .list_items{
    text-align: left;
    padding: 3px;
}
.left_sub_box .list_items .remove{
    float: right;
}
.right_sub_box {
    background: url('/img/bgs/big_box.png') repeat-x;
    background-color: #ff8;

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

/*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;
}

