/*

twiturl
url shortening, the sleek way.

2008
malte@electricgecko.de
electricgecko.de


*/


/* basics */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #a6adb7;
	background-image: url(../i/body-back.jpg);
	background-repeat: no-repeat;
	background-position: center -30px;
    color: #6f757d;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
    font-size: 9pt;
    line-height: 1.6em;
    }


img { border: 0; }


/* typography */

p {
	margin-bottom: 10px;
}

p.meta { 
	font-size: 8pt;
	color: #868c94;	
	margin-bottom: 0px;
	}

h1, h2, h3, h4 { 
	font-weight: normal; 
	}

h1 {
	background: url(../i/twiturl-logo.png) no-repeat;
	background-position: center;
	width: 269px;
	height: 62px;
	float: left;
}


/* links */

a {
	color: #6f757d;
	text-decoration: none;
	border-bottom: 1px solid #959ba3;
	-moz-outline-style: none;
	}
	
a:hover			{ color: #f57c17; }
p.meta a 		{ color: #868c94; }
p.meta a:hover  { color: #6f757d; }

a.backlink {
	display: block;
	width: 269px;
	height: 62px;
	border: 0;
}

div#stats-meta-wrap a {
	color: #fff;
	border: 0;
}

div#stats-meta-wrap a:hover {
	color: #f57c17;
}


/* dirty helpers */

.left 		{ float: left;}
.right 		{ float: right;}
.hidden 	{ position:absolute; left:-999px; width:200px; }
.break 		{ clear: both; display: block;}

/* images */


/* navigation */

ul#nav-list {
	list-style: none;
	float: right;
	margin: -10px 0 0 0;
}

ul#nav-list li {
	float: left;
	font-weight: bold;
	color: #515f75;
	margin-right: 20px;
}

ul#nav-list li.last-li { margin-right: 0; }

ul#nav-list li a {
	font-size: 12pt;
	line-height: 31px;
	border: none;
	color: #515f75;
	display: block;
	text-align: center;
	vertical-align: middle;
}

ul#nav-list li a:hover { color: #f57c17; }

a.narrow {
	width: 52px;
	height: 31px;
	background: transparent url(../i/nav-hover-narrow.png) no-repeat;
	background-position: 0 31px;
}

a.wide {
	width: 88px;
	height: 31px;
	background: transparent url(../i/nav-hover-wide.png) no-repeat;
	background-position: 0 31px;
}

a.wide:hover, a.narrow:hover { background-position: 0 0; }
a.nudge						 { padding-left: 1px; }

/* nav popups */

div.menu {
	position: absolute;
	background: transparent url(../i/menu-back.png) no-repeat;
	height: 83px;
	width: 178px;
	padding: 20px 10px 20px 10px;
	overflow: hidden;
	top: -90000px;
}

div.menu p {
	color: #18273d;
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.5em;
}

div#menu-was 	{ margin-left: 373px; }
div#menu-warum 	{ margin-left: 465px; }
div#menu-wie 	{ margin-left: 555px; background-image: url(../i/menu-back-long.png); height: 140px; }

a.menu-close {
	background: transparent url(../i/menu-close.png) no-repeat;
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	top: 100px;
	left: 88px;
}

div#menu-wie a.menu-close { top: 116px; }

/* forms & buttons */

div.form-wrap {
	margin: 0 0 20px 0;
}

input {
	border: 0;
	-moz-outline-style: none;
}

input:focus {
	border: 0;
}

div#url-long {
	width: 677px;
	height: 50px;
	background: transparent url(../i/input-url-long.png) no-repeat;
}

input#input-url-long {
	font-size: 20pt;
	padding: 4px;
	font-weight: bold;
	margin: 5px 0 0 80px;
	width: 570px;
}

div#url-submit {
	width: 128px;
	height: 31px;
	float: right;
	margin: 0 5px 0 0;
}

input#input-url-submit, a#input-again-button, a#input-new-button {
	width: 128px;
	height: 31px;
	background-position: 0 0;
}

a#input-again-button, a#input-new-button {
	display: block;
	border: 0;
	float: right;
}

input#input-url-submit 		{ background: transparent url(../i/button-submit-en.png) no-repeat; cursor: pointer; }
a#input-again-button 		{ background: transparent url(../i/button-again-en.png) no-repeat; }
a#input-new-button 			{ background: transparent url(../i/button-new-en.png) no-repeat; margin-right: 25px; }


input#input-url-submit:hover, a#input-again-button:hover, a#input-new-button:hover {
	background-position: 0 -34px;
}

div#url-wish {
	margin-left: 198px;
	width: 475px;
	height: 25px;
	background: transparent url(../i/input-url-wish.png) no-repeat;
	background-position: right;
}

input#input-url-wish {
	background: transparent;
	font-weight: bold;
	color: #384250;
	font-size: 8pt;
	padding: 2px;
	margin: 4px 0 0 10px;
	width: 270px;
}

/* layout */

div#wrap {
	width: 680px;
	margin: 150px auto 0 auto;
	
}

div#head {
	height: 70px;
}

div#message {
	float: left;
	margin: 7px 0 0 5px;
}

div#mojo {
	margin: 30px 0 0 0;
}

div#foot {
	margin: 270px 0 0 0;
}

/* result page */

div#result {
	width: 678px;
	height: 128px;
	margin: 0 auto 20px auto;
	padding-top: 95px;
	background: transparent url(../i/result-back.png) no-repeat;
}

div#result-wrap {
	margin: 0 auto 0 auto;
	width: 655px;
}

p#short-url {
	font-size: 28pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

p#short-url a {
	color: #fff;
	border: 0;
}


/* stats page */

div#stats {
	width: 620px;
	height: 306px;
	margin: 0 auto 20px auto;
	padding-top: 70px;
	background: transparent url(../i/stats-back.png) no-repeat;
}

div#stats-count-wrap, div#stats-meta-wrap {
	margin: 0 auto 0px auto;
	text-align: center;
}

p#stats-count {
	color: #fff;
	font-size: 150pt;
	font-weight: bold;
	line-height: 120pt;
}

p#stats-meta {
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
}

div#stats-wrap {
	width: 680px;
	margin: 50px auto 0 auto;
}

div#stats-foot {
	margin-top: 120px;
}

/* bookmarklet */

div#bookmarklet-mojo { margin-top: 40px; }
div#bookmarklet-foot { margin-top: 120px; }
div#bookmarklet-note { margin-top: 60px; }

div.bookmarklet-wrap {
	background: transparent url(../i/bookmarklet-back.png) no-repeat;
	margin: 0 auto 40px auto;
	text-align: center;
	padding: 15px 0 0 0;
	width: 300px;
	height: 36px;
}

div.bookmarklet-wrap a {
	font-size: 16pt;
	color: #fff;
	border: 0;
}

/* beta */

div#beta-badge {
	width: 131px;
	height: 131px;
	background: transparent url(http://twiturl.de/i/beta-badge.png) no-repeat;
	position: absolute;
	top: 65px;
	margin-left: -80px;
	}

/* imprint */

#imprint {
	background-image: none;
	color: #384250;
	width: 480px;
	padding: 10px;
}

#imprint img {
	margin-bottom: 5px;
}

body#imprint h1 {
	font-size: 12pt;
	font-weight: bold;
	background: transparent;
	float: none;
	margin-bottom: 15px;
	height: 20px;
}

#imprint p {
	margin-bottom: 20px;
}

#imprint a {
	color: #384250;
	border-color: #5c6675;
}

#imprint a:hover { color: #f57c17; }

.footerbox {
	margin-right:10px; 
	float:left;
}


