/** Basic styling **/
* { margin: 0; padding: 0; border: 0; }

body {
	background: #000;
	color: #fff;
	font-family: Georgia;
	font-size: 13px;
	line-height: 18px;
	padding-top: 80px;
}

a { color: #53aadf; }
a:visited { color: #407fa8; }

h1, h2, h3 { margin-bottom: 0.4em; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; margin-top: 1em; }
h3 { font-size: 1.15em; margin-top: 1em; }

p { margin: 0.4em 0 0.8em;}

input[type="submit"], input[type="button"], input[type="submit"][disabled]:hover, input[type="button"][disabled]:hover {
	padding: 6px 15px;
	background: url('/images/menushine.png') repeat-x;
	text-decoration: none;
	color: #53aadf;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Georgia;
	text-transform: lowercase;
}

input[type="submit"]:hover, input[type="button"]:hover {
	text-decoration: underline;
	background: #fff;
}

input[type="submit"][disabled], input[type="button"][disabled], input[type="submit"][disabled]:hover, input[type="button"][disabled]:hover {
	color: #999;
}

input[type="text"], textarea {
	padding: 2px;
	border: 1px solid #666;
	font-size: 1.1em;
}

.blurb {
	background: url('/images/bubbletop.png') no-repeat;
	width: 368px;
	padding: 10px 0 0;
	color: #000;
	font-size: 1.2em;
	text-align: justify;
}
.blurb > div {
	padding: 0 20px 8px;
	background: url('/images/bubblebottom.png') no-repeat bottom;
}

ol.indent, ul.indent li {
	margin: 0.2em 0 0.2em 2em;
}

#map_div { color: #000; }

.avatar_set { overflow: hidden; padding: 2px 0; }
.avatar {
	margin: 0 2px 2px 0;
	display: block;
	float: left;
}

.r { text-align: right; }

table.data th {
	background: #255472;
}

table.data td, table.data th {
	padding: 2px;
}

/** Header **/
div.header {
	background-color: #37bf2f;
	background: url('/images/blue50px.png') repeat-x;
	text-align: center;
	position: fixed;
	top: 0;
	width: 100%;
	height: 76px;
}
div.header .top {
	width: 840px;
	height: 50px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

/* Links */
div.header ul {
	float: left;
	padding: 14px;
	list-style: none;
}
div.header ul li {
	display: inline;
	font-size: 15px;
	line-height: 18px;
	margin: 10px 0;
}
div.header ul li a {
	padding: 6px 15px;
	background: url('/images/menushine.png') repeat-x;
	text-decoration: none;
}
div.header ul li a:hover {
	text-decoration: underline;
	background: #fff;
}

/* Search box */
div.header .top form {
	float: left;
	padding: 8px 12px;
}
div.header .top input {
	background: url('/images/menushine.png') repeat-x #fff;	
	height: 25px;
	padding: 6px 3px 0px 5px;
	font-size: 15px;
	line-height: 12px;
	width: 300px;
	color: #444;
}
div.header .top input.default { color: #bbb; }

/* Right images */
div.header .top img {
	float: right;
}

/** Subheader **/
div.header .sub {
	margin: 0 auto;
	width: 840px;
	text-align: right;
	font-size: 0.9em;
	overflow: hidden;
	height: 26px;
}

div.header .sub .login {
	background: url('/images/logintab.png') no-repeat;
	width: 200px; 
	height: 20px;
	padding: 5px;
	margin-right: 120px;
	text-align: center;
	display: block;
}

/** Absolute subheader **/
div.abssub {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 26px;
}
div.abssub div {
	margin: 0 auto;
	width: 840px;
	text-align: right;
	color: #888;
	font-size: 0.9em;
	overflow: hidden;
}

div.header .sub .login {
	background: url('/images/logintab.png') no-repeat;
	width: 200px; 
	height: 20px;
	padding: 5px;
	text-align: center;
	display: inline-block;
}

/** Main content **/
div.main {
	margin: 0 auto;
	width: 840px;
	overflow: hidden;
}

/** Splash page **/
#splash {
	background:url('/images/leftowl.png') no-repeat;
	background-position:55px 11px;
	padding: 0 200px 0 230px;
	overflow: hidden;
	margin-top: 10px;
}

#splash #places {
	float: left;
	width: 220px;
	margin-left: -230px;
	padding-top: 55px;
	list-style: none;
	text-align: right;
	display: block;
}

#splash #places li {
	display: block;
}

#splash #right {
	float: right;
	width: 190px;
	margin-right: -200px;
	text-align: center;
}
#splash .logged_in#right {
	text-align: left;
}

