/* CSS by Josh Bryant - http://tinycrumb.com/ */

/* @group Body */

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

:focus {
	outline: 0;
	}

a, :link, :visited {
	color: #600;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #330;
	background: #cc9;
	}

div#page {
	width: 960px;
	margin: 0 auto;
	padding: 770px 0 0 0;
	position: relative;
	background: url(../graphics/kvetch.jpg) no-repeat top;
	}

/* @end */

div#page p#content {
	width: 345px;
	height: 230px;
	position: absolute;
	left: 310px;
	top: 230px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	}

ul#meta {
	clear: both;
	width: 625px;
	margin: 0 auto;
	padding: 10px 0 0 65px;
	background: url(../graphics/meta.gif) no-repeat top left;
	}

ul#meta li {
	margin: 0 0 1em 0;
	}

div#hitme {
	margin: -200px auto 0;
	width: 265px;
	height: 150px;
	position: relative;
	}

div#a {
	width: 96px;
	height: 110px;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
	text-indent: -999999px;
	background: url(../graphics/thumbup.png) no-repeat right 11px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
	}

div#a:hover { 
	background: url(../graphics/thumbup-hover.png) no-repeat right 11px;
	}

div#b {
	width: 144px;
	height: 110px;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
	position: absolute;
	z-index:0; 
	top: 4px;
	left: 60px;
	text-indent: -9999999px;
	background: url(../graphics/hitme.png) no-repeat top;
	}

div#b:hover { 
	
	}

div#c {
	width: 96px;
	height: 110px;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
	text-indent: -999999px;
	background: url(../graphics/thumbdown.png) no-repeat left 11px;
	position: absolute;
	top: 0;
	left: 170px;
	z-index:1;
	}

div#c:hover {
	background: url(../graphics/thumbdown-hover.png) no-repeat left 11px;
	}
 
div#a a, div#b a, div#c a		{position:relative;}

span {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;}

span.a {
	background: url(../graphics/thumbup-click.png) no-repeat top;
	}

span.b {
	background: url(../graphics/hitme-click.png) no-repeat top;
	}

span.c {
	background: url(../graphics/thumbdown-click.png) no-repeat top;
	}

div#page p#content span#complaint{
	display:inline;
}
#controls{display:none;}
#hidden_values{display:none;}

span#complaint {
	height:auto;
	top:50%;
}

span#loading {
	display:none;
	top:65px; 
	left:105px; 
	background: url(../graphics/kvetch-loading.gif) no-repeat top;
	width:134px;
	height:100px;
}
