li.location {
position: relative;
display: block;
width: 100%;
height: 50px;
border-top: solid 1px #ddd;
}
li.location .row1 {
position: absolute;
left: 10px;
top: 5px;
}
li.location .row1 h1 {
margin: 0;
display: inline;
}

li.location .row2 {
position: absolute;
left: 10px;
top: 30px;
font-size: 12px;
}
li.location .city,
li.location .pics,
li.location .blog,
li.location .fans {
}
li.location .category {
}
li.location .flyer {
position: absolute;
right: 2px;
top: 10px;
}
li.location .flyer img {
}
