/* Normalize */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%}
ol,ul{list-style:none}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400}
table{border-collapse:collapse;border-spacing:0}
Fieldset,img{border:0}
caption,th{text-align:left}
/* End Normalize */
body{
	background: #000;
	margin:60px auto 0;
	width:960px;
}
/* Food Blog Awards Code */
.vote-on-item {
	display: block;
	float: left;
	margin-bottom:23px;
	margin-right:18px;
	position: relative;
}
	.vote-on-item label {
		border: 5px solid #222222;
		display: block;
		height: 160px;
		margin-bottom: 10px;
		position: relative;
		width:176px;
		z-index:1;
	}
	.vote-on-item input {
		position: absolute;
		width: 186px;
		height: 170px;
		top:0;
		left:0;
		opacity: 0;
		filter: alpha(opacity = 0);
		outline: 0;
		z-index:2;
	}
		.vote-on-item:hover label {
			border-color:#fff;
		}
		.vote-on-item input:checked + label {
			border-color:#cc000b;
		}
			.vote-on-item label .title {
				background: transparent url(../images/white-opaque.png) repeat;
				color: #000;
				font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
				font-weight: normal;
				font-size: 18px;
				line-height: 20px;
				position: absolute;
				bottom:8px;
				left:0;
				padding: 10px 0;
			}
				.vote-on-item label .title span {
					display: block;
					text-align: center;
					width:176px;
				}
					.vote-on-item:hover label .title {
						color: #cc000b;
					}
					.vote-on-item input:checked + label .title {
						background: transparent url(../images/red-opaque.png) repeat;
						color: #fff;
					}
				.vote-on-item flag {
					display: none;
				}
				.vote-on-item input:checked + label .flag {
					background: transparent url(../images/check.png) no-repeat;
					display: block;
					position: absolute;
					top:-5px;
					left:7px;
					height: 66px;
					width: 46px;
				}
	.vote-on-item .visit-blog {
		
		font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
		font-size: 12px;
		text-align: center;
	}
		.vote-on-item .visit-blog a {
			color: #aeaeae;
		}