html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background-color: #7d5e3c;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
}

#content {
	width: 505px;
	margin: auto;
	text-align: center;
	padding: 3em 0 0;
}

/** form **/
input {
	border: 0;
	background-color: transparent;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 2em;
	text-align: center;
	
	color: #f2e785;
	
	width: 80%;
	margin-top: .55em;
}

.box {
	text-align: center;
	margin: auto;
}

#box-url {
	background-image: url(images/box_url.png);
	width: 502px;
	height: 80px;
}

#box-alias {
	background-image: url(images/box_alias.png);
	width: 276px;
	height: 69px;
	
	font-size: .85em;
	
	float: left;
}

#box-alias input {
	color: #d99759;
}

#box-short {
	background-image: url(images/box_short.png);
	width: 228px;
	height: 69px;
	font-size: .85em;
	
	float: right;
}

#box-short img {
	margin-top: 2em;
}

#box-shorturl {
	background-image: url(images/box_shorturl.png);
	background-repeat: no-repeat;
	width: 502px;
	height: 80px;
	clear: both;
	
	padding-top: 1.7em;
	display: none;
}

#box-shorturl a:link, #box-shorturl a:visited, #box-shorturl a:active {
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	
	color: #f2e785;
	
	width: 80%;
}

#box-shorturl a:hover { 
	text-decoration: none;
}

a:link, .footer a:visited, .footer a:active {
	color: #f2e785;
}

.stats {
	font-size: .7em;
	color: #f2e785;
	margin: 10em 0 0;
	clear: both;

	opacity: .5;
}

.footer {
	font-size: .7em;
	color: #f2e785;
	margin: 1em 0 0;
	
	opacity: .2;
}

.footer a:hover {
	text-decoration: none;
}
