/*
Tumblr Theme Reset
sarah huny young
http://supremeclientele.co
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

html, body { height: 100%; }

p { padding-bottom: 8px; }

blockquote { 
	display: block;
	margin: 10px 0 15px 15px;
	padding-left: 28px;
	font-style: italic;
	overflow: auto;
	background: transparent url(http://static.tumblr.com/ky156nc/ImTna2olr/sprite.png) 0 -45px no-repeat;
	text-align: left;
}

cite {
	padding-bottom: 10px;
	font-size: 10px;
}

img { border: none; }

ul, ol, li { list-style: none; }

table, td, form, fieldset {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
}

.clear { clear: both; }

.float_left {
	float: left;
	display: inline;
}

.float_right {
	float: right;
	display: inline;
}

.halfcol { width: 48%; }

.uppercase { text-transform: uppercase; }

.none { display: none; }

.small { font-size: 9px; }

.indent { margin-left: 35px; }

.caps { text-transform: uppercase; }