#splash #right h2 {
	margin: 0.4em;
	font-weight: normal;
}

#splash .logged_in#right h2 {
	margin: 1em 0 0.4em;
	font-weight: normal;
}
#splash .logged_in#right input {
    padding:3px;
    margin:2px 0px;
}
#splash #right h2.first { margin-top: 0; }

/** Map page **/
#map #results_list {
	float: right;
	display: block;
	list-style: none;
	margin-top: 2em;
}

#results_list li.place {
	display: block;
	width: 300px;
	padding: 5px;
	margin-bottom: 5px;
}
#results_list li p, #results_list li h3 { margin: 0; }

#results_list li.place.open {
	background:url('/images/open.png') top right no-repeat;
	border:2px solid #86DA81;
}

#results_list li.place.closed {
	background:url('/images/closed.png') top right no-repeat;
	padding:5px;
	border:2px solid #AAA;
}

#results_list li.place.collapsed p { display: none; }

#results_list li.place.no_hours { background: #333; display: none; }
#results_list li.place.no_hours.collapsed { background: #666; opacity: 0.5; }

#results_list .chain {
	color: #888;
	font-size:80%;
}

#results_list .bottom {
	overflow: hidden;
}

#results_list .bottom a {
	float: right;
	font-size: 80%;
	margin: 0 0 0 5px;
}

/** Place showing **/
.place_container { overflow: hidden; }
.place_container #map_div {
	width: 400px;
	height: 400px;
	display: inline-block;
}

.place_container table {
	float: right;
	width: 400px;
}

.place_container table td {
	padding-bottom: 10px;
}

/** Twitter **/
.timeline .status {
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
	font-family: 'Lucida Grande', sans-serif;
}
.timeline .status .thumb {
	display: block;
	left: 0px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
	position: absolute;
	height: 50px;
	width: 50px;
}
.timeline .status .body {
	margin-left: 56px;
	min-height: 50px;
	overflow: hidden;
	width: 515px;
	display: block;
	border-top: 1px solid #444;
}
.timeline .status .photo {
	padding-top: 4px;
}
.timeline .status .meta {
	font-size: 0.764em;
	line-height: 2em;
}
.timeline .status .meta a:link, .timeline .status .meta a:visited {
	color: #888;
}

/* Make the tweet box feel like Twitter.com */
.tweet textarea {
	font: normal normal normal 1.15em/1.1 'Lucida Grande', sans-serif;
	height: 2.5em;
	overflow: auto;
	resize: none;
	width: 515px;
	padding: 4px 2px;
	float: left;
}
.tweet .counter {
	float: right;
	display: block;
	width: 10em;
	font-size: 2em;
}
.tweet div { display: block; overflow: hidden; margin: 4px 0; }

/* Form styling */
form ul li {
	margin: 8px;
	padding: 8px 8px 8px 176px;
	background: #255472;
	width: 400px;
}
form ul li label {
	width: 160px;
	padding-top: 3px;
	margin-left: -168px;
	float: left;
	text-align: right;
}
form ul li label:after { content: ":"; }

#parsed_schedule { background: #000; color: #fff; }
#category_entry_form div { overflow: hidden; margin: 0 0 4px; background: #000; }
#category_entry_form div span { padding: 5px; float: left; }
#category_entry_form input[type="button"] { float: right; }

