/* @override http://ed.ireson.net/style.css */

body {
	font-family: "Palatino", "Gill Sans" "Heiti TC", Helvetica, Arial, sans-serif;
}

#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
div.location_item {
	margin-left: 15px;
	border-bottom: 1px solid #cbcbcb;
	
	margin: 15px;
}

div.location_notes {
	color: #909090;
	font-size: 0.8em;
}

div.location_inset {
	display: inline-block;
	min-width: 140px;
}
  #horizbar {
        width: 100%;
background-color: #6a1522;
   background:url('/images/bgred.png');
-moz-border-radius:10px;
-webkit-border-radius:10px;
padding-bottom:15px;
padding-top:15px;
        vertical-align:bottom;
}
#horizbar-title {

        text-align:center;
        padding:0px;
	margin-bottom:0px;
}
.done {
	background-color:  #6b6b6b;
	color: #cbcbcb;
}

.here {
	background-color:  #57bd61;
	color: #e4e4e4;
}
.next {
	background-color:  #fcff80;
}
.future {
	background-color:  #4169E1;
	color: #e4e4e4;
}
.cancelled {
	background-color: #be2f4c;
	color: #e4e4e4;
}
div.location_status {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	min-width: 100px;
	text-align:center;
}

