/* reset css - http://meyerweb.com/eric/tools/css/reset/ */
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;}

/****************
lru stylesheet
katsuki.org
De parvis grandis a cervus erit.
****************/
html, body {
	background-color: #f2f2f2;
	margin: 0pt auto; 
	padding: 0pt; 	
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; 
	font-size: 80%;
	text-align: center;
	color: #7E7E7E;
}

a {
	color: #336699;
	text-decoration: none;
}

dl { margin-top: 20px; }

dl dt { 
	margin: 5px;
	font-size: 1.5em;
	color: #999;
}

dl dt label { 
	cursor: pointer; 
}

dl dd { margin: 5px 0 15px 0; }

h1 { 
	margin: 0; 
	font-weight: normal; 
	letter-spacing: .08em; 
	line-height: 1.8em;
	color: #2E2E2E;
	font-size: 3em; 
}

h1 a { 
	color: #2E2E2E;
	text-decoration: none;
}

h2 { 
	margin: 0; 
	font-size: 12px; 
	font-weight: normal; 
	letter-spacing: .08em; 
	color: #464646; 
}

h3 { 
	margin: 10px 0 0 0; 
	font-size: 12px; 
	color: #3F3F3F; 
}

p { font-size: 1.2em; }


textarea {
	padding: 5px;
	font-size: 2em;
	letter-spacing: 0.05em;
	width: 345px;
	min-height: 50px;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; 
}


/* #container */
#container { 
	margin: 0px auto 0px; 
	padding: 0;
	min-width: inherit; 
	width: 400px; 
	background-color: #FFFFFF;
}

/* #content */
#content { 
	padding: 10px 20px 5px; 
	text-align: left; 
}

/* textarea#longUrl */
textarea#longUrl { 
	border: 2px solid #739EC8; 
	background: #D7E2EE;
	color: #222;
}

/* input#shortenButton */
input#shortenButton {
	padding: 5px 10px;
	border: none;
	background-color: #5E89B4;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
}

/* input#shortenButton:hover */
input#shortenButton:hover {
	background-color: #336699;
	color: #FFFFFF;
}

/* .short-url */
a.short-url:link, a.short-url:visited {
	font-size: 1.8em;
	margin: 0 5px;
	display: block;
	text-decoration: none;
	color: #336699;
	background: #F8F8F8;
	padding: 5px;
	text-align: center;
}

a.short-url:hover, a.short-url:active {
	background: #F2F2F2;
	color: #336699;
}

/* .long-url */
a.long-url:link, a.long-url:visited {
	font-size: 1.4em;
	margin: 0 5px;
	display: block;
	line-height: 1.3em;
	text-decoration: none;
	color: #336699;
	background: #F8F8F8;
	padding: 5px;
	word-wrap: break-word !important;
	text-align: center;
}

a.long-url:hover, a.long-url:active {
	background: #F2F2F2;
	color: #336699;
}


/* .bookmarklet */
#bookmarklet {
	text-align: right;
	padding: 5px;
}

#bookmarklet p {
	font-size: 1.1em;
	letter-spacing: .05em;
}

#bookmarklet a:link, #bookmarklet a:visited {
	color: #336699;
	text-decoration: none;
	position:relative;
    z-index:24;
    font-size: 1.4em;
    padding: 2px 4px;
}

#bookmarklet a:hover, #bookmarklet a:active {
	z-index:25;
	background: #DEE6ED;
}

#bookmarklet a:link span, #bookmarklet a:visited span {
	display: none;
}

#bookmarklet a:hover span, #bookmarklet a:active span {
	display:block;
    position:absolute;
    top:-1em; 
    left:3.2em; 
    width:15em;
    padding: 5px;
    background-color:#141414; 
    color:#e8e8e8;
    text-align: center;
    font-size: .7em;
    line-height: 1.2em;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;

}

/* #nav & #menu */

#nav { 
	float: right; 
}

#nav ul.menu {
	margin: 5px 0 0 0;
}

#nav ul.menu {
	font-size: 1.4em;
}

#nav ul.menu li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 5px;
}

#nav ul.menu li a:link, 
#nav ul.menu li a:visited {
	color: #336699;
	text-decoration: none;
}

#nav ul.menu li a:active, 
#nav ul.menu li a:hover {

}




/* #profile-box */
#profile-box {
	color: #666;
	background-color: #f2f2f2;
/* 	padding: 5px; */
	padding-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

#profile-box p {
/* 	margin: 5px; */
	line-height: 1.2em;
}

#profile-box ul.menu {
	padding: 5px;
	float: right;
}

#profile-box ul.menu {
	font-size: 1.1em;
}

#profile-box ul.menu li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#profile-box ul.menu li a:link, 
#profile-box ul.menu li a:visited {
	color: #336699;
	text-decoration: none;
	padding: 5px 10px;
}

#profile-box ul.menu li a:active, 
#profile-box ul.menu li a:hover {
	background: #e8e8e8;
/* 	color: #fff; */
}

#profile-box ul.menu li a.current {
	background: #fff;
}




/* #about-box */
#about-box {
	color: #5E5E5E;
	background-color: #F5F5F5;
	padding: 5px 15px;
	margin-bottom: 10px;
	overflow: hidden;
}

#about-box p {
	margin: 5px;
	line-height: 1.2em;
}

/* #help-box */
#help-box {
	color: #5E5E5E;
	background-color: #F5F5F5;
	padding: 5px 10px;
	margin-top: 10px;
}

#help-box p {
	margin: 5px;
	line-height: 1.2em;

}

#help-box blockquote {
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 10px;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: center;
	color: #3F3F3F;
}


/* #login-box */
#login-box {
	color: #5E5E5E;
/* 	background-color: #F5F5F5; */
	padding: 5px 15px;
	margin-bottom: 10px;
	overflow: hidden;
}

#login-box p {
	margin: 5px;
	line-height: 1.2em;
}




/* .close */
.close {
	float:right;
	font-size:10px;
	text-decoration: none;
}



#loginForm {

}

#loginForm dl dt label {
	font-size: .8em;
}

#username, #password {
	width: 97%;
	border: 2px solid #ccc; 
	background: #f8f8f8;
	color: #222;
	font-size: 2em;
	padding: 5px;

}

/* input#loginButton */
input#loginButton {
	padding: 5px 10px;
	border: none;
	background-color: #ccc;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
}

/* input#loginButton:hover */
input#loginButton:hover {
	background-color: #aaa;
	color: #FFFFFF;
}



.login-helper {
	float: right;
	font-size: .8em;
}





