/*
Theme Name: Tasty Winners
Theme URI: 
Description: 
Version: 1
Author: Dark Man
Author 
*/



#winnersWraper{
	width:700px;
	padding:30px 0;
	margin:0 0 0 60px;
	text-align:left; 
}

#winnersWraper #content{
	background:none;
	text-align:left;
}

div.dataTables_wrapper{
	position:relative;
	margin:20px 0;
	padding:30px 0 0 0;
}


div.dataTables_wrapper table{
	width:696px;
	margin:0 0;
	border-collapse: collapse;
}	

div.dataTables_wrapper table tr{

}

div.dataTables_wrapper table tr.row-1{
	display:none;
}

div.dataTables_wrapper table td{
	vertical-align:top;
	text-align:justify;
	border-bottom:solid 5px #FDE8B8;
	padding:10px 10px;
}

div.dataTables_wrapper table td img{
	width:80px;
	height:80px;
	border:solid 2px white;
}	

div.dataTables_wrapper table td.column-1{
	width:84px;
	background:URL(images/winners_td1.gif) 0 0 no-repeat;
}

div.dataTables_wrapper table td.column-2{
	font-weight:bold;
	padding-left:0;
	color:#FFF;
	background:URL(images/winners_td2.gif) 0 0 no-repeat;
}

div.dataTables_wrapper table td.column-3{
	width:420px;
	background:#FFF;	
}

div.dataTables_info{
	position:absolute;
	top:2px;
	left:35px;
	font-weight:bold;
}

div.dataTables_paginate{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

div.dataTables_paginate div{
	width:20px;
	height:20px;
	margin-right:200px;
	float:left;
	display:block;
}

div.dataTables_paginate div.paginate_enabled_previous{
	background:URL(images/winnersLeftArrow.gif) 0 0 no-repeat;
	cursor:pointer;
}
	div.dataTables_paginate div.paginate_disabled_previous{
		background:URL(images/winnersLeftArrowOff.gif) 0 0 no-repeat;
	}

div.dataTables_paginate div.paginate_enabled_next{
	background:URL(images/winnersRightArrow.gif) 0 0 no-repeat;
	cursor:pointer;
}
	div.dataTables_paginate div.paginate_disabled_next{
		background:URL(images/winnersRightArrowOff.gif) 0 0 no-repeat;
	}

#winnersNav{
	height:35px;
	margin:20px 0 50px 0;
	padding:0 0 0 100px;
}

#winnersNav li{
	margin:0 2px 0 0;
	padding:0 0;
	list-style:none;
	float:left;
	display:block;
	background:#C71C07;
}
#winnersNav li.current_page_item{
	background:#000;
}

#winnersNav li a{
	padding:15px 10px 10px 10px;
	text-align:center;
	display:block;
	color:#FFF;
	text-decoration:none;
}
	



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




