/**
 * Author:      Matt Hinchliffe <www.maketea.co.uk>
 * Modified:    16/04/2012
 * Description: Some crummy styles to lay out the example file
 */

/* Elements */

button {
	line-height:1;
	padding:.25em .5em;
	border:none;
	color:#fff;
	background:#333;
	border-radius:7px;
	cursor:pointer;
}
	button:hover {
		background-color:#111;
	}

figure {
	margin:0;
}

pre, code, var {
}
	pre {
		overflow:auto;
		padding:1em .5em;
		border:1px solid #333;
		text-align:left;
		border-radius:5px;
	}
	var {
		text-decoration:underline;
	}

hr {
	height:1px;
	padding:0;
	margin:0 0 1.5em;
	border:0;
	background:#ccc;
}

#container {
	width:28em;
	margin:0 auto;
	padding:3em 1em 2em;
	background:#fff;
	-webkit-box-shadow:0 0 5em rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:0 0 5em rgba(0, 0, 0, 0.1);
	        box-shadow:0 0 5em rgba(0, 0, 0, 0.1);
}
	#example {
		text-align:center;
		font-size:50%;
	}
		.slideshow {
			border:4px solid #eee;
		}
