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

/*	luxb.us: screen master
	------------------------------
	Author:		Luke Dorny (http://lukedorny.com/)
	Version:	091231
	Copyright:	(c) 2008-10 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: 0;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
}
div.unibody {
	width: 500px;
	margin: 30px auto;
	text-align: left;
}
div.windscreen {
	text-align: center;
	background-image: url(1.jpg), url(2.jpg), url(3.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;
}
h2 {
	font-size: 1.3em;
}

a:link {
	color: #aa0000;
	text-decoration: none;
	background-color:#e4e3e2;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
}
a img {
	border: none;
}
a:visited {
	color: #550000;
	text-decoration: none;
	background-color:#e4e3e2;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
}
a:hover {
	color: #aa0000;
	text-decoration: none;
	background-color:#ffffff;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
}
a:active {
	color: #550000;
	text-decoration: none;
}
p {
	color: rgba(0,0,0,.8);
	text-align: justify;
}
p.status {
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	background: #fafada;
	padding: 2px 10px;
	clear: both;
}
p.status strong {
	font-family: sans-serif;
	color: #555555;
	font-size: 0.8em;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-right: 10px;
}
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;
}

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

