/*RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal;}
ol,ul {	list-style:none;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%; font-weight:normal;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}
a, img{ outline: none !important;}
/*Global Vars*/
html,body{
	background-color: #000;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
}


/*MAIN BODY*/
.zognamesLogo{
	width: 430px;
	height: 80px;
	margin: auto;
	margin-top: 250px;
	}
.logo_top{
	margin-top: 0px;
}
.whoisSearch{
	width: 430px;
	height: 80px;
	margin: auto;
}
.sub_text{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.whoisInput, .whoisButton, #whoisResults pre{
	border: solid 1px #555;
	background-color: #222;
	padding: 5px;
	color: #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

#whoisResults{
	width: 460px;
	margin: auto;
}

.whoisInput{width: 352px;}
.whoisSearch{ margin-top: 10px;}


/*Sticky Footer*/
* {margin:0;padding:0;}
html, body, #wrap {
	height: 100%;
}
body > #wrap{
	height: auto; min-height: 100%;
}
#main {
	padding-bottom: 100px;
}
#footer {
	position: relative;
	margin-top: -101px;
	height: 100px;
	clear:both;
} 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
#main {
	width:800px;
	margin:0 auto;
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#wrap{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#main{
	float: left;
	width: 800px;
}
#footer{
	background-color: #222222;
	border-top:solid 1px #555;
}
.footer{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	font-size: 11px;
}

/*Basic Footer*/
.footerLeft{float: left; padding-top: 10px; margin-right: 20px;}
.footerLeft span{ font-weight: bold;}
.footerLeft a{ display: block; color: #999; text-decoration: none; font-size: 11px;}
.footerLeft a:hover{ text-decoration: underline;}
.footerRight{float: right; padding-top: 10px;}
.footerRight img{ float: left;}

.zooloo_pages, .zooloo_pagination{
	width: 800px;
	float: left;
	margin-bottom: 10px;
}
.zooloo_list{
	width: 790px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.zooloo_list a{
	display: block;
	color: #ccc;
	font-size: 11px;
}
.zooloo_list a:hover{
	color: #fff;
}
.zooloo_pages a{
	display: block;
	float: left;
	min-width: 15px;
	padding: 2px;
	color: #ccc;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: #555;
	margin-right: 5px;
	text-align: center;
	border: solid 1px transparent;
}

.zooloo_pagination a{
	display: block;
	float: left;
	min-width: 15px;
	padding: 2px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #999;
	margin-right: 5px;
	text-align: center;
	border: solid 1px transparent;
}
.zognames_ad{ margin-left: auto; margin-right: auto; text-align: center; margin-top: 50px;}
.submittext{
	border:solid 2px #666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 5px;
	width: 250px;
}
.submitbutton{
	padding: 4px;
	margin-left: 10px;
	border:solid 2px #444;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #666;
	color: #fff;
}
.zogfind{ float: left; font-size: 14px; font-weight: bold; margin-left: 240px; color: #ccc;}
.zogsubmit{  clear: both;}
.zogzooloo{ margin-top: 50px;}