/* @override http://luxb.us/bay.css */

/*	luxb.us: screen master
	------------------------------
	Author:		Luke Dorny (http://lukedorny.com/)
	Version:	111021
	Copyright:	(c) 2008-11 Luke Dorny.
				All rights reserved.
*/




/* @group footer toes logos */

ul#toes {
	border-top: 1px solid rgba(30,0,0,0.2);
	width: 500px;
	float: left;
	padding: 0;
	margin: 0 0 50px;
}

ul#toes li {
	width: 32px;
	display: inline;
	height: 32px;
	margin-top: 15px;
	float: left;
	margin-right: 15px;
	text-align: center;	
	background: transparent no-repeat 0 50%;
	text-indent: -5000em;
}
ul#toes li.ld {
	background-image: url(http://lukedorny.com/favicon.ico);
}
ul#toes li.bl {
	width: 75px;
	background-image: url(http://butterlabel.com/butterlabel-logo30high.png);
	
}
ul#toes li.lux {
	background-image:  url(http://luxb.us/luxbus-logo30high.png) ;
}
ul#toes li.lls {
	background-image: url(http://assets.ligatureloopandstem.com/img/favicon.ico);
}
ul#toes li a {
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	display: block;

}
ul#toes li a img {
}
/* this is for the custom 404 page */
#luxb-us body#fnf {}

/* @end */ 


body {
	background: #f4f3f2;
	font-family: sans-serif;
	font-size: 17px;
	line-height: 1.6em;
	margin: 0;
	padding: 70px 0 0 0;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	position: relative;
}
div.unibody {
	width: 500px;
	margin: 30px auto;
	text-align: left;
}
div.windscreen {
	width: 600px;
	margin: 30px auto 0;
	text-align: center;
	background-image: url(1.jpg), url(2.jpg), url(3.jpg), url(4.jpg); /* webkit img preload */
	background-position: -5000px;
	background-repeat: no-repeat;
}
div.dashboard {
	border-top: 1px solid #aa0000;
	margin-top: 20px;
}
h1 {
	font-size: 2.6em;
}
h1 .drivebehind {
}
h1 .driveby {
	background:  url('bus-hop.gif') no-repeat -200px 0;
	height: 70px;
	width: 100%;
	left: 0;
	top: 10px;
	display: block;
	position: fixed;
	z-index: 10;
	-webkit-animation: bus-hop 13s linear 10s  ;
	animation: bus-hop 13s linear 10s  ;
}
@-webkit-keyframes 'bus-hop' {
	0% {background-position-x: -10%;}
	100% {background-position-x: 110%;}
}
@keyframes 'bus-hop' {
	0% {background-position-x: -10%;}
	100% {background-position-x: 110%;}
}

h2 {
	font-size: 1.3em;
}

a:link {
	color: #aa0000;
	text-decoration: none;
}
a img {
	border: none;
}
a:visited {
	color: #550000;
	text-decoration: none;
}
a:hover {
	color: #aa0000;
	text-decoration: none;
}
a:active {
	color: #550000;
	text-decoration: none;
}
p a:link {
	background-color:#e4e3e2;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
}
p a:hover {
	background-color:#ffffff;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
}
p a:visited {
	background-color:#e4e3e2;
	padding: 2px 5px;
	-webkit-border-radius: 5px;

}
p {
	color: rgba(0,0,0,.8);
	text-align: justify;
}
p.status
 {
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	background: rgba(250,250,218,0.3);
	padding: 2px 10px;
	clear: both;
	list-style: none;
	margin: 4px 0;
}
p.status:nth-child(even) {
	background: rgba(250,250,218,0.9);
}
p.status strong {
	font-family: sans-serif;
	color: #555555;
	font-size: 0.8em;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-right: ;
}
p.status.alert {
	color: darkred;
	background: pink;
}
p.hatch {
	position: relative;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	border-top: 1px solid #aa0000;
	padding-top: 20px;
}

a.wall {
	opacity: 0.5;
	-webkit-transition: opacity 1s ease-out;
}
a.wall:hover {
	opacity: 0.9;
	-webkit-transition: opacity .2s ease-out;
}
#twitter_update_list li {
	list-style-type: none;
	padding: 3px 0 3px 40px;
	background: url(favicon.ico) no-repeat 0 0%;
}
#twitter_update_list li span {
display: block;
}

/* flickr */


#flickr {
	margin-bottom: 20px;
}
#flickr_badge_wrapper {
	height: 120px;
}
.flickr_badge_image {
	float: left;
	margin-right: 15px; 
}
.flickr_badge_image a {
	background: #fff;
	padding: 5px;
	padding-bottom: 12px;
	display: block;
	margin-top: 9px;
	-webkit-border-radius: 0;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-webkit-transition: margin-top .5s ease-out, -webkit-box-shadow .2s ease-out;
}
.flickr_badge_image a:hover {
	margin-top: 0;
	-webkit-box-shadow: 0px 9px 5px rgba(0,0,0,0.2);
	-webkit-transition: margin-top .2s ease-in, -webkit-box-shadow .2s ease-in;
}
.flickr_badge_image img {
}

.dashboard p img {
	float: left;
	margin-right: 20px;
}


