/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}

p {
	margin: 5px 0;
}

.clickable:hover {
	cursor: pointer;
}

div#background {
	position: absolute;
	right: 0;
	top: 0px; 
	left: 0; 
	bottom: 0;
	z-index: -100;
}

div#main {
	padding: 0 0 30px;
	margin: 0 auto;
	max-width: 850px;
}

div#album {
	padding: 5px;
}

div#album div.list {
	float: left;
	width: 100%;
}

div#album div.list div.wallpaper {
	width: 198px;
	height: 244px;
	float:left;
	margin: 4px;
	background: black;
	border: 2px solid #CCCCCC;
}

div#album div.list div.wallpaper div.source {
	height: 23px;
	background: black;
	color: white;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
}

div#album div.list div.wallpaper a.thumb {
	display: block;
	height: 198px;
	border-bottom: 0px;
}

div#album div.list div.wallpaper img.thumb {
	width: 100%;
}

div#album div.list div.wallpaper div.info {
	height: 23px;
	text-align: center;
}

div#album div.list div.wallpaper div.info div.resolution {
	width: 118px;
	height: 100%;
	float: left;
	background: white;
	color: black;
}

div#album div.list div.wallpaper div.info div.aspect {
	width: 80px;
	height: 100%;
	float: left;
	background: black;
	color: white;
}

div#toolbar {
	height: 40px;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 18px;
	height: 103px;
	padding: 4px;
	background: transparent url(/universe/assets/img/ab_universe.png) no-repeat scroll 10px 5px;
	/*"a" and "b" characters in the logo taken from  http://fontfabric.com/?p=620*/
	/*"universe" made with font: http://digitalam.deviantart.com/art/squaretypeB-125986122*/
}
div#toolbar div#toolbar-inner {
	float: right;
}

div#toolbar div#toolbar-inner div.inputBox {
	background: #EEE;
	position: relative;
	height: 30px;
	width: 340px;
	margin: 14px 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid black;
}

div#toolbar div#toolbar-inner input.inputBox  {
	background: #EEE;
	border: none;
	color: #888;
	font-size: 18px;
	height: 22px;
	left: 5px;
	position: absolute;
	top: 2px;
	width: 295px;
}

div.inputBox  img{
	position: absolute; 
	right: 10px; 
	top: 5px;
}

div#toolbar div#toolbar-inner div.button {
	margin: 0 5px;
	background: #eee;
	color: #333;
	height: 29px;
	float: right;
	padding: 0 5px;
	line-height: 27px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid black;
}

div#toolbar div#toolbar-inner div.button:hover {
	cursor: pointer;
}

div#filter {
	position: fixed;
	width: 850px;;
	height: 300px;
	top: 80px;
	background: #223;
	border: 2px solid #777;
	color: #fff;
	padding: 10px;
}

div#filter .clickable {
	color: #f55;
}

div#filter span.enabled {
	color: #5f5;
	font-size: 18px;
}

div#filter span.disabled {
	color: #555;
	font-size: 18px;
}

div#filter img.ok {
	display: block;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

div#counter {
	position: fixed;
	height: 22px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	background: #223;
	color: white;
	border-top: 2px solid #AAAAAA;
}

div#counter span.count {
	margin: 0px 10px;
}

div#counter span.count span.num {
	color: #6f6;
}

div#counter span.count span.filtered {
	color: #f66;
}

div#notifier {
	position: fixed;
	bottom: 30px;
	right: 8px;
	width: 60%;
	background: black;
	-moz-border-radius: 10px;
	border: 2px solid #aaa;
	color: white;
}

div#notifier div.notification {
	padding: 5px;
}
